summaryrefslogtreecommitdiff
path: root/fluid/Fl_Widget_Type.cxx
AgeCommit message (Expand)Author
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-03Added Table and Tree support to Fluid.Matthias Melcher
2010-12-12Fluid generates correct Fl_Int_Iput and Fl_Float_Input plus include line. STR...Matthias Melcher
2010-12-08Fixed Compiling with mingw-w64 (STR #2308).Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-27Fixed memory leaks in Fluid - Thanks for the patch (STR 2455)Matthias Melcher
2010-10-28Fixed the remaining warningsMatthias Melcher
2010-10-01Silence compiler errors about argument() conversion to Fl_AlignGreg Ercolano
2010-04-11Apple Cocoa: modal windows would not resize.Matthias Melcher
2010-04-10Completed the alignment pulldown menus for all new alignment styles. Hope you...Matthias Melcher
2010-04-09Added new label alignments for image and text to Fluid.Matthias Melcher
2009-10-02Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write the...Matthias Melcher
2009-01-03STR50 fix attemp. Added a new check_redraw_corresponding_parent() function to...Fabien Costantini
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-13STR 1992: Fixed Fluid textcolor outputMatthias Melcher
2008-10-13STR #1991: Fixed wrong default value of Fl_Spinner in FluidMatthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags...Fabien Costantini
2008-08-15Made the 'align' flags somewhat more typesafe and the associated functions mo...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-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2007-01-24- Fluid avoids writing unsopported combinations of the Matthias Melcher
2007-01-04Making a child group visible in a Fl_Tabs or Fl_Wizard widget nowMichael R Sweet
2007-01-03Use strspn() to look at full words (better "o" detection)Michael R Sweet
2006-10-20Treat all "Window" classed widgets as window widgets.Michael R Sweet
2006-10-03Add GTK thin up/down box/frame types.Michael R Sweet
2006-09-24Update "o" variable detection code to handle more cases (STR #1429)Michael R Sweet
2006-09-17Add GTK box types and missing plastic round box types.Michael R Sweet
2006-09-04STR 1416: Fluid would not output the correct code for a window's hotspotMatthias Melcher
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-07-26Fix return of window widget - use "w" or the name of the window, asMichael R Sweet
2006-07-26Update copyrights on changed files.Michael R Sweet
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-06-19If the value field for scrollbars was not zero, Fluid would generate code tha...Matthias Melcher
2006-04-27STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, ...Matthias Melcher
2005-12-30Fixed a few memory faults found by Valgrind (yes, I finally got my Linux Matthias Melcher
2005-12-16STR #1046: Fl_Window does not directly support a background image in FLTK 1.1...Matthias Melcher
2005-11-03Fluid Source Code preview panel with automatic refresh and selected object co...Matthias Melcher
2005-09-24STR #1027: FLUID size_range controls would not set the 'modified' flagMatthias 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-23FLUID now knows if a static callback is already declared in a class and won't...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-07-19Fluid live mode: correct tooltip support.Matthias Melcher