summaryrefslogtreecommitdiff
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-08Add missing project file for input_choice test program.Michael 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-06This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the mi...Dejan Lekic
2005-08-05Added information about fixed STR #967.Dejan Lekic
2005-08-05Fixed memory leak in Fl_Check_Browser reported by "miguel2i" .Dejan Lekic
2005-07-28Fix redraw problem with Fl_File_Input (STR #958)Michael R Sweet
2005-07-26Fl_Preferences: made implicitly defined constructors and operators unavailable.Matthias Melcher
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-24Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...Matthias Melcher
2005-07-24Typo in commentMatthias 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-23In order to make the rescan effect of Fl_File_Chooser::show() more intuitive,...Matthias 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-20Made fl_pie look the same in __APPLE_QD__ as in X11. This makes fl_pie draw o...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-19Fluid live mode: correct tooltip support.Matthias Melcher
2005-07-19Better support for Live mode in Fluid. Most Widget attributes are now support...Matthias Melcher
2005-07-18'demo -s' would crash due to a missing argument on Fl::fatal()Matthias Melcher
2005-07-17Wrong case in path name.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-14Added documentation for Fl_Text_Display::wrap_mode which seems to work well e...Matthias 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-12Apply zlib security fix.Michael R Sweet