summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
AgeCommit message (Expand)Author
2016-09-20Update fluid files and copyright.Albrecht Schlosser
2016-07-18Adds external editor capability to fluid for all platforms.Greg Ercolano
2015-12-18Running FLTK in static initializers (cont'd):Manolo Gouy
2015-04-02Added comments to Fluid Widgets. The comment field is between the Additional ...Matthias Melcher
2014-02-04Fix clang compile error in fluid (STR #3046).Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-03Added Table and Tree support to Fluid.Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-27Fixed memory leaks in Fluid - Thanks for the patch (STR 2455)Matthias Melcher
2010-11-14Rename variable in Fluid to make more senseMatthias Melcher
2010-02-27Starting to add a GUI to manage the IDE database.Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-15Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file ...Matthias Melcher
2010-01-24This is a very simple implementation of the host side of plugins. Plugins can...Matthias Melcher
2009-10-02Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write the...Matthias Melcher
2009-03-27fluid: fix erroneous declaration of user-defined static function (STR #2011)engelsman
2009-01-12STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported flt...Fabien Costantini
2008-09-17This is a stab at supporting Doxygen comments from withing Fluid. Just double...Matthias Melcher
2008-04-23Adding keyboard shortcut to Fl_Value_Input and Fl_Text_EditorMatthias Melcher
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...Matthias Melcher
2008-01-04STR #1776: FLUID now tries to find a previously declared callback to avoid de...Matthias Melcher
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2007-01-18Fixed Scroll crash in Fluid Live Mode (STR #1524) Matthias Melcher
2006-08-21Fix Fl_Widget_Class_Type so that you can add code to a widget classMichael R Sweet
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-05-18Declarations in Fluid can now explicitly be made non-static or non-extern. Th...Matthias Melcher
2006-04-27STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, ...Matthias Melcher
2005-11-04FLUID1: The comment entry in the Browser now reveals some more information by...Matthias Melcher
2005-11-03Fluid Source Code preview panel with automatic refresh and selected object co...Matthias Melcher
2005-10-26FLUID writes RGB and Bitmap image data as an array of decimal numbers instead...Matthias Melcher
2005-08-30FLUD: This fixes the problem that the children of a Widget_Class_Type are pos...Matthias Melcher
2005-08-23FLUID now knows if a static callback is already declared in a class and won't...Matthias Melcher
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-07-23Fluid was casting Fl_Input_Choice to Fl_Menu_ at two occasions which is wrong...Matthias Melcher
2005-07-19Better support for Live mode in Fluid. Most Widget attributes are now support...Matthias 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-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-10Add GCC printf format attribute check to catch code formattingMichael R Sweet
2005-03-28Add support to FLUID for widget class creation without the intermediateMichael R Sweet
2005-03-28Preliminary support for widget classes (still need to do code writingMichael 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-19More UI cleanup.Michael R Sweet
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-09Added a new Type to fluid called 'Comment' to be used for standardized Copyri...Matthias Melcher
2005-03-08Use grid size for window resizing.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