Age | Commit message (Expand) | Author |
2016-01-14 | Fix LineEdit not capturing text input events | Ignacio Etcheverry |
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky |
2016-01-11 | Merge pull request #3257 from TheHX/pr-range-properties | Rémi Verschelde |
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky |
2016-01-10 | removed this fix, which brought more problems than solutions | Juan Linietsky |
2016-01-08 | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde |
2016-01-08 | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry |
2016-01-08 | do not return zero with minus-sign within range value, fixes #3221 | Richard Nespithal |
2016-01-07 | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry |
2016-01-07 | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry |
2016-01-07 | Merge pull request #3191 from neikeq/filedialog_hotkeys | Rémi Verschelde |
2016-01-06 | Fix error caused by dragging a Range property | Franklin Sobrinho |
2016-01-06 | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde |
2016-01-02 | Make buttons properly obey stylebox content marins, closes #2156 | Juan Linietsky |
2016-01-02 | FileDialog: keyboard shortcut to toggle "show hidden files" | Ignacio Etcheverry |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-31 | -fix range limit issue in Particles2D, closes #2411 | Juan Linietsky |
2015-12-29 | -forgot a check for tools enabled, closes #3166 | reduz |
2015-12-29 | -restrict gui root from being removed while performing input, fixes #2578 | reduz |
2015-12-29 | make it easy to edit popupmenus, fixes #2595 | reduz |
2015-12-29 | -Allow negative texture scale in TextureButton, fixes #2956 | reduz |
2015-12-29 | Add tab close icon to the default theme | Ignacio Etcheverry |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |
2015-12-28 | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde |
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-28 | -fixed rich text label fill alignment, always works now | reduz |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-28 | Style fix for rounded_values methods in Range | Rémi Verschelde |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky |
2015-12-26 | fixes crash/deadlock when video is paused and unpaused, might affect audio sy... | Ariel Manzur |
2015-12-26 | small optimization improvement to rich text label tables | reduz |
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-15 | -split view of property editor and editor settings | Juan Linietsky |
2015-12-15 | -fixes to theora video ending sooner than expected, fixes #3066 | Juan Linietsky |
2015-12-14 | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky |
2015-12-13 | Merge pull request #3050 from eska014/fix-tree-cell-slider | Rémi Verschelde |
2015-12-13 | Merge pull request #3049 from eska014/fix-exp-slider | Rémi Verschelde |
2015-12-13 | ability to export scene to zip | Juan Linietsky |
2015-12-12 | ability to get video player texture | Juan Linietsky |
2015-12-12 | added rotation and scale support to gui controls | Juan Linietsky |
2015-12-12 | make popup emit index when id is not defined | Juan Linietsky |
2015-12-10 | Fix editing TreeItem cells in range mode | eska |
2015-12-10 | Fix exponential sliders | eska |
2015-12-10 | Merge pull request #3019 from neikeq/spinbox_timer | Rémi Verschelde |
2015-12-10 | Spinbox: increase/decrease with mouse held | neikeq |
2015-12-09 | TextEdit: Scroll while selecting with mouse idle | neikeq |
2015-12-07 | Merge pull request #3005 from TheHX/pr-file-dialog | Rémi Verschelde |
2015-12-07 | Fix LineEdit cursor | neikeq |
2015-12-06 | Better hidden folders display preferences for editor file dialogs | Franklin Sobrinho |