Age | Commit message (Expand) | Author |
2018-03-13 | Merge pull request #17383 from poke1024/colorpicker-tweaks | Rémi Verschelde |
2018-03-13 | Merge pull request #17422 from robfram/fix-radial-textureprogress | Rémi Verschelde |
2018-03-13 | Merge pull request #17410 from groud/fix_grid_container | Rémi Verschelde |
2018-03-13 | Merge pull request #17191 from garyo/fix_grid_cont | Rémi Verschelde |
2018-03-12 | Various ui tweaks for color picker | Bernhard Liebl |
2018-03-11 | expose Itemlist.is_anything_selected | Alexander Holland |
2018-03-10 | Implement line clipping for `TextureProgress` to avoid bad rendering due to i... | robfram |
2018-03-10 | Fix infinite loop in GridContainer layout | Gary Oberbrunner |
2018-03-10 | Fixes infinite loop in GridContainer | Gilles Roudiere |
2018-03-09 | auto-completion edge jump | Alexander Holland |
2018-03-07 | Prevent division by zero in GridContainer | Leon Krause |
2018-03-06 | Fix bad autocomplete of partially written node paths when using syntactic sug... | robfram |
2018-03-05 | Fix BaseButton not always calling _pressed() | bncastle |
2018-03-02 | Fix more regressions in RichTextLabel from PR 15711 | Bernhard Liebl |
2018-03-01 | Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d | poke1024 |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
2018-02-27 | Merge pull request #16656 from JFonS/fix_gradient_crash | Rémi Verschelde |
2018-02-23 | Add two new default actions ui_end, ui_home | Fabio Alessandrelli |
2018-02-23 | Add item_focused signal to OptionButton | Fabio Alessandrelli |
2018-02-23 | Scrollbar now uses UI actions instead of keys | Fabio Alessandrelli |
2018-02-23 | Line edit up/down focus pass through | Fabio Alessandrelli |
2018-02-23 | Tree now uses UI actions instead of keys | Fabio Alessandrelli |
2018-02-23 | Popupmenu now uses UI actions instead of keys | Fabio Alessandrelli |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-21 | Fixed disappearing text on filedialog buttons | Max |
2018-02-20 | Fixed "Open" button being enabled when nothing is selected in a FileDialog wh... | Michael Alexsander Silva Dias |
2018-02-20 | Merge pull request #16455 from volzhs/close-docs | Rémi Verschelde |
2018-02-20 | Keep to show current script when closing all docs | volzhs |
2018-02-19 | Merge pull request #16652 from aragar/FixQuotationInString | Rémi Verschelde |
2018-02-19 | Merge pull request #15306 from poke1024/item-list-draw-speed | Rémi Verschelde |
2018-02-19 | Fixes OptionButton selection index being reset to zero at instanciation | Alexander Alekseev |
2018-02-19 | Merge pull request #16566 from groud/gui_input_rework | Rémi Verschelde |
2018-02-18 | Force controls to save rect_clip_content since they do not all default to false. | isaacremnant |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa |
2018-02-16 | 2D editor GUI input rework. Changes are: | Gilles Roudiere |
2018-02-14 | Fix weird editor crash when switching from editing one gradient to another ke... | JFonS |
2018-02-14 | Merge pull request #15618 from ianb96/fold_comment | Rémi Verschelde |
2018-02-14 | Merge pull request #15711 from poke1024/fix-rtl-descent | Rémi Verschelde |
2018-02-14 | Merge pull request #15855 from mrcdk/texture_button_mask_fixes | Rémi Verschelde |
2018-02-14 | Merge pull request #15903 from groud/fix_minsize | Rémi Verschelde |
2018-02-14 | Added "allow_reselect" property to ItemList and enabled it for the method/hel... | Michael Alexsander Silva Dias |
2018-02-13 | Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signal | Rémi Verschelde |
2018-02-12 | Fix quotation in string | Rado'sPC\aRaGaR |
2018-02-12 | Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro... | isaacremnant |
2018-02-05 | SpinBoxes calculate correctly their width before first redraw. | Ovnuniarchos |
2018-02-05 | Fixed #15082: line edit emits two "text_changed" signals when pasting while t... | Federico Frenguelli |
2018-02-03 | Fix wrong property type for fixed icon size in ItemList | binbitten |
2018-02-01 | Merge pull request #16249 from binbitten/fix-highlight-ofs | Rémi Verschelde |
2018-01-31 | Fix TextEdit current line highlight horizontal offset | binbitten |
2018-01-30 | Expose a few GraphEdit methods to script languages | George Marques |