summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2018-04-08Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky
2018-04-07Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky
2018-04-07Merge pull request #17744 from robfram/fix-rtl-tableJuan Linietsky
2018-04-07Merge pull request #17752 from nikibobi/texture-progress-tintJuan Linietsky
2018-04-07Merge pull request #17809 from RandomShaper/menu-item-on-releaseJuan Linietsky
2018-04-07Improve popup menus usabilityPedro J. Estébanez
2018-04-04Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-04-01Added signal to VideoPlayer to notify when the video finished playingWilson E. Alvarez
2018-04-01add tint for under, progress and over and tint groupbosak
2018-03-27Use radio-button-like menu entries where applicablePedro J. Estébanez
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
2018-03-24Fix `RichTextLabel` column size growing beyond its calculated `max_width`robfram
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
2018-03-23Merge pull request #17612 from robfram/fix-richtextlabel-bbcodeRémi Verschelde
2018-03-21add tint property to TextureProgress changes progress colorbosak
2018-03-19Merge pull request #17618 from groud/fix_gridcontainerRémi Verschelde
2018-03-18Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere
2018-03-18Fix bad rendering of BBCode tables in `RichTextLabel`robfram
2018-03-16Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli
2018-03-15Merge pull request #17293 from bncastle/basebutton_fix_pressedHein-Pieter van Braam
2018-03-13Merge pull request #17345 from AlexHolly/expose-itemlist-move-itemRémi Verschelde
2018-03-13expose itemlist.unselect_all()Alexander Holland
2018-03-13expose Itemlist.move_item and optimize functionalityAlexander Holland
2018-03-13Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde
2018-03-13Merge pull request #17359 from AlexHolly/completion-edge-jumpRémi Verschelde
2018-03-13Merge pull request #17383 from poke1024/colorpicker-tweaksRémi Verschelde
2018-03-13Merge pull request #17422 from robfram/fix-radial-textureprogressRémi Verschelde
2018-03-13Merge pull request #17410 from groud/fix_grid_containerRémi Verschelde
2018-03-13Merge pull request #17191 from garyo/fix_grid_contRémi Verschelde
2018-03-12Various ui tweaks for color pickerBernhard Liebl
2018-03-11expose Itemlist.is_anything_selectedAlexander Holland
2018-03-10Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram
2018-03-10Fix infinite loop in GridContainer layoutGary Oberbrunner
2018-03-10Fixes infinite loop in GridContainerGilles Roudiere
2018-03-09auto-completion edge jumpAlexander Holland
2018-03-07Prevent division by zero in GridContainerLeon Krause
2018-03-06Fix bad autocomplete of partially written node paths when using syntactic sug...robfram
2018-03-05Fix BaseButton not always calling _pressed()bncastle
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke1024
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-27Merge pull request #16656 from JFonS/fix_gradient_crashRémi Verschelde
2018-02-23Add two new default actions ui_end, ui_homeFabio Alessandrelli
2018-02-23Add item_focused signal to OptionButtonFabio Alessandrelli
2018-02-23Scrollbar now uses UI actions instead of keysFabio Alessandrelli
2018-02-23Line edit up/down focus pass throughFabio Alessandrelli
2018-02-23Tree now uses UI actions instead of keysFabio Alessandrelli
2018-02-23Popupmenu now uses UI actions instead of keysFabio Alessandrelli
2018-02-21Fix typos with codespellluz.paz