Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-08 | Merge pull request #18700 from GodotExplorer/fix-#18686 | Max Hilbrunner | |
Add default paramater value for OptionButton::add_icon_item | |||
2018-05-08 | Add default paramater value for OptionButton::add_icon_item | Geequlim | |
2018-05-08 | Merge pull request #15928 from StateOff/feature_batch_rename | Rémi Verschelde | |
Implements "Batch Rename" editor tool. | |||
2018-05-07 | Merge pull request #17451 from Goutte/feat-base-button-mask | Juan Linietsky | |
Allow configuration of which mouse buttons the BaseButton responds to | |||
2018-05-07 | Merge pull request #17828 from bojidar-bg/17779-progressbar-minimum-size | Juan Linietsky | |
Fix StyleBox ignoring region rect and ProgressBar using center size | |||
2018-05-07 | Merge pull request #18003 from sherjilozair/patch_macosx_shortcuts | Juan Linietsky | |
Add additional macos shortcuts for going to start/end of line | |||
2018-05-07 | Merge pull request #18122 from olivergs/wip/rtl-content-height | Max Hilbrunner | |
RichTextLabel, doc: Added new method to get total content height | |||
2018-05-05 | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow | Max Hilbrunner | |
Implement font shadows for RichTextLabel | |||
2018-05-04 | Merge pull request #18397 from KidRigger/working_te | Max Hilbrunner | |
Support of CMD+Backspace and CMD+Delete on MacOS. | |||
2018-05-03 | Script Editor now displays positional column | Unknown | |
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. | |||
2018-05-03 | Merge pull request #18514 from neikeq/api-hash-fixes | Rémi Verschelde | |
API hash fixes | |||
2018-05-02 | Fix placeholders position in `LineEdit` when editing inside the Editor | robfram | |
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. | |||
2018-05-01 | Merge pull request #16977 from SASUPERNOVA/master | Rémi Verschelde | |
Created a new function named get_element in GridContainer. This funct… | |||
2018-05-01 | Merge pull request #18348 from rfht/master | Rémi Verschelde | |
fix clang6 assignment error | |||
2018-05-01 | Merge pull request #18382 from groud/fix_gridcontainer_children_visibility | Rémi Verschelde | |
Fix GridContainer's children visibility breaking the layout | |||
2018-04-30 | Merge pull request #18370 from KidRigger/master | Max Hilbrunner | |
Adds support for CMD+Left and CMD+Right on MacOS | |||
2018-04-30 | Merge pull request #18489 from Calinou/tweak-property-hint-ranges | Max Hilbrunner | |
Tweak the property hint ranges of caret blink and line length guideline | |||
2018-04-30 | Make the LineEdit "secret" character customizable | Hugo Locurcio | |
2018-04-29 | Fix binding some core API methods only in tools builds | Ignacio Etcheverry | |
2018-04-28 | Tweak the property hint ranges of caret blink and line length guideline | Hugo Locurcio | |
This allows for more precise adjustments. | |||
2018-04-24 | Support of CMD+Backspace and CMD+Delete on MacOS. | Anish | |
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 | |||
2018-04-23 | Fix GridContainer's children visibility breaking the layout | groud | |
2018-04-23 | Adds support for CMD+Left and CMD+Right on MacOS | Anish | |
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 | |||
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-04-21 | fix clang6 assignment error | thfrwn | |
2018-04-19 | Fixed context menu TTR bugs | sersoong | |
2018-04-18 | Merge pull request #18161 from flashyincceo/fixing-bug-#18128 | Rémi Verschelde | |
Add popup_closed signal for ColorPickerButton | |||
2018-04-15 | Updated fork to match current version of Godot. | SASUPERNOVA | |
2018-04-14 | ItemList selection: Check against item count | ShyRed | |
ItemList needs to check against the number of items available when the user moves the selection via "ui_right" action. | |||
2018-04-13 | Add popup_closed signal for ColorPickerButton | Peter Folkins | |
Fixes #17688 | |||
2018-04-13 | Merge pull request #17502 from groud/2Deditor_rect | Juan Linietsky | |
Remove the rect surrounding 2D nodes in 2D editor when it's not pertinent | |||
2018-04-12 | Implement font shadows for RichTextLabel | Markus Törnqvist | |
2018-04-11 | RichTextLabel, doc: Added new method to get total content height | Oliver Gutierrez | |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde | |
2018-04-11 | Update classref and docs, fix missing parameters' name | Poommetee Ketson | |
2018-04-10 | Fixed color region calculation for the first line | Paulb23 | |
2018-04-10 | Merge pull request #18095 from robfram/fix-lineedit-17113 | Rémi Verschelde | |
LineEdit placeholder alignment, content margins, and overflow bugs | |||
2018-04-10 | Merge pull request #18091 from RandomShaper/icon-radio-item | Rémi Verschelde | |
Add support for radio-looking items with icon | |||
2018-04-10 | Merge pull request #17081 from endragor/no-press-when-scroll | Rémi Verschelde | |
Make Button not emit press when container is scrolled | |||
2018-04-09 | LineEdit placeholder alignment, content margins, and overflow bugs | robfram | |
LineEdit doesn't correctly uses style margins nor use placeholders width correctly, causing multiple rendering bugs. | |||
2018-04-09 | Merge pull request #16473 from ianb96/move_tab | Rémi Verschelde | |
Drag to Rearrange Editor Docks | |||
2018-04-09 | Add support for radio-looking items with icon | Pedro J. Estébanez | |
Letting users of `PopupMenu` use them. `OptionButton` was one of those interested and is updated in this commit. Fixes #18063. | |||
2018-04-09 | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | |
Fixed colour regions and added local colour region cache | |||
2018-04-09 | Make BaseButton not emit press when container is scrolled | Ruslan Mustakov | |
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. | |||
2018-04-08 | Drag to rearrange Tabs and TabContainer | ianb96 | |
2018-04-08 | Merge pull request #16574 from isaacremnant/better_grow_direction | Juan Linietsky | |
Added GROW_DIRECTION_BOTH for controls | |||
2018-04-08 | Merge pull request #17443 from Noshyaar/tilesetcrash | Juan Linietsky | |
Fix converting to tileset crashes Godot if existing file is not tileset | |||
2018-04-07 | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | |
Radio buttons in menus | |||
2018-04-07 | Merge pull request #17744 from robfram/fix-rtl-table | Juan Linietsky | |
Fix `RichTextLabel` column size growing beyond its calculated `max_width` | |||
2018-04-07 | Merge pull request #17752 from nikibobi/texture-progress-tint | Juan Linietsky | |
Add tint property to TextureProgress |