summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
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
2005-07-23pie drawing in WIN32 differed from X11 pie drawing (w and h were 1 pixel too ...Matthias Melcher
2005-07-23STR #602Matthias Melcher
2005-07-22last character in CodeEditor (Fluid) would disappear under certain circumstan...Matthias Melcher
2005-07-20Declaration in Fluid now uses its own public/private setting unless the paren...Matthias Melcher
2005-07-20 - Fluid overlay now shows a seperate bounding box of selectedMatthias Melcher
2005-07-20- I enlarged the 'minimal update' area in Fl_Input_, so that characters that ...Matthias Melcher
2005-07-19Fixed button resizing issue in Fl_File_Chooser (STR #884)Matthias Melcher
2005-07-16Changing the 'private' flag would not reflect in the widget browser immediately.Matthias Melcher
2005-07-16Documentation fixesMatthias Melcher
2005-07-16Added support for 32bit per pixel subformat, uncompressed, in BMP. Last 8 bit...Matthias Melcher
2005-07-16Value Sliders would not receive focus when clicked on (STR 911 (wrrooom))Matthias Melcher
2005-07-16Added redraw on focus vi FL_PUSH for roller, browser and sliderMatthias Melcher
2005-07-16Fl::set_font() did not clear 'pretty' name of existing fontMatthias Melcher
2005-07-16Fixed unescaped '@' in fonts demo.Matthias Melcher
2005-07-15If starting Fluid with the -c (compile only) option, Fluid should not require...Matthias Melcher
2005-07-15Applied hidden copy / ctor patch as suggested in STR 860Matthias Melcher
2005-07-14increased matrix stack depth to 32 units and added error messages on under- a...Matthias Melcher
2005-07-14- I had to revert SVN fix 4386 which simplified Carbon clipping, but also int...Matthias Melcher
2005-07-14- Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good ...Matthias Melcher
2005-07-11STR #878: fixed tiny memory leak when calling Fl_Widget::label(label()) which...Matthias Melcher
2005-07-11Fixed static allocation of 1000 font information units in fonts.cxx.Matthias Melcher
2005-07-11STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for j...Matthias Melcher
2005-06-01OK, I admit that I am nuts. But since the code was mostly there anyways addin...Matthias Melcher
2005-06-01Win322: Calling Fl_Window::size() and friends would move focus from the curre...Matthias Melcher
2005-06-01Fixed WIndows line endingsMatthias Melcher
2005-06-01Fl::copy() would always set a flag, instructing Fl::paste to use the internal...Matthias Melcher
2005-06-01Fix clipping code on OSX...Michael R Sweet
2005-05-31Typo....Matthias Melcher
2005-05-31Fl_Menu_::find_item() was trying to search through submenus created with FL_S...Matthias Melcher
2005-05-29Fluid interactive window resizing fixe (STR #873, 791)Matthias Melcher
2005-05-29Fluid panel resize and alignment fixes (STR #891).Matthias Melcher
2005-05-27Fixed the Round Plastic buttons to actually draw nice and riund, justMatthias Melcher
2005-05-26Changelog...Michael R Sweet