Age | Commit message (Expand) | Author |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry |
2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as overr... | Juan Linietsky |
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis |
2016-06-14 | does not fix the bug reported in #4326 and #4818, | Juan Linietsky |
2016-06-14 | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky |
2016-06-13 | fix crash when clearing dynamicfontdata, closes #4877 | Juan Linietsky |
2016-06-13 | added a function CanvasItem.get_item_and_children_rect() , fixes #4738 | Juan Linietsky |
2016-06-13 | propagate theme changes properly even through 2D nodes, fixes #4754 | Juan Linietsky |
2016-06-13 | Merge pull request #5176 from marcelofg55/master | Juan Linietsky |
2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky |
2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed si... | Juan Linietsky |
2016-06-12 | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 |
2016-06-12 | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky |
2016-06-11 | fix how some display values are shown, fixes #4953 | Juan Linietsky |
2016-06-11 | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky |
2016-06-11 | Made many built-in gdscript functions return more descriptive errors, closes ... | Juan Linietsky |
2016-06-11 | Added options to keep scale and keep aspect centered to TextureFrame, closes ... | Juan Linietsky |
2016-06-11 | Merge pull request #5161 from neikeq/pr-imp-sc-tooltip | Juan Linietsky |
2016-06-11 | BaseButton: Add identifier for shortcut in tooltip | Ignacio Etcheverry |
2016-06-09 | Fix last line of label being deleted by line spacing | Juan Linietsky |
2016-06-09 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-06-09 | Reverted a PR i don't understand how to find but fixes #5097 | Juan Linietsky |
2016-06-09 | Revert "Fix min size bug of Label" | Juan Linietsky |
2016-06-08 | Caret blink no longer updates when hidden, issue 5100 | Paulb23 |
2016-06-08 | Merge pull request #5088 from Paulb23/breakpoint_marker_scaling | Juan Linietsky |
2016-06-07 | rtr instead ttr | DimOkGamer |
2016-06-07 | Fixed localization in file dialogs | DimOkGamer |
2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 |
2016-06-06 | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky |
2016-06-06 | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky |
2016-06-06 | Fix error tab index out of size print, issue 4997 | Paulb23 |
2016-06-06 | Fix min size bug of Label | volzhs |
2016-06-05 | changed TTR for RTR | Juan Linietsky |
2016-06-04 | fix for travis | Juan Linietsky |
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky |
2016-06-05 | Add plugin to pick texture region and patch margins for Patch9Frame | Geequlim |
2016-06-05 | Add texture region support for Patch9Frame | Geequlim |
2016-06-05 | Add texture region support for stylebox render | Geequlim |
2016-06-04 | Expose control theme element and override detection methods to scripting side. | Saracen |
2016-06-04 | Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize | Rémi Verschelde |
2016-06-04 | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde |
2016-06-04 | fix line_edit&label get min size bug | sanikoyes |
2016-05-31 | Some cleanup to GDScript | Juan Linietsky |
2016-05-31 | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde |
2016-05-30 | Merge pull request #4920 from neikeq/pr-search-bar-fix | Rémi Verschelde |
2016-05-30 | Fixed and improved search bar | Ignacio Etcheverry |
2016-05-30 | Current line draws behind line numbers and breakpont gutter | Paulb23 |
2016-05-30 | Make dialogs translatable | Geequlim |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky |