index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows resource script
George Marques
2016-07-27
1
-2
/
+2
*
Improve Windows application details
George Marques
2016-07-27
1
-4
/
+10
*
Windows: Make alert message box use MB_TASKMODAL
Rémi Verschelde
2016-07-26
1
-1
/
+1
*
Avoid changing position when the window is fullscreen
George Marques
2016-07-24
1
-0
/
+1
*
Merge pull request #5841 from vnen/fix-windows-wheel
Rémi Verschelde
2016-07-21
1
-4
/
+7
|
\
|
*
Fix mouse wheel event position on Windows
George Marques
2016-07-21
1
-4
/
+7
*
|
Merge pull request #5560 from vnen/os-request-attention
Rémi Verschelde
2016-07-21
2
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Add OS.request_attention() for Windows
George Marques
2016-07-05
2
-0
/
+12
*
|
Revert "Make editor compatible with Windows high contrast themes"
Rémi Verschelde
2016-07-18
2
-27
/
+0
*
|
Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variant
Juan Linietsky
2016-07-10
2
-0
/
+63
|
\
\
|
|
/
|
/
|
|
*
windows get_latin_keyboard_variant() implementation and gdscript binding
SuperUserNameMan
2016-07-03
2
-0
/
+63
*
|
Windows: prevent freeze while moving or resizing the game window.
Andreas Haas
2016-07-01
2
-1
/
+17
|
/
*
fixes #5464 windows_joystick close_joystick bug
SuperUserNameMan
2016-06-29
1
-1
/
+1
*
Fix visual server error when minimizing the window
George Marques
2016-06-26
1
-2
/
+6
*
Merge pull request #5362 from J08nY/png
Rémi Verschelde
2016-06-23
1
-0
/
+0
|
\
|
*
Fixed iCCp chunk in pngs
J08nY
2016-06-22
1
-0
/
+0
*
|
Make editor compatible with Windows high contrast themes
Pedro J. Estébanez
2016-06-23
2
-0
/
+27
|
/
*
Merge pull request #5225 from Hinsbart/x_rumble
Rémi Verschelde
2016-06-19
2
-5
/
+64
|
\
|
*
Windows: Support gamepad vibration using XInput.
Andreas Haas
2016-06-15
2
-5
/
+64
*
|
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
4
-3
/
+112
|
/
*
property output unix seconds since epoch in windows get_system_time_secs, fix...
Juan Linietsky
2016-06-11
1
-1
/
+7
*
-make freetype build for all platforms the same, default as builtin except on...
Juan Linietsky
2016-06-09
1
-9
/
+0
*
GLEW: Define static + enabled and includes via SCons
Rémi Verschelde
2016-06-08
2
-3
/
+3
*
Windows: Hide mouse on MOUSE_MODE_CAPTURED
J08nY
2016-06-07
1
-1
/
+1
*
vsync support
Juan Linietsky
2016-06-05
4
-1
/
+42
*
-customizable shortcuts in editor
Juan Linietsky
2016-06-04
1
-1
/
+1
*
change invalid characters when get user data dir on Windows & Unix
volzhs
2016-06-03
1
-1
/
+1
*
removed dependency on shcore.dll to get DPI
Juan Linietsky
2016-06-01
2
-15
/
+75
*
Icon: Remove more grey capsules behind official logo
Rémi Verschelde
2016-05-30
1
-0
/
+0
*
hidpi for now not available on mingw, sorry
Juan Linietsky
2016-05-29
1
-1
/
+1
*
DPI Detection support
Juan Linietsky
2016-05-29
3
-3
/
+27
*
fix freetype paths on osx and mingw
Juan Linietsky
2016-05-29
1
-2
/
+3
*
Finalized DynamicFont implementation
Juan Linietsky
2016-05-29
1
-2
/
+2
*
Changed import workflow
Juan Linietsky
2016-05-27
1
-0
/
+28
*
remove trailing whitespace
Hubert Jarosz
2016-05-21
1
-1
/
+1
*
Working even when re-entering window.
Mattias Cibien
2016-05-09
1
-0
/
+2
*
Cursor hides only in client area
Mattias Cibien
2016-05-09
2
-1
/
+19
*
Fix windows 64-bits build.
George Marques
2016-05-03
1
-0
/
+2
*
Fixed behavior of OS.set_window_resizable
Mattias Cibien
2016-05-03
1
-1
/
+1
*
Merge pull request #4274 from Griefchief/master
Rémi Verschelde
2016-05-02
1
-0
/
+89
|
\
|
*
Fixes 64 bit MSVC builds, disables bits parameter
Aleksandar Danilovic
2016-04-10
1
-0
/
+89
*
|
Implement OS.get_process_ID for Windows
George Marques
2016-04-29
2
-0
/
+6
|
/
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
1
-29
/
+29
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
2
-2
/
+15
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
5
-56
/
+56
*
Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
Rémi Verschelde
2016-02-17
1
-1
/
+1
*
win: fix xinput triggers not resetting correctly
Hondres
2016-02-12
1
-1
/
+1
*
Added constant to retrieve Windows' Documents path
Franco Eusébio Garcia
2016-02-07
1
-1
/
+1
*
Removed PE-bliss, win32 binares so far remain without icon, had many issues w...
Juan Linietsky
2016-02-04
2
-374
/
+2
*
-removed buggy flags, makes mingw+32 bits+optimized work again,
Juan Linietsky
2016-02-04
1
-1
/
+1
[next]