| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | 2018-01-06 | 2 | -32/+28 | |
| | |/ / | ||||||
| * | | | Remove button from button_group when free | volzhs | 2018-01-06 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Fix theme inheritance | Fabio Alessandrelli | 2018-01-05 | 1 | -2/+3 | |
| |/ / | ||||||
| * | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 98 | -12/+105 | |
| | | | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||||
| * | | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | 2018-01-04 | 1 | -3/+2 | |
| |\ \ | | | | | | | Fix PopupMenu to show & detect properly hover area | |||||
| | * | | Fix PopupMenu to show & detect properly hover area | volzhs | 2018-01-05 | 1 | -3/+2 | |
| | | | | | | | | | | | | | Fix #15275 | |||||
| * | | | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | 2018-01-04 | 1 | -5/+5 | |
| |\ \ \ | |/ / |/| | | Fix TextEdit::_get_mouse_pos rounding errors | |||||
| | * | | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | 2018-01-04 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge pull request #15317 from poke1024/fix-rtl-underline | Rémi Verschelde | 2018-01-04 | 1 | -10/+11 | |
| |\ \ \ | | | | | | | | | RichTextLabel: don't draw underline character-wise | |||||
| | * | | | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | 2018-01-04 | 1 | -10/+11 | |
| | |/ / | ||||||
| * | | | Merge pull request #15314 from poke1024/tree-rlines | Rémi Verschelde | 2018-01-04 | 1 | -7/+23 | |
| |\ \ \ | | | | | | | | | Tree: only draw visible relationship lines | |||||
| | * | | | Tree: only draw visible relationship lines | Bernhard Liebl | 2018-01-04 | 1 | -7/+23 | |
| | |/ / | ||||||
| * | | | Merge pull request #15312 from poke1024/fix-rtl-table-wrap | Rémi Verschelde | 2018-01-04 | 1 | -4/+6 | |
| |\ \ \ | | | | | | | | | Fixes word wrapping in tables in RichTextLabel | |||||
| | * | | | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl | 2018-01-04 | 1 | -4/+6 | |
| | |/ / | ||||||
| * | | | found via cppcheck: | firefly2442 | 2018-01-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used | |||||
| * | | | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde | 2018-01-04 | 1 | -2/+10 | |
| |\ \ \ | | | | | | | | | TextEdit horizontal scrolling with shift | |||||
| | * | | | TextEdit horizontal scrolling with shift | Ian | 2018-01-03 | 1 | -2/+10 | |
| | | | | | ||||||
| * | | | | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | 2018-01-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog. | |||||
| * | | | | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | 2018-01-04 | 1 | -6/+6 | |
| |\ \ \ \ | |_|/ / |/| | | | renames "z" Node2D property to "z_index" | |||||
| | * | | | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | 2018-01-03 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #15127 from poke1024/smooth-scroll-play | Rémi Verschelde | 2018-01-03 | 1 | -4/+19 | |
| |\ \ \ \ | | | | | | | | | | | Remove some lagginess from TextEdit's smooth scrolling | |||||
| | * | | | | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl | 2017-12-28 | 1 | -4/+19 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #15103 from poke1024/lineedit-key-up-down | Rémi Verschelde | 2018-01-03 | 1 | -0/+12 | |
| |\ \ \ \ | | | | | | | | | | | Support KEY_UP and KEY_DOWN in LineEdit | |||||
| | * | | | | Support KEY_UP and KEY_DOWN in LineEdit | Bernhard Liebl | 2017-12-27 | 1 | -0/+12 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde | 2018-01-03 | 2 | -2/+29 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix key down on last line in TextEdit | |||||
| | * | | | | | Fix shift-key down on last line in TextEdit | Bernhard Liebl | 2017-12-26 | 2 | -2/+29 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #14792 from Krakean/enh-1 | Rémi Verschelde | 2018-01-03 | 2 | -0/+13 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | A few small Debugger->Errors tab enhancements: | |||||
| | * | | | | | A few small Debugger->Errors tab enhancements: | Dmitry Koteroff | 2017-12-18 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde | 2018-01-02 | 1 | -24/+18 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Fixed keyboard word selection when at the start/end of line, issue 14675 | |||||
| | * | | | | | Fixed keyboard word selection when at the start/end of line, issue 14675 | Paulb23 | 2017-12-23 | 1 | -24/+18 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 98 | -196/+196 | |
| | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | |||||
| * | | | | | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar | 2018-01-01 | 1 | -13/+31 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix unindent (shift-tab) on column 0 | |||||
| | * | | | | | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl | 2017-12-28 | 1 | -13/+31 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | 2018-01-01 | 2 | -37/+37 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Double-click word selection for RichTextLabel (i.e. docs) | |||||
| | * | | | | | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | 2017-12-28 | 2 | -37/+37 | |
| | |/ / / / | ||||||
| * | | | / | Fix TreeItem cell text alignment | yanorax | 2017-12-29 | 1 | -2/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #14991 from djrm/pr_fixes | Noshyaar | 2017-12-27 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | Show Options Dialog for NodePath and File in clicked button position. | |||||
| | * | | | | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez | 2017-12-23 | 1 | -1/+2 | |
| | |/ / / | | | | | | | | | | | | | Auto select newly created nodes. | |||||
| * | | | | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar | 2017-12-27 | 2 | -32/+39 | |
| |\ \ \ \ | | | | | | | | | | | Added "get_popup" method for OptionButton | |||||
| | * | | | | Added "get_popup" method for OptionButton and minor changes. | Michael Alexsander Silva Dias | 2017-12-25 | 2 | -32/+39 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar | 2017-12-27 | 4 | -29/+12 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant | |||||
| | * | | | | | Made MenuButton and ColorPickerButton's "get_popup" methods return constant. | Michael Alexsander Silva Dias | 2017-12-25 | 4 | -29/+12 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | fix indent selection crash | Ian | 2017-12-26 | 1 | -10/+8 | |
| | | | | | | ||||||
| * | | | | | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky | 2017-12-26 | 2 | -4/+4 | |
| |/ / / / | ||||||
| * / / / | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | 2017-12-25 | 2 | -0/+14 | |
| |\ \ \ | | | | | | | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||||
| | * | | | Fix spatial editor plugin issues on multi viewport view menu shortcuts (only ↵ | carlosfvieira | 2017-12-21 | 2 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | Merge pull request #14853 from MattUV/context-menu | Noshyaar | 2017-12-25 | 2 | -0/+42 | |
| |\ \ \ \ | | | | | | | | | | | Adds an option to move cursor with right click in TextEdit | |||||
| | * | | | | Adds an option to move cursor with right click in TextEdit | MattUV | 2017-12-20 | 2 | -0/+42 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar | 2017-12-25 | 2 | -41/+29 | |
| |\ \ \ \ | | | | | | | | | | | Fixed SplitContainer showing the "resize" cursor when it shouldn't | |||||
