Age | Commit message (Expand) | Author |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-08-11 | Fix ReferenceRect border | Chaosus |
2018-08-10 | Merge pull request #20149 from Overblob/shader_float_typing | Juan Linietsky |
2018-08-10 | Make line edit always vertically aligned, makes no sense otherwise. Fixes #17188 | Juan Linietsky |
2018-08-10 | Reset caret blink when Ctrl+moving the cursor | Thomas ten Cate |
2018-08-02 | Scale underlines in the script editor with the editor scale | Hugo Locurcio |
2018-07-29 | Expose _clips_input as a virtual function, closes #15358 | Juan Linietsky |
2018-07-29 | Merge pull request #15269 from ianb96/context_menu_improvements | Juan Linietsky |
2018-07-27 | Merge pull request #20498 from Calinou/caret-width-hidpi | Rémi Verschelde |
2018-07-26 | Multiply TextEdit line spacing by the editor scale | Hugo Locurcio |
2018-07-26 | Make the caret thicker in TextEdit and scale it with the editor scale | Hugo Locurcio |
2018-07-26 | context menu improvements | Ian |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Merge pull request #20133 from ibrahn/fix-tree-uninit-branch | Rémi Verschelde |
2018-07-25 | Merge pull request #19726 from guilhermefelipecgs/feature_add_menu_hover | Rémi Verschelde |
2018-07-24 | Opens the menu with the same parent on mouse focus | Guilherme Felipe |
2018-07-24 | Merge pull request #18867 from fire/better_vx_us_rebase_02 | Juan Linietsky |
2018-07-24 | Improve VisualScript UX | K. S. Ernest (iFire) Lee |
2018-07-24 | Merge pull request #18806 from Calinou/bilinear-textureprogress | Rémi Verschelde |
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-07-20 | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky |
2018-07-18 | Export: Properly reload preset when opening dialog | Rémi Verschelde |
2018-07-18 | Fix Label autowrap clips text | volzhs |
2018-07-17 | Merge pull request #20150 from ibrahn/fix-scrollbar-atlas | Max Hilbrunner |
2018-07-15 | * Small hex/float/integer parsing refactoring | Overblob |
2018-07-14 | Visual Shaders are back. | Juan Linietsky |
2018-07-14 | fix scrollbar icons with atlas texture. | Ibrahn Sahir |
2018-07-13 | fixed a branch on uninitialised data in gui/tree | Ibrahn Sahir |
2018-07-12 | Merge pull request #20068 from Xrayez/submenu-popup-delay | Max Hilbrunner |
2018-07-10 | fix ColorPickerButton.get_popup() | Alexander Holland |
2018-07-09 | Add ability to set submenu's popup delay time on mouse hovering | Andrii Doroshenko (Xrayez) |
2018-07-07 | Added scrollable property to Sliders | Chaosus |
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner |
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner |
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner |
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner |
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner |
2018-07-04 | Fixes to the new inspector | Guilherme Felipe |
2018-07-04 | Fixes control nodes size not updated when outside the tree | groud |
2018-07-04 | Merge pull request #19782 from Calinou/fix-control-pixel-snap-rounding | Rémi Verschelde |
2018-07-03 | Merge pull request #17438 from Deluvi/get-word-pos-quote-fix | Max Hilbrunner |
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner |
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner |
2018-07-03 | Merge pull request #19565 from robojumper/fixed_edge_scroll | Max Hilbrunner |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky |
2018-07-01 | Merge pull request #19875 from willnationsdev/meta-underlined | George Marques |
2018-07-01 | Center text drawing in LineEdit | Paulb23 |
2018-07-01 | Fix performance for godot's interface | Guilherme Felipe |
2018-07-01 | Fix underline_meta not working in RichTextLabel | Will Nations |