summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-08-17This change is controversial. It changes the behavior of fl_filename_listMatthias Melcher
2005-08-17Silly scope bug. Thanks, gccMatthias Melcher
2005-08-17Fixed redraw range in Multiline Input with wordwrapping for space characters ...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-11Remove unnecessary breaks...Michael R Sweet
2005-08-11Fix fl_vsnprintf bugs, remove VC++.NET link warningsMichael R Sweet
2005-08-11OS X drag'n'drop now pastes into the correct widget (STR #974)Matthias Melcher
2005-08-11Add support for * width and precision values, and fix potentialMichael R Sweet
2005-08-10Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implem...Matthias Melcher
2005-08-09Some more scrollbar tweaks from Alessandro for STR #871...Michael R Sweet
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-08Fl_Valuator-derived widgets could show more digits than wereMichael R Sweet
2005-08-08Add additional Fl_Browser_ fixes for STR #834.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-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-07Fixed OSX compilation problems with non-HFS filesystems (STRMichael R Sweet
2005-08-06This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the mi...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-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-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-20Made fl_pie look the same in __APPLE_QD__ as in X11. This makes fl_pie draw o...Matthias 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-17Wrong case in path name.Matthias 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-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-11STR #915: fixed hang on corrupt jpegs by giving a maximum of 10 chances for j...Matthias Melcher
2005-06-24Fixed one dependency in VC6 setup.Matthias Melcher
2005-06-02Added missing SetPort to restore the current port fin Mac OSX fl_read_image.Matthias Melcher