summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-06-01OK, I admit that I am nuts. But since the code was mostly there anyways addin...Matthias Melcher
2005-06-01Added a symbol named 'recycle' that can be used to refresh directory listings...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-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-27Fixed the Round Plastic buttons to actually draw nice and riund, justMatthias Melcher
2005-05-26Move show() after scheme() call in Fl_Window::show(argc, argv) toMichael R Sweet
2005-05-26Selected tabs are now drawn slightly larger than unselected tabsMichael R Sweet
2005-05-23There are still some artefacts, probably a confusion between round and rounde...Matthias Melcher
2005-05-20Fix FL_PLASTIC_DOWN_BOX artifacts (STR #852)Michael R Sweet
2005-05-20Fix sentinel value for HWND on WIN32 (STR #862)Michael R Sweet
2005-05-20Fl_Preferences::getUserdataPath() didn't work for sub-groups (STRMichael R Sweet
2005-05-19Revert WIN32 redraw fix from r4244, and apply a new one that is a bitMichael R Sweet
2005-05-19Fix eol-style in Watcom files...Michael R Sweet
2005-05-19FLUID didn't set the initial size of widgets properly (STR #850)Michael R Sweet
2005-05-19Update Fl_Tabs to draw selected tabs using labelcolor() of the Fl_TabsMichael R Sweet
2005-05-13Fix WIN32 compile errors.Michael R Sweet
2005-05-13filename_relative() now converts the current directory to forwardMichael R Sweet
2005-05-13Fl_File_Chooser::value() and ::directory() now handle paths withMichael R Sweet
2005-05-13Updates to cmake project files (STR #813)Michael R Sweet
2005-05-12Resizing of OpenGL subwindows was broken on OSX (STR #804)Michael R Sweet
2005-05-12Fl_Browser_ didn't update the position properly when an item wasMichael R Sweet
2005-05-12fl_contrast() now compares the luminosity of each color (STRMichael R Sweet
2005-05-12Fl_Input_ crashed on some platforms when wrapping internationalMichael R Sweet
2005-05-12Check for FL_MOVE messages with the high bit set to 1 - treat as signed coord...Michael R Sweet
2005-05-12Fixed some BMP images loading bugs (STR #825)Michael R Sweet
2005-05-12Fl_File_Chooser now returns directory names with a trailing slashMichael R Sweet
2005-05-12Fl_Help_View now supports the FONT and U elements (STR #815)Michael R Sweet
2005-05-12Fix drawing of non-square round boxes.Michael R Sweet
2005-05-12OpenGL windows that were completely off-screen caused problemsMichael R Sweet
2005-05-12Multiple screen support didn't work on Windows NT and 95 (STRMichael R Sweet