summaryrefslogtreecommitdiffstats
path: root/scene/gui/dialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34633 from qarmin/lineedit_signalRémi Verschelde2019-12-311-1/+3
|\
| * Don't try to connect "text_entered" signal to nodes other than LineEditRafał Mikrut2019-12-271-1/+3
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Fix WindowDialog moving when resized from the left/top edgeJames Buck2019-11-241-1/+1
* Make the editor dimming even more smarterMichael Alexsander2019-11-021-2/+2
* Make the editor dimming smarterMichael Alexsander2019-10-311-3/+9
* Add "panel" style to PopupDialogMichael Alexsander2019-10-271-1/+1
* FIX: WindowDialog title translationternvein2019-09-301-8/+10
* Fix editor dimming being disabled when a dialog is closed even when others ar...Michael Alexsander Silva Dias2019-09-191-2/+3
* Update WindowDialog title when translation changesMichael Alexsander Silva Dias2019-08-051-14/+25
* Add option to enable autowrapping for label inside 'AcceptDialog'Michael Alexsander Silva Dias2019-04-041-2/+12
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* 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-19/+28
* Fix #8617 WindowDialog with custom panel background crashes godotMarc Gilleron2017-05-021-13/+17
* 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-52/+157