Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-03 | Stop completion when the match is perfect | George Marques | |
to avoid the completion insisting showing up after a completion. | |||
2016-07-03 | Fix code completion sorting | George Marques | |
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky | |
2016-07-01 | Color 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-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | |
2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | |
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | |
2016-06-30 | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-edit | Rémi Verschelde | |
Add placeholder property for line_edit | |||
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | |
Shortcuts for script switching in script Mode | |||
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde | |
Fixed function highlighting with spaces | |||
2016-06-29 | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199 | Juan Linietsky | |
Fixed selected text turning black, issue 5199 | |||
2016-06-29 | Fixed function highlighting with spaces | Paulb23 | |
2016-06-28 | itemlist-get_selected_items | Jean Jung | |
2016-06-28 | add placeholder alpha property | sanikoyes | |
2016-06-27 | Figured 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-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned ↵ | Juan Linietsky | |
in the same frame, closes #3837 | |||
2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | |
2016-06-27 | Add placeholder property for line_edit | sanikoyes | |
this useful for user input tip | |||
2016-06-26 | Fixed selected text turning black, issue 5199 | Paulb23 | |
2016-06-26 | Shortcuts for script switching in script Mode | Daniel J. Ramirez | |
2016-06-26 | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde | |
TextureRegion improvements | |||
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | |
Fix weird deselection behaviour with text field | |||
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde | |
Added caret blink to line edit | |||
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio 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-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | |
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | |
2016-06-22 | Added setting to toggle line edit caret blink | Paulb23 | |
2016-06-22 | Line edit caret no longer draws on focus loss | Paulb23 | |
2016-06-22 | Added caret blink to line edit | Paulb23 | |
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-20 | Modify margins with mouse input | MarianoGNU | |
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 | |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | |
Improve code completion search | |||
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 | |
2016-06-19 | Improve code completion search | George Marques | |
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity. | |||
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques | |
It was going to where the text started, now it goes to where the text ends. | |||
2016-06-19 | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde | |
LineEdit cursor fixes and improvements | |||
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | |
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | |||
2016-06-19 | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | |
Fixed error: set_current_tab print on project open | |||
2016-06-19 | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | |
2016-06-18 | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | |
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | |
2016-06-18 | Make ".." always appear even if dir is unlistable (likely lacking ↵ | Juan Linietsky | |
permissions), closes #1938 | |||
2016-06-18 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | |
2016-06-18 | Add 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-18 | Fix Theora video playback without a Vorbis stream | Bł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) |