summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.cxx
AgeCommit message (Expand)Author
2005-03-21If window has not been shown yet, set the image to the scheme_bg_ image soMichael R Sweet
2005-03-20Template panel for "new" and "save template" actions, complete withMichael R Sweet
2005-03-20Preliminary template save support in FLUID, plus some bug fixes.Michael R Sweet
2005-03-20Undo/redo support for FLUID.Michael R Sweet
2005-03-20Add "Edit/Delete".Michael 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-19More UI cleanup.Michael R Sweet
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-17Use check items for overlays and the widget bin, and track their state.Michael R Sweet
2005-03-08Use grid size for window resizing.Michael R Sweet
2005-03-08Make guides and snap work from either side of a widget border.Michael R Sweet
2005-03-08Only horizontally snap align when the current widget is within 50Michael R Sweet
2005-03-08Clean up more snap glitches...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-07Update widget panel so that the "GUI" tab is shown first.Michael R Sweet
2005-03-06Save my changes to the guide lines - basic snapping is implemented withMichael R Sweet
2005-02-26Added visual gudelines for widget distances and sizes to fluid. It is disable...Matthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2005-02-05FLUID didn't update the widget panel X/Y/W/H values when movingMichael R Sweet
2005-02-02FLUID didn't add xclass() calls to windows (STR #718)Michael R Sweet
2004-11-20- Moving or resizing widgets in FLUID didn't always update theMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-14Fix new FLUID window grid bug (STR #166)Michael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-03Don't open the display to load a .fl file.Michael R Sweet
2002-05-01Break grid and GUI settings into separate dialogs.Michael R Sweet
2002-04-30Fl_Preferences::getUserdataPath() and getPath() methods now require aMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-04-25Fixed bug in i18n_type_cb() - wasn't setting the i18n_xyz string variablesMichael R Sweet
2000-04-24FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;Michael R Sweet
1999-09-10The arrow patch is in!Bill Spitzak
1999-04-18Changes so that "extra code" goes before o->end() and close bracket.gustavo
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-02-19Changed "include_H_from_C" to default to 1 instead of 0.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1998-12-06Fixed another #include...Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet
1998-12-02Fluid paste bug fix from Bill.Michael R Sweet
1998-11-18Tab resize bug fix from Gustavo.Michael R Sweet
1998-11-05Multiple patches from Bill:Michael R Sweet
1998-10-21Added common headings & CVS tags.Michael R Sweet