summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2003-04-06Fix fl_font/fl_size on MacOS X.Michael R Sweet
2003-04-03- sorted fluid menu barMatthias Melcher
2003-04-01Fix cursor appearance and scrolling of Fl_Text_Editor (patches from Erco)Michael R Sweet
2003-04-01FLUID shell command patch from Erco.Michael R Sweet
2003-03-31Possible fix for OpenGL bus errors on OSX.Michael R Sweet
2003-03-26Fix widget callback code error check and assignment.Michael R Sweet
2003-03-26fltk-config fix.Michael R Sweet
2003-03-17Fix Fl_Text_Display box drawing bug.Michael R Sweet
2003-02-25Fix help dialog link color.Michael R Sweet
2003-01-31FL_KEYUP patch for X11 - don't send KEYUP event for repeating keys.Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2003-01-28Bug fixes from Howard.Michael R Sweet
2003-01-21Add FL_EXPORT to nested classes.Michael R Sweet
2003-01-15Possible fix for nested Fl_Double_Window bug on WIN32.Michael R Sweet
2003-01-14Fix Fl_Slider callback bug.Michael R Sweet
2003-01-14Fix line/polygon drawing bug when the number of unique vertices is tooMichael R Sweet
2003-01-14Fix size_range() bug under OSX.Michael R Sweet
2003-01-14Fix OpenGL resize bug.Michael R Sweet
2003-01-14Fixed menu overlay bug.Michael R Sweet
2003-01-12Fix use of free() for memory allocated using new.Michael R Sweet
2003-01-11Tweek colors for plastic scheme so they better match OSX.Michael R Sweet
2003-01-10Update dependencies and the change log.Michael R Sweet
2003-01-04Sort widgets in the widget panel.Michael R Sweet
2002-12-19Fix Fl_Scroll handling of widgets whose labels are to the right or below.Michael R Sweet
2002-12-19Doco updates.Michael R Sweet
2002-12-08Double/triple click selection fix in Fl_Input.Michael R Sweet
2002-12-04OSX fixes for GLUT/GL window classes.Michael R Sweet
2002-11-19Support vertical dividers in menu bars.Michael R Sweet
2002-11-19Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't returnMichael R Sweet
2002-11-19Increase label buffer size and bounds-check all writes.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-15Fix OpenGL resize bug under OSX.Michael R Sweet
2002-11-14Make check browser check boxes consistent with other widgets...Michael R Sweet
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-11-11Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + spaceMichael R Sweet
2002-11-09Patch from Steve Davies for Xft 2.x.Michael R Sweet
2002-11-08Don't use built-in snprintf/vsnprintf functions on Tru64 4.0, since thereMichael R Sweet
2002-11-08Fix keyboard composition for X11.Michael R Sweet
2002-11-08Tab moves forward in menu, Shift-Tab moves backward.Michael R Sweet
2002-11-08Fix label redraw bug.Michael R Sweet
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
2002-11-01Fix widget construction code for custom/named widget classes.Michael R Sweet
2002-10-30Update tile documentation to be explicit about widgets touching and doingMichael R Sweet
2002-10-30Unswapped MacOS modifier keys. event_key and event_text should returnMatthias Melcher
2002-10-29Fix focus hogging by the Fl_Tabs widget.Michael R Sweet
2002-10-29Fix OK button when doing directory selection.Michael R Sweet
2002-10-29Fix file chooser absolute path bug.Michael R Sweet
2002-10-292.0 tooltip changes into 1.1.x.Michael R Sweet
2002-10-29MacOS windows were rsizable even if size_range would not allow a resize.Matthias Melcher
2002-10-29Fix cursor problems and add Shift-Delete, Ctrl-Insert, and Shift-InsertMichael R Sweet