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 |
38754389 | 23-Jan-2014 |
Herbert Dürr |
#i123840# on 64bit OSX NSRect is a CGRect but not on 32bit git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560739 13f79535-47bb-0310-9956-ffa450edef68 |
b5127012 | 22-Jan-2014 |
Herbert Dürr |
#i123951# remove aqua/salfontutils.hxx header which is and was unused by by both CoreText and ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560355 13f795
#i123951# remove aqua/salfontutils.hxx header which is and was unused by by both CoreText and ATSUI git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560355 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
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 |
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 ...
|
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 ...
|
ae642d40 | 02-Dec-2013 |
Herbert Dürr |
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/re
#i74854# fix buttons in MsgBox with info icon Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546977 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
c512f2e3 | 18-Nov-2013 |
Herbert Dürr |
#i107914# adjust the g_msaasvc.h license header to the ALv2 as intended by IBM's contribution of the Symphony source code and the individual ICLAs of the developers git-svn
#i107914# adjust the g_msaasvc.h license header to the ALv2 as intended by IBM's contribution of the Symphony source code and the individual ICLAs of the developers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542949 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b0a7a3cf | 03-Nov-2013 |
Steve Yin |
1. Updated ia2 api idl with version 1.3 2. Changed UAccCOM.dll to a isolated COM dll git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-
1. Updated ia2 api idl with version 1.3 2. Changed UAccCOM.dll to a isolated COM dll git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538382 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3a700b0a | 29-Oct-2013 |
Steve Yin |
sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll. vcl: removed all unused UAccCOM
sal: commented WaitForSingleObject (g_cache_list.m_update_thread, INFINITE), which can lead a deadlock when unloading the sal3.dll after register UAccCOM.dll. vcl: removed all unused UAccCOM.dll registration lines. winaccessibility: updated to Apache License. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1536599 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
d3e0dd8e | 02-Sep-2013 |
Steve Yin |
Merged with the trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68
|
f8c0d554 | 27-Aug-2013 |
Armin Le Grand |
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux) git-svn-id: https://svn.apache.org/re
i122778 Enhanced own transformer for drawing transformed bitmaps which is used in the cases where no fallback for direct system support is there (Linux) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1517803 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
ff0f521c | 05-Jun-2013 |
Armin Le Grand |
i122418 Added workaround to not use GetBitmap on windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489899 13f79535-47bb-0310-9956-ffa450edef68 |
fa064a0d | 28-May-2013 |
Armin Le Grand |
i122350 Corrected buffering when alpha changed git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486842 13f79535-47bb-0310-9956-ffa450edef68 |
3ce09a58 | 18-May-2013 |
Steve Yin |
Merged with the trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1484083 13f79535-47bb-0310-9956-ffa450edef68
|
0f1c4fd1 | 10-May-2013 |
Armin Le Grand |
i110384 added better fat line rendering where possible git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480935 13f79535-47bb-0310-9956-ffa450edef68 |
33b19716 | 07-May-2013 |
Armin Le Grand |
i122120 corrected flag for drawing checkerboards, adapted previews, added to configuration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479829 13f79535-47bb-0310-9956-ffa45
i122120 corrected flag for drawing checkerboards, adapted previews, added to configuration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479829 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
caf4e4ad | 02-May-2013 |
Herbert Dürr |
#i122208# remove rope which is not a std:: container git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1478327 13f79535-47bb-0310-9956-ffa450edef68 |
ac108df8 | 30-Apr-2013 |
Armin Le Grand |
corrected unwanted change git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477660 13f79535-47bb-0310-9956-ffa450edef68 |