| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More #strict 3 fixes | 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/+75 |
| | | |||||
| * | #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 | -591/+547 |
| | | |||||
| * | 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 | 1 | -64/+153 |
| | | | | | | | | | 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/+53 |
| | | | | | | | | 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 | 1 | -129/+460 |
| | | | | | Some fixes | ||||
| * | Add Menu_Closable allows menus to be closed without returning ↵ | Markus Mittendrein | 2018-10-31 | 1 | -135/+226 |
| | | | | | | | | | 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 | -2/+15 |
| | | | | | | | | 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/+26 |
| | | |||||
| * | Fix AdaptorEnumSubmenuFactory; Add Menu_Adaptor_EnumAllowUnknown and ↵ | Markus Mittendrein | 2017-05-18 | 1 | -194/+208 |
| | | | | | Menu_Adaptor_EnumInline | ||||
| * | Update: many small fixes and more consistency | Markus Mittendrein | 2017-05-03 | 1 | -257/+309 |
| | | |||||
| * | Initial | Markus Mittendrein | 2017-01-05 | 1 | -0/+1650 |
