Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More #strict 3 fixesHEADmaster | Markus Mittendrein | 2022-02-20 | 1 | -0/+1 |
| | |||||
* | More #strict 3 fixes | Markus Mittendrein | 2022-02-19 | 1 | -22/+24 |
| | |||||
* | More #strict 3 fixes | Markus Mittendrein | 2022-02-13 | 1 | -35/+76 |
| | |||||
* | #strict 3 fixes | Markus Mittendrein | 2020-09-10 | 1 | -3/+3 |
| | |||||
* | Use Maps for the whole interface instead of "NamedArgs" | Markus Mittendrein | 2019-08-01 | 1 | -676/+564 |
| | |||||
* | Replace arr[GetLength(arr)] with arr[] | Markus Mittendrein | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | Use operators .. and ..= instead of Format where appropriate | Markus Mittendrein | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Replace ArrayAppend(arr, value) with arr[] = value | Markus Mittendrein | 2019-07-29 | 1 | -4/+4 |
| | |||||
* | Fix OnMenuSelection endless recursion when the top or bottom entry can't be ↵ | Markus Mittendrein | 2018-12-21 | 1 | -5/+29 |
| | | | | selected | ||||
* | Fix bugs when using Menu_Entry_Icon and fix menus that shrink while the ↵ | Markus Mittendrein | 2018-12-08 | 1 | -7/+16 |
| | | | | selection is on the last entry | ||||
* | Add Menu_Columns() | Markus Mittendrein | 2018-11-07 | 2 | -65/+154 |
| | | | | | | | | Allow specifying a column in Menu_Selection() (the column is ignored in column submenus) Fix Graphics Don't let nested factories overwrite their parents factories' args Update InstantDescription in Refresh() Clean up and fix Refresh() a bit | ||||
* | Submenu column fixes | Markus Mittendrein | 2018-11-05 | 1 | -21/+54 |
| | | | | | | | Make Menu_React_Back only leave submenu columns instead of closing the whole menu Fix falling back to the currently selected enum value icon as Menu_Icon() in Menu_Adaptor_Enum submenu Add Menu_Adaptor_EnumColumnSubmenu() to show enum values of adaptors as submenu column Implement Menu_Title, Menu_Icon and Menu_Selection for column submenus | ||||
* | Add submenu-as-column-feature (includes Breaking change of ActivateEntry) | Markus Mittendrein | 2018-11-03 | 2 | -132/+467 |
| | | | | Some fixes | ||||
* | Add Menu_Closable allows menus to be closed without returning ↵ | Markus Mittendrein | 2018-10-31 | 9 | -165/+309 |
| | | | | | | | | Menu_React_Close in the callbacks (was broken since always setting the native menu to permanent) Rename Symbol -> Icon, InfoCaption -> Description and Caption to Title or Text (Menu_Title, but Menu_Entry_Text) Add Menu_InstantDescription (shows the description of the current entry instantly in a separate dialog) Fix deletion of object icons (the object was always deleted regardless if specified or not) | ||||
* | Some minor updates and fixes | Markus Mittendrein | 2018-03-30 | 1 | -12/+25 |
| | | | | | | | Keep menu open instead of refresh if integer adaptor value has not changed (for performance reasons) Correctly handle Menu_React_KeepOpen in MenuQueryCancel() Add default limits (min/max int) to AdaptorGetLimits() Allow access to the active submenu | ||||
* | Add possibilty to use callbacks for Menu_Adaptor_Limits | Markus Mittendrein | 2017-05-23 | 1 | -4/+44 |
| | |||||
* | Fix AdaptorEnumSubmenuFactory; Add Menu_Adaptor_EnumAllowUnknown and ↵ | Markus Mittendrein | 2017-05-18 | 1 | -15/+47 |
| | | | | Menu_Adaptor_EnumInline | ||||
* | Update: Add MenuVar/Menu_Vars; Rely on the preprocessor; Fixes | Markus Mittendrein | 2017-05-17 | 1 | -192/+196 |
| | |||||
* | Update: many small fixes and more consistency | Markus Mittendrein | 2017-05-03 | 4 | -272/+352 |
| | |||||
* | Initial | Markus Mittendrein | 2017-01-05 | 8 | -0/+1818 |