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
/
osx
/
display_server_osx.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-8
/
+24
*
[macOS] Fix custom mouse cursor not set after mouse mode change.
bruvzg
2021-06-23
1
-0
/
+6
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-8
/
+7
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-10
/
+10
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-3
/
+8
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
[macOS] Allow "on top" windows to enter full-screen mode.
bruvzg
2021-05-24
1
-2
/
+14
*
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-6
/
+6
|
\
|
*
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-6
/
+6
*
|
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
|
/
*
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-1
/
+1
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-13
/
+13
*
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-2
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-15
/
+15
*
[macOS] Ignore mouse move event caused by mouse mode switch.
bruvzg
2021-02-15
1
-0
/
+11
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-3
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[4.0] Fix file drag-drop on M1 Macs.
bruvzg
2020-12-23
1
-17
/
+21
*
RenderingServer reorganization
reduz
2020-12-04
1
-2
/
+2
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-8
/
+30
*
[macOS] Suppress momentum scrolling after key press or modifier change to pre...
bruvzg
2020-10-13
1
-0
/
+14
*
Fix `screen_get_dpi` on macOS for non fractional display scales and restore d...
bruvzg
2020-10-01
1
-3
/
+10
*
[macOS] Fix mouse position in captured mode.
bruvzg
2020-09-25
1
-0
/
+6
*
Add window click-through support.
bruvzg
2020-09-17
1
-0
/
+30
*
Merge pull request #41456 from nekomatata/x11-fix-popups
Rémi Verschelde
2020-09-03
1
-3
/
+8
|
\
|
*
Re-apply "Fixes for windows in X11 tiling WMs"
PouleyKetchoupp
2020-08-22
1
-3
/
+8
*
|
[macOS] Fix heap use-after-free in DisplayServer.
bruvzg
2020-08-25
1
-5
/
+7
|
/
*
Revert "Fixes for windows in X11 tiling WMs"
Juan Linietsky
2020-08-19
1
-8
/
+3
*
Fix "on top" incorrectly set on init (all platforms).
bruvzg
2020-08-15
1
-1
/
+5
*
Remove obsolete GLES2 backend code
Rémi Verschelde
2020-08-13
1
-1
/
+0
*
[macOS] Refocus last key window after `DisplayServer::alert` is closed.
bruvzg
2020-07-26
1
-0
/
+4
*
Merge pull request #38727 from Riteo/tiling-wm-issues-tests
Rémi Verschelde
2020-07-26
1
-3
/
+8
|
\
|
*
DisplayServer: separate window showing into another function
Lorenzo Cerqua
2020-07-23
1
-3
/
+8
*
|
[macOS] Prevent setting `BORDERLESS` flag and calling `window_move_to_foregro...
bruvzg
2020-07-26
1
-3
/
+15
|
/
*
Merge pull request #40450 from asmaloney/spelling
Rémi Verschelde
2020-07-21
1
-1
/
+1
|
\
|
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
|
Fix MoltenVK layer creation when compiling with OSXCross
PouleyKetchoupp
2020-07-21
1
-3
/
+1
|
/
*
Merge pull request #40268 from DanielZTing/master
Rémi Verschelde
2020-07-15
1
-2
/
+2
|
\
|
*
Fix cancel/OK button order on macOS
Daniel Ting
2020-07-10
1
-2
/
+2
*
|
[macOS] Fix window size on macOS Big Sur (title bar height is no longer same ...
bruvzg
2020-07-14
1
-9
/
+11
*
|
Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...
bruvzg
2020-07-13
1
-1
/
+6
|
/
*
[macOS] Fix transient windows.
bruvzg
2020-07-09
1
-2
/
+2
*
[macOS] Implement seamless display scaling.
bruvzg
2020-07-04
1
-220
/
+246
*
Improve the situation of DND on X11
Juan Linietsky
2020-07-03
1
-0
/
+2
*
[macOS] Implement confined mouse mode.
bruvzg
2020-07-02
1
-5
/
+55
*
Merge pull request #39788 from bruvzg/macos_apple_silicon
Rémi Verschelde
2020-07-01
1
-0
/
+12
|
\
|
*
[macOS] Add support for the Apple Silicon (ARM64) build target.
bruvzg
2020-06-29
1
-0
/
+12
*
|
[macOS] Add application become/resign active notifications.
bruvzg
2020-06-30
1
-0
/
+12
|
/
*
macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...
bruvzg
2020-06-22
1
-2
/
+6
*
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...
bruvzg
2020-06-13
1
-54
/
+98
[next]