summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2005-09-24STR #1027: FLUID size_range controls would not set the 'modified' flagMatthias Melcher
2005-09-09Fix to ambigous function call in my previous FLUID changesMatthias Melcher
2005-09-09STR #985: This is a medium size change in the way that FLUID manages widget l...Matthias Melcher
2005-09-08STR #1016 : Matthias Melcher
2005-09-05STR #1010: if a widget callback is generated inside a widget class, the stati...Matthias Melcher
2005-08-30FLUD: This fixes the problem that the children of a Widget_Class_Type are pos...Matthias Melcher
2005-08-30FLUID: Grouping and ungrouping would not work inside an Fl_Widget_Class_TypeMatthias Melcher
2005-08-29Fixed snapping for interactive resizing of right and bottom border.Matthias Melcher
2005-08-29F2 and F3 (move up/down) would not set the "changed" flagMatthias Melcher
2005-08-29The newly introduce Fl_Widget_Class_Type in Fluid would cause a null pointer ...Matthias Melcher
2005-08-24TyposMatthias Melcher
2005-08-24Fix widget spacing to conform to the HIG.Michael R Sweet
2005-08-23FLUID now knows if a static callback is already declared in a class and won't...Matthias Melcher
2005-08-23Project settings in FLUID now also set a project as 'modified'.Matthias Melcher
2005-08-21Some actions in FLUID would not set the "changed" flag.Matthias Melcher
2005-08-20This commit fixes one aspect of bug STR #984. However, since Allesandro took ...Matthias Melcher
2005-08-17#959: outside labels in fluid moved, so that they refresh correctly even when...Matthias Melcher
2005-08-16FLUID now correctly redraw FL__Tabs if one of their children changes color.Matthias Melcher
2005-08-16Cast value to int to avoid compiler warnings...Michael R Sweet
2005-08-15Added support for Fl_Window::size_range() in FLUID. There are no UI elements ...Matthias Melcher
2005-08-15Dottet label selection box and standard widget selection boxes would not alwa...Matthias Melcher
2005-08-06This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the mi...Dejan Lekic
2005-07-23Fluid was casting Fl_Input_Choice to Fl_Menu_ at two occasions which is wrong...Matthias Melcher
2005-07-22last character in CodeEditor (Fluid) would disappear under certain circumstan...Matthias Melcher
2005-07-20Declaration in Fluid now uses its own public/private setting unless the paren...Matthias Melcher
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-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-16Changing the 'private' flag would not reflect in the widget browser immediately.Matthias Melcher
2005-07-15If starting Fluid with the -c (compile only) option, Fluid should not require...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-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 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-19Fix eol-style in Watcom files...Michael R Sweet
2005-05-19FLUID didn't set the initial size of widgets properly (STR #850)Michael R Sweet
2005-05-13Updates to cmake project files (STR #813)Michael R Sweet
2005-04-21FLUID wasn't tracking all changes on the widget panel, so undo and save stuffMichael R Sweet
2005-04-18Fix compiler warnings.Michael 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