summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde2018-01-032-2/+29
|\
| * Fix shift-key down on last line in TextEditBernhard Liebl2017-12-262-2/+29
* | Merge pull request #14792 from Krakean/enh-1Rémi Verschelde2018-01-032-0/+13
|\ \
| * | A few small Debugger->Errors tab enhancements:Dmitry Koteroff2017-12-182-0/+13
* | | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde2018-01-021-24/+18
|\ \ \
| * | | Fixed keyboard word selection when at the start/end of line, issue 14675Paulb232017-12-231-24/+18
* | | | Update copyright statements to 2018Rémi Verschelde2018-01-0198-196/+196
* | | | Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar2018-01-011-13/+31
|\ \ \ \
| * | | | Fix unindent (shift-tab) on column 0 and moreBernhard Liebl2017-12-281-13/+31
| |/ / /
* | | | Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar2018-01-012-37/+37
|\ \ \ \
| * | | | Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl2017-12-282-37/+37
| |/ / /
* | | | Fix TreeItem cell text alignmentyanorax2017-12-291-2/+2
* | | | Merge pull request #14991 from djrm/pr_fixesNoshyaar2017-12-271-1/+2
|\ \ \ \
| * | | | Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez2017-12-231-1/+2
| |/ / /
* | | | Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar2017-12-272-36/+43
|\ \ \ \
| * | | | Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias2017-12-252-36/+43
* | | | | Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar2017-12-274-29/+12
|\ \ \ \ \
| * | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias2017-12-254-29/+12
| | |_|_|/ | |/| | |
* | | | | fix indent selection crashIan2017-12-261-10/+8
* | | | | Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky2017-12-262-4/+4
|/ / / /
* / / / Add missing parameter namesPoommetee Ketson2017-12-251-1/+1
|/ / /
* | | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problemNoshyaar2017-12-252-0/+14
|\ \ \
| * | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ...carlosfvieira2017-12-212-0/+14
* | | | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-252-0/+42
|\ \ \ \
| * | | | Adds an option to move cursor with right click in TextEditMattUV2017-12-202-0/+42
| |/ / /
* | | | Merge pull request #14875 from YeldhamDev/splitcontainer_cursorNoshyaar2017-12-252-41/+29
|\ \ \ \
| * | | | Fixed SplitContainer showing the "resize" cursor when it shouldn't.Michael Alexsander Silva Dias2017-12-202-41/+29
| |/ / /
* | | | Merge pull request #14801 from RayKoopa/insert_tree_itemNoshyaar2017-12-252-22/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | Add functionality to insert tree item.Ray Koopa2017-12-182-22/+30
| |/ /
* | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-4/+4
|\ \ \
| * | | Consistent display of shortcut names in tooltipspoke10242017-12-211-4/+4
* | | | Added font oversampling supportJuan Linietsky2017-12-191-1/+1
| |/ / |/| |
* | | Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde2017-12-171-2/+10
|\ \ \ | |_|/ |/| |
| * | Made highlighted item in PopupMenu circle back to the beginning/end when usin...Michael Alexsander Silva Dias2017-12-161-2/+10
* | | Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde2017-12-171-10/+25
|\ \ \
| * | | More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias2017-12-161-10/+25
| |/ /
* | | Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde2017-12-172-25/+13
|\ \ \
| * | | Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias2017-12-172-25/+13
* | | | Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl2017-12-172-6/+6
|/ / /
* | | Fix Clip Content property is not savedvolzhs2017-12-171-1/+1
* | | Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-2/+4
|/ /
* | Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde2017-12-162-26/+50
|\ \
| * | Modifies indentation behavioursMattUV2017-12-152-26/+50
| |/
* | Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde2017-12-161-19/+18
|\ \
| * | Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias2017-12-151-19/+18
| |/
* | Merge pull request #14707 from poke1024/fix14691Rémi Verschelde2017-12-162-3/+22
|\ \
| * | Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl2017-12-152-3/+22
* | | Fixes close button overlapping window titleBernhard Liebl2017-12-151-3/+10
|/ /
* / Fixes slider node tick offsetHenrique L Alves2017-12-151-4/+4
|/
* Fix crash (and bug) in RichTextLabelpoke10242017-12-131-1/+1