summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-02merged modification from my private branch after successful regression testin...Fabien Costantini
2008-08-28wsock32 static lib dependency removal from win build files.Fabien Costantini
2008-08-27STR #1972 fix :check validity of icrsr before updating cursor state.Fabien Costantini
2008-08-27+ Added a new optional compile time varaible named USE_WSOCK1 that would chan...Fabien Costantini
2008-08-26included the broken_image test in the free() method of Fl_Help_View for Win32...Fabien Costantini
2008-08-26STR #2004 fix: got inspired from suggested modifications but limited their im...Fabien Costantini
2008-08-26removed unused wsock api, fixed return result in fl_ready() Fabien Costantini
2008-08-25STR #1906 fixed as discussed :Fabien Costantini
2008-08-15Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is o...Matthias Melcher
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-08-11Moving more documentation into doxygen formatMatthias Melcher
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-05-01fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl fileyuri
2008-05-01STR #1908 add Fl_Widget* add_extra(Fl_Widget*) function to Fl_File_Chooser classyuri
2008-04-24Text_Display was using a wrong border margin STR 1909Matthias Melcher
2008-04-24Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265)Matthias Melcher
2008-04-23Changed Makefile in src to use 1.3 instead of 1.1 (STR #1922). Fixed minor is...Matthias Melcher
2008-04-23A few more chnaged to get Fl_Font as a new type goingMatthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2008-04-23All widget coordinates are now 32 bit. Beware though, on a 16 bit graphics sy...Matthias Melcher
2008-04-23Adding keyboard shortcut to Fl_Value_Input and Fl_Text_EditorMatthias Melcher
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...Matthias Melcher
2008-04-22Applying 1.1.9 changes to the 1.3 branch.Matthias Melcher
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2008-03-09STR 1891: fixing fl_read_image for double buffered windows.Matthias Melcher
2008-02-27Fixed library path in Makefile (STR #1885)Matthias Melcher
2008-02-25STR #1716: Fixed image read for partial regions on X11Matthias Melcher
2008-02-25Fixed Tab key to wrap around menu bars (STR #1877)Matthias Melcher
2008-02-25STR 1880: Fixed timer leak in Fl_ScrollbarMatthias Melcher
2008-02-20STR 1869: fixed race condition when an alert window pops up during menu handl...Matthias Melcher
2008-02-20Fixed recursion crash in event handling (STR #1873Matthias Melcher
2008-02-20STR 1719: fixed inconsistencies with FL_WHEN_NOT_CHANGEDMatthias Melcher
2008-02-20STR 1849: fixed messages sent to hidden windowsMatthias Melcher
2008-02-20STR #1868: fixed horizontal scrolbar in help view thanks to wavexxMatthias Melcher
2008-02-14Fixed OS X pixmap offset bug (Thanks to D'Elia Yuri) STR 1856Matthias Melcher
2008-01-10STR #1854: fixed win32 issue with possible NULL pointerMatthias Melcher
2008-01-09Added warning in inofficial Fl_Sys_Menubar.cxx about bundeling apps to make t...Matthias Melcher
2008-01-09STR #1853: fixed potntial buffer overrun un Fl_PreferencesMatthias Melcher
2008-01-04Fixed Fl_Text_Display redrawing for focus changes for primary selection and h...Matthias Melcher
2007-12-20Fixed 16 bit PNM image support (STR #1847)Matthias Melcher
2007-12-20Fixed exposure event on zero size windows (STR #1824)Matthias Melcher
2007-12-18STR #1729: fixed ovelay offset for Quartz renderingMatthias Melcher
2007-12-16Inset clipping rectangle using box types.Michael R Sweet
2007-12-16Fix infinite loop bug...Michael R Sweet
2007-12-15Merge gl_font() changes for Xft+X11 (STR #1809)Michael R Sweet
2007-12-15Fl_Gl_Window::mode() needed to hide and show the window when toggling stereoMichael R Sweet
2007-12-15Add set_visible() for GL windows on Mac OS X (STR #1707)Michael R Sweet
2007-12-15Add clip_children() method (STR #1844)Michael R Sweet
2007-12-15Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY for both Enter/ReturnMichael R Sweet
2007-12-15Fl_Help_View did not release the images it used (STR #1817)Michael R Sweet