History log of /aoo41x/main/vcl/ (Results 51 - 75 of 401)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1112b7d613-Jun-2014 Herbert Dürr

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.

Merged from AOO trunk revision 1596494


git-svn-id: https:/

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.

Merged from AOO trunk revision 1596494


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

show more ...

53992d1613-Jun-2014 Herbert Dürr

#i124191# fix horizontal scroll events on Mac

A problem with horizontal scrolling was reported on Mac. Reviewing the relevant
code identified some problems. The patch to fix them was con

#i124191# fix horizontal scroll events on Mac

A problem with horizontal scrolling was reported on Mac. Reviewing the relevant
code identified some problems. The patch to fix them was confirmed to also fix
the reported problem.

Found-by: erben.fr@gmail.com
Tested-by: cemonadresse@orange.fr
Tested-by: TrolliusX@t-online.de
Tested-by: thorsten.wagner.4@gmail.com
Tested-by: jsc@apache.org

Merged from AOO trunk revision 1596491


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

show more ...

Revision tags: AOO410
beee6bf311-Apr-2014 Herbert Dürr

#i124617# restore lost comment markers

Merged from trunk revision 1586583.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1586584 13f79535-47bb-0310-99

#i124617# restore lost comment markers

Merged from trunk revision 1586583.


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

show more ...

4b44459510-Apr-2014 Oliver-Rainer Wittmann

124639: correct consideration of not provided header offset when checking certain read header data

cherry-picked from trunk



git-svn-id: https://svn.apache.org/repo

124639: correct consideration of not provided header offset when checking certain read header data

cherry-picked from trunk



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

show more ...

99a05e0410-Apr-2014 Herbert Dürr

#i124617# make CoreText tolerate PDF-export's unexpected font switches

For some documents it was observed that the PDF-export switches the font after
text layout and before text drawing/

#i124617# make CoreText tolerate PDF-export's unexpected font switches

For some documents it was observed that the PDF-export switches the font after
text layout and before text drawing/measuring. This use case is quite atrocious
and unexpected and crashed our CoreText glue code. The other platforms survive
it though; to minimize the risk to them only the CoreText glue gets adapted to
survive this scenario.

Merged from trunk revision 1586249.


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

show more ...

3c3e668207-Apr-2014 Herbert Dürr

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Us

#i124509# use setenv() instead of putenv() on OSX

putenv() has changed its semantic to no longer copy input buffers which
results in problems if the input buffers were only temporary. Using
setenv(), which still copies the input buffers solves the problem.


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

show more ...

a0e0bc9007-Apr-2014 Herbert Dürr

#i124394# fix inclusion of freetype's ftsynth.h header

the location of this header file changed with freetype 2.51 so we had to adapt.
On the other hand the header is not actually needed

#i124394# fix inclusion of freetype's ftsynth.h header

the location of this header file changed with freetype 2.51 so we had to adapt.
On the other hand the header is not actually needed because we load the symbols
for synthetization of outlines dynamically to be compatible with freetype libs
that don't support them. So the ftsynth.h header doesn't need inclusion at all.


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

show more ...

dc27e81701-Apr-2014 Andre Fischer

i124482: Special handling of input field backgrounds of Adwaita theme.

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

4e95292a31-Mar-2014 Oliver-Rainer Wittmann

124555: restore stream position after Seek to end of stream

cherry-picked from trunk



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@158334

124555: restore stream position after Seek to end of stream

cherry-picked from trunk



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

show more ...

3aedac3e28-Mar-2014 Jürgen Schmidt

#124467# add check for image data offset against stream length, some further checks

Patch By: awf


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@158266

#124467# add check for image data offset against stream length, some further checks

Patch By: awf


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

show more ...

438f301228-Mar-2014 Jürgen Schmidt

#i124516# handle bad surrogate pairs gracefully

Patch By: hdu


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1582651 13f79535-47bb-0310-9956-ffa450edef

#i124516# handle bad surrogate pairs gracefully

Patch By: hdu


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

show more ...

250ab64b24-Mar-2014 Herbert Dürr

#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations

merged from trunk revision 1580779


git-svn-id: https://svn.apache.org/repos/asf/openoffice/

#i124375# force soft-hyphen visibility for CoreText to meet Writer+EEng expectations

merged from trunk revision 1580779


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

show more ...

Revision tags: AOO410_Beta
6127756128-Feb-2014 Herbert Dürr

#i124233# fix CoreText measurements/justification of text with trailing spaces

merged from trunk revision 1572587


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branch

#i124233# fix CoreText measurements/justification of text with trailing spaces

merged from trunk revision 1572587


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

show more ...

270a30df27-Feb-2014 Armin Le Grand

i15508 Added support for BMP file type

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

4f2b660424-Feb-2014 Herbert Dürr

#i119006# delay AOO/Mac initial event until the app has finished lauching

delaying the initial event prevents complaints from OSX>=10.7's "windows restore"
feature to recur infinitely. A

#i119006# delay AOO/Mac initial event until the app has finished lauching

delaying the initial event prevents complaints from OSX>=10.7's "windows restore"
feature to recur infinitely. Apparently OSX cleans things up for us just before
we get the applicationDidFinishLaunching() callback. This should solve one of the
most popular support questions for AOO on Mac for good.


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

show more ...

0136726624-Feb-2014 Herbert Dürr

#i123840# prefer NSZero* constants over open coded altetnatives


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

4786b10823-Feb-2014 Yuri Dario

#i124294# use rAppName to fill pszComment field when opening the printer device.

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

0663c32720-Feb-2014 Yuri Dario

#i123840# fix name typo in OS/2 code.

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

d237788c20-Feb-2014 Herbert Dürr

#i124233# prevent the accumulation of rounding errors in CTLayout::FillDXArry()


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

bca1967418-Feb-2014 Herbert Dürr

#i124233# fix CoreText justification of text with trailing spaces

the fix works also for EditEngine by ignoring Writer's halfspace magic.
TODO: replace that halfspace magic with a generi

#i124233# fix CoreText justification of text with trailing spaces

the fix works also for EditEngine by ignoring Writer's halfspace magic.
TODO: replace that halfspace magic with a generic solution.


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

show more ...

24da274715-Feb-2014 Yuri Dario

#i107914# also OS/2 is a non-Windows platform, fix build break.

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

dbfe0a5410-Feb-2014 Herbert Dürr

#i124201# rename apple_remote's MainController to AppleRemoteController

having a MainController class in the global namespace of an application with
gazillions of MVC patterns is not a g

#i124201# rename apple_remote's MainController to AppleRemoteController

having a MainController class in the global namespace of an application with
gazillions of MVC patterns is not a good idea. Renaming it to better match
its scope (i.e. the Apple Remote) cleans this up.


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

show more ...

f062572307-Feb-2014 Herbert Dürr

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@156

#i124201# re-enable the AppleRemote again

now that its nasty stability problems on 64bit AOO for OSX are fixed


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

show more ...

5e27b86b07-Feb-2014 Herbert Dürr

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk

#i124201# fix frame-list handling with AppleRemote events

iterating beyond the end of a frame-list must be avoided


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

show more ...

2fb76c8206-Feb-2014 Herbert Dürr

#i123795# amend r1565258's commit with its missing part


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

12345678910>>...17