summaryrefslogtreecommitdiff
path: root/fluid/Fl_Menu_Type.cxx
AgeCommit message (Expand)Author
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-17Don't append a semicolon to callback function code when the last lineMichael R Sweet
2001-10-30Fix shortcut button bug - wasn't calling callback when changed.Michael R Sweet
2001-09-29Widget panel update with tabs (a la 2.0) with new tooltip, image, andMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21Fixed the write-menu bug introduced in .10Bill Spitzak
2000-11-21Fixes for hidden class members...Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-04-24FLUID changes to support GNU gettext and POSIX catgets under FLTK 1.0;Michael R Sweet
2000-02-05Produces correct destructor for nested classes, patch from Alexandr ShevtsowBill Spitzak
1999-08-09Don't need ::write_declare, just write_declare...Michael R Sweet
1999-08-05Fixed so that a public declaration like #include "Foo" is written to theBill Spitzak
1999-04-17Submenu titles did not always get the FL_SUBMENU bit turned on whenBill Spitzak
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-10Named callback function in a menu item inside a class prepended theBill Spitzak
1999-02-22Public/private status was not honored for menu items.Michael R Sweet
1999-02-19Fixed bug in write_static() method - when getting the menu_name() andMichael R Sweet
1999-02-16Whoops - missed a closing bracket...Michael R Sweet
1999-02-16Menu item numbering bug fix from Bill.Michael R Sweet
1999-01-19Forgot the leading * on the pointer name for menu items.Michael R Sweet
1999-01-19Fixes from Bill:Michael R Sweet
1999-01-13Fixed problem with empty submenus not getting the right offsets.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1998-12-08Menu items were being initialized static... Dropped the "static" fromMichael R Sweet
1998-12-06Fixed another #include...Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet
1998-11-23Fixed class menu item code writing - now generate static variables andMichael R Sweet
1998-11-10Incorporate SUBMENU_POINTER patch from Thomas Wey.Michael R Sweet
1998-10-21Added common headings & CVS tags.Michael R Sweet
1998-10-06Initial revisionMichael R Sweet