summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.h
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ | |/ |/|
| * Implement keyboard_get_label_from_physical method.bruvzg2023-06-081-0/+1
* | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+1
* | Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-6/+7
|/
* Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-161-0/+1
|\
| * [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-201-0/+1
* | Don't expose mac specific display server.HolonProduction2023-05-111-2/+1
* | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-0/+1
|/
* [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-011-0/+5
* Cleanup and unify keyboard input.bruvzg2023-01-231-0/+6
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-0/+1
* Implement color flash avoidance for WindowsPedro J. Estébanez2023-01-121-0/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-4/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-031-2/+2
|\
| * Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-291-2/+2
* | Fix dark title barfloppyhammer2022-12-271-2/+0
|/
* Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+2
* Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-281-2/+2
|\
| * Make window creation with custom position do not flashWei Guo2022-10-241-2/+2
* | Fix differences between Windows and linuxbsd Display ServerMarkus Sauermann2022-10-281-1/+2
|/
* Check if Vulkan context for the window exists before resizing it to avoid unn...bruvzg2022-10-171-0/+1
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-4/+0
* Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-1/+1
* Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-161-0/+2
|\
| * Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube2022-09-071-0/+2
* | Merge pull request #65133 from bruvzg/win_cursorRémi Verschelde2022-09-141-2/+0
|\ \
| * | [Windows] Simplify cursor handling and add support for fully transparent curs...bruvzg2022-08-311-2/+0
* | | Merge pull request #65262 from bruvzg/win10_dmRémi Verschelde2022-09-131-0/+2
|\ \ \ | |_|/ |/| |
| * | Disable dark mode title bar on Windows 10.bruvzg2022-09-031-0/+2
* | | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg2022-09-031-5/+0
|/ /
* / Add support for system dark mode and accent color detection (macOS and Window...bruvzg2022-08-311-0/+18
|/
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Implement `keep_screen_on` for WindowsRedMser2022-08-051-0/+2
* Move windows display server's 'outside' field to WindowData structMinusKube2022-07-071-1/+1
* [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-041-0/+14
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Merge pull request #60894 from derammo/derammo_opengl3_windowsRémi Verschelde2022-05-131-0/+2
|\
| * opengl3 driver now works on windows including multi windowderammo2022-05-111-0/+2
* | [Windows] Save and re-apply window icon when changing window style.bruvzg2022-05-101-0/+1
|/
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+12
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1