aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/dialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fixes close button overlapping window titleBernhard Liebl2017-12-151-3/+10
* Improved theme generation, and other fixesDaniel J. Ramirez2017-09-121-1/+1
* 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-4/+4
* Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-2/+2
|\
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-2/+2
* | Rename localization method to `tr` againRémi Verschelde2017-08-181-1/+1
* | Merge pull request #10380 from akien-mga/XL_MESSAGERémi Verschelde2017-08-171-1/+1
|\ \
| * | Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-1/+1
* | | Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde2017-08-161-4/+4
|\ \ \ | |/ / |/| |
| * | Adapted godot to the new StyleBoxFlattoger52017-08-151-4/+4
| |/
* / Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-2/+2
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-5/+5
* Icons can now be added inside line edits (Search icon).Daniel J. Ramirez2017-07-191-1/+3
* Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-181-0/+1
* AcceptDialog: fix child w/ ANCHOR_END sized wrong until resizedPoommetee Ketson2017-07-131-0/+3
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-13/+13
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-2/+2
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-7/+11
* New customizable editor themevolzhs2017-05-091-17/+26
* Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron2017-05-021-12/+16
* Respect the expand margin for StyleBoTextures again.Ray Koopa2017-04-131-29/+26
* 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
* Fixed WindowDialog not aligning properlyRobert Hernandez2017-03-311-1/+12
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* WindowDialog: Fix crash when running as ProjectManagerAndreas Haas2017-03-131-2/+2
* Editor: Dim UI when a WindowDialog is shown.Andreas Haas2017-03-061-0/+14
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-124/+92
* Make Editor, Export and Project settings dialogs resizable and store their bo...Ray Koopa2017-03-031-0/+28
* Added functionality for resizable dialogs.Ray Koopa2017-03-011-47/+152
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-2/+2
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-18/+18
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-3/+3
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-28/+27
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-3/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-19/+19
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix Accept/ConfirmationDialog UI brokenvolzhs2016-10-311-5/+8
* Revert "Place child control under label in AcceptDialog."volzhs2016-10-311-25/+10
* Place child control under label in AcceptDialog.Mateusz Adamczyk2016-10-091-10/+25
* -Added bindings to the resource filesystem for editorJuan Linietsky2016-09-101-0/+1
* fixed wrong placement of AcceptDialog Buttons issue-6143bebae2016-09-071-2/+0
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-2/+0
* Make dialogs translatableGeequlim2016-05-301-4/+4
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-6/+73