aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ | |_|/ / |/| | | Tree: Insert new item, fix behavior when no parent given
| * | | 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 tooltips
| * | | 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 using the keyboard
| * | Made highlighted item in PopupMenu circle back to the beginning/end when ↵Michael Alexsander Silva Dias2017-12-161-2/+10
| | | | | | | | | | | | using the keyboard.
* | | Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde2017-12-171-10/+25
|\ \ \ | | | | | | | | More changes to PopupMenu's submenu keyboard handling
| * | | 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"
| * | | 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 text indentation behaviour
| * | Modifies indentation behavioursMattUV2017-12-152-26/+50
| |/ | | | | | | | | | | | | | | | | Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor.
* | Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde2017-12-161-19/+18
|\ \ | | | | | | Enhancements and fixes for PopupMenu's submenus
| * | 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)
| * | 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
|/ | | | | | Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637
* Fix crash (and bug) in RichTextLabelpoke10242017-12-131-1/+1
|
* Merge pull request #14474 from toger5/fixSliderNanNoshyaar2017-12-121-4/+5
|\ | | | | added missing NaN check fixes: #13255
| * added missing NaN check fixes: #13255toger52017-12-091-4/+5
| |
* | Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-122-20/+20
| |
* | Fix Index p_current=0 error at starting editorvolzhs2017-12-112-3/+9
| |
* | Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde2017-12-111-1/+1
|\ \ | | | | | | Fix align=center info is not saved with CheckBox & CheckButton
| * | Fix align=center info is not saved with CheckBox & CheckButtonvolzhs2017-12-111-1/+1
| | |
* | | Fix CheckBox minimum sizevolzhs2017-12-113-7/+54
| | |
* | | Fix CheckButton minimum sizevolzhs2017-12-114-13/+38
|/ /
* | Merge pull request #14509 from poke1024/fix_selection_copy_crashRémi Verschelde2017-12-102-3/+3
|\ \ | | | | | | Fix crash in RichTextLabel::selection_copy()
| * | Fix crash in RichTextLabel::selection_copy()Bernhard Liebl2017-12-102-3/+3
| | |
* | | Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-102-15/+97
|\ \ \ | | | | | | | | Added skeleton x-ray
| * | | Implemented skeleton visibilityAndreaCatania2017-12-102-15/+97
| | | | | | | | | | | | | | | | Removed code visibility code from popup menu
* | | | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-104-0/+18
|\ \ \ \ | |_|_|/ |/| | | Make click on arrow properly open and close property editor modals
| * | | fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-104-0/+18
| | | |
* | | | Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde2017-12-092-5/+28
|\ \ \ \ | | | | | | | | | | Added "mode_overrides_title" property to FileDialog
| * | | | Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias2017-12-032-5/+28
| | | | |
* | | | | Modify shortcuts and menus to fold/unfold codeMattUV2017-12-082-0/+12
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
* | | | Merge pull request #14014 from kosz78/scroll-container-fixRémi Verschelde2017-12-081-0/+2
|\ \ \ \ | | | | | | | | | | Fix scroll enabled in case of content fit in scroll container
| * | | | Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev2017-12-061-0/+2
| | | | |
* | | | | Changed current line draw order and added code folding colorPaulb232017-12-072-7/+12
| |_|/ / |/| | |
* | | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-076-20/+20
| | | |
* | | | Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde2017-12-072-6/+12
|\ \ \ \ | | | | | | | | | | Fixes horizontal scrolling over hidden lines
| * | | | fixes horizontal scrolling over hidden linesIan2017-12-062-6/+12
| | | | |
* | | | | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde2017-12-071-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Check for icon in LineEdit::set_cursor_position
| * | | | | Check for icon in LineEdit::set_cursor_positionTheAspiringHacker2017-12-061-0/+4
| | |/ / / | |/| | | | | | | | | | | | | Fixes #14340
* | | | | Merge pull request #13362 from groud/fix_foldingRémi Verschelde2017-12-072-18/+17
|\ \ \ \ \ | |_|/ / / |/| | | | Fixes folding of blank lines