rubidium
|
9ed12b0f07
|
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
|
2014-04-25 15:40:32 +00:00 |
rubidium
|
781dd48949
|
(svn r26502) -Fix: OSX compilation error
|
2014-04-24 18:44:38 +00:00 |
rubidium
|
2618d960e3
|
(svn r26209) -Codechange: remove some template magic and simplify some code
|
2014-01-02 22:41:58 +00:00 |
michi_cc
|
2708aff853
|
(svn r26023) -Fix [FS#5805] (r25686): [OSX] Checking for a valid 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.
|
2013-11-17 12:05:40 +00:00 |
michi_cc
|
8ceef6ec61
|
(svn r26001) -Fix [FS#5795a] (r25686): [OSX] Clear any pending marked characters from an edit box losing focus.
|
2013-11-14 23:03:54 +00:00 |
michi_cc
|
9b68e4f864
|
(svn r25962) -Fix (r25951): [OSX] Do the SDK version test the proper way 'round.
|
2013-11-09 14:47:03 +00:00 |
michi_cc
|
a41b8c851d
|
(svn r25951) -Fix [FS#5797]: [OSX] Disable the old fullscreen sub-driver when compiling with SDK versions 10.9+.
|
2013-11-08 20:18:31 +00:00 |
michi_cc
|
a298a62098
|
(svn r25950) -Codechange: [OSX] Move some functions used by all video sub-drivers into the common source file.
|
2013-11-08 20:18:27 +00:00 |
michi_cc
|
f36396929a
|
(svn r25751) -Fix (r25657): [OSX] Restore fullscreen state also when starting on 10.7+.
|
2013-08-31 20:17:29 +00:00 |
fonsinchen
|
0baa72aff9
|
(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0
|
2013-08-10 12:47:24 +00:00 |
fonsinchen
|
a9fde2856c
|
(svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and NSNotificationCenter::postNotificationName can't be const in certain versions of OSX
|
2013-08-10 12:47:16 +00:00 |
michi_cc
|
b3ecfbb67a
|
(svn r25693) -Add: [OSX] Support the new IME functions introduced with 10.5.
|
2013-08-05 20:38:02 +00:00 |
michi_cc
|
30867c487f
|
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string.
|
2013-08-05 20:37:53 +00:00 |
michi_cc
|
e2ec0ddb03
|
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
|
2013-08-05 20:37:48 +00:00 |
michi_cc
|
f5e4131492
|
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
|
2013-08-05 20:37:44 +00:00 |
michi_cc
|
c64e297e0c
|
(svn r25688) -Codechange: [OSX] Make our view aware of text input by IMEs.
|
2013-08-05 20:37:40 +00:00 |
michi_cc
|
643a294e68
|
(svn r25687) -Codechange: [OSX] Pass text input directly down to the text handling.
|
2013-08-05 20:37:37 +00:00 |
michi_cc
|
e4d48f3a3b
|
(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the focus.
|
2013-08-05 20:37:33 +00:00 |
michi_cc
|
8003da77aa
|
(svn r25665) -Fix [FS#4689]: [OSX] Crash when unhiding the main window.
|
2013-08-05 20:36:13 +00:00 |
michi_cc
|
1ae357e905
|
(svn r25664) -Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu)
|
2013-08-05 20:36:10 +00:00 |
michi_cc
|
4ec314989d
|
(svn r25660) -Fix: [OSX] The name's OpenTTD, not OTTD.
|
2013-08-05 20:35:56 +00:00 |
michi_cc
|
6d50b10074
|
(svn r25655) -Fix: [OSX] Mouse cursor wasn't displayed properly after switching to fullscreen on 10.7+. (Based on patch by Maedhros)
|
2013-08-05 20:35:38 +00:00 |
rubidium
|
d5d96ba683
|
(svn r24877) -Fix: some whitespace "errors"
|
2013-01-01 10:52:32 +00:00 |
yexo
|
1f75f81a41
|
(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)
|
2012-09-13 18:42:33 +00:00 |
michi_cc
|
6dbb050a32
|
(svn r22999) -Codechange: Allow changing the blitter during the running game.
|
2011-10-04 21:35:40 +00:00 |
planetmaker
|
6a72d64dbe
|
(svn r22943) -Fix: [OSX] Typo broke debug compilation
|
2011-09-19 05:37:11 +00:00 |
planetmaker
|
58f00d786c
|
(svn r22921) -Fix: [OSX] Don't allow the old fullscreen mode also not as fallback on OSX 10.7. Also add a few sprinkles of coding style accross cocoa display drivers
|
2011-09-11 12:52:44 +00:00 |
planetmaker
|
bce482c76f
|
(svn r22893) -Fix [FS#4744]: [OSX] Compilation on OSX 10.7 was broken (based on patch by leecbaker)
-Add: [OSX] Support for fullscreen mode when compiled against SDK 10.7. Otherwise fullscreen mode is disabled when OpenTTD is run on OSX Lion
|
2011-09-04 17:49:08 +00:00 |
planetmaker
|
e3d9879690
|
(svn r22678) -Doc: More doxygen sprinkles in MacOSX code and cocoa video driver
|
2011-07-21 16:13:34 +00:00 |
rubidium
|
1d0d7635e0
|
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
|
2011-02-07 22:49:38 +00:00 |
planetmaker
|
9ddcbaf9b7
|
(svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings
|
2011-01-01 08:23:46 +00:00 |
planetmaker
|
adc1760b0d
|
(svn r21578) -Fix [FS#2585]: [OSX] A double mouse cursor was shown under certain circumstances (based on patch by matheweis)
|
2010-12-21 16:05:25 +00:00 |
planetmaker
|
30eef98ec0
|
(svn r21577) -Codechange: [OSX] Deduplicate code by moving the handling of the window class for screen drivers to a common class
|
2010-12-21 16:02:55 +00:00 |
planetmaker
|
e38f96d609
|
(svn r21576) -Codechange: [OSX] Deduplicate code by moving the handling of the view for windowed screen drivers to a common class
|
2010-12-21 16:00:42 +00:00 |
planetmaker
|
26575ab8f8
|
(svn r21575) -Codechange: [OSX] Use the same class for the window delegate routines in windowed screen drivers
|
2010-12-21 15:57:55 +00:00 |
planetmaker
|
832625bb0e
|
(svn r21522) -Fix: [OSX] Silence a warning when compiling without quartz and quickdraw
|
2010-12-15 01:30:13 +00:00 |
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
peter1138
|
abb147d974
|
(svn r18709) -Fix (r10227,FS#3464): Animation buffer for 32bpp-anim blitter was only validated during sprite blitting, other drawing operations didn't check it. Initial startup and window resize could therefore lead to crash.
|
2010-01-04 02:32:36 +00:00 |
frosch
|
29d6491605
|
(svn r18545) -Fix [FS#3292]: Assign '_screen.dst_ptr' as soon as it is allocated.
|
2009-12-19 18:46:40 +00:00 |
michi_cc
|
6ad7440ae5
|
(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version.
|
2009-10-04 21:39:08 +00:00 |
michi_cc
|
9b54d5bbd7
|
(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style.
|
2009-10-04 21:36:17 +00:00 |
michi_cc
|
ec90a8778f
|
(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth)
|
2009-10-04 21:33:36 +00:00 |
michi_cc
|
8484e08ee0
|
(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string.
|
2009-10-04 21:33:31 +00:00 |
michi_cc
|
a831143f45
|
(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden.
|
2009-10-04 21:08:34 +00:00 |
michi_cc
|
5f67762a7f
|
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
|
2009-10-04 21:08:30 +00:00 |
smatz
|
6c7f8fc8b4
|
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
|
2009-10-04 20:51:50 +00:00 |
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
rubidium
|
e3c7a77b40
|
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
2009-07-14 16:43:45 +00:00 |
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
rubidium
|
6b86de13d6
|
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
|
2008-08-31 11:51:09 +00:00 |