Age | Commit message (Expand) | Author |
2018-01-06 | Merge pull request #15405 from poke1024/fix-popup-scroll | Rémi Verschelde |
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 |
2018-01-04 | Merge pull request #15335 from volzhs/popup-menu | Rémi Verschelde |
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde |
2018-01-05 | Fix PopupMenu to show & detect properly hover area | volzhs |
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 |
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 |
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 |
2018-01-04 | Fix word wrapping in tables in RichTextLabel | Bernhard Liebl |
2018-01-03 | found via cppcheck: | firefly2442 |
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde |
2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde |
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde |
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 |
2018-01-03 | Merge pull request #15103 from poke1024/lineedit-key-up-down | Rémi Verschelde |
2018-01-03 | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde |
2018-01-03 | Merge pull request #14792 from Krakean/enh-1 | Rémi Verschelde |
2018-01-02 | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar |
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar |
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 |
2017-12-27 | Merge pull request #15046 from YeldhamDev/optionbutton_changes | Noshyaar |
2017-12-27 | Merge pull request #15049 from YeldhamDev/get_popup_const | Noshyaar |
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 |
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar |
2017-12-25 | Merge pull request #14875 from YeldhamDev/splitcontainer_cursor | Noshyaar |
2017-12-25 | Merge pull request #14801 from RayKoopa/insert_tree_item | Noshyaar |
2017-12-23 | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez |
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 |