summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-07-09fixed 'static' vs. forward declaration mixup for my last commitMatthias Melcher
2005-07-08Added the first implementation of "live mode" to Fluid. This is incomplete an...Matthias Melcher
2005-06-24"test -e" is not portable, must use "test -f".Michael R Sweet
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-01Documented the '00360' rotation feature in symbolsMatthias 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-31Typo....Matthias Melcher
2005-05-31Fl_Menu_::find_item() was trying to search through submenus created with FL_S...Matthias Melcher
2005-05-30Fluid: Added a pixmap for WidgetClass, added pixmap to the Widget Bin.Matthias Melcher
2005-05-30Made all menu items fit into Fluid dialog Widget Properties/GUI/LabelMatthias Melcher
2005-05-30Made most Fluid properties dialogs duoble buffered, because they tend to flic...Matthias Melcher