summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
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-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2005-03-05Using the layout alignment controls on a menu widget would causeMichael 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-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2005-02-06Cmake updates (STR #645)Michael R Sweet
2005-02-05FLUID didn't update the widget panel X/Y/W/H values when movingMichael R Sweet
2005-02-05FLUID didn't use the label type constant names for menu items,Michael R Sweet
2005-02-02FLUID didn't add xclass() calls to windows (STR #718)Michael R Sweet
2004-11-23More watcom fixes (STR #627)Michael R Sweet
2004-11-21Fix FLUID menu items with images bug (STR #564)Michael R Sweet
2004-11-21Fl_Sys_Menu_Bar didn't compile on case-sensitive file-systemsMichael R Sweet
2004-11-20FLUID didn't handle default function parameters properly (STRMichael R Sweet
2004-11-20- Moving or resizing widgets in FLUID didn't always update theMichael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-10-18Documentation updates (STR #568)Michael R Sweet
2004-10-18Documentation updates (STR #570)Michael R Sweet
2004-09-13Added (unsupported) CMake files (STR #499)Michael R Sweet
2004-09-08Clean up compiler warnings...Michael R Sweet
2004-09-07Documentation updates (STR #505, STR #513)Michael R Sweet
2004-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-05-13Fl_Gl_Window's on WIN32 now prefer accelerated pixel formatsMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-06FLUID's Layout functionality did not move child widgets whenMichael R Sweet
2004-04-06More doco updates.Michael R Sweet
2004-04-06FLUID crashed if you did layout with a window widget (STR #317)Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-11-01Fixed some OS/2-specific build problems (STR #185)Michael R Sweet
2003-09-14Fix new FLUID window grid bug (STR #166)Michael R Sweet
2003-09-09Bump to 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-08-02Bump to 1.1.4 and fix changelog.Michael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-19STR #88: changed fluid behaviour to always paste into a selectedMatthias Melcher
2003-07-18STR #86: Swapped menu shortcut labels for OS XMatthias Melcher
2003-07-18STR #106: collapse triangle in fluid hrc list would not receive eventsMatthias Melcher
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-06-15Hide cancel/revert buttons until a true undo can be implemented.Michael R Sweet
2003-06-01Fix open-documents callback stuff.Michael R Sweet