summaryrefslogtreecommitdiff
path: root/fluid/Fl_Menu_Type.cxx
AgeCommit message (Expand)Author
2022-01-08avoid early include of Fl.H optionMatthias Melcher
2022-01-07Fixed a crash bug in Fluid where partial menus were deleted.Matthias Melcher
2021-12-19STR 3289: Fluid i18n, gettext, catguts improvementsMatthias Melcher
2021-12-17GitHub #327: menu buttons will no longer grab arrow keys.Matthias Melcher
2021-12-15#329 #318: Fixed Fluid indenting and trailing whitespaceMatthias Melcher
2021-12-13STR 3442: copy/paste now inserts widget as expected.Matthias Melcher
2021-12-11STR 3210: indentation is now controlled in one single position for all source...Matthias Melcher
2021-12-09STR 3210: be smarter about appending ';' in callbacksMatthias Melcher
2021-12-09STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.Matthias Melcher
2021-12-08Fluid: restructuring and commenting.Matthias Melcher
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-01-14STR 3460: Fluid menu item typesMatthias Melcher
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2015-04-10Fix compiler warnings in fluid-generated code (STR #2813).Albrecht Schlosser
2015-04-02Added comments to Fluid Widgets. The comment field is between the Additional ...Matthias Melcher
2011-09-28STR 2708: simple inline hint may reduce executable size quite a lot.Matthias Melcher
2011-09-28STR 2706: fixed wrong parent() count for Fluid generated Fl_Input_Choice call...Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-10Fix STR #2597.Manolo Gouy
2011-04-24Fix STR #2596: Fluid generated improper callback member functions for Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-12Fixed missing internationalisation of menus generate by Fluid (STR #2246)Matthias Melcher
2010-10-28Fixed the remaining warningsMatthias Melcher
2009-03-27fluid: fix erroneous declaration of user-defined static function (STR #2011)engelsman
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
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
2007-05-10Annoyed by the limitation in Fluid to generate keyboard shortucts for either ...Matthias Melcher
2006-08-17Changing the shorcut of a widget in fluid now marks the document as dirty (ST...Matthias Melcher
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-06-20STR #1280: added support for assigning Fl_Menu_Items to array variables in Fl...Matthias Melcher
2005-12-30 - Fixed keyboard shortcut handling in FLUID and shortcutMatthias Melcher
2005-10-30Updated the default label and text colors of all widgets to useMichael R Sweet
2005-08-29The newly introduce Fl_Widget_Class_Type in Fluid would cause a null pointer ...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-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-03-19Many FLUID updates...Michael R Sweet
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
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-05FLUID didn't use the label type constant names for menu items,Michael R Sweet
2004-11-21Fix FLUID menu items with images bug (STR #564)Michael R Sweet
2004-05-15Fl_Scroll now uses a full redraw when the scheme is set toMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.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