Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | Merge pull request #15127 from poke1024/smooth-scroll-play | Rémi Verschelde | |
Remove some lagginess from TextEdit's smooth scrolling | |||
2018-01-03 | Merge pull request #15103 from poke1024/lineedit-key-up-down | Rémi Verschelde | |
Support KEY_UP and KEY_DOWN in LineEdit | |||
2018-01-03 | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde | |
Fix key down on last line in TextEdit | |||
2018-01-03 | Merge pull request #14792 from Krakean/enh-1 | Rémi Verschelde | |
A few small Debugger->Errors tab enhancements: | |||
2018-01-02 | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde | |
Fixed keyboard word selection when at the start/end of line, issue 14675 | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-01-01 | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar | |
Fix unindent (shift-tab) on column 0 | |||
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | |
Double-click word selection for RichTextLabel (i.e. docs) | |||
2017-12-28 | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl | |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | |
2017-12-28 | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl | |
2017-12-29 | Fix TreeItem cell text alignment | yanorax | |
2017-12-27 | Support KEY_UP and KEY_DOWN in LineEdit | Bernhard Liebl | |
2017-12-27 | Merge pull request #14991 from djrm/pr_fixes | Noshyaar | |
Show Options Dialog for NodePath and File in clicked button position. | |||
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar | |
Added "get_popup" method for OptionButton | |||
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar | |
Made MenuButton and ColorPickerButton's "get_popup" methods return constant | |||
2017-12-26 | fix indent selection crash | Ian | |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | |
2017-12-26 | Fix shift-key down on last line in TextEdit | Bernhard Liebl | |
2017-12-25 | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | |
2017-12-25 | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | |
2017-12-25 | Add missing parameter names | Poommetee Ketson | |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | |
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar | |
Fixed SplitContainer showing the "resize" cursor when it shouldn't | |||
2017-12-25 | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar | |
Tree: Insert new item, fix behavior when no parent given | |||
2017-12-23 | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez | |
Auto select newly created nodes. | |||
2017-12-23 | Fixed keyboard word selection when at the start/end of line, issue 14675 | Paulb23 | |
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-21 | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵ | carlosfvieira | |
those that are bound to keys) - this closes #14371 and closes #12409 Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) - this closes #14371 and closes #12409 | |||
2017-12-20 | Fixed SplitContainer showing the "resize" cursor when it shouldn't. | Michael Alexsander Silva Dias | |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV | |
Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml. | |||
2017-12-19 | Added font oversampling support | Juan Linietsky | |
2017-12-18 | Add functionality to insert tree item. | Ray Koopa | |
2017-12-18 | A few small Debugger->Errors tab enhancements: | Dmitry Koteroff | |
1. Added "Clear" button to clear list. 2. Errors list now populated with newest items comes first, so no need to scroll everytime. 3. Added PopupMenu to errors list with ability to quickly Copy error text & details. | |||
2017-12-17 | Merge pull request #14748 from YeldhamDev/popupmenu_circleback | Rémi Verschelde | |
Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard | |||
2017-12-17 | Merge pull request #14757 from YeldhamDev/submenu_keyboard | Rémi Verschelde | |
More changes to PopupMenu's submenu keyboard handling | |||
2017-12-17 | Merge pull request #14778 from YeldhamDev/lineedit_deselect_expose | Rémi Verschelde | |
Exposed LineEdit's "selection_clear" and renamed it to "deselect" | |||
2017-12-17 | Exposed LineEdit's "selection_clear" and renamed it to "deselect". | Michael Alexsander Silva Dias | |
2017-12-17 | Fix cut-copy-line breaking paste (issue 14539) | Bernhard Liebl | |
2017-12-17 | Fix Clip Content property is not saved | volzhs | |
2017-12-16 | More changes to PopupMenu's submenu keyboard handling. | Michael Alexsander Silva Dias | |
2017-12-16 | Bind TextEdit.deselect and update documentation | Rémi Verschelde | |
2017-12-16 | Made highlighted item in PopupMenu circle back to the beginning/end when ↵ | Michael Alexsander Silva Dias | |
using the keyboard. | |||
2017-12-16 | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | |
Modifies text indentation behaviour | |||
2017-12-16 | Merge pull request #14706 from YeldhamDev/popupmenu_submenu | Rémi Verschelde | |
Enhancements and fixes for PopupMenu's submenus | |||
2017-12-16 | Merge pull request #14707 from poke1024/fix14691 | Rémi Verschelde | |
Fix thin lines in editor gui on hidpi (issue 14691) | |||
2017-12-15 | Enhancements and fixes for PopupMenu's submenus. | Michael Alexsander Silva Dias | |
2017-12-15 | Fixes close button overlapping window title | Bernhard Liebl | |