summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_add.cxx
AgeCommit message (Expand)Author
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-23Doc changes: mention that FL_COMMAND modifier exists in doc of the Fl_Menu_::...Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-31Fixed a few pedantic warnings. Added Fl::option as discussed in STR #2368, bu...Matthias Melcher
2010-04-16Small doc clarification for new insert() item.Greg Ercolano
2010-04-16Doc sync.Greg Ercolano
2009-12-07Removed typedef that simply renamed char* to Fl_String, as discussed in the m...Matthias Melcher
2009-09-17International menu shortcuts working on Mac OS (and probably the other OS's)Matthias Melcher
2009-09-09Docs for Fl_Menu_::add() needed clarification; single letterGreg Ercolano
2009-07-01Fixed some more typos.Albrecht Schlosser
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-03-22fixed a typoAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13more doxygen updatesAlbrecht Schlosser
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-09-17Doxygen documentation: replace all occurences in comments of " by a quot...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-15Doxygen documentation WP9 Done.Fabien Costantini
2008-09-15Doxygen documentation WP7 Done. Fl_Menu_Item was a real pain to doxyfy.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2005-10-18STR #unfiled: when using Fl_Menu_::add, the 'flags' field of the last entry i...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Increase label buffer size and bounds-check all writes.Michael R Sweet
2002-10-01Fix handling of a trailing "\" in Fl_Menu_::add()...Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-06-06Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-07-09Fl_Menu_Item::add() didn't use myflags.Michael R Sweet
2001-05-19Fl_Menu_add of a menu item with the same name as an existing submenuBill Spitzak
2001-02-12Make sure menu item array is cleared to avoid uninitialized memoryMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-10-17Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don'tBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-01-16Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)Bill Spitzak
1999-07-12Removed patch - didn't fix problem.Carl E. Thompson
1999-07-12Testing a possible Fl_Menu_::add() bug fix...Michael R Sweet
1999-07-06Added "delete local_array[]" to Fl_Menu_Item::insert().Michael R Sweet
1999-04-19Changes to Fl_Menu_::add() so that you should be able to add to any menu,Bill Spitzak
1999-03-09Small fixes suggested by Guillaume NodetBill Spitzak
1999-03-04Added memset() to Fl_Menu_::insert() after allocating and copying theMichael R Sweet
1999-02-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-01-29Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using aCarl E. Thompson