summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-271-0/+63
|\
| * add clipboard get image methods for windows and macosVincent D2023-07-171-0/+63
* | Merge pull request #79724 from Repiteo/gcc-windows-fixesYuri Sizov2023-07-241-2/+2
|\ \
| * | Fix gcc builds failing on windowsThaddeus Crews2023-07-201-2/+2
* | | Merge pull request #79350 from kleonc/screen_to_pixel_byte_to_float_conversio...Yuri Sizov2023-07-211-1/+1
|\ \ \ | |/ / |/| |
| * | Fix byte to float color conversion in DisplayServerWindows::screen_get_pixelkleonc2023-07-121-1/+1
| |/
* | Remove excessive include that breaks compilation on WindowsYuri Sizov2023-07-181-1/+0
* | [Windows] Implement native file selection dialog support.bruvzg2023-07-181-0/+128
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-121-0/+32
|\ \
| * | Implement keyboard_get_label_from_physical method.bruvzg2023-06-081-0/+32
* | | Merge pull request #78437 from bruvzg/set_iconYuri Sizov2023-07-121-44/+54
|\ \ \ | |_|/ |/| |
| * | Add error checks and harmonize behavior of the set_icon method.bruvzg2023-07-031-44/+54
* | | Merge pull request #79016 from bruvzg/fix_win_initial_ne_fsRémi Verschelde2023-07-081-1/+3
|\ \ \
| * | | [Windows] Fix setting initial non-exclusive window mode.bruvzg2023-07-041-1/+3
| |/ /
* | | Merge pull request #78263 from bruvzg/fl_allRémi Verschelde2023-07-071-1/+1
|\ \ \ | |/ / |/| |
| * | [Windows] Flash both the window caption and taskbar button on `request_attent...bruvzg2023-06-151-1/+1
* | | Merge pull request #72720 from pkdawson/fix-mouse-captureRémi Verschelde2023-06-221-1/+1
|\ \ \
| * | | DisplayServerWindows: Fix mouse capture when button up message is missedPatrick Dawson2023-02-041-1/+1
* | | | Merge pull request #74511 from AThousandShips/win_cursor_fixRémi Verschelde2023-06-201-2/+2
|\ \ \ \
| * | | | Fix clearing custom cursorNinni Pipping2023-03-101-2/+2
* | | | | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+9
| |_|/ / |/| | |
* | | | Fix window resizing problems on Windowsjpcerrone2023-06-121-2/+2
* | | | Merge pull request #77770 from jpcerrone/fix_minimize_missingRémi Verschelde2023-06-121-1/+1
|\ \ \ \
| * | | | Fix minimize button missing in non-resizable projects.jpcerrone2023-06-021-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #77977 from zaevi/fix_windows_popup_imeRémi Verschelde2023-06-091-1/+4
|\ \ \ \
| * | | | Fix IME doesn't work under Popup on Windows.Zae2023-06-081-1/+4
| |/ / /
* / / / Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-6/+6
|/ / /
* | | Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-8/+11
* | | Fix for Clang dev_mode Windows buildbitsawer2023-05-171-1/+1
* | | Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-161-4/+76
|\ \ \
| * | | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-201-4/+76
* | | | Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-0/+5
* | | | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-55/+16
* | | | Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-1/+0
|\ \ \ \
| * | | | [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-1/+0
* | | | | Fix custom cursor using atlas textureKvel2D2023-04-111-10/+4
|/ / / /
* / / / [Windows] Remove meta_mem update on keyup/keydown.bruvzg2023-03-211-3/+0
|/ / /
* | | Tweak command syntax in Vulkan renderer failure messageHugo Locurcio2023-03-081-1/+1
* | | Merge pull request #73878 from RedMser/fix-clipboard-focus-windowsRémi Verschelde2023-03-071-6/+6
|\ \ \
| * | | Fix clipboard relying on focused windowRedMser2023-02-241-6/+6
* | | | Merge pull request #74087 from bruvzg/get_screen_pxRémi Verschelde2023-03-061-0/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-011-0/+24
| |/ /
* / / [Windows] Update modifier key status during IME input.bruvzg2023-03-061-8/+11
|/ /
* | [Windows] Take initial flags into account when creating main window.bruvzg2023-02-221-1/+1
* | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
* | [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-141-9/+24
|/
* Merge pull request #72624 from pkdawson/fix-last-focusRémi Verschelde2023-02-031-0/+4
|\
| * DisplayServerWindows: Update `last_focused_window` when the focused subwindow...Patrick Dawson2023-02-021-0/+4
* | Fix windowsize for fullscreen windows on windowcreation on WindowsMarkus Sauermann2023-02-021-4/+13
|/