summaryrefslogtreecommitdiff
path: root/src/Fl_Menu.cxx
AgeCommit message (Expand)Author
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
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