| Age | Commit message (Expand) | Author |
| 2003-12-21 | Use an array of pointers to menu definitions so the array can grow without | dsl |
| 2003-11-30 | Add '[no] clear' to lex/yacc spec. | dsl |
| 2003-11-22 | - Call delwin() when we stop displaying a window, saves space and newwin | dsl |
| 2003-11-20 | Fix box width calculation for menus without a 'shortcut' ("a: "). | dsl |
| 2003-10-18 | Add an MC_ALWAYS_SCROLL to mean "always allow space for 'scrolltext'". | dsl |
| 2003-09-27 | Allow -ve integer constants in menu file. | dsl |
| 2003-09-21 | Fixed array index checking to avoid segmentation fault problem. | takemura |
| 2003-07-27 | More tweaks for sysinst. | dsl |
| 2003-07-25 | Spinkle some consts and remove/change parameter names so that sysinst | dsl |
| 2003-07-07 | Add OPT_IGNORE flag which makes menu item inactive. | dsl |
| 2003-06-27 | Improve diagnostic message | dsl |
| 2003-06-16 | Do not let the cursor sit on menu lines that do nothing. | dsl |
| 2003-06-10 | Add extra command 'allow dynamic messages' which will push all texts through | dsl |
| 2003-06-09 | More changes to improve sysinst: | dsl |
| 2003-06-04 | Add 'exit' (for exit text) parameter to new_menu() for dynamic menus. | dsl |
| 2003-06-03 | Add a 'void *' argument to process_menu() so that some more global variables | dsl |
| 2003-06-03 | More trivial changes... | dsl |
| 2003-06-02 | Whitespace and other layout stuff. | dsl |
| 2003-05-09 | Need 'const' on local variable - since I added const to the structure field. | dsl |
| 2003-05-08 | Accept variable names for menu titles and options to allow internationalisation. | dsl |
| 2003-05-07 | Let page up/down go to first/last menu item when it is already showing. | dsl |
| 2003-05-07 | Add left and right arrows to list of keys that page menes up/down. | dsl |
| 2003-01-10 | produce lint free code. | christos |
| 2002-04-04 | Modified input key handling to use libcurses keypad mode to assemble | blymn |
| 2001-12-08 | tweak previous for lp64 so sysinst will compile on alpha | ross |
| 2001-12-06 | Fix for the new curses code. Inspired by changes from MINOURA Makoto. | christos |
| 2001-11-17 | 1) Use standard box drawing characters. It looks a whole lot better | perry |
| 2001-01-07 | Improve a parameter list, add the actual documentation for menuc. | phil |
| 2000-08-15 | Tweek the "no shortcut" code. | phil |
| 2000-08-15 | Changes: | hubertf |
| 2000-04-22 | Make this work again now that curses no longer does an implicit tgetent() | thorpej |
| 1999-06-20 | need to provide an exit string for dynamic menus. hardcodes "Exit". | cgd |
| 1999-06-20 | provide the ability to do horizontal centering of menus, and make that | cgd |
| 1999-06-20 | provide a way to set the string used for the 'Exit' menu item. | cgd |
| 1999-06-20 | size menus without titles correctly. also, correctly position titles so | cgd |
| 1999-06-19 | * be more descriptive with the windor/screen too small for menu messages | cgd |
| 1999-04-18 | Don't frob the interals of a WINDOW*, use the getmaxy() macro. | simonb |
| 1998-07-23 | Put back "return value" meaning in option actions accidentally removed | phil |
| 1998-07-16 | Major restructuring of the runtime code, now supports dynamic menus. | phil |
| 1998-07-03 | Fix bugs found in scrolling, make scrolling never leave blank | phil |
| 1998-07-01 | Stop scrolling of a non-scrolling menu using arrow keys. | phil |
| 1998-07-01 | Bug fixes, tweeks to scrolling, beginnings of dynamic menus. | phil |
| 1998-06-30 | Fixed a couple of simple bugs, added data returned for arrow keys for | phil |
| 1998-06-29 | Bug fixes in scrolling menues, better error detection with small screens, | phil |
| 1998-06-25 | Tweeks to option lettering ... to allow 51 options per menu. Also | phil |
| 1998-06-25 | Add scrollable menus. Tweek testm's Makefile to remake if menu_sys.def | phil |
| 1998-06-24 | Beep if no help is defined for a menu. | phil |
| 1998-06-24 | Add a online help facility. Each menu can specify a help screen associated | phil |
| 1997-11-14 | Do screen refresh correctly. | phil |
| 1997-11-14 | Make ^L redisplay the screen. | phil |