Age | Commit message (Expand) | Author |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-14 | Fix possible crash with an invalid last_mouse_focus pointer | Marcelo Fernandez |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-01-26 | Rewrite how font oversampling is updated more carefully, fixes #24338 | Juan Linietsky |
2019-01-18 | respect mouse mode when setting enter/exit notifications and signals, fixes #... | Juan Linietsky |
2019-01-14 | Added a flag to specify an exported node path must be supplied from scene roo... | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-19 | fix near infinite loop when no previous mouse position | Arjen van Staalduinen |
2018-12-14 | Fix touch release event on _gui_input | Konrad Nowakowski |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde |
2018-12-02 | Add missing validations | Guilherme Felipe |
2018-12-01 | Fix crash when multiple mouse buttons is pressed. | Guilherme Felipe |
2018-11-28 | Fixes crash, closes #24038 | Juan Linietsky |
2018-11-28 | Improved the mouse focus system (mouse keeps focus on a control while buttons... | Juan Linietsky |
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias |
2018-11-19 | Properly handle multiple parent drag, fixes #19460 | Juan Linietsky |
2018-11-16 | Do not allow controls in ignore mouse to get focus via their children, fixes ... | Juan Linietsky |
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 |