summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar...Matthias Melcher
2007-05-16STR #1678: improved fl_down, fl_frame, added fl_box, updated documentation. F...Matthias Melcher
2007-05-15Fixed possible selection of submenu items in FL_INput_Choice (STR 1676)Matthias Melcher
2007-05-14- Fixed calculation of stride for image scaling and color manipulation (STR #...Matthias Melcher
2007-05-14Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 ca...Matthias Melcher
2007-05-14OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a miss...Matthias Melcher
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. (ST...Matthias Melcher
2007-05-01Fixed endless loop in Fl_Text_Display (STR #1655)Matthias Melcher
2007-05-01STR #1641: fixing 'make clean'Matthias Melcher
2007-05-01STR #1652: allowing shortcuts in tabsMatthias Melcher
2007-05-01STR #1644: documenting return values for loading and saving text from the Fl_...Matthias Melcher
2007-05-01STR #1645: Updated documentation for Fl_Text_BufferMatthias Melcher
2007-05-01STR #1643: make clean now also deleting fltk.specMatthias Melcher
2007-05-01STR #1642: removeing cat 6 man pages on Make cleanMatthias Melcher
2007-05-01STR #1639: improved documentation to explain the difference between evnt_butt...Matthias Melcher
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-20Better contrast (#1625)Matthias Melcher
2007-02-27STR #1617: fltkgl.vcproj in the vnet directory had missing closing brackets i...Matthias Melcher
2007-02-24First attempt at fixing all WIN32 scrolling issues. This code uses some (lega...Matthias Melcher
2007-02-22Enable threading and large file support in the sample RPM spec file (STR #1603)Michael R Sweet
2007-02-21Fixed file chooser to behave transparently to the current group settingMatthias Melcher
2007-02-21Flushing file chooser preferences after every change to avoid data loss due t...Matthias Melcher
2007-02-12Fixed clipping in OS X Quartz offscreen buffers (STR #1595)Matthias Melcher
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2007-02-08Add "mute sound" option to sudoku game, on request from a user.Michael R Sweet
2007-02-06Update bundled zlib to v1.2.3.Michael R Sweet
2007-02-06Use install command instead of CHMOD, CP, and MKDIR.Michael R Sweet
2007-02-02Fix DLL generation via MingW/Cygwin (STR #1546)Michael R Sweet
2007-02-02Don't open display when generating source code for Fl_Help_ViewMichael R Sweet
2007-02-02Fix scheme background image bug on X11.Michael R Sweet
2007-02-02Fixed first window behavior in OS X (STR #1548)Matthias Melcher
2007-02-02Avoiding a hidden mouse pointer after a window is hiddenMatthias Melcher
2007-02-01Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X m...Matthias Melcher
2007-02-01Add GLUT support functions from FreeGLUT (STR #1522)Michael R Sweet
2007-01-31Fix Fl_Input_Choice targets (STR #1578)Michael R Sweet
2007-01-29Incorporate run-time check and initialization of recursive mutexes.Michael R Sweet
2007-01-28Drop recursive mutex code since the running kernel may not support itMichael R Sweet
2007-01-28Fl::awake() could block on X11 and OSX (STR #1537)Michael R Sweet
2007-01-28Fix order of idle/check processing compared to events (STR #1535)Michael R Sweet
2007-01-28Hide window before doing callback for OK button (STR #1565)Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2007-01-25Improved GTK+ schemed round box (STR #1531)Matthias Melcher
2007-01-24- Fluid avoids writing unsopported combinations of the Matthias Melcher
2007-01-24- Added automated little helpers to Sudoku Matthias Melcher
2007-01-21I changed the Fl_Tabs drawing routine to only redraw the tabs themsleves on a...Matthias Melcher
2007-01-20Made resource fork on OS X obsolete. We still do add it just in case, but sho...Matthias Melcher
2007-01-18Added chapter 10 with documentation about multithreadingMatthias Melcher
2007-01-18Somewhat improved the system menu bar for OS X (STR #1505)Matthias Melcher
2007-01-18Fixed Quartz image drawing and screen readingMatthias Melcher