Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Treat `MenuBar` and `MenuButton` as advanced UI | A Thousand Ships | 2024-08-28 | 1 | -3/+0 |
| | |||||
* | Always store ID of PopupMenu items | kobewi | 2024-08-20 | 1 | -1/+1 |
| | |||||
* | [Tests] Fix various unit tests on minimal builds | A Thousand Ships | 2024-07-18 | 1 | -0/+3 |
| | |||||
* | Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit | Yuri Rubinsky | 2024-07-09 | 1 | -0/+1 |
| | |||||
* | Fix PropertyListHelper::_get_property returning a valid value even if an ↵ | Gilles Roudière | 2024-05-10 | 1 | -0/+1 |
| | | | | | | index is outside the array valid indices Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | ||||
* | Add PropertyListHelper in all simple cases | kobewi | 2024-04-11 | 1 | -35/+19 |
| | |||||
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -4/+0 |
| | |||||
* | Fix `MenuBar` hover position scaling properly with the scale factor multiplier | Emmanouil Papadeas | 2024-01-24 | 1 | -20/+2 |
| | |||||
* | Add option to allow echo events in menu shortcuts | Tomasz Chabora | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Fix position and size of MenuButton popup | Markus Sauermann | 2023-06-15 | 1 | -7/+6 |
| | | | | Use the same logic as in OptionButton::show_popup | ||||
* | Remove unused variable `PopupMenu::parent_rect` | Markus Sauermann | 2023-06-15 | 1 | -1/+0 |
| | | | | | This private variable is not read anywhere. Remove it and all places, where it is set. | ||||
* | Auto translate popup menus of MenuButton and OptionButton | Haoyu Qiu | 2023-03-27 | 1 | -0/+4 |
| | | | | | | Currently, `auto_translate` property of a `MenuButton` or `OptionButton` won't affect its popup menu. It's okay if you want to auto translate, but requires extra setup if you don't. | ||||
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ↵ | Eric M | 2022-10-13 | 1 | -4/+0 |
| | | | | contexts. Also ensure that controls with no context are only triggered AFTER nodes which do have a context. | ||||
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | 2022-10-07 | 1 | -10/+10 |
| | | | | change warnings=all to use /W4. | ||||
* | Improve MenuButton and OptionButton | EricEzaM | 2022-10-03 | 1 | -16/+18 |
| | | | | | * MenuButton + OptionButton: Add method `show_popup()` which performs required popup setup before showing (prefer use of this over `get_popup()->popup()`, otherwise GH #66308 occurs) * MenuButton: Ensure that the menu can be opened with a shortcut, if one is set for the button. (GH #66403). Ensure that popupmenu item shortcuts are checked first before the MenuButton shortcut. | ||||
* | Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | Michael Alexsander | 2022-09-06 | 1 | -2/+2 |
| | |||||
* | Fix some corner cases in the `Menu/OptionButton` item auto-highlight | Michael Alexsander | 2022-08-28 | 1 | -3/+11 |
| | |||||
* | Merge pull request #64768 from bruvzg/popups_hide_if_visible | Rémi Verschelde | 2022-08-26 | 1 | -5/+6 |
|\ | |||||
| * | Hide MenuButton / OptionButton popup on click if it's already visible. | bruvzg | 2022-08-23 | 1 | -5/+6 |
| | | |||||
* | | Merge pull request #64635 from YeldhamDev/menu_buttons_popup_fix | Rémi Verschelde | 2022-08-24 | 1 | -3/+1 |
|\ \ | | | | | | | Make `Menu/OptionButton` item auto-highlight behave better | ||||
| * | | Make `Menu/OptionButton` item auto-highlight behave better | Michael Alexsander | 2022-08-19 | 1 | -3/+1 |
| |/ | |||||
* / | Add some codes, returnes directly if the value is not changed. | 风青山 | 2022-08-23 | 1 | -0/+5 |
|/ | | | | Avoid executing the following value-changed logics if the value does not really change. | ||||
* | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | 2022-08-18 | 1 | -1/+5 |
| | | | | menu for editor. | ||||
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
| | | | | | Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind() | ||||
* | Capitalize/fix some property enum hints | FireForge | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | [Input] Add extra `shortcut_input` input processing step to process Unicode ↵ | bruvzg | 2022-04-05 | 1 | -2/+2 |
| | | | | character input with Alt / Ctrl modifiers, after processing of shortcuts. | ||||
* | Fix typo in BaseButton shortcut context methods | Hugo Locurcio | 2022-03-07 | 1 | -1/+1 |
| | |||||
* | Add optional constructor arguments to more Control nodes | Hugo Locurcio | 2022-03-04 | 1 | -1/+2 |
| | | | | | | | | | This can be used to make editor code more compact. However, as of writing, these constructor arguments cannot be used from the scripting API. This was already provided for Label and CheckBox, but it was missing for other Control nodes where it made sense to provide a default value. | ||||
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -0/+2 |
| | |||||
* | Make popups from `MenuButton`, `OptionButton`, and submenus obey the layout ↵ | Michael Alexsander | 2022-02-06 | 1 | -0/+3 |
| | | | | direction | ||||
* | Make popup menus focus items automatically when not using the mouse | Michael Alexsander | 2022-01-25 | 1 | -1/+7 |
| | |||||
* | Merge pull request #54647 from rafallus/fix/popupmenu_ids | Rémi Verschelde | 2022-01-08 | 1 | -1/+1 |
|\ | | | | | Fix `PopupMenu` items id range in inspector | ||||
| * | Fix `PopupMenu` items id range in inspector | rafallus | 2022-01-07 | 1 | -1/+1 |
| | | |||||
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | | | | | Happy new year to the wonderful Godot community! | ||||
* | | Rename "items_count" property to "item_count" | Aaron Franke | 2021-12-06 | 1 | -1/+1 |
|/ | |||||
* | Add missing argument names for bindings in GDExtension | Rémi Verschelde | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | Implement inspector property array for `PopupMenu` and `MenuButton` | rafallus | 2021-11-03 | 1 | -11/+63 |
| | |||||
* | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup ↵ | bruvzg | 2021-09-21 | 1 | -3/+5 |
| | | | | menu alignment. | ||||
* | Merge pull request #49376 from menip/OptionButtonFix | Rémi Verschelde | 2021-09-17 | 1 | -3/+3 |
|\ | |||||
| * | Make Color Picker, Menu Button, Option Button consider camera position scale ↵ | menip | 2021-08-30 | 1 | -3/+3 |
| | | | | | | | | for popup position. | ||||
* | | Add support for internal nodes | kobewi | 2021-08-28 | 1 | -1/+1 |
|/ | |||||
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -3/+3 |
| | | | | | | | | * `_gui_input`, `_input`, `_unhandled_input` and `_unhandled_key_input` are now regular C++ virutal functions. * Everything else converted to GDVIRTUAL * BIND_VMETHOD is gone, always use the new syntax from now on. Creating `_gui_input` method and using the binder to register events will no longer work, simply override the virtual function now. | ||||
* | Fix MenuButton not emitting about_to_popup signal | Haoyu Qiu | 2021-08-16 | 1 | -0/+1 |
| | |||||
* | Added EditorCommandPalette | Bhuvan Vemula | 2021-08-09 | 1 | -1/+1 |
| | |||||
* | Make `switch_on_hover` work on embedded windows | Michael Alexsander | 2021-07-26 | 1 | -12/+33 |
| | |||||
* | Make `MenuButton`'s `switch_on_hover` work again | Michael Alexsander | 2021-07-22 | 1 | -6/+27 |
| | |||||
* | Fix crashes in *_input functions | Rafał Mikrut | 2021-04-05 | 1 | -0/+2 |
| | |||||
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+0 |
| | |||||
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 |