Age | Commit message (Expand) | Author |
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 |
2018-09-15 | Rename ScrollBar's drag_slave to drag_node | Rémi Verschelde |
2018-09-14 | Discard button pressing flags on disable | Alexey Kashlakov |
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde |
2018-09-12 | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde |
2018-09-12 | Merge pull request #21705 from KellyThomas/tree-create-item | Rémi Verschelde |
2018-09-12 | Merge pull request #21654 from Calinou/textureprogress-transparent-tint | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde |
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde |
2018-09-08 | Fixed the remove_line function in richtextlabel. It was totally broken | DualMatrix |
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland |
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky |