summaryrefslogtreecommitdiffstats
path: root/scene/gui/tab_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TabBar initialization issue and add testskit2024-09-201-2/+2
* Fix TabContainer tab offset moving when not neededkit2024-09-191-3/+6
* Fix `TabContainer` minimum sizeMounir Tohami2024-09-181-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* Add visibilty mode to as_sortable_control()kobewi2024-06-031-8/+8
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Merge pull request #91188 from YeldhamDev/love_fixing_other_peoples_regressionsRémi Verschelde2024-05-021-2/+20
|\
| * Fix `TabContainer` regressions related to switching tabs in certain casesMichael Alexsander2024-04-261-2/+20
* | Allow setting icon max width for TabContainerHaoyu Qiu2024-04-261-0/+18
|/
* Merge pull request #91038 from timothyqiu/tab-container-toggle-icon-textRémi Verschelde2024-04-231-4/+2
|\
| * Fix TabContainer not updating content rect after changing tab titleHaoyu Qiu2024-04-231-4/+2
* | Add tab tooltip textMansur Isaev2024-04-231-0/+12
|/
* Fix TabContainer not redrawing after toggling tab iconHaoyu Qiu2024-04-201-3/+1
* Fix `TabContainer` desync when tabs share namesMichael Alexsander2024-04-091-12/+15
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Allow tab deselectionkit2024-01-291-2/+55
* TabContainer bottom positionkit2024-01-061-35/+70
* fix dock visibility issueskit2023-10-301-5/+12
* TabBar save current tabkit2023-10-261-1/+12
* Fix TabContainer drag to rearrangekit2023-10-251-2/+11
* Fix tab dragging issueskit2023-10-221-123/+44
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+4
* Merge pull request #79104 from DrRevert/focusable_tabs_refactorRémi Verschelde2023-09-251-0/+23
|\
| * Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+23
* | Merge pull request #80227 from raulsntos/get_tab_barRémi Verschelde2023-09-241-0/+5
|\ \ | |/ |/|
| * Expose the `TabBar` of a `TabContainer`Raul Santos2023-09-221-0/+5
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-47/+41
* | Fix TabContainer's font_hovered_color theme propertyYogendra Manawat2023-08-301-0/+2
|/
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
* Fixed error messages when setting all_tab_in_front of TabContainerTefatika2023-04-301-4/+4
* Merge pull request #76374 from OverloadedOrama/more-tab-container-signalsRémi Verschelde2023-04-241-0/+14
|\
| * Add more signals to `TabContainer` that `TabBar` already hasEmmanouil Papadeas2023-04-231-0/+14
* | Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+2
|\ \ | |/ |/|
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+2
* | Add Tab MetadataShadyChibinko2023-04-111-0/+14
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+2
* Remove set_drag_forwarding_compat()kobewi2023-01-141-4/+1
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-16/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix problems with `tab_changed` signal when removing multiple tabs at onceMichael Alexsander2022-10-271-4/+4
* Make the inner TabBar in a TabContainer behave as if it were in a ContainerRindbee2022-09-181-2/+2
* Fix minimum size calculation for TabContainerRindbee2022-09-181-5/+6
* Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-52/+80
* Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bgRémi Verschelde2022-08-301-0/+4
|\
| * Add background to TabContainer's tabbar and editor docksYuri Sizov2022-08-291-0/+4
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-11/+11
|/
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-1/+29
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Fix getting outdated tab controlsRindbee2022-07-181-2/+7