summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2016-05-03Merge remote-tracking branch 'origin/master'Juan Linietsky
2016-05-03Autocomplete no longer shows duplicates, issue 1824Paulb23
2016-05-03Add ability to send drag events to another objectJuan Linietsky
2016-05-01Tabs: Fix align issue with right/close buttonsRémi Verschelde
2016-05-01Tabs: cleanup code, no functional changeRémi Verschelde
2016-05-01Tabs: Fix navigation buttons overlap when resizingRémi Verschelde
2016-05-01Tabs: Fix icon size not taken into account for offsetRémi Verschelde
2016-05-01FileDialog: reset mkdir label after use (#4500)Rémi Verschelde
2016-05-01math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde
2016-05-01Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia
2016-04-29Add more documentations and fix AcceptDialog::add_cancelGeequlim
2016-04-28Merge pull request #4462 from Paulb23/scroll_linesRémi Verschelde
2016-04-28Classref: Document Button and ButtonArrayRémi Verschelde
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-21Adds a remove class item option in the theme editor.Aren Villanueva
2016-04-08Setting to change line number colorPaulb23
2016-04-07Fix warn print when hide an control does not inside_treesanikoyes
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bonesRémi Verschelde
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
2016-04-06Fix PopupMenu and MenuButton not activating items with shortcut inside submenusBojidar Marinov
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Function syntax highlightingPaul Batty
2016-04-01Added insert mode to text editorPaulb23
2016-03-31Progress bar minsize now checks percent_visibleZher Huei Lee
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-23Merge pull request #4102 from SaracenOne/dynamic_margin_propertiesRémi Verschelde
2016-03-22Merge pull request #4115 from Paulb23/number_syntax_highlightingRémi Verschelde
2016-03-22Fix GDScript crash when call show/hide in func _exit_treesanikoyes
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-20Dynamic property list for control margins allowing floating point properties ...Saracen
2016-03-19Merge pull request #4095 from neikeq/pr-bind-add_spacerRémi Verschelde
2016-03-19BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-15Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde