History log of /aoo42x/main/vcl/ (Results 76 - 100 of 503)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
52d63d7e06-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

a404096b06-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

af27b5be06-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

aeb48c1203-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
75e945be28-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

6d9e32f313-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

c7dd1d4f12-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

e0343f6111-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 ...

b0ca121722-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 ...

6060730709-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 ...

8a664db107-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

11fa0ddc12-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

d9b868a311-Jul-2018 Matthias Seidel

Minor cleanup

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1835669 13f79535-47bb-0310-9956-ffa450edef68

5128702710-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

464d271f02-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

c1e8cc3a01-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 ...

bccc157201-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 ...

cc13e73e28-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
906a4e9302-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

af7a586e16-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

774c2d4214-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 ...

63fbc77329-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

cbfee35e25-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
c235b4bc12-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 ...

9e1bc29109-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 ...

12345678910>>...21