52d63d7e | 06-Nov-2018 |
Matthias Seidel |
Fixed typo (curently -> currently) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845943 13f79535-47bb-0310-9956-ffa450edef68 |
a404096b | 06-Nov-2018 |
Mechtilde Stehmann |
remove whitespaces main/vcl/source/window/dockingarea.cxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845931 13f79535-47bb-0310-9956-ffa450edef68 |
af27b5be | 06-Nov-2018 |
Mechtilde Stehmann |
correct typo in main/vcl/source/window git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845915 13f79535-47bb-0310-9956-ffa450edef68 |
aeb48c12 | 03-Nov-2018 |
Matthias Seidel |
Cleaning up image resources git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845665 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
75e945be | 28-Sep-2018 |
Matthias Seidel |
Minor cleanup according to vim modeline git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1842277 13f79535-47bb-0310-9956-ffa450edef68 |
6d9e32f3 | 13-Sep-2018 |
Matthias Seidel |
Cleaned up resource file for throbber git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840867 13f79535-47bb-0310-9956-ffa450edef68 |
c7dd1d4f | 12-Sep-2018 |
Matthias Seidel |
Reverting to sd.ico (StarDesktop?) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840695 13f79535-47bb-0310-9956-ffa450edef68 |
e0343f61 | 11-Sep-2018 |
Yuri Dario |
#i127815# use new app icon for OS/2 windows. Always set icon for frame windows. Add dependancies list to build system. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@
#i127815# use new app icon for OS/2 windows. Always set icon for frame windows. Add dependancies list to build system. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1840571 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b0ca1217 | 22-Aug-2018 |
Don Lewis |
Fix RemovingGlyph method parameter type mismatch between the base and derived classes (int vs sal_GlyphId) and clean up a related type mismatch involving this parameter in the base method imp
Fix RemovingGlyph method parameter type mismatch between the base and derived classes (int vs sal_GlyphId) and clean up a related type mismatch involving this parameter in the base method implementation. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838664 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
60607307 | 09-Aug-2018 |
Don Lewis |
nActiveCharPos can be less than mnMinCharPos if the ScriptItemize() call in UniscribeLayout::LayoutText() finds a mult-character script item that starts in the leading context and overlaps in
nActiveCharPos can be less than mnMinCharPos if the ScriptItemize() call in UniscribeLayout::LayoutText() finds a mult-character script item that starts in the leading context and overlaps into the start of the run. UniscribeLayout::LayoutText() drops the glyphs for the context characters, but does not (yet?) adjust the starting character position of the item. Since the text layout direction can't change in the middle of the offending script item, we can safely use the direction at the start of the run. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837765 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8a664db1 | 07-Aug-2018 |
Matthias Seidel |
i95390 - Fix for reversed scrolling Patch by Bidouille git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837608 13f79535-47bb-0310-9956-ffa450edef68 |
11fa0ddc | 12-Jul-2018 |
Matthias Seidel |
Replacing sd.ico (StarDesktop?) with OpenOffice icon git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835717 13f79535-47bb-0310-9956-ffa450edef68 |
d9b868a3 | 11-Jul-2018 |
Matthias Seidel |
Minor cleanup git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835669 13f79535-47bb-0310-9956-ffa450edef68 |
51287027 | 10-Jul-2018 |
Matthias Seidel |
Cleaned up print dialog git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835558 13f79535-47bb-0310-9956-ffa450edef68 |
464d271f | 02-Jun-2018 |
Matthias Seidel |
Fixed typos: sensisitive -> sensitive git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1832730 13f79535-47bb-0310-9956-ffa450edef68 |
c1e8cc3a | 01-May-2018 |
Don Lewis |
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get ahead of the game and delete it now. Reported by clang 6. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bccc1572 | 01-May-2018 |
Don Lewis |
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ff
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cc13e73e | 28-Mar-2018 |
Yuri Dario |
#i127729# Add full drag&drop support for the OS/2 platform. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827936 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
906a4e93 | 02-Mar-2018 |
Yuri Dario |
#i127723# add cairo graphics support also on OS/2. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1825732 13f79535-47bb-0310-9956-ffa450edef68 |
af7a586e | 16-Jan-2018 |
Tsutomu Uchino |
#i127662# send better window position to input method for suggestion window git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821262 13f79535-47bb-0310-9956-ffa450edef68 |
774c2d42 | 14-Dec-2017 |
Yuri Dario |
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-
#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818128 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
63fbc773 | 29-Nov-2017 |
Jim Jagielski |
OK, let's try to maintain 10.7 as the min OSX version supported. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816626 13f79535-47bb-0310-9956-ffa450edef68 |
cbfee35e | 25-Nov-2017 |
Damjan Jovanovic |
Add range checking to PNG palette indexes, as per OSS-Fuzz issue 574. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816295 13f79535-47bb-
Add range checking to PNG palette indexes, as per OSS-Fuzz issue 574. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1816295 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO414 |
|
c235b4bc | 12-Oct-2017 |
Jim Jagielski |
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450
macOS compilation fixes, mostly due to 10.7/10.9 SDK differences and items deprecated git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811982 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9e1bc291 | 09-Oct-2017 |
Jim Jagielski |
Get macOS compiling again: o Restore 10.7 as min o Deprecated is no longer a fatal warning error o We need LDFLAGS when linking git-svn-id: https://svn.apache.org/repos/asf/op
Get macOS compiling again: o Restore 10.7 as min o Deprecated is no longer a fatal warning error o We need LDFLAGS when linking git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1811585 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|