Age | Commit message (Expand) | Author |
2019-10-08 | PopupMenu: Fix missing text/xl_text when using add_shortcut | Rémi Verschelde |
2019-10-08 | PopupMenu: Reorder add_* methods in more natural order | Rémi Verschelde |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |
2019-05-31 | Improvements to incremental search | Tomasz Chabora |
2019-05-09 | Change "ID" to lowercase "id" | Aaron Franke |
2019-05-02 | Fix regression in 'PopupMenu' when icons have different values for width and ... | Michael Alexsander Silva Dias |
2019-05-01 | Fix regression on 'PopupMenu's minimal size | Michael Alexsander Silva Dias |
2019-04-30 | Merge pull request #27204 from YeldhamDev/popupmenu_checkicon_offset | Rémi Verschelde |
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-03-18 | Offset items in PopupMenu when Icons and Checks are present | Michael Alexsander Silva Dias |
2019-03-11 | Fixed optional idx argument in add_item (OptionMeny & PopupMenu) | xDGameStudios |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-15 | Revert "Fix MenuButton item label disappearing when setting shortcut." | Rémi Verschelde |
2019-02-14 | Fix MenuButton item label disappearing when setting shortcut. | Unknown |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-15 | Fix item highlighting in PopupMenu for items with offset | Michael Alexsander Silva Dias |
2018-11-11 | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-11 | Fix MenuButton hover switching not happening with submenus open | Michael Alexsander Silva Dias |
2018-08-17 | Merge pull request #21091 from hpvb/fix-removing-popup-menu-item | Rémi Verschelde |
2018-08-16 | Call minimum_size_changed() in PopupMenu::remove_item() | Hein-Pieter van Braam |
2018-08-16 | Delay emitting pressed signals in PopupMenu | Hein-Pieter van Braam |
2018-08-16 | PopupMenu item_pressed is sent before checking hide flags. | Ovnuniarchos |
2018-08-13 | Emit pressed events after processing items | Hein-Pieter van Braam |
2018-07-29 | Merge pull request #15269 from ianb96/context_menu_improvements | Juan Linietsky |
2018-07-26 | context menu improvements | Ian |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-14 | Visual Shaders are back. | Juan Linietsky |
2018-07-09 | Add ability to set submenu's popup delay time on mouse hovering | Andrii Doroshenko (Xrayez) |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky |
2018-04-09 | Add support for radio-looking items with icon | Pedro J. Estébanez |
2018-04-07 | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky |
2018-04-07 | Improve popup menus usability | Pedro J. Estébanez |
2018-03-27 | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez |
2018-02-23 | Add item_focused signal to OptionButton | Fabio Alessandrelli |
2018-02-23 | Popupmenu now uses UI actions instead of keys | Fabio Alessandrelli |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-07 | Corrects wrong scrolling for short popups broken in 15405 | Bernhard Liebl |
2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Merge pull request #14748 from YeldhamDev/popupmenu_circleback | Rémi Verschelde |
2017-12-16 | More changes to PopupMenu's submenu keyboard handling. | Michael Alexsander Silva Dias |
2017-12-16 | Made highlighted item in PopupMenu circle back to the beginning/end when usin... | Michael Alexsander Silva Dias |