summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2016-07-03Stop completion when the match is perfectGeorge Marques
to avoid the completion insisting showing up after a completion.
2016-07-03Fix code completion sortingGeorge Marques
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
This abuse of focus was the original culprit of #5354
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde
Add placeholder property for line_edit
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
Shortcuts for script switching in script Mode
2016-06-30Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde
Fixed function highlighting with spaces
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
Fixed selected text turning black, issue 5199
2016-06-29Fixed function highlighting with spacesPaulb23
2016-06-28itemlist-get_selected_itemsJean Jung
2016-06-28add placeholder alpha propertysanikoyes
2016-06-27Figured out a way to fix event propagation for shortcuts and some other ↵Juan Linietsky
cases so they properly stop shortcuts if a modal window is open, closes #4848
2016-06-27Add a small workaround to avoid modal tabs to be closed if they are spawned ↵Juan Linietsky
in the same frame, closes #3837
2016-06-27Ability to rotate controls using tool, closes #3800Juan Linietsky
2016-06-27Add placeholder property for line_editsanikoyes
this useful for user input tip
2016-06-26Fixed selected text turning black, issue 5199Paulb23
2016-06-26Shortcuts for script switching in script ModeDaniel J. Ramirez
2016-06-26Merge pull request #5307 from MarianoGnu/masterRémi Verschelde
TextureRegion improvements
2016-06-24Merge pull request #5379 from neikeq/pr-issue-5375Rémi Verschelde
Fix weird deselection behaviour with text field
2016-06-24Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde
Added caret blink to line edit
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry
- TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys)
2016-06-23Make button aware of it being dragged and reset state, closes #4178Juan Linietsky
2016-06-23Fix issue saving flags (size fill expand), fixes #4176Juan Linietsky
2016-06-22Added setting to toggle line edit caret blinkPaulb23
2016-06-22Line edit caret no longer draws on focus lossPaulb23
2016-06-22Added caret blink to line editPaulb23
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
Code completion box colors
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-20Modify margins with mouse inputMarianoGNU
2016-06-20Fixed caret not drawing on focus regainPaulb23
2016-06-20Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde
Improve code completion search
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-19Improve code completion searchGeorge Marques
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity.
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques
It was going to where the text started, now it goes to where the text ends.
2016-06-19Merge pull request #5271 from neikeq/pr-issue-1004Rémi Verschelde
LineEdit cursor fixes and improvements
2016-06-19Merge pull request #5259 from neikeq/pr-textedit-zoomRémi Verschelde
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
2016-06-19Merge pull request #5234 from Paulb23/fix_error_tab_printRémi Verschelde
Fixed error: set_current_tab print on project open
2016-06-19Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky
2016-06-18LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
Part of #5272
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky
permissions), closes #1938
2016-06-18LineEdit: Fix and improve selection behaviourIgnacio Etcheverry
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł
- prevent audio resampler errors when number of channels is 0, - don't check for 'audio_done' when there is no audio data. (cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3)