History log of /trunk/main/vcl/ (Results 151 - 175 of 523)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b9dcda9825-Jun-2014 Herbert Dürr

#i122471# make the Mac lookup feature handle the correct word


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

cbc3d69623-Jun-2014 Herbert Dürr

#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException

the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to
propagate.

#i124970# fix DocumentFocusListener::notifyEvent's handling of IndexOutOfBoundsException

the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to
propagate. The methods called in notifyEvent() allow IndexOutOfBoundsException though,
so it must be handled in all cases to prevent C++ from invoking its unexpected() abort
mechanisms. Ceterum censeo, non-empty throw lists should be removed altogether...


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

show more ...

f02ea3ea20-Jun-2014 Juergen Schmidt

#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars

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

#121627# merge fix from aoo410 branch that fixes the geometry calculations for scroll bars

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

show more ...

3e526e0819-Jun-2014 Armin Le Grand

i125111 limit mem footprint for GraphicObjects in 32Bit environments

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

674c3e7606-Jun-2014 Oliver-Rainer Wittmann

125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it.



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

125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it.



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

show more ...

e2c1660d02-Jun-2014 Herbert Dürr

#i125020# allow antialiasing on all update borders for Aqua graphics


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

bff5195502-Jun-2014 Herbert Dürr

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code c

#i125020# fix rounding error in AquaSalGraphics::RefreshRect()

Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code compensates for this by increasing
the width by two, but since left has been decremented by one to accommodate for
antialiasing artifacts this compensation is one to little. Y-pos and height have
the same problems and get the matching fix.


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

show more ...

5848046b02-Jun-2014 Herbert Dürr

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible bec

#i125020# fix the calculation of the text-update rectangle in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible because that update region is
not used until AquaSalInstance::Yield().


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

show more ...

34ea1dd528-May-2014 Herbert Dürr

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


git-svn-id: https:/

#i98991# remove Aqua Pinstripe background in dialogs

Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com>
Reviewed-by: Herbert Duerr <hdu@apache.org>


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

show more ...

36813a8521-May-2014 Herbert Dürr

#i124915# use target device dependent font height again

Setting a fixed default font height parameter doesn't make much sense when
neither the target device nor its mapping mode nor its

#i124915# use target device dependent font height again

Setting a fixed default font height parameter doesn't make much sense when
neither the target device nor its mapping mode nor its target resolution are
known. This change reverts revision 1589449 of bug 124686 that has already been
solved differently and restores the previous behaviour so that the default height
of default constructed fonts is set to 12pt when the target device becomes known.

Reviewed-by: Armin Le Grand <alg@apache.org>


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

show more ...

d9d2cc8021-May-2014 Herbert Dürr

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.


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

#i124191# small cleanup for salframeview.mm

clean up some minor warts while the behaviour remains unchanged.


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

show more ...

09c47e1821-May-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


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

show more ...

00e1225820-May-2014 Herbert Dürr

#i124935# fix expanded/condensed text breaking in the CoreText engine

the concept of an extra-width per code-unit was obsolete at least since apps
supported unicode with its different no

#i124935# fix expanded/condensed text breaking in the CoreText engine

the concept of an extra-width per code-unit was obsolete at least since apps
supported unicode with its different normalization forms, diacritical marks,
surrogate-pairs, non-printing characters such as ZWJ/ZWNJ/RLM, etc. so of
course modern engines like CoreText don't aid this typographical crime.

The fix here extends the CTLayout::GetTextBreak() method to handle the obsolete
semantic of per code-unit extra-widths by successively approximating the number
of involved code-units.


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

show more ...

e89c326319-May-2014 Herbert Dürr

#i124922# allow late setting of the font color for CoreText-layouted text


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

6804777806-May-2014 Herbert Dürr

#i124823# fix the calculation of leading metrics for CoreText


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

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


aqua/source/gdi/atsfonts.cxx
aqua/source/gdi/salprn.cxx
aqua/source/window/salframeview.mm
inc/aqua/saldata.hxx
inc/aqua/salgdi.h
inc/aqua/salmathutils.hxx
inc/graphite_cache.hxx
inc/jobset.h
inc/os2/salgdi.h
inc/printerjob.hxx
inc/salgdi.hxx
inc/salwtype.hxx
inc/unx/XIM.h
inc/unx/wmadaptor.hxx
inc/vcl/lazydelete.hxx
inc/vcl/pdfwriter.hxx
inc/vcl/ppdparser.hxx
inc/vcl/print.hxx
inc/vcl/printerinfomanager.hxx
inc/vcl/salnativewidgets.hxx
inc/vcl/strhelper.hxx
inc/vcl/window.hxx
inc/win/salgdi.h
os2/source/app/salinst.cxx
os2/source/app/saltimer.cxx
os2/source/gdi/salgdi2.cxx
qa/complex/memCheck/CheckMemoryUsage.java
source/app/dbggui.cxx
source/app/salvtables.cxx
source/app/svapp.cxx
source/app/svdata.cxx
source/app/svmain.cxx
source/control/button.cxx
source/control/ilstbox.cxx
source/fontsubset/sft.cxx
source/gdi/bitmapex.cxx
source/gdi/cvtsvm.cxx
source/gdi/gdimtf.cxx
source/gdi/outdev4.cxx
source/gdi/outdev6.cxx
source/gdi/pdfwriter_impl.cxx
source/gdi/pdfwriter_impl.hxx
source/gdi/pdfwriter_impl2.cxx
source/gdi/pngread.cxx
source/gdi/print.cxx
source/gdi/print2.cxx
source/gdi/print3.cxx
source/gdi/regband.cxx
source/gdi/region.cxx
source/gdi/regionband.cxx
source/gdi/textlayout.cxx
source/glyphs/gcach_layout.cxx
source/glyphs/glyphcache.cxx
source/glyphs/graphite_layout.cxx
source/window/menu.cxx
source/window/printdlg.cxx
source/window/split.cxx
source/window/tabdlg.cxx
source/window/window.cxx
source/window/winproc.cxx
test/dndtest.cxx
unx/generic/app/i18n_ic.cxx
unx/generic/app/saldata.cxx
unx/generic/app/saldisp.cxx
unx/generic/app/wmadaptor.cxx
unx/generic/dtrans/X11_selection.cxx
unx/generic/dtrans/X11_selection.hxx
unx/generic/fontmanager/parseAFM.cxx
unx/generic/fontmanager/parseAFM.hxx
unx/generic/printer/ppdparser.cxx
unx/generic/window/FWS.cxx
unx/generic/window/FWS.hxx
unx/generic/window/salframe.cxx
unx/gtk/a11y/atkwindow.cxx
unx/gtk/a11y/atkwrapper.cxx
unx/gtk/app/gtkdata.cxx
unx/gtk/gdi/salnativewidgets-gtk.cxx
unx/gtk/window/gtkframe.cxx
unx/kde/salnativewidgets-kde.cxx
win/source/app/salinst.cxx
win/source/app/saltimer.cxx
win/source/gdi/salgdi.cxx
win/source/gdi/salgdi2.cxx
win/source/gdi/salgdi3.cxx
win/source/window/salframe.cxx
Revision tags: AOO410
f52a0f1523-Apr-2014 Armin Le Grand

i124686 give empty constructed default font a default height

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

2611f30c11-Apr-2014 Herbert Dürr

#i124657# #i124617# restore lost comment markers

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

27be7afa10-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.


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

show more ...

6e7df57e10-Apr-2014 Oliver-Rainer Wittmann

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



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586242 13f79535-47

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



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

show more ...

343cc52d02-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/trunk@1583988 13f79535-47bb-0310-9956-ffa450edef68

show more ...

fa004bb002-Apr-2014 Armin Le Grand

i124580 corrected some conversions of scale values to integer positions

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

f8d90fbe02-Apr-2014 Steve Yin

Issue 124573 - Office does not start when accessibility is activated.

Fixed access bridge initialization issue in vcl.

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

Issue 124573 - Office does not start when accessibility is activated.

Fixed access bridge initialization issue in vcl.

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

show more ...

a453dfd501-Apr-2014 Andre Fischer

i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410).

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

i124482: Special handling of input field backgrounds of Adwaita theme (Merged from branch AOO410).

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

show more ...

17c6174431-Mar-2014 Oliver-Rainer Wittmann

124555: restore stream position after Seek to end of stream



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

12345678910>>...21