summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2005-10-13Remove unnecessary includes ("flstring.h" is included by the parentMichael R Sweet
2005-10-12Fl_Value_Input now uses the screen-absolute position instead ofMichael R Sweet
2005-09-25STR #973: popup menus now pop up fully visible in the current screen if possi...Matthias Melcher
2005-09-19STR 1025: fixed illeagal acces to delted object. It was meant to set the dirt...Matthias Melcher
2005-09-13Fixed x-offset problem in Help_Widget (STR #998)Matthias Melcher
2005-09-12Clipboard will persist if owner window is hidden (STR #1019)Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-08-29F2 and F3 (move up/down) would not set the "changed" flagMatthias Melcher
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-08-29Fixed signedness of argument to sscanfMatthias Melcher
2005-08-27Update of "CHANGES" file with information about STR#995 .Dejan Lekic
2005-08-23FLUID now knows if a static callback is already declared in a class and won't...Matthias Melcher
2005-08-21Some actions in FLUID would not set the "changed" flag.Matthias Melcher
2005-08-17This change is controversial. It changes the behavior of fl_filename_listMatthias Melcher
2005-08-17Fixed redraw range in Multiline Input with wordwrapping for space characters ...Matthias Melcher
2005-08-17#959: outside labels in fluid moved, so that they refresh correctly even when...Matthias Melcher
2005-08-16FLUID now correctly redraw FL__Tabs if one of their children changes color.Matthias Melcher
2005-08-15Added support for Fl_Window::size_range() in FLUID. There are no UI elements ...Matthias Melcher
2005-08-15Dottet label selection box and standard widget selection boxes would not alwa...Matthias Melcher
2005-08-15fl_filename_list now correctly handles path names like 'c:'Matthias Melcher
2005-08-15Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968)Matthias Melcher
2005-08-10Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implem...Matthias Melcher
2005-08-10Revert changelog (Dejan, for future reference please place all non-Michael R Sweet
2005-08-10Added information about change related to --prefix flag.Dejan Lekic
2005-08-08On X11, borderless windows will not show in the taskbar anymore (STR #933)Matthias Melcher
2005-08-08Moved some code around so that FLTK will figure out the Matthias Melcher
2005-08-08Add --cc and --cxx options to fltk-config, which show the compilers thatMichael R Sweet
2005-08-08Fl_Valuator-derived widgets could show more digits than wereMichael R Sweet
2005-08-08Doco update for subwindows on OSX, and remove WIN32 note for cut/pasteMichael R Sweet
2005-08-08Remove Fl_Group from Fl_File_Chooser docos.Michael R Sweet
2005-08-08Doco fix (STR #960)Michael R Sweet
2005-08-08Fl_GIF_Image did not handle images with an incorrect number ofMichael R Sweet
2005-08-08Fixed some plastic drawing artifacts (STR #906)Michael R Sweet
2005-08-08Fl_Help_View now draws the box outside the scrollbars, like theMichael R Sweet
2005-08-08The fltk-config script now handles invocation via a symlink (STRMichael R Sweet
2005-08-08Updated WIN32 cut/paste code to consistently handle DOS text (STRMichael R Sweet
2005-08-08Added shared library support for Cygwin and MingW (STR #893)Michael R Sweet
2005-08-08Fl_File_Chooser did not implement the user_data() methods (STRMichael R Sweet
2005-08-08Compilation could fail if a previous installation of FLTK was inMichael R Sweet
2005-08-08Add documentation for screen_count() and screen_xywh() (STR #931)Michael R Sweet
2005-08-07Fixed OSX compilation problems with non-HFS filesystems (STRMichael R Sweet
2005-08-06New change report...Dejan Lekic
2005-08-05Added information about fixed STR #967.Dejan Lekic
2005-07-28Fix redraw problem with Fl_File_Input (STR #958)Michael R Sweet
2005-07-25Fix bad include file in file chooser.Michael R Sweet
2005-07-25STR #831: When moving an OpenGL window outside the screen and then back again...Matthias Melcher
2005-07-24STR #848, missing xclass support implemented as suggested by Mike.Matthias Melcher
2005-07-24Added support for characters from the current 'locale' for the floating point...Matthias Melcher
2005-07-23Fluid was casting Fl_Input_Choice to Fl_Menu_ at two occasions which is wrong...Matthias Melcher
2005-07-23Silly typo would position new windows, that touched the right screen border, ...Matthias Melcher