Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-08 | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | |
2017-09-07 | Restored auto snapping of controls to pixels, fixes #10847 and probably ↵ | Juan Linietsky | |
several more issues. Made it optional in the project settings but defaults to true. | |||
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde | |
2017-09-05 | Merge pull request #10822 from hoelzl/toggle-button | Rémi Verschelde | |
Fix inconsistent toggle button behavior | |||
2017-09-04 | Merge pull request #10902 from toger5/rtl_copy_and_selection_color | Rémi Verschelde | |
fixed copy on osx + help selection color | |||
2017-09-04 | Merge pull request #10916 from volzhs/vertical-align-tree-lineedit | Rémi Verschelde | |
LineEdit in Tree is aligned vertical center | |||
2017-09-04 | Merge pull request #10931 from djrm/pr_style_fixes | Rémi Verschelde | |
Improved color temperature in script editor | |||
2017-09-04 | fixed copy on osx + help selection color | toger5 | |
2017-09-04 | Merge pull request #10932 from djrm/pr_fix_metrics | Rémi Verschelde | |
Fixed some metrics (some issues caused by the new Noto Sans font). | |||
2017-09-04 | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | |
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | |||
2017-09-04 | Merge pull request #10894 from Paulb23/brace_auto_indent | Rémi Verschelde | |
Added support for brace auto indent and fixed indent above. | |||
2017-09-03 | Fix. resizeable -> resizable. | Daniel J. Ramirez | |
(not actually a typo, but the rest of the API uses resizable) | |||
2017-09-03 | Improved color temperature in script editor | Daniel J. Ramirez | |
2017-09-03 | Fixed some metrics (some issues caused by the new Noto Sans font). | Daniel J. Ramirez | |
plus other minor fixes | |||
2017-09-03 | LineEdit in Tree is aligned vertical center | volzhs | |
2017-09-02 | richTextLable implemented stylebox support | toger5 | |
- also fixed issue with total_chars ignoring first line | |||
2017-09-02 | Added support for brace auto indent and fixed indent above | Paulb23 | |
2017-09-02 | Merge pull request #10887 from Paulb23/fix_scrolling_up_jitter | Rémi Verschelde | |
Fixed jitter when scrolling up | |||
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson | |
2017-09-02 | Fixed jitter when scrolling up | Paulb23 | |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | |
Fix signed and unsigned comparisons | |||
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam | |
The first in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-08-31 | Merge pull request #10791 from tuga3d/indent-glitch-attempt-2 | Rémi Verschelde | |
second attempt on fixing the indent glitch. | |||
2017-08-31 | Fix inconsistent toggle button behavior | Matthias Hoelzl | |
2017-08-31 | unified draw_center naming for (9patch,StyleBoxes) | toger5 | |
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled | |||
2017-08-31 | Merge pull request #10096 from toger5/label_stylebox | Rémi Verschelde | |
fixed Import LineEdit to label + label stylebox | |||
2017-08-30 | second attempt on fixing the indent glitch. | Paulo Gomes | |
I've reverted the first attempt (https://github.com/godotengine/godot/pull/10653). I was very naive and didn't consider that the glitch happens also if you're not in the first column, ex. if you have 2 tabs and press return in between them. Hope this will solve the problem without messing anything else. | |||
2017-08-29 | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky | |
DocData and virtual method type hints fixes | |||
2017-08-29 | DocData and type hints fixes | Ignacio Etcheverry | |
- Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types - Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string. - PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void. - Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant. | |||
2017-08-28 | Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529 | Rémi Verschelde | |
Fixed offset view when removing text, issue 10529 | |||
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Fixed offset view when removing text, issue 10529 | Paulb23 | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-27 | Merge pull request #10600 from MasonAsh/fix-10596 | Rémi Verschelde | |
Script editor: fixed no key repeat for CTRL+Y | |||
2017-08-27 | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | |
Added/Fixed null pointer checks | |||
2017-08-27 | Merge pull request #10653 from tuga3d/indent-glitch | Rémi Verschelde | |
Added a cursor column check. | |||
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez | |
2017-08-26 | Added a cursor column check. | Paulo Gomes | |
Fixes glich, when cursor is on column 0 of and indented line and you press return an extra indent is added. | |||
2017-08-26 | Tree: fix RMB click collapses next item | Poommetee Ketson | |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | |
Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | |||
2017-08-24 | Script editor: fixed no key repeat for CTRL+Y | Mason Ashbridge | |
2017-08-24 | -Code completion for enumerations | Juan Linietsky | |
-Disabled GDNative and GDNativeScript so build compiles again | |||
2017-08-23 | Merge pull request #10561 from Paulb23/smooth_scroll_input_override | Rémi Verschelde | |
Stops scrolling when the user issues another command | |||
2017-08-23 | Merge pull request #10555 from Rubonnek/removed-unnecessary-returns-and-breaks | Rémi Verschelde | |
Removed unnecessary returns and break statements [ci skip] | |||
2017-08-22 | Stops scrolling when the user issues another command | Paulb23 | |
2017-08-22 | TextEdit: Copy whole line if not having selection. | Andreas Haas | |
The functionality was already there but hidden behind a bogus return statement. Fixes #10485 | |||
2017-08-22 | Removed unnecessary returns and break statements | Wilson E. Alvarez | |
2017-08-22 | Add stretching to `TextureProgress` | Evgeny Zuev | |
Now `TextureProgress` has `nine_patch_stretch` flag. With this flag enabled, it's being rendered as 9-path using `stretch_margin_*` properties as texture margins. Stretching doesn't support `FILL_CLOCKWISE` and `FILL_COUNTER_CLOCKWISE` fill modes. |