Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Arjen van Staalduinen
|
ef9313f415
fix near infinite loop when no previous mouse position
|
6 years ago |
Konrad Nowakowski
|
7491e910f3
Fix touch release event on _gui_input
|
6 years ago |
Juan Linietsky
|
39028cc161
Improved the mouse focus system (mouse keeps focus on a control while buttons are pressed). Fixes #19154 and likely many others.
|
6 years ago |
Juan Linietsky
|
80a90ca824
-Send mouse motion events again to CollisionObjects (Area/Body) if they move, even if mouse does not. Fixes #16536 (likely many others should check)
|
6 years ago |
Juan Linietsky
|
daa1686772
Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Pedro J. Estébanez
|
6d0f4a4ad7
Fix picking in CanvasLayer
|
6 years ago |
Juan Linietsky
|
683c3f2fcf
Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100
|
6 years ago |
Aaron Franke
|
cf136a91d6
[Core] Completely kill math_2d.h, change includes
|
7 years ago |
Juan Linietsky
|
336db8bcd1
-Fix tooltips in inspector, now they show as rich text.
|
7 years ago |
Juan Linietsky
|
b659fd6d74
Entirely new (and much improved) animation editor.
|
7 years ago |
Rémi Verschelde
|
93c4274941
Merge pull request #18928 from BastiaanOlij/fix_viewport_flags
|
7 years ago |
Bastiaan Olij
|
0fc4f22522
Store flags so it isn't lost when viewport isn't setup yet
|
7 years ago |
Juan Linietsky
|
d5c3fc1522
Merge pull request #15119 from poke1024/visible-subwindows
|
7 years ago |
Bastiaan Olij
|
6f7fefa489
Added option to viewport to keep linear color
|
7 years ago |
Pedro J. Estébanez
|
259ed1d400
Improve popup menus usability
|
7 years ago |
Rémi Verschelde
|
598724c043
Remove obsolete Viewport _update_rect() code
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Bernhard Liebl
|
098bcf55d0
More efficient subwindow handling
|
7 years ago |
Juan Linietsky
|
4a2eef4ad8
Removed the InputEvent ID field, which was unused and can cause bugs.
|
7 years ago |
Juan Linietsky
|
d438ac0aed
-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)
|
7 years ago |
Juan Linietsky
|
1eeda0f32f
Restored auto snapping of controls to pixels, fixes #10847 and probably several more issues. Made it optional in the project settings but defaults to true.
|
7 years ago |
Juan Linietsky
|
5653477a30
Exposed new ClearMode function to Viewport clases, closes #9995
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
BastiaanOlij
|
d2ba2d0873
Adding base classes and structures for ARVR support
|
8 years ago |
Juan Linietsky
|
b19225bfce
-Fix freezes caused by etccomp2, closes #9183
|
8 years ago |
Juan Linietsky
|
4d50c7ad8c
Restored multiple viewport function, as well as view modes.
|
8 years ago |
Juan Linietsky
|
612ab8fcdb
-Restored multithread capability to VisualServer
|
8 years ago |