aboutsummaryrefslogtreecommitdiff
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky2016-07-081-0/+1
* Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-07-081-1/+6
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-07-081-2/+10
* Fixed selected text turning black, issue 5199Paulb232016-07-081-0/+1
* Dynamic property list for control margins allowing floating point properties ...Saracen2016-07-081-8/+80
* Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky2016-06-251-2/+2
* Fix TextEdit cursor position after undo remove textGeorge Marques2016-06-251-2/+7
* Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2016-06-252-0/+7
* Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky2016-06-251-0/+5
* LineEdit: Fix and improve selection behaviourIgnacio Etcheverry2016-06-252-19/+24
* TabContainer now reports proper minimum size, closes #4896Juan Linietsky2016-06-251-3/+6
* does not fix the bug reported in #4326 and #4818,Juan Linietsky2016-06-251-4/+12
* correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky2016-06-251-0/+7
* Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-251-27/+15
* rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2016-06-251-6/+13
* fix how some display values are shown, fixes #4953Juan Linietsky2016-06-251-1/+2
* make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky2016-06-251-0/+2
* Caret blink no longer updates when hidden, issue 5100Paulb232016-06-251-1/+3
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-3/+6
* Fix Theora video playback without a Vorbis streamBłażej Szczygieł2016-06-171-2/+9
* Current line draws behind line numbers and breakpont gutterPaulb232016-06-041-13/+13
* Fix crash when redoing backspace to clear selectionPaulb232016-06-041-1/+3
* Added breakpoint markers, issue 4750Paulb232016-06-042-5/+63
* Fixed hex notation highlightingPaulb232016-06-041-7/+23
* Member variable syntax highlightingPaulb232016-06-042-0/+17
* open directory or file when double clickvolzhs2016-05-181-1/+1
* Revert "Revert "-make sure single select after multi select works better""Rémi Verschelde2016-05-182-0/+25
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-25/+0
* Bind caret blink to gdscript and propertiesPaulb232016-05-121-1/+6
* Added caret blink in text editorPaulb232016-05-122-8/+89
* Fixed autocomplete truncate, issue 4554Paulb232016-05-121-21/+13
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-121-1/+1
* Fixed code completion after opening bracket, issue 3977Paulb232016-05-121-0/+3
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-122-16/+34
* -make sure single select after multi select works betterJuan Linietsky2016-05-062-0/+25
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-063-4/+4
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-061-0/+4
* Tabs: Fix align issue with right/close buttonsRémi Verschelde2016-05-061-5/+2
* Tabs: cleanup code, no functional changeRémi Verschelde2016-05-061-86/+36
* Tabs: Fix navigation buttons overlap when resizingRémi Verschelde2016-05-061-42/+9
* Tabs: Fix icon size not taken into account for offsetRémi Verschelde2016-05-061-0/+1
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-011-1/+1
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-4/+0
* Add more documentations and fix AcceptDialog::add_cancelGeequlim2016-04-291-1/+1
* Classref: Document Button and ButtonArrayRémi Verschelde2016-04-292-12/+19
* Added scroll lines, issue 4243Paulb232016-04-292-2/+55
* Setting to change line number colorPaulb232016-04-272-3/+3
* Fix warn print when hide an control does not inside_treesanikoyes2016-04-271-2/+5
* Ability to change the caret colorPaulb232016-04-272-4/+6
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-062-40/+65