| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | add tint for under, progress and over and tint group | bosak | 2018-04-01 | 2 | -30/+63 | |
| | * | | | | | | | | | add tint property to TextureProgress changes progress color | bosak | 2018-03-21 | 2 | -11/+32 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #17809 from RandomShaper/menu-item-on-release | Juan Linietsky | 2018-04-07 | 3 | -23/+42 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Improve popup menus usability | Pedro J. Estébanez | 2018-04-07 | 3 | -23/+42 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighter | Rémi Verschelde | 2018-04-04 | 2 | -269/+419 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Abstracted the syntax highlighter from text edit | Paulb23 | 2018-04-02 | 2 | -269/+419 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | Added signal to VideoPlayer to notify when the video finished playing | Wilson E. Alvarez | 2018-04-01 | 1 | -6/+9 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #17612 from robfram/fix-richtextlabel-bbcode | Rémi Verschelde | 2018-03-23 | 2 | -3/+10 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Fix bad rendering of BBCode tables in `RichTextLabel` | robfram | 2018-03-18 | 2 | -3/+10 | |
| * | | | | | | | Merge pull request #17618 from groud/fix_gridcontainer | Rémi Verschelde | 2018-03-19 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Fixes wrong calculation of gridcontainer's children size | Gilles Roudiere | 2018-03-18 | 1 | -2/+2 | |
| * | | | | | | | Merge pull request #16947 from Faless/ui_actions | Fabio Alessandrelli | 2018-03-16 | 8 | -381/+347 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Add two new default actions ui_end, ui_home | Fabio Alessandrelli | 2018-02-23 | 2 | -33/+10 | |
| | * | | | | | | Add item_focused signal to OptionButton | Fabio Alessandrelli | 2018-02-23 | 3 | -0/+11 | |
| | * | | | | | | Scrollbar now uses UI actions instead of keys | Fabio Alessandrelli | 2018-02-23 | 1 | -31/+26 | |
| | * | | | | | | Line edit up/down focus pass through | Fabio Alessandrelli | 2018-02-23 | 1 | -0/+2 | |
| | * | | | | | | Tree now uses UI actions instead of keys | Fabio Alessandrelli | 2018-02-23 | 2 | -260/+260 | |
| | * | | | | | | Popupmenu now uses UI actions instead of keys | Fabio Alessandrelli | 2018-02-23 | 1 | -66/+47 | |
| * | | | | | | | Merge pull request #17293 from bncastle/basebutton_fix_pressed | Hein-Pieter van Braam | 2018-03-15 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix BaseButton not always calling _pressed() | bncastle | 2018-03-05 | 1 | -0/+5 | |
| * | | | | | | | | Merge pull request #17345 from AlexHolly/expose-itemlist-move-item | Rémi Verschelde | 2018-03-13 | 2 | -24/+12 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | expose Itemlist.move_item and optimize functionality | Alexander Holland | 2018-03-13 | 2 | -24/+12 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | expose itemlist.unselect_all() | Alexander Holland | 2018-03-13 | 1 | -0/+2 | |
| * | | | | | | | | Merge pull request #17314 from robfram/complete-path-15813 | Rémi Verschelde | 2018-03-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix bad autocomplete of partially written node paths when using syntactic sug... | robfram | 2018-03-06 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #17359 from AlexHolly/completion-edge-jump | Rémi Verschelde | 2018-03-13 | 1 | -4/+10 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | auto-completion edge jump | Alexander Holland | 2018-03-09 | 1 | -4/+10 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #17383 from poke1024/colorpicker-tweaks | Rémi Verschelde | 2018-03-13 | 2 | -5/+49 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Various ui tweaks for color picker | Bernhard Liebl | 2018-03-12 | 2 | -5/+49 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #17422 from robfram/fix-radial-textureprogress | Rémi Verschelde | 2018-03-13 | 1 | -16/+39 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implement line clipping for `TextureProgress` to avoid bad rendering due to i... | robfram | 2018-03-10 | 1 | -16/+39 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #17410 from groud/fix_grid_container | Rémi Verschelde | 2018-03-13 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixes infinite loop in GridContainer | Gilles Roudiere | 2018-03-10 | 1 | -4/+4 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #17191 from garyo/fix_grid_cont | Rémi Verschelde | 2018-03-13 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix infinite loop in GridContainer layout | Gary Oberbrunner | 2018-03-10 | 1 | -6/+6 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | expose Itemlist.is_anything_selected | Alexander Holland | 2018-03-11 | 1 | -0/+2 | |
| |/ / / / / / / | ||||||
| * / / / / / / | Prevent division by zero in GridContainer | Leon Krause | 2018-03-07 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix more regressions in RichTextLabel from PR 15711 | Bernhard Liebl | 2018-03-02 | 1 | -9/+5 | |
| * | | | | | | Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32d | poke1024 | 2018-03-01 | 1 | -0/+5 | |
| * | | | | | | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam | 2018-02-28 | 2 | -0/+4 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge pull request #16656 from JFonS/fix_gradient_crash | Rémi Verschelde | 2018-02-27 | 1 | -0/+7 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix weird editor crash when switching from editing one gradient to another ke... | JFonS | 2018-02-14 | 1 | -0/+7 | |
| * | | | | | Fix typos with codespell | luz.paz | 2018-02-21 | 3 | -4/+4 | |
| * | | | | | Fixed disappearing text on filedialog buttons | Max | 2018-02-21 | 1 | -4/+4 | |
| * | | | | | Fixed "Open" button being enabled when nothing is selected in a FileDialog wh... | Michael Alexsander Silva Dias | 2018-02-20 | 2 | -12/+8 | |
| * | | | | | Merge pull request #16455 from volzhs/close-docs | Rémi Verschelde | 2018-02-20 | 2 | -9/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Keep to show current script when closing all docs | volzhs | 2018-02-20 | 2 | -9/+14 | |
| * | | | | | | Merge pull request #16652 from aragar/FixQuotationInString | Rémi Verschelde | 2018-02-19 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix quotation in string | Rado'sPC\aRaGaR | 2018-02-12 | 1 | -1/+0 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #15306 from poke1024/item-list-draw-speed | Rémi Verschelde | 2018-02-19 | 1 | -4/+48 | |
| |\ \ \ \ \ \ | ||||||
