summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2013-01-23#121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
Notes: merged as: 9bb96049addebd8907854730713d8a3f5f033e34
2013-01-18#i119006# disable OSX>=10.7 window restoration until we support it directlyHerbert Dürr
Notes: merged as: 4f3d79c1f54fb998119a099bad629804ad01eb36
2013-01-16AlphaMask derives from Bitmap so their destructor should be virtualHerbert Dürr
Notes: merged as: d859e54534994d2e6f0c62e7711fa674406f8e22
2013-01-15FreeBSD port: avoid build conflict with some system libraries.Pedro Giffuni
Notes: ignore: obsolete
2013-01-14make some important single-parameter constructors explicitHerbert Dürr
for symmetry also the other constructors in the same class and mark their destructors as virtual if they are anyway Notes: merged as: 1fd78e48caf1d0a7908dbc8ecd552c7f0d9d7b6d
2013-01-10#121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
Notes: merged as: e0cce521f1ad0cc384d30ce2f1077ea229fffe62
2013-01-10#121388# - Adapt naming "OpenOffice.org" --> "Apache OpenOffice"Oliver-Rainer Wittmann
-- impact on corresponding strings in the UI, folder names, package names, ... Notes: ignore: aoo
2012-12-23i121162 - ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
Notes: merged as: 949f97ba480f96c7892602f3208467ac925fab15
2012-12-23i121542 - Unify the Menu APIAriel Constenla-Haile
Notes: merged as: 9052caae53ef6ec7eeab20f1ac56bd6310b4451b
2012-12-18#i121406# remove willEnter/willExit-FullScreen methods until they become ↵Herbert Dürr
more useful Notes: merged as: 41d2036bee3279928903cdada115d3e3cd022a06
2012-12-18#i121406# support the OSX>=10.7 fullscreen mode based on OSX SpacesHerbert Dürr
Notes: merged as: 41d2036bee3279928903cdada115d3e3cd022a06
2012-12-07#121445# Added transparency support to the galleryArmin Le Grand
Notes: merged as: bbc58f2043eb0787f498f62ac54500bd31d8c89c
2012-12-06#i121442# - Allow redrawing a single status bar itemAriel Constenla-Haile
A StatusbarController that draws its status bar item may need to trigger a repainting of its item when the feature state changes. Currently, the only way to trigger this redraw is by changing the item text or the item data, so that the vcl implementation calls ImplDrawItem; this is rather implementation-specific. Notes: merged as: c4ae127b6063b53df4592d6b37ea0f38a892d8c1
2012-12-05#121407# Gallery reorganizations and additions of new themesArmin Le Grand
Notes: merged as: fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f
2012-12-03Small correction in scaling code seen while debugging something elseArmin Le Grand
Notes: merged as: 529ab257f10490a3e7d4f13ddabbc9374b84d529
2012-11-26mv ooo to top-levelJoe Schaefer
Notes: ignore: aoo
2012-11-12Added ColorDepth change test with assertion to the Bitmap::Scale methodArmin Le Grand
Notes: merged as: f7d373d18f965b36f310d44044bdba6476f6eb03
2012-11-12Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphasArmin Le Grand
Notes: merged as: bdfac6fdb521104f71fc28e24dfd8c9ea02a95d3
2012-11-09Wrong comparison with bool correctedArmin Le Grand
Notes: merged as: e717d1dcce7f8906311c5ccdbb2326b61a702630
2012-10-30#121233# some slight corrections/enhancementsArmin Le Grand
Notes: merged as: 9536e3cbb8b1e765b83cdb10359cca91ff80b172
2012-10-29#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), ↵Armin Le Grand
BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale Notes: merged as: 44fb0ceeb98f45bc301d021c11af2c13f051bd4b
2012-10-27Remove unused variable to prevent compile warnings.Pavel Janík
Notes: merged as: 70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7
2012-10-26#121267# added support for taking clipping into account for metafile-based ↵Armin Le Grand
exporters to vector formats Notes: merged as: 70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7
2012-10-25#121237# Corrected Region export, was missing to write an end marker when ↵Armin Le Grand
RegionBand was empty Notes: merged as: ad80a95695b95999b8fe0f60bcec1e5e5b76f4e8
2012-10-23Remove unused variable to prevent compiler warnign.Pavel Janík
Notes: merged as: e717d1dcce7f8906311c5ccdbb2326b61a702630
2012-10-23#121237# Rework/Cleanup of Region code due to missing complete support for ↵Armin Le Grand
B2DPolygon class Notes: merged as: e717d1dcce7f8906311c5ccdbb2326b61a702630
2012-10-19make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tricky rewrites to work around them, this change cleans them up and disables them for all code outside of the immutable binfilter. Notes: merged as: 78eca44c4db67848a85b600cc40e25d41bb647df
2012-10-18Remove the incubating disclaimer now that Apache OpenOffice has graduated ↵Herbert Dürr
from the Apache Incubator On October 18th, 2012 the Apache Software foundation announced that the Apache OpenOffice project has graduated from the Apache Incubator Notes: ignore: aoo
2012-10-16#121194# Better support for graphic fill styles which are not bitmaps (svg, ↵Armin Le Grand
metafiles, ..) Notes: merged as: 37aa7d81aacaae12dfe0fd2ade2779235bbf72f1
2012-10-10#121183# Added buffering non-bitmap formats in GraphicArmin Le Grand
Notes: merged as: 7567b64e7d1009e8a51e06204480c341c99c0410
2012-10-03Rename local variable that shadows other to prevent compiler warning.Pavel Janík
Notes: prefer: e717d1dcce7f8906311c5ccdbb2326b61a702630
2012-10-02#120957# Added Reginas corrections for gradient colors for linear gradients ↵Armin Le Grand
in VCL renderers Patch by: Regina Review by: alg Notes: merged as: 04d937c1ec36c2d9fa8c90604c81a37d30e97da6
2012-09-27#115630# secured OutputDevice::ImplDrawHatch in vcl and ↵Armin Le Grand
PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support) Notes: merged as: c1acf1d72ea1421cbb460e65ee5b1d9d3200033c
2012-09-25Fix typoAriel Constenla-Haile
Notes: ignore: aoo
2012-09-25Check empty BitmapExAriel Constenla-Haile
Notes: ignore: aoo
2012-09-22#i119418# - About Dialog improvementsAriel Constenla-Haile
Notes: ignore: aoo
2012-09-12#120683# add new cmd line arg -conversionmode to enavle further optimizationJürgen Schmidt
Patch By: jsc Review By: hdu -This line, and those below, will be ignored-- M main/desktop/source/app/cmdlinehelp.cxx M main/desktop/source/app/cmdlineargs.cxx M main/desktop/source/app/cmdlineargs.hxx M main/desktop/source/app/appinit.cxx M main/vcl/source/app/svapp.cxx M main/vcl/inc/vcl/svapp.hxx M main/vcl/inc/svdata.hxx Notes: reject: nothing ended up using this, so drop as unused core
2012-09-07Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when ↵Zhe Wang
export ppt file to PDF format. * subversion/main/vcl/source/gdi/pdfwriter_impl.cxx []Change nXOffset value from the distance of axis Y between two points to the distance between two points. Patch by: Tang Meng<tmyl2010@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Tang Meng <tmyl2010@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> Notes: merged as: b2603c7bc701e6f42480b59429563ad64d01b0a6
2012-09-06assertion corrected: BitmapEx constructors with Mask or AlphaMask needed ↵Armin Le Grand
more checks Notes: merged as: e52f636aa44615b180bf799b2d664de9244c3138
2012-09-06assertion removed: allow BitmapEx constructors with empty Mask or AlphaMaskArmin Le Grand
Notes: merged as: e52f636aa44615b180bf799b2d664de9244c3138
2012-08-22#i120481# Add registered transferable flavor to make the Writer acceptAndre Fischer
column headers dragged from database tables. Notes: merged as: e31d408ca6bdaaa3eef9fc2eaa50e4745ebd33ff
2012-08-06#120464# - method <PrinterController::triggerAppToFreeResources()>: reset ↵Oliver-Rainer Wittmann
<LastPage> property after freeing resources Notes: prefer: 89d2733e16ae6233deea6bef3193bd45c89b854c
2012-07-27#120165# Adapt Mask/Alpha at BitmapEx construction when size differs from ↵Armin Le Grand
base bitmap Original patch by: pengyunquan Changed patch by: alg Review by: alg Notes: merged as: baebeb7de4c5f9511e45c2846ec2a72861a948c0
2012-07-19Corrected static_cast which does not work on Win compiler, reinterpret cas ↵Armin Le Grand
needed (base classes are not related) Notes: merged as: a9129e49e23e2a8d0ee9b92e00c2bddb39395d4e
2012-07-18i118923 - OS/2 port: dump some more info about printers and form sizes.Yuri Dario
Notes: ignore: OS/2
2012-07-18i120312 - OS/2 port: workaround to invalid float operation.Yuri Dario
Notes: ignore: OS/2
2012-07-18i150733: cast double to sal_Int64 can throw a ↵Yuri Dario
EXCEPTION_FLT_INVALID_OPERATION on Windows. Notes: merged as: ba8485a9c87a5feca3c2673af532e73ecf517b69
2012-07-18i118923 - OS/2 port: fix ImplOs2FontData reference counting, fixes vcl exit ↵Yuri Dario
crash and pdf export crash. Notes: ignore: OS/2
2012-07-18basic, cui, extensions, filter, vcl: fix some warningsArmin Le Grand
Patch by: Michael Stahl Notes: prefer: 6a94d7b5c924e3a8ef3ff0f68f54061c035a3cb0
2012-07-18#i120306# better input checks in WinSalBitmap::ImplCreateDIB()Herbert Dürr
Patch-by: hdu, orw Notes: merged as: a9129e49e23e2a8d0ee9b92e00c2bddb39395d4e