index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
windows
/
display_server_windows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #63826 from deakcor/dev_clipboard
Yuri Sizov
2023-07-27
1
-0
/
+63
|
\
|
*
add clipboard get image methods for windows and macos
Vincent D
2023-07-17
1
-0
/
+63
*
|
Merge pull request #79724 from Repiteo/gcc-windows-fixes
Yuri Sizov
2023-07-24
1
-2
/
+2
|
\
\
|
*
|
Fix gcc builds failing on windows
Thaddeus Crews
2023-07-20
1
-2
/
+2
*
|
|
Merge pull request #79350 from kleonc/screen_to_pixel_byte_to_float_conversio...
Yuri Sizov
2023-07-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix byte to float color conversion in DisplayServerWindows::screen_get_pixel
kleonc
2023-07-12
1
-1
/
+1
|
|
/
*
|
Remove excessive include that breaks compilation on Windows
Yuri Sizov
2023-07-18
1
-1
/
+0
*
|
[Windows] Implement native file selection dialog support.
bruvzg
2023-07-18
1
-0
/
+128
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-1
/
+1
*
|
Merge pull request #77993 from bruvzg/key_lbl_from_p
Yuri Sizov
2023-07-12
1
-0
/
+32
|
\
\
|
*
|
Implement keyboard_get_label_from_physical method.
bruvzg
2023-06-08
1
-0
/
+32
*
|
|
Merge pull request #78437 from bruvzg/set_icon
Yuri Sizov
2023-07-12
1
-44
/
+54
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add error checks and harmonize behavior of the set_icon method.
bruvzg
2023-07-03
1
-44
/
+54
*
|
|
Merge pull request #79016 from bruvzg/fix_win_initial_ne_fs
Rémi Verschelde
2023-07-08
1
-1
/
+3
|
\
\
\
|
*
|
|
[Windows] Fix setting initial non-exclusive window mode.
bruvzg
2023-07-04
1
-1
/
+3
|
|
/
/
*
|
|
Merge pull request #78263 from bruvzg/fl_all
Rémi Verschelde
2023-07-07
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Windows] Flash both the window caption and taskbar button on `request_attent...
bruvzg
2023-06-15
1
-1
/
+1
*
|
|
Merge pull request #72720 from pkdawson/fix-mouse-capture
Rémi Verschelde
2023-06-22
1
-1
/
+1
|
\
\
\
|
*
|
|
DisplayServerWindows: Fix mouse capture when button up message is missed
Patrick Dawson
2023-02-04
1
-1
/
+1
*
|
|
|
Merge pull request #74511 from AThousandShips/win_cursor_fix
Rémi Verschelde
2023-06-20
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix clearing custom cursor
Ninni Pipping
2023-03-10
1
-2
/
+2
*
|
|
|
|
[DisplayServer] Add method to check if native window is focused.
bruvzg
2023-06-16
1
-0
/
+9
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fix window resizing problems on Windows
jpcerrone
2023-06-12
1
-2
/
+2
*
|
|
|
Merge pull request #77770 from jpcerrone/fix_minimize_missing
Rémi Verschelde
2023-06-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix minimize button missing in non-resizable projects.
jpcerrone
2023-06-02
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #77977 from zaevi/fix_windows_popup_ime
Rémi Verschelde
2023-06-09
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Fix IME doesn't work under Popup on Windows.
Zae
2023-06-08
1
-1
/
+4
|
|
/
/
/
*
/
/
/
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-6
/
+6
|
/
/
/
*
|
|
Add `audio/general/text_to_speech` project setting to enable/disable TTS.
bruvzg
2023-05-18
1
-8
/
+11
*
|
|
Fix for Clang dev_mode Windows build
bitsawer
2023-05-17
1
-1
/
+1
*
|
|
Merge pull request #75142 from bruvzg/scr
Rémi Verschelde
2023-05-16
1
-4
/
+76
|
\
\
\
|
*
|
|
[DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...
bruvzg
2023-03-20
1
-4
/
+76
*
|
|
|
Add support for VRAM-compressed custom mouse cursor images
Hugo Locurcio
2023-04-21
1
-0
/
+5
*
|
|
|
Add project manager / editor initial screen settings, implement DisplayServer...
bruvzg
2023-04-19
1
-55
/
+16
*
|
|
|
Merge pull request #75881 from bruvzg/win_coinit
Rémi Verschelde
2023-04-18
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
[Windows] Cleanup COM library initialization/uninitialization.
bruvzg
2023-04-10
1
-1
/
+0
*
|
|
|
|
Fix custom cursor using atlas texture
Kvel2D
2023-04-11
1
-10
/
+4
|
/
/
/
/
*
/
/
/
[Windows] Remove meta_mem update on keyup/keydown.
bruvzg
2023-03-21
1
-3
/
+0
|
/
/
/
*
|
|
Tweak command syntax in Vulkan renderer failure message
Hugo Locurcio
2023-03-08
1
-1
/
+1
*
|
|
Merge pull request #73878 from RedMser/fix-clipboard-focus-windows
Rémi Verschelde
2023-03-07
1
-6
/
+6
|
\
\
\
|
*
|
|
Fix clipboard relying on focused window
RedMser
2023-02-24
1
-6
/
+6
*
|
|
|
Merge pull request #74087 from bruvzg/get_screen_px
Rémi Verschelde
2023-03-06
1
-0
/
+24
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...
bruvzg
2023-03-01
1
-0
/
+24
|
|
/
/
*
/
/
[Windows] Update modifier key status during IME input.
bruvzg
2023-03-06
1
-8
/
+11
|
/
/
*
|
[Windows] Take initial flags into account when creating main window.
bruvzg
2023-02-22
1
-1
/
+1
*
|
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
Rémi Verschelde
2023-02-17
1
-0
/
+2
*
|
[InputEventKey] Avoid setting both key and modifier to the same value.
bruvzg
2023-02-14
1
-9
/
+24
|
/
*
Merge pull request #72624 from pkdawson/fix-last-focus
Rémi Verschelde
2023-02-03
1
-0
/
+4
|
\
|
*
DisplayServerWindows: Update `last_focused_window` when the focused subwindow...
Patrick Dawson
2023-02-02
1
-0
/
+4
*
|
Fix windowsize for fullscreen windows on windowcreation on Windows
Markus Sauermann
2023-02-02
1
-4
/
+13
|
/
[next]