summaryrefslogtreecommitdiffstats
path: root/Script.c
Commit message (Collapse)AuthorAgeFilesLines
* 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