summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-05-30Two Fluid dialog boxes were 2 pixels to wide.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-29Fixed alignment win Widget bin. Still to do:Matthias Melcher
2005-05-28Fixed Function Panel in Fluid to obey HIGMatthias Melcher
2005-05-28Made Comment Properties dialog obey HIG (I hope) and fixed resizing behavior ...Matthias Melcher
2005-05-27Fixed the Round Plastic buttons to actually draw nice and riund, justMatthias Melcher
2005-05-26Changelog...Michael R Sweet
2005-05-26Move show() after scheme() call in Fl_Window::show(argc, argv) toMichael R Sweet