aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/tabs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Fix align issue with right/close buttonsRémi Verschelde2016-05-011-5/+2
| | | | | The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons.
* Tabs: cleanup code, no functional changeRémi Verschelde2016-05-011-86/+36
| | | | Some dead code removed, a few cosmetic changes.
* Tabs: Fix navigation buttons overlap when resizingRémi Verschelde2016-05-011-42/+9
| | | | | It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code.
* Tabs: Fix icon size not taken into account for offsetRémi Verschelde2016-05-011-0/+1
| | | | Fixes #4107.
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* Remove strand debug print, fix #3473George Marques2016-01-261-1/+0
|
* -Improved tab visibility, fixes #3314Juan Linietsky2016-01-221-0/+41
|
* Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky2016-01-131-235/+86
|
* -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵Juan Linietsky2016-01-101-0/+84
| | | | texture state. Fixes #3102
* Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-061-1/+1
|\ | | | | Add tab close icon to the default theme
| * Add tab close icon to the default themeIgnacio Etcheverry2015-12-291-1/+1
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-141-1/+128
|
* Merge pull request #2635 from StraToN/tabs-buttonsJuan Linietsky2015-11-181-0/+2
|\ | | | | Fixed bug : both tab buttons appearing hovered
| * Fixed minor bug : quicklty pointing alternatively Script button and Close ↵Julian Murgia - StraToN2015-10-191-0/+2
| | | | | | | | button on a tab showed both buttons as hovered
* | -fixed tabsJuan Linietsky2015-11-181-17/+16
|/
* Added close button to tab. Added 4 display policies for this close button ↵Julian Murgia - StraToN2015-08-181-6/+244
| | | | (show always, show never, show active tab only, show hover). Set the scene tabs in editor to follow the hover policy.
* QOL, script buttons in scene tabsJuan Linietsky2015-07-261-2/+111
|
* -added icons for root node types on tabsJuan Linietsky2015-07-241-1/+1
|
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-5/+43
| | | | | | | | | | | -ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* add/fix GDScript bindings for add_tab/remove_tabDana Olson2014-08-281-1/+2
| | | | closes #651
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+293