summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Windows] Emit native file dialog callback from event loop, fix selected opti...bruvzg2024-09-171-0/+10
* [Windows] Run native file dialogs in thread to make it non-blocking.bruvzg2024-09-171-0/+32
* Fix drag&drop between window on WindowsHilderin2024-09-161-1/+1
* Merge pull request #94428 from alvinhochun/windows-angle-resize-syncRémi Verschelde2024-07-311-0/+1
|\
| * Windows: Do not attempt to resize surface before it is createdAlvin Wong2024-07-161-0/+1
* | Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-2/+2
* | Merge pull request #94120 from bruvzg/fix_kbd_namesRémi Verschelde2024-07-171-0/+7
|\ \
| * | [Windows] Fix reading keyboard layout names.bruvzg2024-07-091-0/+7
| |/
* / [Winink] Check pointer button states, fix drag and double-click.bruvzg2024-07-151-0/+57
|/
* Fix caret can disappear from script editorHilderin2024-07-081-0/+5
* [Windows] Add Windows version and Wine checks for Windows 10+ dark mode API.bruvzg2024-06-131-0/+1
* Use current mouse button state instead of saved values.bruvzg2024-05-311-1/+1
* [Windows] Use current keyboard state instead of saved values for modifier keys.bruvzg2024-05-271-6/+10
* [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+2
* Properly set window class in WaylandPaulo Poiati2024-05-221-2/+2
* Merge pull request #91361 from RandomShaper/fix_no_focusinRémi Verschelde2024-05-071-1/+3
|\
| * Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some casesPedro J. Estébanez2024-05-031-1/+3
* | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-021-0/+1
|/
* Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-011-2/+4
|\
| * [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-201-2/+4
* | Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-1/+0
* | Merge pull request #90382 from RandomShaper/win_focus_fixRémi Verschelde2024-04-081-1/+0
|\ \
| * | Windows: Fix mouse handling regressionPedro J. Estébanez2024-04-081-1/+0
* | | Merge pull request #88329 from ManpreetXSingh/key-window-menuRémi Verschelde2024-04-081-1/+2
|\ \ \ | |/ / |/| |
| * | Windows: Add alt+space menu and fix window modesManpreet Singh2024-04-061-1/+2
| |/
* / Robustify handling of activation & focus on WindowsPedro J. Estébanez2024-04-031-1/+0
|/
* [NativeMenu] Fix changes lost due to incorrect rebase (menu goes under task b...bruvzg2024-03-151-0/+12
* [NativeMenu] Implement native popup menu support on Windows.bruvzg2024-03-131-1/+3
* Merge pull request #87452 from bruvzg/native_menuRémi Verschelde2024-03-061-0/+1
|\
| * Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+1
* | Merge pull request #88957 from 398utubzyt/windows/native-dialogsRémi Verschelde2024-03-051-0/+3
|\ \
| * | Windows: Implement `DisplayServer::dialog_show` and `DisplayServer::dialog_in...398utubzyt2024-03-041-0/+3
| |/
* / [Windows] Make D3D12 loading dynamic to support pre Windows 10 versions.bruvzg2024-02-191-0/+2
|/
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+4
* Implement support for application status indicators (tray icons).bruvzg2024-02-131-0/+13
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-8/+1
* Merge pull request #87549 from emanvidmaker/DarkModeOnWin10PatchRémi Verschelde2024-01-261-0/+1
|\
| * Added dark mode support for Windows 10, versions 1909(18363) and aboveEmanvidmaker2024-01-251-0/+1
* | [Native File Dialog] Add support for adding custom options to the dialogs.bruvzg2024-01-241-0/+3
* | Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+2
|/
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-12/+8
* Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+9
* [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+3
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-3/+5
* Merge pull request #63826 from deakcor/dev_clipboardYuri Sizov2023-07-271-0/+3
|\
| * add clipboard get image methods for windows and macosVincent D2023-07-171-0/+3
* | [Windows] Implement native file selection dialog support.bruvzg2023-07-181-0/+2
* | Merge pull request #77993 from bruvzg/key_lbl_from_pYuri Sizov2023-07-121-0/+1
|\ \ | |/ |/|