Age | Commit message (Collapse) | Author |
|
|
|
driver factory instatiations
|
|
NSTextInputContext is supposed to fail on 10.4 according to docs, but somehow didn't, leading to a crash when an edit box lost focus.
|
|
non-enumeral type
|
|
triggered during text input.
|
|
presses to toggle the console, allowing input of accented characters.
|
|
characters from an edit box losing focus.
|
|
|
|
|
|
when compiling with SDK versions 10.9+.
|
|
sub-drivers into the common source file.
|
|
starting on 10.7+.
|
|
hotkeys.
|
|
|
|
missing
|
|
|
|
|
|
NSNotificationCenter::postNotificationName can't be const in certain versions of OSX
|
|
|
|
string.
|
|
|
|
|
|
|
|
handling.
|
|
focus.
|
|
|
|
position.
|
|
caret position.
|
|
the input focus changes.
|
|
directly without a trip through the window messaging system.
|
|
(global) focus so it can abort any current input composition.
|
|
non-Unicode build.
|
|
strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
|
|
correctly.
|
|
keyboard handler.
|
|
edit box has the input focus.
|
|
(Based on patch by leecbaker)
|
|
|
|
(Matthieu)
|
|
|
|
during dragging. (Matthieu)
|
|
near the window borders. (Matthieu)
|
|
be compiled with older SDK versions.
|
|
|
|
switching to fullscreen on 10.7+. (Based on patch by Maedhros)
|
|
threads could crash OpenTTD
|
|
gets mouse focus while going to full screen, so manually force the mouse-is-in-window state
|
|
fullscreen toggle
|
|
set due to referencing a deleted mutex
|
|
palette was requested.
- Previously, the code would query the SDL_HWPALETTE flag, which doesn't always match the requested value.
- This would cause SDL to be restarted on every window resize event, effectively breaking resizing.
|