aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | add tint for under, progress and over and tint groupbosak2018-04-012-30/+63
| * | | | | | | | | add tint property to TextureProgress changes progress colorbosak2018-03-212-11/+32
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #17809 from RandomShaper/menu-item-on-releaseJuan Linietsky2018-04-073-23/+42
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Improve popup menus usabilityPedro J. Estébanez2018-04-073-23/+42
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde2018-04-042-269/+419
|\ \ \ \ \ \ \ \
| * | | | | | | | Abstracted the syntax highlighter from text editPaulb232018-04-022-269/+419
| |/ / / / / / /
* / / / / / / / Added signal to VideoPlayer to notify when the video finished playingWilson E. Alvarez2018-04-011-6/+9
|/ / / / / / /
* | | | | | | Merge pull request #17612 from robfram/fix-richtextlabel-bbcodeRémi Verschelde2018-03-232-3/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix bad rendering of BBCode tables in `RichTextLabel`robfram2018-03-182-3/+10
* | | | | | | Merge pull request #17618 from groud/fix_gridcontainerRémi Verschelde2018-03-191-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere2018-03-181-2/+2
* | | | | | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-168-381/+347
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-232-33/+10
| * | | | | | Add item_focused signal to OptionButtonFabio Alessandrelli2018-02-233-0/+11
| * | | | | | Scrollbar now uses UI actions instead of keysFabio Alessandrelli2018-02-231-31/+26
| * | | | | | Line edit up/down focus pass throughFabio Alessandrelli2018-02-231-0/+2
| * | | | | | Tree now uses UI actions instead of keysFabio Alessandrelli2018-02-232-260/+260
| * | | | | | Popupmenu now uses UI actions instead of keysFabio Alessandrelli2018-02-231-66/+47
* | | | | | | Merge pull request #17293 from bncastle/basebutton_fix_pressedHein-Pieter van Braam2018-03-151-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix BaseButton not always calling _pressed()bncastle2018-03-051-0/+5
* | | | | | | | Merge pull request #17345 from AlexHolly/expose-itemlist-move-itemRémi Verschelde2018-03-132-24/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | expose Itemlist.move_item and optimize functionalityAlexander Holland2018-03-132-24/+12
| |/ / / / / / /
* | | | | | | | expose itemlist.unselect_all()Alexander Holland2018-03-131-0/+2
* | | | | | | | Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde2018-03-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bad autocomplete of partially written node paths when using syntactic sug...robfram2018-03-061-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #17359 from AlexHolly/completion-edge-jumpRémi Verschelde2018-03-131-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | auto-completion edge jumpAlexander Holland2018-03-091-4/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #17383 from poke1024/colorpicker-tweaksRémi Verschelde2018-03-132-5/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Various ui tweaks for color pickerBernhard Liebl2018-03-122-5/+49
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #17422 from robfram/fix-radial-textureprogressRémi Verschelde2018-03-131-16/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram2018-03-101-16/+39
| |/ / / / / / /
* | | | | | | | Merge pull request #17410 from groud/fix_grid_containerRémi Verschelde2018-03-131-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes infinite loop in GridContainerGilles Roudiere2018-03-101-4/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #17191 from garyo/fix_grid_contRémi Verschelde2018-03-131-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix infinite loop in GridContainer layoutGary Oberbrunner2018-03-101-6/+6
| |/ / / / / / /
* / / / / / / / expose Itemlist.is_anything_selectedAlexander Holland2018-03-111-0/+2
|/ / / / / / /
* / / / / / / Prevent division by zero in GridContainerLeon Krause2018-03-071-2/+2
|/ / / / / /
* | | | | | Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl2018-03-021-9/+5
* | | | | | Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke10242018-03-011-0/+5
* | | | | | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-282-0/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #16656 from JFonS/fix_gradient_crashRémi Verschelde2018-02-271-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix weird editor crash when switching from editing one gradient to another ke...JFonS2018-02-141-0/+7
* | | | | Fix typos with codespellluz.paz2018-02-213-4/+4
* | | | | Fixed disappearing text on filedialog buttonsMax2018-02-211-4/+4
* | | | | Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias2018-02-202-12/+8
* | | | | Merge pull request #16455 from volzhs/close-docsRémi Verschelde2018-02-202-9/+14
|\ \ \ \ \
| * | | | | Keep to show current script when closing all docsvolzhs2018-02-202-9/+14
* | | | | | Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde2018-02-191-1/+0
|\ \ \ \ \ \
| * | | | | | Fix quotation in stringRado'sPC\aRaGaR2018-02-121-1/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde2018-02-191-4/+48
|\ \ \ \ \ \