Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-13 | Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selection | Rémi Verschelde | |
TextEdit: Fix selection issue with undo/redo | |||
2018-01-13 | Deselect on undo/redo in TextEdit | Paul Joannon | |
2018-01-13 | Fix get_parent_range to return 0 when there is no parent | Ruslan Mustakov | |
Fixes #15635 | |||
2018-01-13 | Small fix for Control bindings | letheed | |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | |
2018-01-12 | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵ | Juan Linietsky | |
of tree notification. Updated doc accordingly. | |||
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Fixes nodes being resized or moved when changing an anchor | Gilles Roudiere | |
2018-01-11 | Fixes empty line selection when scrolling | poke1024 | |
2018-01-09 | Fix signal arguments shadowing member variables | Rémi Verschelde | |
Fixes #10212. | |||
2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl | |
2018-01-07 | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez | |
2018-01-07 | Corrects wrong scrolling for short popups broken in 15405 | Bernhard Liebl | |
2018-01-06 | fix center viewport out of size error, #15411 | Ian | |
2018-01-06 | Merge pull request #15412 from poke1024/fix-tree-get-rect-crash | Rémi Verschelde | |
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | |||
2018-01-06 | Merge pull request #15405 from poke1024/fix-popup-scroll | Rémi Verschelde | |
Allow popup menu scrolling without mouse wheel | |||
2018-01-06 | Fix crash when calling tree API before NOTIFICATION_ENTER_TREE | Bernhard Liebl | |
2018-01-06 | Allow popup menu scrolling without mouse wheel | Bernhard Liebl | |
2018-01-06 | Remove button from button_group when free | volzhs | |
2018-01-05 | Fix theme inheritance | Fabio Alessandrelli | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde | |
Fix PopupMenu to show & detect properly hover area | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs | |
Fix #15275 | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Merge pull request #15317 from poke1024/fix-rtl-underline | Rémi Verschelde | |
RichTextLabel: don't draw underline character-wise | |||
2018-01-04 | RichTextLabel: don't draw underline on single characters | Bernhard Liebl | |
2018-01-04 | Merge pull request #15314 from poke1024/tree-rlines | Rémi Verschelde | |
Tree: only draw visible relationship lines | |||
2018-01-04 | Tree: only draw visible relationship lines | Bernhard Liebl | |
2018-01-04 | Merge pull request #15312 from poke1024/fix-rtl-table-wrap | Rémi Verschelde | |
Fixes word wrapping in tables in RichTextLabel | |||
2018-01-04 | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl | |
2018-01-03 | found via cppcheck: | firefly2442 | |
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 | |||
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde | |
TextEdit horizontal scrolling with shift | |||
2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde | |
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. | |||
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" | |||
2018-01-03 | TextEdit horizontal scrolling with shift | Ian | |
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | |
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 | |