summaryrefslogtreecommitdiff
path: root/src/Fl_Menu.cxx
AgeCommit message (Expand)Author
2006-07-17Fixed crash on mixed use of keyboard and mouse for Fl_Menu_Button (STR #1356)Matthias Melcher
2006-06-16STR #1322: fixes wrong menutitle position for popup menus. This was originall...Matthias Melcher
2006-03-27STR 1213: leaving the area of a menubar when dragging would not cancel out th...Matthias Melcher
2006-01-17Fix menubar menu clicking, so that menu items work again and clicking outsideMichael R Sweet
2006-01-17Clicking outside a menu window dismisses it (STR #1144)Michael R Sweet
2006-01-17Check if the user clicks outside the menu area in the menu bar so that weMichael R Sweet
2006-01-16STR #1109 re-fix: when fixing 1109, I accidentally enabled clicking on grayed...Matthias Melcher
2005-12-12STR #1109: Klickin on an inactive item would keep the menubar from realizing ...Matthias Melcher
2005-10-30Updated the default label and text colors of all widgets to useMichael R Sweet
2005-09-25STR #973: popup menus now pop up fully visible in the current screen if possi...Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-08-07Fixed OSX compilation problems with non-HFS filesystems (STRMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-10Fixed position of menu titles (STR #794)Michael R Sweet
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-03-05Fix menu drawing...Michael R Sweet
2005-03-05Fixed menu item width calculations with symbols (STR #740)Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added QNX bug workaround for menu handling (STR #704)Michael R Sweet
2005-02-06Fl_Menu now draws the arrow more like other toolkits and 2.0Michael R Sweet
2005-01-04Fix menu crash bug (STR #685)Michael R Sweet
2004-12-14Fl_Menu now draws sub-menu arrows like other toolkits and FLTKMichael R Sweet
2004-11-23STR#628: fixed almost all instances where the popup menu wouldMatthias Melcher
2004-10-18Documentation updates (STR #570)Michael R Sweet
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