Age | Commit message (Expand) | Author |
2018-11-15 | -Send mouse motion events again to CollisionObjects (Area/Body) if they move,... | Juan Linietsky |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky |
2018-10-25 | Merge pull request #23091 from aaronfranke/mingw-warnings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-19 | Fix compile warnings for Windows from Linux | Aaron Franke |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-11 | Fix MenuButton hover switching not happening with submenus open | Michael Alexsander Silva Dias |
2018-08-25 | Fix picking in CanvasLayer | Pedro J. Estébanez |
2018-08-24 | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky |
2018-07-28 | fixed uninitialised variable that was causing menu crash. | Ibrahn Sahir |
2018-07-24 | Opens the menu with the same parent on mouse focus | Guilherme Felipe |
2018-07-20 | -Fix tooltips in inspector, now they show as rich text. | Juan Linietsky |
2018-07-05 | Merge pull request #19015 from toger5/fixed_scrolling_with_trackpad_in_new_in... | Max Hilbrunner |
2018-07-03 | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project | Juan Linietsky |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky |
2018-06-07 | Fix regression with cursor shape | Guilherme Felipe |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-05-24 | Revert #14753, as it is buggy and no longer necessary. | Webster Sheets |
2018-05-18 | fixed scrolling in new ispector when using trackpad pan gesture | toger5 |
2018-05-16 | Merge pull request #18928 from BastiaanOlij/fix_viewport_flags | Rémi Verschelde |
2018-05-16 | Store flags so it isn't lost when viewport isn't setup yet | Bastiaan Olij |
2018-05-15 | -New inspector. | Juan Linietsky |
2018-05-08 | Merge pull request #15119 from poke1024/visible-subwindows | Juan Linietsky |
2018-05-08 | Merge pull request #15074 from PJB3005/17-12-26-remove_gui_focus_on_visibilit... | Juan Linietsky |
2018-05-08 | Fix double free for drag preview control in viewport | Geequlim |
2018-05-06 | Added option to viewport to keep linear color | Bastiaan Olij |
2018-04-10 | Implement Input.set_default_cursor_shape to change the default shape | Guilherme Felipe |
2018-04-07 | Improve popup menus usability | Pedro J. Estébanez |
2018-03-16 | Merge pull request #16947 from Faless/ui_actions | Fabio Alessandrelli |
2018-03-04 | Fix gesture events being blocked | Bernhard Liebl |
2018-03-01 | Viewport: Fix missing tooltips w/ disabled physics object picking | Rémi Verschelde |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
2018-02-23 | Properly set input as handled when closing modal | Fabio Alessandrelli |
2018-01-18 | Remove obsolete Viewport _update_rect() code | Rémi Verschelde |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Force button release when window focuses out, fixes #15318 and likely many ot... | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2018-01-01 | Merge pull request #14953 from poke1024/fix-toolbar-gesture | Noshyaar |
2017-12-28 | More efficient subwindow handling | Bernhard Liebl |
2017-12-26 | Hiding a control now fires NOTIFICATION_FOCUS_EXIT. | PJB3005 |
2017-12-26 | Removed the InputEvent ID field, which was unused and can cause bugs. | Juan Linietsky |
2017-12-25 | Merge pull request #14899 from volzhs/render-quality-option | Noshyaar |
2017-12-25 | Merge pull request #14753 from NathanWarden/mouse_button_fix | Noshyaar |
2017-12-22 | Hide tooltip on gesture input | Bernhard Liebl |