3406 Commits (345501a1ddd9e0911fa31c5d26bb6e06884ffa6d)
 

Author SHA1 Message Date
Greg Ercolano 50a92455fe Fixes for SGI builds (STR#2174) 16 years ago
Greg Ercolano 923479622f More LGPL compliance for utf8 files.. some were hiding outside of xutf8 (STR#2085 cont'd) 16 years ago
Albrecht Schlosser 878b91d6b2 Removed unused member variable ext_managed from Fl_File_Chooser 16 years ago
Greg Ercolano 5e6a41ba29 More LGPL headers and svn footers compliance (STR#2085 contd). 16 years ago
Greg Ercolano 592f934229 Removed DOS style ^M's; they were preventing SGI compiles (partial STR#2174) 16 years ago
Greg Ercolano 70531631bb LGPL headers and svn footers compliance (STR#2085) 16 years ago
engelsman 97f5e51ed8 updated Fl_Scrollbar::value() description (STR #2156 - part 1) 16 years ago
engelsman 21b6692476 basics.dox: added example Makefile using fltk-config (STR #2149) 16 years ago
engelsman 7e83e8e4af Fl_x.cxx: replaced tabs and corrected indentation (STR #2129) 16 years ago
Albrecht Schlosser 9656a22192 Documentation updates for Fl_Widget.H 17 years ago
Albrecht Schlosser 561c52455c Fl_Window::draw() now doesn't reset its x/y-coordinates to 0 anymore 17 years ago
Albrecht Schlosser 9effc624af more indentation fixes in src/Fl_win32.cxx 17 years ago
Albrecht Schlosser f04bc53457 Fixed indentation and comments (src/Fl_Win32.cxx). 17 years ago
Albrecht Schlosser d060bcbdfd Fixed some typos. 17 years ago
Albrecht Schlosser 354701c6f6 Documentation updates for STR #2142 (protected draw methods). 17 years ago
Albrecht Schlosser 5e9a5f3023 Modified all public widget draw methods to be protected. 17 years ago
Albrecht Schlosser e83060f04b Added CHANGES info for STR #2147. 17 years ago
Ian MacArthur d106068911 Attempt to add doygen comments to the description of fl_text_extents to clarify its usage, as suggested by Greg 17 years ago
Ian MacArthur 24f313298f Copy into fl_text_extents() Fabien's defensive code for obtaining an fl_gc (in case we do not have a valid one) copied from the win32 implementation of fl_width. 17 years ago
Albrecht Schlosser 648b7e111d Fixed typos in documentation. 17 years ago
Albrecht Schlosser e94b388899 renamed class Fl_Watch to Fl_Widget_Tracker, as discussed in fltk.development. 17 years ago
Ian MacArthur 39c0a8a320 Check in Greg's revised and updated unittest example code. 17 years ago
Albrecht Schlosser c0717aa18e STR 2147: new configure option --enable-x11 for building on cygwin with X11 17 years ago
Albrecht Schlosser 4ac63b788a Improved image layout in Fl_Group::resizable() docs. 17 years ago
Albrecht Schlosser 698da81690 Added Fl_Scroll::bbox() documentation (STR #1893) 17 years ago
Albrecht Schlosser 76254697c7 Removed an XForms compatibility "feature" that prevented the down 17 years ago
Albrecht Schlosser 3ebc315ad2 Documentation updates, in parts concerning changes done for STR #1894. 17 years ago
Albrecht Schlosser 9f1eeaee19 Added the helper class Fl_Watch to simplify safe handling of widget deletion 17 years ago
Fabien Costantini b30b9e170a minor compile warning solved in test/utf8.cxx 17 years ago
Fabien Costantini 1a297e1947 STR#2127: 17 years ago
yuri d474e13b03 fix --enable-cairoext in configure 17 years ago
Fabien Costantini b4a3ce9d08 STR#2133 fix: erroneously releasing flavorType would cause a crash when pasting twice in an Fl_Input object. 17 years ago
Albrecht Schlosser 2d883b1770 fixed a typo 17 years ago
Fabien Costantini 0e6409c3a0 Fixed fl_color() setters would crash under X11 when called with no valid fl_gc. 17 years ago
Fabien Costantini ecf26b1d12 Doxygen documentation corrected a typo in new module entry name. 17 years ago
Fabien Costantini b00d2bfa42 Doxygen documentation 17 years ago
Fabien Costantini 8d590e0ed8 Help demo: now loads the non framed version main.html instead of index.html 17 years ago
Fabien Costantini 49bb1ab55d Fluid: fixed Help dialog would open the non handled frame version (index.html) instead of the non framed version (main.html) of the documentation, thus making necessary to click to the redirected non-framed page. Now fluid opens directly the non framed documentation. 17 years ago
Fabien Costantini 2689cedc36 Fixed Mac OS X text descent would not return correct height, now multi input lines space between lines matches exactly the spacing in fltk 1.1. No more pixels eaten during drawing. 17 years ago
Fabien Costantini 0836f376e5 STR#2121: fixed a potential memory leak on flavorType, made local stack variables declaration zero initialized when necessary, those not zero initialized are now declared when used. 17 years ago
Fabien Costantini b7e9f1eb77 STR#2121: added a break in the flavortypes main loop just in case one day we have more than one to choose from so that the order of the one choosed is guaranteed, also fixed potential memory leaks by releasing flavorTypeArray when exiting the main loop prematurely. 17 years ago
Fabien Costantini b511a4df08 Updated CHANGES with recent revisions. 17 years ago
Fabien Costantini 49ed3ac908 STR#890 non-lazy fix: as suggested, replaced the one level color attribute saving by a better font style stack including the color in its font style elements. 17 years ago
Fabien Costantini 4cac674b25 STR#2121 improvements: 17 years ago
Fabien Costantini 9c523405a8 Updated CHANGES with recent modifications. 17 years ago
Fabien Costantini 43d5a9de55 STR#890 fix attempt: correct imbricated font color handling. 17 years ago
Fabien Costantini cbd3151d4f STR#2121: Added old fltk 1.1.x scrap buffer paste detection to Fl::paste(). 17 years ago
Fabien Costantini a33d0a6d29 STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported fltk files (this excludes i.e the png subdir). 17 years ago
Fabien Costantini e9ef99002f STR#2121 fix: Fixed paste from utf16 content would not work in fltk input widgets, 17 years ago
Fabien Costantini 84920d7cf1 STR #2104 fix: applied patch from sadysta, modified it to harmonize with existing win32 code like global alloc code, wchar_t type use. Added a wchar.h include for gcc win32 targets, compiled and tested under vc2005, gcc mingw, gcc cygwin. 17 years ago