Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` | Michael Alexsander | |
2022-08-28 | Fix some corner cases in the `Menu/OptionButton` item auto-highlight | Michael Alexsander | |
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-11 | [doc] Use "param" instead of "code" to refer to parameters (4) | Andy Maloney | |
2022-08-11 | Add missing properties to default theme | kobewi | |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg | |
2022-06-17 | Document incremental search support in ItemList, PopupMenu and Tree | Hugo Locurcio | |
2022-06-15 | Expose PopupMenu set/get_item_horizontal_offset() | FireForge | |
- Renames setter from set_item_h_offset() - Adds getter | |||
2022-04-23 | Rename theme properties to include underscores | FireForge | |
- check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation | |||
2022-04-13 | Add `font_separator` and related properties to `PopupMenu` | Michael Alexsander | |
2022-04-13 | Fix and tweak labeled separator in `PopupMenu` | Michael Alexsander | |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi | |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | |||
2022-02-09 | Update Popup and PopupMenu descriptions | Markus Sauermann | |
2022-02-06 | Enhancements and fixes for `OptionButton` and `PopupMenu` | Michael Alexsander | |
2022-01-25 | Make popup menus focus items automatically when not using the mouse | Michael Alexsander | |
2022-01-19 | Improve the default project theme | Hugo Locurcio | |
The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net> | |||
2021-12-08 | Improve PopupMenu doc about id and index | kobewi | |
2021-12-06 | Rename "items_count" property to "item_count" | Aaron Franke | |
2021-12-01 | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | |
2021-11-12 | Use "enum class" for input enums | Aaron Franke | |
2021-11-03 | Implement inspector property array for `PopupMenu` and `MenuButton` | rafallus | |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke | |
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov | |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | |
For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | |||
2021-07-08 | Add method description to `PopupMenu` | Nick Huelin | |
This pull request adds a missing method description to `PopupMenu`. This completes the documentation for `PopupMenu` and enhances usability by doing so. Update doc/classes/PopupMenu.xml Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias | |
2021-03-19 | class reference proofreading | Paul Joannon | |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde | |
And fix various bogus bindings following previous PRs. | |||
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | |
2021-01-28 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal | |
Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected | |||
2020-12-27 | Added optional id parameter to `PopupMenu::add_separator` | Yuri Roubinsky | |
2020-12-03 | Add "font_color_separator" theme property to 'PopupMenu' | Michael Alexsander | |
2020-11-26 | [Complex Text Layouts] Add TextServer documentation. Update Font, ↵ | bruvzg | |
CanvasItem, Theme and modified controls documentation. | |||
2020-09-09 | Rename ShortCut to Shortcut which is more grammatically correct | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980. | |||
2020-09-02 | Updated PopupMenu documentation after merge of #41640 - PopupMenu rework | Eric M | |
2020-05-20 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-11 | doc: Sync classref with current source | Rémi Verschelde | |
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde | |
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-27 | Document theme_items of multiple classes | Tomasz Chabora | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-07 | Complete docs for GraphEdit/Node and PopupMenu | Michael Alexsander | |
2020-01-02 | [DOCS] Class reference typos and fixes. | Chris Bradfield | |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp | |
2019-10-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-08 | PopupMenu: Reorder add_* methods in more natural order | Rémi Verschelde | |
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`. |