summaryrefslogtreecommitdiffstats
path: root/doc/classes/TabBar.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add tab tooltip textMansur Isaev2024-04-231-0/+16
|
* Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
| | | | | This makes font outlines more usable out of the box, as black is one of the most commonly used colors for font outlines.
* Allow tab deselectionkit2024-01-291-2/+5
|
* Fix disabled tabs being selected when removing the current oneMichael Alexsander2023-10-251-1/+1
|
* Make hovered tabs be drawn with the unselected's width at minimumMichael Alexsander2023-09-261-0/+1
|
* Allow to focus individual tabs in TabBar/TabContainerArkadiusz Marcin Kołek2023-09-171-0/+16
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|
* Merge pull request #74632 from davthedev/tabs-hoverRémi Verschelde2023-04-241-0/+6
|\ | | | | | | Add theming support for hovered tabs
| * Add theming support for hovered tabsDavid Giardi2023-04-191-0/+6
| | | | | | | | Tabs can now be styled differently when hovered by the mouse pointer.
* | Merge pull request #75960 from ShadyChibinko/tab_metadataRémi Verschelde2023-04-221-0/+15
|\ \ | |/ |/| | | Add tab Metadata to TabBar & TabContainer
| * Add Tab MetadataShadyChibinko2023-04-111-0/+15
| |
* | Remove double thes from documentationPaweł2023-04-171-1/+1
|/
* Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-2/+20
| | | | | | | | | | | 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>
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Expose TabBar::clear_tabs to GDScriptStanislav Labzyuk2023-01-081-0/+6
|
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-13/+13
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-37/+37
|
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-24/+0
|
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
| | | | | | | | | | | | | | - 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
* Add visual marker when dragging and dropping tabsMichael Alexsander2022-03-211-0/+6
|
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+1
|
* Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander2022-03-091-0/+3
|
* Change tabs_rearrange_group to propertykobewi2022-03-051-13/+4
|
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-0/+7
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | 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.
* Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander2022-01-311-11/+51
|
* Improve the default project themeHugo Locurcio2022-01-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | 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>
* i18n: Sync classref translations with current 3.x codebaseRémi Verschelde2022-01-071-1/+1
| | | | (cherry picked from commit defb8011200f3ff908dd432cdbc095e4665677ef)
* Inspector property array for `TabBar`rafallus2022-01-051-13/+10
|
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-10/+5
|
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-23/+23
|
* Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`Michael Alexsander2021-10-281-2/+11
|
* Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-0/+339