summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-12-15Fl_Help_View did not release the images it used (STR #1817)Michael R Sweet
2007-11-20Update scrollbars when showing or hiding items (STR #1724)Michael R Sweet
2007-11-20Remove unused variables.Michael R Sweet
2007-11-20Fix window hide bug on WIN32 (STR #1748)Michael R Sweet
2007-11-19STR 1745: in fl_ask, if the rightmost button has a shortcut in its label, the...Matthias Melcher
2007-11-19STR #1767: Adding "remove" function for the Fl_Check_BrowserMatthias Melcher
2007-11-19STR #1805: removed hard-coded scroll bar widths.Matthias Melcher
2007-10-07STR #1742: Updated documentation to reflect the true nature of "selection()" ...Matthias Melcher
2007-10-07STR #1715: Added empty "awake" function for non-threaded dll'sMatthias Melcher
2007-10-07STR #1761: fixed fl_filename_isdir for '/'-path in UnixMatthias Melcher
2007-10-06Fixed Fl_Chart drawing (STR #1756)Matthias Melcher
2007-06-20STR #1714: fixed bad deallocation (NULL pointer issue) in Fl_Preferences.Matthias Melcher
2007-06-18#1706: on WIN32, the attempt to map a subwindow when the parent window was no...Matthias Melcher
2007-06-18Fixed wrong array size.Matthias Melcher
2007-06-18STR #1706: mapping a subwindow with an unmapped parent window would crash und...Matthias Melcher
2007-06-07Fixed rendering of grayscale images with alpha channel on unaccelerated machi...Matthias Melcher
2007-05-21Typo HAVE_LONg_LONG instead of HAVE_LONG_LONGMatthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar...Matthias Melcher
2007-05-16STR #1625: yet another slight change in the "fl_contrast" cut-off value that ...Matthias Melcher
2007-05-14Removed warning about unused variable.Matthias Melcher
2007-05-14- Fixed calculation of stride for image scaling and color manipulation (STR #...Matthias Melcher
2007-05-09Reverted my changes in the message dialog boxes. Reapplied the static size ic...Matthias Melcher
2007-05-06STR #1670: Fixed gcc warning in Mac source code.Matthias Melcher
2007-05-02Fixed for Linux, based on my previous checkinsMatthias 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 #1652: allowing shortcuts in tabsMatthias 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-03-20Fixed missing (and empty) unlock_ring and lock_ring for Unix builds without m...Matthias Melcher
2007-03-06Some improvements as discussed. Not a final feature! May be removed without n...Matthias Melcher
2007-03-06Fixed previous Fl::awake() commit for UNix and OS X.Matthias Melcher
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-02-27STR #1617: fltkgl.vcproj in the vnet directory had missing closing brackets i...Matthias Melcher
2007-02-25Removed warning about unused variable.Matthias Melcher
2007-02-24First attempt at fixing all WIN32 scrolling issues. This code uses some (lega...Matthias Melcher
2007-02-23Avoiding to wait forever under Cygwin. (STR #1608)Matthias Melcher
2007-02-23Setting pointers in Fl_Preferences-destructor to zero. This should not be nee...Matthias Melcher
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-20Update copyright years and use "#ifndef" instead of "#if !defined".Michael R Sweet
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2007-02-13Fixed WIN32 version of prevois change (undefined variable)Matthias Melcher
2007-02-13Updated 'hotspot' positioning of windows in OS X and WIN32 to keep the hotspo...Matthias Melcher
2007-02-12Fixed clipping in OS X Quartz offscreen buffers (STR #1595)Matthias Melcher
2007-02-10Update dependencies.Michael R Sweet
2007-02-09Fix WIN32 builds.Michael R Sweet
2007-02-09Don't depend on having RTLD_DEFAULT definedMichael R Sweet