summaryrefslogtreecommitdiffstats
path: root/Script.c
Commit message (Collapse)AuthorAgeFilesLines
* More #strict 3 fixesMarkus Mittendrein2022-02-131-35/+75
|
* #strict 3 fixesMarkus Mittendrein2020-09-101-3/+3
|
* Use Maps for the whole interface instead of "NamedArgs"Markus Mittendrein2019-08-011-591/+547
|
* Replace arr[GetLength(arr)] with arr[]Markus Mittendrein2019-07-301-1/+1
|
* Use operators .. and ..= instead of Format where appropriateMarkus Mittendrein2019-07-291-1/+1
|
* Replace ArrayAppend(arr, value) with arr[] = valueMarkus Mittendrein2019-07-291-4/+4
|
* Fix OnMenuSelection endless recursion when the top or bottom entry can't be ↵Markus Mittendrein2018-12-211-5/+29
| | | | selected
* Fix bugs when using Menu_Entry_Icon and fix menus that shrink while the ↵Markus Mittendrein2018-12-081-7/+16
| | | | selection is on the last entry
* Add Menu_Columns()Markus Mittendrein2018-11-071-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 fixesMarkus Mittendrein2018-11-051-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 Mittendrein2018-11-031-129/+460
| | | | Some fixes
* Add Menu_Closable allows menus to be closed without returning ↵Markus Mittendrein2018-10-311-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 fixesMarkus Mittendrein2018-03-301-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_LimitsMarkus Mittendrein2017-05-231-4/+26
|
* Fix AdaptorEnumSubmenuFactory; Add Menu_Adaptor_EnumAllowUnknown and ↵Markus Mittendrein2017-05-181-194/+208
| | | | Menu_Adaptor_EnumInline
* Update: many small fixes and more consistencyMarkus Mittendrein2017-05-031-257/+309
|
* InitialMarkus Mittendrein2017-01-051-0/+1650