aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | RichTextLabel, doc: Added new method to get total content heightOliver Gutierrez2018-04-112-3/+12
* | | | | | | | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadowMax Hilbrunner2018-05-052-19/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement font shadows for RichTextLabelMarkus Törnqvist2018-04-122-19/+47
* | | | | | | | | Merge pull request #18397 from KidRigger/working_teMax Hilbrunner2018-05-041-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support of CMD+Backspace and CMD+Delete on MacOS.Anish2018-04-241-1/+11
* | | | | | | | | | Script Editor now displays positional columnUnknown2018-05-032-0/+6
* | | | | | | | | | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-032-6/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-292-6/+2
| |/ / / / / / / / /
* | | | | | | | | | Fix placeholders position in `LineEdit` when editing inside the Editorrobfram2018-05-021-1/+0
* | | | | | | | | | Merge pull request #16977 from SASUPERNOVA/masterRémi Verschelde2018-05-012-0/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated fork to match current version of Godot.SASUPERNOVA2018-04-152-0/+18
* | | | | | | | | | | Merge pull request #18348 from rfht/masterRémi Verschelde2018-05-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix clang6 assignment errorthfrwn2018-04-211-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18382 from groud/fix_gridcontainer_children_visibilityRémi Verschelde2018-05-011-8/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix GridContainer's children visibility breaking the layoutgroud2018-04-231-8/+15
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18370 from KidRigger/masterMax Hilbrunner2018-04-301-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Adds support for CMD+Left and CMD+Right on MacOSAnish2018-04-231-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner2018-04-302-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-282-2/+2
| |/ / / / / / / / / /
* / / / / / / / / / / Make the LineEdit "secret" character customizableHugo Locurcio2018-04-302-6/+31
|/ / / / / / / / / /
* / / / / / / / / / Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
|/ / / / / / / / /
* | | | | | | | | Fixed context menu TTR bugssersoong2018-04-192-13/+13
* | | | | | | | | Merge pull request #18161 from flashyincceo/fixing-bug-#18128Rémi Verschelde2018-04-182-0/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add popup_closed signal for ColorPickerButtonPeter Folkins2018-04-132-0/+11
| |/ / / / / / /
* | | | | | | | ItemList selection: Check against item countShyRed2018-04-141-1/+1
* | | | | | | | Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-132-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-032-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-114-24/+24
| |/ / / / / |/| | | | |
* | | | | | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-1/+1
* | | | | | Fixed color region calculation for the first linePaulb232018-04-101-0/+3
* | | | | | Merge pull request #18095 from robfram/fix-lineedit-17113Rémi Verschelde2018-04-102-4/+17
|\ \ \ \ \ \
| * | | | | | LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-092-4/+17
* | | | | | | Merge pull request #18091 from RandomShaper/icon-radio-itemRémi Verschelde2018-04-103-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Add support for radio-looking items with iconPedro J. Estébanez2018-04-093-1/+9
* | | | | | | | Merge pull request #17081 from endragor/no-press-when-scrollRémi Verschelde2018-04-105-24/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-095-24/+60
* | | | | | | | | Merge pull request #16473 from ianb96/move_tabRémi Verschelde2018-04-094-4/+294
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Drag to rearrange Tabs and TabContainerianb962018-04-084-4/+294
* | | | | | | | | Merge pull request #18040 from Paulb23/color_region_cacheRémi Verschelde2018-04-092-37/+54
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed color regions and added local color region cachePaulb232018-04-072-37/+54
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #16574 from isaacremnant/better_grow_directionJuan Linietsky2018-04-082-15/+19
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro...isaacremnant2018-02-122-15/+19
* | | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky2018-04-082-1/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-232-1/+25
* | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-073-26/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-1/+1
| * | | | | | | | | Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-272-25/+71
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #17744 from robfram/fix-rtl-tableJuan Linietsky2018-04-071-0/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix `RichTextLabel` column size growing beyond its calculated `max_width`robfram2018-03-241-0/+33
| |/ / / / / / / /
* | | | | | | | | Merge pull request #17752 from nikibobi/texture-progress-tintJuan Linietsky2018-04-072-15/+69
|\ \ \ \ \ \ \ \ \