aboutsummaryrefslogtreecommitdiff
path: root/scene/gui (follow)
Commit message (Collapse)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 RichTextLabel
| * | | | | | | | 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.
| * | | | | | | | | Support of CMD+Backspace and CMD+Delete on MacOS.Anish2018-04-241-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for CMD+Backspace, to delete all text before the cursor in the line and CMD+Delete to delete all text after the cursor in line following the typical MacOS text editing workflow Fixes: #18059
* | | | | | | | | | Script Editor now displays positional columnUnknown2018-05-032-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters.
* | | | | | | | | | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-032-6/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | API hash fixes
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Editing the `Text` property through the editor causes a wrong placement of the placeholder, as it calls `LineEdit::clear_internal`, which was wrongly reseting the cached placeholder width. Fix #18184.
* | | | | | | | | | Merge pull request #16977 from SASUPERNOVA/masterRémi Verschelde2018-05-012-0/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Created a new function named get_element in GridContainer. This funct…
| * | | | | | | | | | 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 error
| * | | | | | | | | | | 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 layout
| * | | | | | | | | | | 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 MacOS
| * | | | | | | | | | | Adds support for CMD+Left and CMD+Right on MacOSAnish2018-04-231-0/+6
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMD+Left and CMD+Right are hotkeys used on MacOS for moving cursor to start and end of the text, respectively. They are now supported, alongside ALT+key. Fixes: #17631
* | | | | | | | | | | 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 guideline
| * | | | | | | | | | | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-282-2/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for more precise adjustments.
* / / / / / / / / / / 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 ColorPickerButton
| * | | | | | | | Add popup_closed signal for ColorPickerButtonPeter Folkins2018-04-132-0/+11
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17688
* | | | | | | | ItemList selection: Check against item countShyRed2018-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ItemList needs to check against the number of items available when the user moves the selection via "ui_right" action.
* | | | | | | | Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-132-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove the rect surrounding 2D nodes in 2D editor when it's not pertinent
| * | | | | | | 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 bugs
| * | | | | | LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-092-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LineEdit doesn't correctly uses style margins nor use placeholders width correctly, causing multiple rendering bugs.
* | | | | | | Merge pull request #18091 from RandomShaper/icon-radio-itemRémi Verschelde2018-04-103-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add support for radio-looking items with icon
| * | | | | | | Add support for radio-looking items with iconPedro J. Estébanez2018-04-093-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Letting users of `PopupMenu` use them. `OptionButton` was one of those interested and is updated in this commit. Fixes #18063.
* | | | | | | | Merge pull request #17081 from endragor/no-press-when-scrollRémi Verschelde2018-04-105-24/+60
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make Button not emit press when container is scrolled
| * | | | | | | | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-095-24/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem described in #13996 in a proper way. This also adds "deadzone" property to ScrollContainer. It can be used on mobile, where taps are not as precise as mouse clicks. Player could slightly move their finger when tapping, in which case we still want the button to be pressed rather than the container to be scrolled.
* | | | | | | | | Merge pull request #16473 from ianb96/move_tabRémi Verschelde2018-04-094-4/+294
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Drag to Rearrange Editor Docks
| * | | | | | | | 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 colour regions and added local colour region cache
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Added GROW_DIRECTION_BOTH for controls
| * | | | | | | Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to ↵isaacremnant2018-02-122-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grow from its center.
* | | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky2018-04-082-1/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix converting to tileset crashes Godot if existing file is not tileset
| * | | | | | | | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-232-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also make TileSetEditorPlgn tile list updates the preview modulate
* | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-073-26/+72
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Radio buttons in menus
| * | | | | | | | | 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
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They work exactly the same as current checkbox-decorated items, but in order to preserve compatibility, separate methods are used, like `add_radio_check_item()`. The other option would have been to add a new parameter at the end of `add_check_item()` and the like, but that would have forced callers to provide the defaults manually. `is_item_checkable()`, `is_item_checked()` and `set_item_checked()` are used regardless the item is set to look as check box or radio button. Keeping check in the name adds an additional clue about these facts. Closes #13055.
* | | | | | | | | Merge pull request #17744 from robfram/fix-rtl-tableJuan Linietsky2018-04-071-0/+33
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix `RichTextLabel` column size growing beyond its calculated `max_width`
| * | | | | | | | | Fix `RichTextLabel` column size growing beyond its calculated `max_width`robfram2018-03-241-0/+33
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `RichTextLabel` calculated the actual width of columns, it let them grow to sizes greater than its calculated `max_width`. Now this PR ensures no columns grows beyond `max_width`, and the excess width is distributed among the columns which can still grow. It should fix #17731.
* | | | | | | | | Merge pull request #17752 from nikibobi/texture-progress-tintJuan Linietsky2018-04-072-15/+69
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add tint property to TextureProgress