summaryrefslogtreecommitdiff
path: root/fluid/Fl_Widget_Type.cxx
AgeCommit message (Expand)Author
2005-07-19Better support for Live mode in Fluid. Most Widget attributes are now support...Matthias Melcher
2005-07-16Changing the 'private' flag would not reflect in the widget browser immediately.Matthias Melcher
2005-07-14- Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good ...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-04-21FLUID wasn't tracking all changes on the widget panel, so undo and save stuffMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-15Fix subclass callback output code.Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-03-28Fixed window class code generation.Michael R Sweet
2005-03-28Add support to FLUID for widget class creation without the intermediateMichael R Sweet
2005-03-24Resizing or moving a window through the widget panel now resets theMichael R Sweet
2005-03-21Initial integration with editor-based CodeEditor class (only the widgetMichael R Sweet
2005-03-20Use uppercase letters for shortcut labels (e.g. "Ctrl+N", notMichael R Sweet
2005-03-20Add "scheme" chooser in GUI settings dialog.Michael R Sweet
2005-03-20Hide/Show Widget Bin and Overlays, instead of checks.Michael R Sweet
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-07More guide stuff - most of the widgets that need it should have theirMichael R Sweet
2005-03-07Add ideal_size() and ideal_spacing() methods, which are used for theMichael R Sweet
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-03Use symbolic names whenever possible, otherwise cast ints to Fl_Color.Michael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-05-27Fix STR #52 - Fl_Text_Editor didn't set changed() nor did it call callbacksMichael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-03-26Fix widget callback code error check and assignment.Michael R Sweet
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-11-03Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.Matthias Melcher
2002-11-01Fix widget construction code for custom/named widget classes.Michael R Sweet
2002-09-09Fluid treats any class name for the outer window that does not containBill Spitzak
2002-09-04Fixes from Matthew Morrise.Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-28Support "using" keyword.Michael R Sweet
2002-04-26Add lock icon next to static/private elements in FLUID.Michael R Sweet
2002-03-24Doco updates for 1.1.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-17FLUID didn't support the plastic boxtypes.Michael R Sweet
2001-12-17Don't append a semicolon to callback function code when the last lineMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-10-30FLUID didn't write static data for the deimage() image.Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-10-01FLUID: can't use "i->image(o)" if "i" is NULL... :)Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29Enable all of the new FLUID stuff...Michael R Sweet