bruvzg
|
daad4aed62
Cleanup and unify keyboard input.
|
2 years ago |
bruvzg
|
34b34b104c
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose `window_set_mouse_passthrough` to `Window`.
|
2 years ago |
Pedro J. Estébanez
|
03b96c1c4b
Implement color flash avoidance for Windows
|
2 years ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 years ago |
bruvzg
|
2718a7b7d3
Add support for the custom initial screen for the main window, fix primary screen detection.
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
8791e333da
Merge pull request #70624 from bruvzg/cur_sc
|
2 years ago |
bruvzg
|
f7955633de
Improve `window_set_current_screen` and fix secondary window initial mode and positions.
|
2 years ago |
floppyhammer
|
c186b511c3
Fix dark title bar
|
2 years ago |
bruvzg
|
edf13eb5a6
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `window_get_position_with_decorations`.
|
2 years ago |
Clay John
|
04ac91f786
Merge pull request #67790 from kdada/fix-flash-window
|
3 years ago |
Markus Sauermann
|
4bd601d82a
Fix differences between Windows and linuxbsd Display Server
|
3 years ago |
Wei Guo
|
d7e39e313b
Make window creation with custom position do not flash
|
3 years ago |
bruvzg
|
667a052ed8
Check if Vulkan context for the window exists before resizing it to avoid unnecessary error messages.
|
3 years ago |
Rémi Verschelde
|
8017827144
SCons: Re-enable treating `#warning` as error with `werror`
|
3 years ago |
Rémi Verschelde
|
f501e4f665
Unix: Remove now unnecessary I/O defines, cleanup
|
3 years ago |
Rémi Verschelde
|
d79040e7eb
Merge pull request #65496 from MinusKube/popup-capture-mouse-bug
|
3 years ago |
Rémi Verschelde
|
5ff8e4ee67
Merge pull request #65133 from bruvzg/win_cursor
|
3 years ago |
Rémi Verschelde
|
5c1ef35def
Merge pull request #65262 from bruvzg/win10_dm
|
3 years ago |
MinusKube
|
06b86fad0d
Fix MOUSE_MODE_CAPTURED not working correctly with popups
|
3 years ago |
bruvzg
|
57829b7cc4
Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vulkan and OpenGL rendering drivers).
|
3 years ago |
bruvzg
|
6ce0d3a212
Disable dark mode title bar on Windows 10.
|
3 years ago |
bruvzg
|
629ae58a80
Add support for system dark mode and accent color detection (macOS and Windows). Add support for dark mode title bar on Windows.
|
3 years ago |
bruvzg
|
77a4567122
[Windows] Simplify cursor handling and add support for fully transparent cursors.
|
3 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
RedMser
|
00e788e611
Implement `keep_screen_on` for Windows
|
3 years ago |
MinusKube
|
7b05df8029
Move windows display server's 'outside' field to WindowData struct
|
3 years ago |
Hansem Ro
|
6dcc9d1131
[macOS, Windows, X11] Add stylus inverted/eraser support to
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |