Age | Commit message (Expand) | Author |
2016-06-28 | itemlist-get_selected_items | Jean Jung |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky |
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky |
2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky |
2016-06-26 | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde |
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde |
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry |
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky |
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky |
2016-06-22 | Added setting to toggle line edit caret blink | Paulb23 |
2016-06-22 | Line edit caret no longer draws on focus loss | Paulb23 |
2016-06-22 | Added caret blink to line edit | Paulb23 |
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde |
2016-06-21 | Added code completion existing color setting | Paulb23 |
2016-06-21 | Added code completion selected color setting | Paulb23 |
2016-06-21 | Added code completion background color setting | Paulb23 |
2016-06-20 | Modify margins with mouse input | MarianoGNU |
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde |
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 |
2016-06-19 | Improve code completion search | George Marques |
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques |
2016-06-19 | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde |
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde |
2016-06-19 | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde |
2016-06-19 | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky |
2016-06-18 | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry |
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry |
2016-06-18 | Make ".." always appear even if dir is unlistable (likely lacking permissions... | Juan Linietsky |
2016-06-18 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-18 | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł |
2016-06-17 | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky |
2016-06-17 | Fix bug in GridContainer not updating minimumsize when columns changes, fixes... | Juan Linietsky |
2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as overr... | Juan Linietsky |
2016-06-15 | Fixed error: set_current_tab print on project open | Paulb23 |
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 |