summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-12-17Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde
Exposed LineEdit's "selection_clear" and renamed it to "deselect"
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl
2017-12-17Fix Clip Content property is not savedvolzhs
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-16Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde
Modifies text indentation behaviour
2017-12-16Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde
Enhancements and fixes for PopupMenu's submenus
2017-12-16Merge pull request #14707 from poke1024/fix14691Rémi Verschelde
Fix thin lines in editor gui on hidpi (issue 14691)
2017-12-15Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias
2017-12-15Fixes close button overlapping window titleBernhard Liebl
2017-12-15Fix thin lines in editor gui on hidpi (issue 14691)Bernhard Liebl
2017-12-15Fixes slider node tick offsetHenrique L Alves
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637
2017-12-15Modifies indentation behavioursMattUV
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.
2017-12-13Fix crash (and bug) in RichTextLabelpoke1024
2017-12-12Merge pull request #14474 from toger5/fixSliderNanNoshyaar
added missing NaN check fixes: #13255
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-11Fix Index p_current=0 error at starting editorvolzhs
2017-12-11Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde
Fix align=center info is not saved with CheckBox & CheckButton
2017-12-11Fix align=center info is not saved with CheckBox & CheckButtonvolzhs
2017-12-11Fix CheckBox minimum sizevolzhs
2017-12-11Fix CheckButton minimum sizevolzhs
2017-12-10Merge pull request #14509 from poke1024/fix_selection_copy_crashRémi Verschelde
Fix crash in RichTextLabel::selection_copy()
2017-12-10Fix crash in RichTextLabel::selection_copy()Bernhard Liebl
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
Added skeleton x-ray
2017-12-10Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde
Make click on arrow properly open and close property editor modals
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl
2017-12-10Implemented skeleton visibilityAndreaCatania
Removed code visibility code from popup menu
2017-12-09added missing NaN check fixes: #13255toger5
2017-12-09Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde
Added "mode_overrides_title" property to FileDialog
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
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
2017-12-08Merge pull request #14014 from kosz78/scroll-container-fixRémi Verschelde
Fix scroll enabled in case of content fit in scroll container
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
Fixes horizontal scrolling over hidden lines
2017-12-07Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde
Check for icon in LineEdit::set_cursor_position
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker
Fixes #14340
2017-12-06fixes horizontal scrolling over hidden linesIan
2017-12-07Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fixRémi Verschelde
Fixed PopupMenu's submenus not showing up in certain situations
2017-12-06Merge pull request #13491 from RaXaR/masterRémi Verschelde
Added get_popup() method to ColorPickerButton...
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
Add disabled theme to TextEdit
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias
2017-12-06Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev
2017-12-04Rich Text Label: fixed deselection issueDmitry Koteroff
2017-12-03Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias
2017-12-01Added get_popup() method to ColorPickerButton. This allows to check if the ↵RaXaR
picker is open or not using Popup signals. Ammend: Added docs for the method.
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-28Fixes folding of blank linesGilles Roudiere