Age | Commit message (Expand) | Author |
2018-10-16 | Merge pull request #22894 from OsamaElHariri/prevent-comment-indent | Rémi Verschelde |
2018-10-13 | [Docs] Fixed 'get_button_count's link and a typo related to 'button'. | M. Huri |
2018-10-11 | Merge pull request #22844 from samgreen/fix_gui_dragging_spam | Rémi Verschelde |
2018-10-10 | A colon ending a comment line no longer indents the next line | OsamaElHariri |
2018-10-08 | Swap condition to prevent spam in editor. | Sam Green |
2018-10-07 | Fix crash in Tree when moving using Joypad | Fabio Alessandrelli |
2018-10-07 | Merge pull request #22822 from godotengine/revert-16977-master | Rémi Verschelde |
2018-10-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde |
2018-10-07 | Revert "Created a new function named get_element in GridContainer. This funct... | Rémi Verschelde |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-10-06 | Merge pull request #22742 from YeldhamDev/textedit_margin_scroll | Rémi Verschelde |
2018-10-06 | Merge pull request #22774 from kellams/master | Rémi Verschelde |
2018-10-05 | Fix to scrolling, rounding error on max_v_scroll | Kellam Spencer |
2018-10-05 | Fix to ColorPicker behaviour when entering html. | R. K |
2018-10-04 | Fix TextEdit margin start spacing with two scrollbars | Michael Alexsander Silva Dias |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-10-04 | fix enum cast warnings on clang | karroffel |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-10-02 | Merge pull request #21395 from mrcdk/spin_box_expose_align | Rémi Verschelde |
2018-10-02 | Merge pull request #22062 from Leytak/patch-1 | Rémi Verschelde |
2018-10-02 | Merge pull request #22402 from DualMatrix/colorpicker_presets | Rémi Verschelde |
2018-09-30 | Merge pull request #22560 from lupoDharkael/clipboard | Rémi Verschelde |
2018-09-30 | TextEdit: prevent the copy of an empty string | lupoDharkael |
2018-09-29 | Merge pull request #22520 from akien-mga/fix-warnings | Rémi Verschelde |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-29 | Fix code folding taking into account empty lines, issue 15689 | Paulb23 |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-28 | Merge pull request #22384 from DualMatrix/hover_pressed | Rémi Verschelde |
2018-09-28 | Merge pull request #22381 from DualMatrix/range_exp_warning | Rémi Verschelde |
2018-09-28 | Merge pull request #22405 from DualMatrix/better_step | Rémi Verschelde |
2018-09-28 | Merge pull request #22447 from akien-mga/fix-warnings-Wswitch | Rémi Verschelde |
2018-09-28 | Fix some wchar_t truncations | elasota |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-27 | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde |
2018-09-27 | Inspector: Enable wrap for multiline text widget | Rémi Verschelde |
2018-09-25 | Tweak some editor texts' capitalization, use "Go to" instead of "Goto" | Hugo Locurcio |
2018-09-24 | Made ColorPicker save it's presets while in editor. | DualMatrix |
2018-09-24 | Fixed step value not being respected for ranges in some cases. | DualMatrix |
2018-09-24 | Added hover_pressed style to CheckBox and CheckButton | DualMatrix |
2018-09-23 | Add proper strikethrough BBCode to RichTextLabel | Michael Alexsander Silva Dias |
2018-09-23 | Added warning when min_value of range is smaller than 0 while exp_edit is true. | DualMatrix |
2018-09-23 | Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c... | DualMatrix |
2018-09-21 | Make EditorFileDialog be able to pick a folder when entering it | Michael Alexsander Silva Dias |
2018-09-20 | Merge pull request #22198 from DualMatrix/input_was_eaten | Rémi Verschelde |
2018-09-20 | Fixed ctrl+up/down shortcut no longer working in scene tree | DualMatrix |
2018-09-19 | Fix Label::get_minimum_size not updating cache size for autowrap | Guilherme Felipe |