Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | Merge pull request #25953 from nekomatata/fix-radial-texture-progress | Rémi Verschelde | |
Fixed TextureProgress in Radial Mode when using center offset | |||
2019-02-16 | Fixed radial progress with center offset by taking distance to edge into ↵ | PouleyKetchoupp | |
account in uv calculation | |||
2019-02-16 | Fix copy text when TextEdit is readonly | qarmin | |
2019-02-15 | Revert "Fix MenuButton item label disappearing when setting shortcut." | Rémi Verschelde | |
2019-02-14 | Fix MenuButton item label disappearing when setting shortcut. | Unknown | |
2019-02-13 | Merge pull request #25422 from azagaya/optionbutton | Rémi Verschelde | |
Fix docs about item_selected and item_focused . Fixes #25273 | |||
2019-02-13 | Fix button alignment of Package Installer on OSX | Naoto Kondo | |
This problem occurs only in the HiDPI environment. | |||
2019-02-13 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde | |
Also drop some unused files. Renamed: - `scene/2d/navigation2d.h` -> `navigation_2d.h` - `scene/2d/screen_button.h` -> `touch_screen_button.h` - `scene/3d/scenario_fx.h` -> `world_environment.h` - `scene/audio/audio_player.h` -> `audio_stream_player.h` - `scene/resources/bit_mask.h` -> `bit_map.h` - `scene/resources/color_ramp.h` -> `gradient.h` - `scene/resources/shape_line_2d.h` -> `line_shape_2d.h` - `scene/resources/scene_format_text.h` -> `resource_format_text.h` - `scene/resources/sky_box.h` -> `sky.h` Dropped: - `scene/resources/bounds.h` | |||
2019-02-11 | Fixes differences between docs and item_selected and item_focused signals in ↵ | azagaya | |
optionbutton Description in docs about item_selected and item_focused signals in optionbutton is fixed to match the real behaviour. Also, get_item_index function is added. | |||
2019-02-10 | General cleanup of script and doc search bars | Michael Alexsander Silva Dias | |
2019-02-04 | Fixed selection being activated when using scroll lines | Paulb23 | |
2019-01-28 | Small fixup on button toggle behaviour in ColorPicker | Michael Alexsander Silva Dias | |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias | |
2019-01-24 | Updates containers minimum size when some constants are modified | groud | |
2019-01-24 | ProgressBar: Set default step to 0.01 | Rémi Verschelde | |
Fixes #22655. | |||
2019-01-23 | Merge pull request #25190 from 99alfie/master | Rémi Verschelde | |
Fix ButtonGroup.get_pressed_button bug | |||
2019-01-21 | Merge pull request #25064 from homer666/itemlist-adjust-ui_select-precedence | Rémi Verschelde | |
ItemList: ignore `ui_select` action if Select Mode is not "Multi" | |||
2019-01-21 | ButtonGroup.get_pressed_button bugfix, fixes issue #25057 | Kraus | |
2019-01-18 | Fix a rounding error in ColorPicker | Hugo Locurcio | |
This closes #25063. | |||
2019-01-18 | ItemList: ignore `ui_select` action if Select Mode is not "Multi" | homer666 | |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias | |
2019-01-16 | Update rect size on select | volzhs | |
2019-01-14 | Defer activated signal after tree has been traversed. | Juan Linietsky | |
2019-01-14 | Hide visible popups by default if visible when entering tree, unless on ↵ | Juan Linietsky | |
editor. Fixes #24737 | |||
2019-01-08 | Update IME text only for focused input controls. | bruvzg | |
2019-01-06 | Fix jumping when scrolling down fast with smooth scroll enabled | Timo Schwarzer | |
Fixes #24773 | |||
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 | |
2019-01-04 | Merge pull request #24738 from timoschwarzer/24725-fit-child-in-rect-null-check | Rémi Verschelde | |
Check if p_child is not null in Container.fit_child_rect() | |||
2019-01-03 | Check if p_child is not null in Container.fit_child_rect() | Timo Schwarzer | |
Fixes #24725 | |||
2019-01-03 | Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674 | Rémi Verschelde | |
Fixed autocompletion menu vertical position | |||
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak | |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-27 | Merge pull request #24588 from volzhs/tree-relationship-line | Rémi Verschelde | |
Draw relationship lines when its value is higher than 0 | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24566 from ↵ | Rémi Verschelde | |
thomasruiz/fix/completion-box-center-text-vertically Center lines vertically in completion box | |||
2018-12-25 | Draw relationship lines when its value is higher than 0 | volzhs | |
2018-12-23 | Fix caret size with font smaller than row height | Thomas Ruiz | |
2018-12-23 | Center lines vertically in completion box | Thomas Ruiz | |
2018-12-18 | Fix Word wrap cache desync causing crash | Paulb23 | |
2018-12-18 | Merge pull request #24428 from akien-mga/label-uppercase | Rémi Verschelde | |
Label: Fix kerning when using Uppercase mode | |||
2018-12-17 | Don't accidentally convert string content to char | Hein-Pieter van Braam | |
Due to the right hand side of the :? trickery the rhs was cast to a char losing precision. Previously this didn't matter, but with CharProxy it does. (Previously we could just happily cast it back to a wchar_t and get the original 16 - 32 bits. Now we'll only ever get the first 8). | |||
2018-12-17 | Label: Fix kerning when using Uppercase mode | Rémi Verschelde | |
Seemingly a typo, I did not check what exact impact it had, but the x_ofs would likely have accumulated errors when using fonts with varying char widths. | |||
2018-12-15 | Fix item highlighting in PopupMenu for items with offset | Michael Alexsander Silva Dias | |
2018-12-14 | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki | |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe | |
2018-12-14 | Expose ButtonGroup's "get_buttons()" to GDScript | Michael Alexsander Silva Dias | |
2018-12-13 | Merge pull request #22870 from semtri/godot-issue-7620 | Rémi Verschelde | |
Fix richtextlabel meta links shouldn't open when swiping to scroll | |||
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde | |