Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode.
- This fixes 32bpp blitters on 8bpp X11, which would only render garbage with SDL_HWPALETTE.
- This prevents the colors of other applications from being messed up when running a 8bpp blitter on a 8bpp system.
- When running a 8bpp blitter on an 8bpp system without SDL_HWPALETTE (e.g., in windowed mode), this uses a new shadow surface with color approximation.
- The use of a hardware palette can be forced on and off using -v sdl:hw_palette=1 or -v sdl:hw_palette=0
|
|
methods instead of static functions.
|
|
Eagle_rainbow)
|
|
|