index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tabs.cpp
Age
Commit message (
Expand
)
Author
2021-10-19
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-07
Fix invisible tabs not being ignored in `Tabs`
Michael Alexsander
2021-10-04
Fix `Tabs` offset overreaching when scrolling fast
Michael Alexsander
2021-09-30
Rename some elements of `Tabs`
Michael Alexsander
2021-09-26
Merge pull request #52824 from e8newallm/52680
Rémi Verschelde
2021-09-26
Updated Tabs to not update excessively
Matthew Newall
2021-09-25
Merge pull request #53049 from AnilBK/dont-construct-2
Rémi Verschelde
2021-09-25
Construct values only when necessary.
Anilforextra
2021-09-24
Fix tab renaming not updating its size in `Tabs`
Michael Alexsander
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-07-29
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-18
Optimize StringName usage
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-04
Make sure Tabs reflect theme changes
Yuri Sizov
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-30
Implement Tabs minimum size
Gilles Roudière
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-10
Removed _change_notify
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-08
Rename Tabs close and hover signals to tab_closed and tab_hovered
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-08
Add 'get_previous_tab()' to 'Tabs'
Michael Alexsander
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-08
erase : if ( i < offset ) { continue;} in for loops
theludovyc
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-30
FIX: Tabs text translation
ternvein
2019-09-22
Fix various problems with tab-related icons
Michael Alexsander Silva Dias
2019-06-21
Fix some editor crashes
qarmin
2019-05-06
Fix 'TabContainer' not updating its tab titles when locale is changed
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-27
Ceil tabs font size
allkhor
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-21
Update Tab hover status when adding or removing tabs, issue 22890
Paulb23
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-29
Merge pull request #15269 from ianb96/context_menu_improvements
Juan Linietsky
2018-07-26
context menu improvements
Ian
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
[next]