Rémi Verschelde
|
516b3bb88f
|
Fix Clang warnings on Windows
Fixes #37490.
|
2020-04-01 16:28:20 +02:00 |
Rémi Verschelde
|
60d486acc8
|
Fix copyright headers for recently added files
|
2020-03-28 13:29:29 +01:00 |
Juan Linietsky
|
a6f3bc7c69
|
Renaming of servers for coherency.
VisualServer -> RenderingServer
PhysicsServer -> PhysicsServer3D
Physics2DServer -> PhysicsServer2D
NavigationServer -> NavigationServer3D
Navigation2DServer -> NavigationServer2D
Also renamed corresponding files.
|
2020-03-27 15:21:27 -03:00 |
Juan Linietsky
|
9a5d15a2dc
|
Implemented drag and drop across windows, both OS and embedded.
|
2020-03-26 15:49:46 +01:00 |
Juan Linietsky
|
047e0b7de5
|
Reworked tooltips to use the popup system.
|
2020-03-26 15:49:45 +01:00 |
Juan Linietsky
|
b3080bc2f4
|
Popups have also been converted to windows
Controls using the old modal API have been replaced to use popups.
|
2020-03-26 15:49:44 +01:00 |
Juan Linietsky
|
09ba290364
|
Fixes to window style flags
|
2020-03-26 15:49:44 +01:00 |
Juan Linietsky
|
c7b4dcae2f
|
Open sub-windows as embedded if the OS does not support them
|
2020-03-26 15:49:43 +01:00 |
Juan Linietsky
|
441f1a5fe9
|
Popups are now windows also (broken!)
|
2020-03-26 15:49:42 +01:00 |
Juan Linietsky
|
543fb1c4da
|
Separate DisplayServer from OS on Windows
|
2020-03-26 15:49:41 +01:00 |