638 Commits (release-1.3.2)

Author SHA1 Message Date
Matthias Melcher 580ecb0048 - Fluid overlay now shows a seperate bounding box of selected 20 years ago
Matthias Melcher a15e974676 - I enlarged the 'minimal update' area in Fl_Input_, so that characters that overlap the font box will be correctly erased during minimal redraw. The original code assumes that character fin in a box from 0,0 to charcter width/height. However, many newer fonts overlap that box and leave traces when redrawn. See 'j' and 'W' in Helvetica on Mac and Windows. 20 years ago
Matthias Melcher 72da53c9c7 Fluid live mode: correct tooltip support. 20 years ago
Matthias Melcher f64d694799 Better support for Live mode in Fluid. Most Widget attributes are now supported including pulldown menus (in a very simple, but working way). 20 years ago
Matthias Melcher e8ea433222 Changing the 'private' flag would not reflect in the widget browser immediately. 20 years ago
Matthias Melcher 59b74e9fcb If starting Fluid with the -c (compile only) option, Fluid should not require a connection to the X11 Display anymore, allowing fluid to create code on head-less terminals. 20 years ago
Matthias Melcher 7f526e1362 - Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good catch. 20 years ago
Matthias Melcher 9e28a66b1f fixed 'static' vs. forward declaration mixup for my last commit 20 years ago
Matthias Melcher 8461a157e4 Added the first implementation of "live mode" to Fluid. This is incomplete and mostly untested, but it seems to be a great help to figure out the darned wonderful resize behavior. I apologize for typos, no time to compile on Linux. Please feed back. 20 years ago
Matthias Melcher 5b8d9e746a Fluid: Added a pixmap for WidgetClass, added pixmap to the Widget Bin. 20 years ago
Matthias Melcher 107304f75f Made all menu items fit into Fluid dialog Widget Properties/GUI/Label 20 years ago
Matthias Melcher d35b4eded3 Made most Fluid properties dialogs duoble buffered, because they tend to flicker during resizing. 20 years ago
Matthias Melcher 977e234a92 Two Fluid dialog boxes were 2 pixels to wide. 20 years ago
Matthias Melcher 0132f4f8fd Fluid panel resize and alignment fixes (STR #891). 20 years ago
Matthias Melcher 69a0601c2a Fixed alignment win Widget bin. Still to do: 20 years ago
Matthias Melcher 475a3696cc Fixed Function Panel in Fluid to obey HIG 20 years ago
Matthias Melcher 1c4ed73d47 Made Comment Properties dialog obey HIG (I hope) and fixed resizing behavior (STR #891, partial) 20 years ago
Michael R Sweet 067d8d2d16 Fix eol-style in Watcom files... 20 years ago
Michael R Sweet 13d8286b8a FLUID didn't set the initial size of widgets properly (STR #850) 20 years ago
Michael R Sweet 5ca7674da3 Updates to cmake project files (STR #813) 20 years ago
Michael R Sweet 8a275b2985 FLUID wasn't tracking all changes on the widget panel, so undo and save stuff 20 years ago
Michael R Sweet dd0503576d Fix compiler warnings. 20 years ago
Michael R Sweet 1c399af444 Update source file headers with STR web page. 20 years ago
Michael R Sweet b41cf28662 Update "clean" targets to properly handle core files, remove backup files, 20 years ago
Michael R Sweet 91c3b8231d Fix subclass callback output code. 20 years ago
Michael R Sweet fc4db19395 Don't make non-inline methods from FLUID inline (that is, remove the 20 years ago
Michael R Sweet 70c4cd102f Fix compiler warnings. 20 years ago
Michael R Sweet 217f77c9ef Eliminate compiler warnings on Solaris... 20 years ago
Michael R Sweet 8dda432b40 Make comment strings const char *... 20 years ago
Michael R Sweet 3cd132b947 #include print_panel.cxx in fluid.cxx, so that we don't need to put it in 20 years ago
Michael R Sweet e3ce6cd15a Cast GetCurrentProcessId to int to avoid compiler warning. 20 years ago
Michael R Sweet 27d36574ec Fix definition of auto_indent() method... 20 years ago
Michael R Sweet c279f087a1 Add missing include for undo functions (STR #773) 20 years ago
Michael R Sweet af500d018d Fix move within custom widget bug (STR #796) 20 years ago
Michael R Sweet 9edf9a743e Add GCC printf format attribute check to catch code formatting 20 years ago
Michael R Sweet 000eca281a FLUID widget class support fixes. 20 years ago
Matthias Melcher f12052870c STR #784: Fixed tooltip stating 'function' instead of 'comment' 20 years ago
Michael R Sweet 81fd6777b2 Finished changes needed to support full widget classes. 20 years ago
Matthias Melcher af10e22140 Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print' addition crashes in fl_color_win32.cxx, line 72. 20 years ago
Michael R Sweet 119f78bee0 Handle window class methods. 20 years ago
Michael R Sweet bae6f62ea8 Fixed window class code generation. 20 years ago
Michael R Sweet c94a59c3f7 Add support to FLUID for widget class creation without the intermediate 20 years ago
Michael R Sweet 2abfda36ab Preliminary support for widget classes (still need to do code writing 20 years ago
Michael R Sweet 9f6d4ada32 Save work on FLUID printing on Windows. 20 years ago
Michael R Sweet 3b6c4b788e FLUID printing support for Windows (still working on some 20 years ago
Michael R Sweet f6a137b998 Fixed VC++.NET project files (FLTK, FLTKDLL, FLUID). 20 years ago
Michael R Sweet f5ed012b28 Updated Fl_File_Chooser to correctly deselect other items when 20 years ago
Michael R Sweet 2ccbfdccc9 Fl_File_Chooser no longer resets the type() when choosing a 20 years ago
Michael R Sweet 6d65dcba88 Change Fl_Spinner to use double values instead of ints. 20 years ago
Michael R Sweet 60b5a637f3 Add option to control the number of file history that is shown 20 years ago