summaryrefslogtreecommitdiff
path: root/scene/gui/tabs.cpp
AgeCommit message (Expand)Author
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-10Removed _change_notifyreduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-08Rename Tabs close and hover signals to tab_closed and tab_hoveredMarcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-08Add 'get_previous_tab()' to 'Tabs'Michael Alexsander
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-08erase : if ( i < offset ) { continue;} in for loopstheludovyc
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-30FIX: Tabs text translationternvein
2019-09-22Fix various problems with tab-related iconsMichael Alexsander Silva Dias
2019-06-21Fix some editor crashesqarmin
2019-05-06Fix 'TabContainer' not updating its tab titles when locale is changedMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Ceil tabs font sizeallkhor
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-21Update Tab hover status when adding or removing tabs, issue 22890Paulb23
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-29Merge pull request #15269 from ianb96/context_menu_improvementsJuan Linietsky
2018-07-26context menu improvementsIan
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-04-08Drag to rearrange Tabs and TabContainerianb96
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-18add scene button and tab scrollingIan
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-11Merge pull request #10193 from kubecz3k/tab-click-signalRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09tab_clicked signal for TabsJakub Grzesik
2017-08-05'tab_changed' signal after using 'set_current_tab'Jakub Grzesik
2017-07-28fix missing DEFVALAlexHolly
2017-07-23Tabs: expose tab_close_display_policy propertyPoommetee Ketson
2017-07-18Tabs enhancements: get_tab_rect(), move_tab_from_to()Jakub Grzesik
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-06-16Enhance scene tabsvolzhs