summaryrefslogtreecommitdiff
path: root/src/Fl_Menu.cxx
AgeCommit message (Expand)Author
2004-07-26More documentation updates...Michael R Sweet
2004-06-08Typo fix (= and not - for assignment)Michael R Sweet
2004-06-07The first menuitem in a menulist would not honor teh MENU_INVISIBLE flag.Matthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-10Fl_Menu now uses the boxtype to redraw the menu background (STRMichael R Sweet
2003-11-01The keypad Enter key works as the normal Enter/Return key inMichael R Sweet
2003-07-18Changes in menuitem font's would only be recognized if theMatthias Melcher
2003-05-21Fix menu item fonts (STR #30)Michael R Sweet
2003-05-21Fix menu scrolling (STR #33)Michael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-14Fixed menu overlay bug.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-08Tab moves forward in menu, Shift-Tab moves backward.Michael R Sweet
2002-10-11Use 2.0 drawing code for check marks...Michael R Sweet
2002-10-02If a submenu won't fit to the right of the parent menu, then display itMichael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-24Don't need line style stuff...Michael R Sweet
2002-07-24Use better looking check mark from Albrecht Schlosser.Michael R Sweet
2002-05-16Slight change to menu fix so that events only go to the grab() widget.Bill Spitzak
2002-05-15Fixed menu problem - FL_MOVE/DRAG processing stopped before sending theMichael R Sweet
2002-05-03Add Albrecht's radio circle drawing fixes.Michael R Sweet
2002-04-30Fix radio button drawing for menubars and light buttons. Basically,Michael R Sweet
2002-04-29Radio button drawing fixes from Albrecht Schlosser.Michael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-03-25Fix Fl_Choice drawing bugs.Michael R Sweet
2002-02-20Update copyright in FLUID "about" window.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-08-06Symbols are now supported by main label drawing code - @@ to insert aMichael R Sweet
2001-08-04New draw_focus() methods.Michael 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-07-30Shortcuts for "buttons" in a Fl_Menu_Bar work again.Bill Spitzak
2000-06-29Fixed .gif files in fluid, they were broken by the fix for large .xpmBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-17Small patch to remove a compiler warning from gcc.Bill Spitzak
2000-05-16If Fl_Menu_Item attributes are not set, derive menu item color fromCarl E. Thompson
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-12Some adjustments so setting FL_NORMAL_SIZE to 12 looks betterBill Spitzak
2000-04-11I made FL_NORMAL_SIZE into a public int variable. You can now change itBill Spitzak
1999-08-09It crashed when a group with exactly 1 child was deleted.Bill Spitzak
1999-04-26Tab, space, backtab, and backspace can be used to navigate through menus.Bill Spitzak
1999-03-07Contributed code for more accurate item_height() in Fl_Browser.Bill Spitzak
1999-02-25Fix for Curtis so that the height of a title of a popup menu is notBill Spitzak
1999-02-19Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.Michael R Sweet
1999-01-29Fixed buttons in the menubarBill Spitzak
1999-01-24Patch from Bill to allow users to click outside a menu to hide it withoutMichael R Sweet