2dae3561 | 23-Jan-2014 |
Herbert Dürr |
#i123895# add VCL support for 64bit OSX port git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560745 13f79535-47bb-0310-9956-ffa450edef68 |
76e2130f | 22-Jan-2014 |
Herbert Dürr |
#i123895# implement Drag&Drop for images on OSX>=10.6 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560359 13f79535-47bb-0310-9956-ffa450edef68 |
3e4cd16f | 22-Jan-2014 |
Herbert Dürr |
#i123951# fix CoreText justification of an all-whitespace text git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560340 13f79535-47bb-0310-9956-ffa450edef68 |
a9ab3c7b | 21-Jan-2014 |
Herbert Dürr |
get rid of an extraneous parentheses in "if((A==B))" git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560012 13f79535-47bb-0310-9956-ffa450edef68 |
24a22e85 | 08-Jan-2014 |
Herbert Dürr |
#i123895# make the Mac code 64bit clean regarding CGFloat/float mismatches git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556533 13f79535-47bb-0310-9956-ffa450edef68 |
3d762826 | 06-Jan-2014 |
Herbert Dürr |
#i123817# prepare codebase for updating to boost 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555789 13f79535-47bb-0310-9956-ffa450edef68 |
9930d4b4 | 03-Jan-2014 |
Herbert Dürr |
#i123951# add atsfonts.hxx header file Found by: Pavel Janik <Pavel.Janik.cz> Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffi
#i123951# add atsfonts.hxx header file Found by: Pavel Janik <Pavel.Janik.cz> Patch by: Herbert Duerr <hdu@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555132 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2822fc04 | 03-Jan-2014 |
Herbert Dürr |
#i123951# add an OSX CoreText based text system git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555075 13f79535-47bb-0310-9956-ffa450edef68 |
51747b8e | 03-Jan-2014 |
Herbert Dürr |
#i123951# prepare ATSUI code parts for its new CoreText cousin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555073 13f79535-47bb-0310-9956-ffa450edef68 |
2226343d | 02-Jan-2014 |
Herbert Dürr |
#i123951# include impfont.hxx header also for ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554849 13f79535-47bb-0310-9956-ffa450edef68 |
43ad51ff | 02-Jan-2014 |
Herbert Dürr |
#i123895# split impfont.cxx source from metric.cxx and move the helper function UpdateAttributesFromPSName() there to make it available for all platforms, not only ATSUI-based ones.
#i123895# split impfont.cxx source from metric.cxx and move the helper function UpdateAttributesFromPSName() there to make it available for all platforms, not only ATSUI-based ones. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554844 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
54ae6a37 | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough f
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough for a SalGraphics. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551617 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8a718ffc | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalFrame resolution type to sal_Int32 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551563 13f79535-47bb-0310-9956-ffa450edef68 |
248a599f | 16-Dec-2013 |
Herbert Dürr |
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so that its bitfield operations etc. can then be isolated into nice methods. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551244 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a94c8ebd | 12-Dec-2013 |
Herbert Dürr |
#i123840# fix narrowing conversions in CoreGraphic's array initializers C++11 says that narrowing conversions in array initializers are illegal. This often happened for signed/unsigned a
#i123840# fix narrowing conversions in CoreGraphic's array initializers C++11 says that narrowing conversions in array initializers are illegal. This often happened for signed/unsigned and 32bit/64bit mismatches when initializing CoreGraphics elementary types. Using CoreGraphic helper methods for primitives solves these problems and is recommended anyway. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550420 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
1cc6f0e2 | 12-Dec-2013 |
Herbert Dürr |
#i123841# fix constness issues in OSX 64bit clipboard handling git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550416 13f79535-47bb-0310-9956-ffa450edef68 |
bde8a4bd | 02-Dec-2013 |
Herbert Dürr |
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types VCL's Window type and Cocoa's NSWindow type are quite different. Naming variables as if they were the same introduces gratuitous complexity especially when debugging stacks where both types are used. The names of NSView type variables have been adjusted too. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
3ee7bea8 | 06-Jun-2013 |
Armin Le Grand |
i122420 Re-activated the internal OpenOfficeToSystemFlavor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490250 13f79535-47bb-0310-9956-ffa450edef68 |
c1f635d7 | 03-Jun-2013 |
Herbert Dürr |
#i121406# #i119006# fix NSWindow's performSelector:withObject type NSWindow uses the type-casted plain integers instead of the boxed number objects (aka NSNumber) git-svn-i
#i121406# #i119006# fix NSWindow's performSelector:withObject type NSWindow uses the type-casted plain integers instead of the boxed number objects (aka NSNumber) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1488999 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
cd426cce | 17-Apr-2013 |
Herbert Dürr |
avoid problems with C++ initializer lists (N2672) in our Aqua code when the provided type and the target type of an initializer list don't match the new behaviour described in C++11's N2
avoid problems with C++ initializer lists (N2672) in our Aqua code when the provided type and the target type of an initializer list don't match the new behaviour described in C++11's N2672 proposal can be triggered. Though that is very useful in general it complicates things for our case so that we're better of to use the little helpers provided by XCode's CF framework. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468907 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a95ab8f1 | 17-Apr-2013 |
Herbert Dürr |
WaE: remove semicolon before objc method body git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468892 13f79535-47bb-0310-9956-ffa450edef68 |
ab18653d | 17-Apr-2013 |
Herbert Dürr |
fix clang build breakers in AquaA11FocusListener class - a reference to a still incomplete AquaA11FocusListener was used - method declarations inside the class must omit the class name q
fix clang build breakers in AquaA11FocusListener class - a reference to a still incomplete AquaA11FocusListener was used - method declarations inside the class must omit the class name qualifier git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468884 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c7ada659 | 17-Apr-2013 |
Herbert Dürr |
allow Mac port running with completely inactive AppleRemote git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468879 13f79535-47bb-0310-9956-ffa450edef68 |
0376cbd9 | 26-Mar-2013 |
Herbert Dürr |
#i119006# NSObject's performSelector:withObject expects a NSNumber argument git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1461043 13f79535-47bb-0310-9956-ffa450edef68 |