summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_container.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting icon max width for TabContainerHaoyu Qiu2024-04-261-0/+3
|
* Add tab tooltip textMansur Isaev2024-04-231-0/+3
|
* Fix `TabContainer` desync when tabs share namesMichael Alexsander2024-04-091-0/+1
|
* Allow tab deselectionkit2024-01-291-1/+7
|
* TabContainer bottom positionkit2024-01-061-1/+15
|
* TabBar save current tabkit2023-10-261-0/+1
|
* Fix TabContainer drag to rearrangekit2023-10-251-0/+1
|
* Fix tab dragging issueskit2023-10-221-1/+5
|
* Merge pull request #79104 from DrRevert/focusable_tabs_refactorRémi Verschelde2023-09-251-0/+7
|\ | | | | | | Allow to focus individual tabs in `TabBar`/`TabContainer`
| * Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+7
| |
* | Merge pull request #80227 from raulsntos/get_tab_barRémi Verschelde2023-09-241-0/+2
|\ \ | |/ |/| | | Expose the `TabBar` of a `TabContainer`
| * Expose the `TabBar` of a `TabContainer`Raul Santos2023-09-221-0/+2
| | | | | | | | Add `TabContainer::get_tab_bar` method to retrieve the `TabBar` of a `TabContainer`.
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-1/+0
| |
* | Fix TabContainer's font_hovered_color theme propertyYogendra Manawat2023-08-301-0/+1
|/
* Merge pull request #76374 from OverloadedOrama/more-tab-container-signalsRémi Verschelde2023-04-241-0/+2
|\ | | | | | | Add missing `TabBar` signals to `TabContainer`
| * Add more signals to `TabContainer` that `TabBar` already hasEmmanouil Papadeas2023-04-231-0/+2
| |
* | Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+1
|\ \ | |/ |/| | | Add theming support for hovered tabs
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+1
| | | | | | | | Tabs can now be styled differently when hovered by the mouse pointer.
* | Add Tab MetadataShadyChibinko2023-04-111-0/+3
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+1
| | | | | | | | | | | Also: - Add an option to limit the icon size in PopupMenu. This is similar to how this works in Tree and TreeItem. - Add the same option to TabBar. - Add a theme constant for Tree, PopupMenu, Button, and TabBar to apply this limit on the control level. Co-authored-by: Daylily-Zeleen <daylily-zeleen@foxmail.com>
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-2/+0
| | | | | | | | | | | | | | | | * Remove unused `EditorPropertyMember` and related hints, previouly used by VisualScript. Such logic should be implemented in the VS module itself. * As the above broke compatibility with the VS module, clean up the other hacks that were still in core in support of VisualScript. * `PROPERTY_USAGE_INTERNATIONALIZED` was only used in Object's `get_translatable_strings()`, which is a legacy function not used anywhere. So both are removed. * Reordered some usage flags after the above removal to minimize the diff. * General clean up. Fixes #30203. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* One Copyright Update to rule them allRémi Verschelde2023-01-051-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".
* Fix problems with `tab_changed` signal when removing multiple tabs at onceMichael Alexsander2022-10-271-1/+1
|
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+35
|
* Fix getting outdated tab controlsRindbee2022-07-181-0/+1
|
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
| | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
* Add action map editor for OpenXRBastiaan Olij2022-04-041-0/+4
|
* Fix renaming `TabContainer` children not updating tab names when outside the ↵Michael Alexsander2022-03-041-1/+1
| | | | tree
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-37/+21
|
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+3
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-8/+8
|
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
| | | | | | | | * `_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.
* TabContainer: Fix error on removing top-level Control child, Remove _get_tab ↵kleonc2021-08-041-1/+0
| | | | method
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-14/+14
|
* Update copyright statements to 2021Rémi Verschelde2021-01-011-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 🎆
* Refresh TextLine buffer when moving tabgongpha2020-12-131-0/+2
|
* Add option to draw all tabs in frontvolzhs2020-12-101-0/+4
|
* [Complex Text Layouts] Refactor Font class, default themes and controls to ↵bruvzg2020-11-261-0/+4
| | | | | | | | use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
|
* Put unselected tabs back in TabContainer controlvolzhs2020-10-131-0/+1
|
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
|
* Handle gone TabContainer popup nicelyPedro J. Estébanez2020-06-241-1/+1
|
* Fix TabContainer emitting spurious tab_selected signals when a theme is changedLisandro Lorea2020-06-131-0/+1
| | | | | | | | - The repaint code was moved outside of set_current_tab() and to a "_repaint()" private function - _on_theme_changed() will now only call _repaint() and update() This means _on_theme_changed() will do only what it needs (repainting the TabContainer to account for the new theme) fixes #39498
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
| | | | | | | | | | | | | | Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027.
* Texture refactorJuan Linietsky2020-02-111-2/+2
| | | | | | | | -Texture renamed to Texture2D -TextureLayered as base now inherits 2Darray, cubemap and cubemap array -Removed all references to flags in textures (they will go in the shader) -Texture3D gone for now (will come back later done properly) -Create base rasterizer for RenderDevice, RasterizerRD
* Fix tab container too large when tabs are hiddennathanwfranke2020-01-301-1/+1
|
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Fix various problems with tab-related iconsMichael Alexsander Silva Dias2019-09-221-1/+3
|
* Merge pull request #25353 from azagaya/masterRémi Verschelde2019-08-301-0/+3
|\ | | | | Use also invisible tabs to calculate minimum size of tab container