summaryrefslogtreecommitdiffstats
path: root/scene/gui/dialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed toplevel to be top_levelDuroxxigar2020-10-011-2/+2
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-4/+4
* Add ability to clamp embedded subwindows to parent, fixes #37792Juan Linietsky2020-07-011-0/+1
* Make dialogs exclusive by default, fixes #37732Juan Linietsky2020-06-301-1/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Fixes leaks when running editorqarmin2020-04-061-1/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-5/+13
* Working multiple window support, including editorJuan Linietsky2020-03-261-357/+76
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-8/+10
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-0/+5
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-8/+4
* Clicking backgrd. dimming of editor popup stops input event propagationGil Arasa Verge2020-02-281-1/+3
* 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