summaryrefslogtreecommitdiffstats
path: root/scene/gui/popup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-4/+4
* Popups have also been converted to windowsJuan Linietsky2020-03-261-1/+34
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-192/+71
* Working multiple window support, including editorJuan Linietsky2020-03-261-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #31267 from sparkart/fix_optionbutton_offsetRémi Verschelde2019-08-141-1/+1
|\
| * Fix Offset with OptionButton PopupEmmanuel Barroga2019-08-121-1/+1
* | Exposed set_as_minsize to gdscriptFabian2019-08-141-0/+1
|/
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Fix editor remaining dimmed after certain actionsBojidar Marinov2019-07-061-0/+8
* Fix Popup::popup_centered not centering at the first callGuilherme Felipe2019-06-251-3/+14
* Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde2019-05-281-0/+13
|\
| * Add Popup::popup_centered_clamped methodhomer6662019-04-301-0/+13
* | Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias2019-04-291-1/+1
|/
* Fix button alignment of Package Installer on OSXNaoto Kondo2019-02-131-31/+4
* Hide visible popups by default if visible when entering tree, unless on edito...Juan Linietsky2019-01-141-1/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky2018-09-071-7/+44
* Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-061-31/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere2017-09-271-1/+1
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Dead code tells no talesRémi Verschelde2017-08-271-13/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-0/+1
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+1
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+3
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+3
* | Some control fixes and removed useless linesGilles Roudiere2017-08-191-3/+4
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-4/+4
* | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-12/+6
|/
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-5/+5
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-8/+8
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-93/+67
* Make Editor, Export and Project settings dialogs resizable and store their bo...Ray Koopa2017-03-031-3/+7
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-6/+6
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-4/+4
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-1/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-6/+6
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Remove some noisy debug printsRémi Verschelde2016-07-171-4/+0
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+10
* remove trailing whitespaceHubert Jarosz2016-03-091-10/+10