Commit Graph

38 Commits

Author SHA1 Message Date
c32c11fbd4 MPLv2 subset improvements. 2013-06-04 17:45:42 +01:00
5e7c0378c2 slideshow: that define causes -Wunused-macros with 10.6 SDK too
So since that is the new baseline let's get rid of it.

Change-Id: I20e921afca5e66f22d5403f383fb9fd5f0591142
2013-04-10 16:21:41 +02:00
07c9bb1038 Drop workarounds for Mac OS X SDKs 10.4 and 10.5
Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
2013-04-07 03:04:31 +03:00
ce1cce54ec At least Mac OS X SDK 10.7 does not need that
(causes -Werror,-Wunused-macros, rather)

Change-Id: Ic8449c7794739033ddf1f6227f025ce4a0c899d0
2013-03-27 14:07:15 +01:00
5a68d2cbe2 Fix member variables not initialized in constructor
Change-Id: I17275e7e17f76da967d2fa798f5ee88b50fd6d72
Reviewed-on: https://gerrit.libreoffice.org/2121
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-12 15:30:01 +00:00
4d23222b15 Avoid crash
(But the OpenGL transitions aren't really usable on the Mac. At least
not when built against the 10.7 SDK.)

Change-Id: I6b65b417a40be182b7b4077b420b4bdb52fb67c4
2013-01-11 11:13:06 +02:00
bb981d3687 We always define QUARTZ for Mac OS X
Change-Id: Ifc780f9afa0b52f260fdb7cb596db985d5bf0638
2013-01-10 23:53:42 +02:00
7f78980ea2 WaE: non-constant-expression cannot be narrowed to float in initializer list
More of the -Wc++11-narrowing warnings.

Change-Id: If371de0f480119d9b6f5fdc10b67484eb63c9d61
2012-12-10 09:36:36 +02:00
ab4eb0e332 SetPosSizePixel->setPosSizePixel
Change-Id: Id1cab5b27776180cd8403af848c1294858384b4a
2012-09-28 09:18:09 +01:00
07f44bfd39 -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I885db00df96c73c35f9c1a6add8caf6b93f7c01a
2012-08-31 09:04:16 +02:00
07a33fd7db Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED
Change-Id: I7b24c218d45cdcd743d0b56ae94e604c72c59ebf
2012-08-12 11:01:52 +03:00
2c506447fc WaE on Mac SDK > 10.4
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
2012-06-23 23:23:24 -05:00
4005503177 Bin commented-out code 2012-04-24 12:22:42 +03:00
2a0444f7ad WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *' 2012-04-24 12:22:40 +03:00
efc80f71f5 Add hopefully helpful comment 2012-04-24 12:22:38 +03:00
72108b8cba WaE: 'SceneObject' has virtual functions but non-virtual destructor 2012-04-24 12:22:36 +03:00
a5554ed563 WaE: incompatible pointer types: 'long *' vs. 'const GLint *' 2012-04-24 12:22:18 +03:00
80fe015a86 Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16 17:02:23 +01:00
8963cc01f5 EasyHack: Removed gcc conditionals 2012-02-13 17:33:15 +00:00
c24552ed05 slideshow: fix unused param warnings in ObjC files 2012-01-04 17:59:39 +01:00
a47ef216cc Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API 2011-10-19 14:50:18 +03:00
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
eeefce57c8 Fix error: invalid conversion from 'long int*' to 'const GLint*' 2011-09-29 22:07:56 +03:00
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
7e5b4be4cf add prefixes for component_getFactory 2011-07-28 14:37:59 +02:00
a5eb2da14e remove half baked test without the appropriate include to make it works 2011-07-24 19:48:51 -05:00
d5c9bdd202 cString is deprecated use cStringUsingEncoding instead 2011-07-24 19:30:18 -05:00
ca648de248 gbuildize slideshow 2011-04-21 20:56:05 +02:00
ab5c7e87cf Wholesale prewin.h/postwin.h removal 2011-03-25 18:50:27 +01:00
d2b23dfdfc mis-merge clean-up tools types 2011-03-12 19:01:54 -06:00
0f12f8b23b add mode lines to new files 2011-02-14 09:28:38 +00:00
28f55d0d5e Adapt to move of prewin.h and postwin.h 2011-02-08 14:00:38 +02:00
b643cc47ad Remove unused header 2011-02-07 16:03:28 +01:00
fd56171a1d Remove obsolete RCS lines. 2011-01-21 20:49:26 +01:00
37806a5199 Remove old RCS lines. 2011-01-21 14:49:25 +01:00
7738ad37a0 do not include OS in the filenames
In unx the code is not LINUX only, it's mesa.
On other platforms there is no point in using the OS name in the
filenames either.
This unbreaks unx builds on non-linux.
2010-12-05 11:44:23 -06:00
b89c71bb3a better output message when not mac 2010-12-03 14:41:01 +00:00
0a86184eed Make --with-opengl work on MacOS
Now that --with-opengl is enabled by default, merge the patch
dev300/transogl-crossplatform.diff.
2010-12-03 05:16:06 -06:00