summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Collapse)Author
2014-07-14Resync to trunk, windows non-pro buildaoo/aw080Armin Le Grand
2014-03-23aw080 resync to trunk, win build working, no checks yetArmin Le Grand
2013-11-27resync to trunk (after accessibility integration)Armin Le Grand
2013-11-07resync to trunkArmin Le Grand
2013-07-27resync to trunk (close to AOO400)Armin Le Grand
2012-11-26mv ooo to top-levelJoe Schaefer
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-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-09-09#i120858# Change "Farsi" with "Persian"Ariel Constenla-Haile
Changes done on UI code and IDL, not in comments. Notes: merged as: 59cc160f34c214ce1e6474e67ecc566a7faf6864
2012-08-17Fix win7 build bread issue.Jianyuan Li
Reported by: Andre Patched by: Jianyuan Li Notes: prefer: e687e92c88498bdd4c64b10625c7663d982dd072
2012-08-16Use proper type to prevent WaE issues.Pavel Janík
Notes: prefer: e687e92c88498bdd4c64b10625c7663d982dd072
2012-08-16#119535# Fix WMF image with type pattern brushJianyuan Li
Reported by: Du Jing Patch by: Jianyuan Li Review by: SunYing Notes: prefer: e687e92c88498bdd4c64b10625c7663d982dd072
2012-08-13Corrected small signed/unsigned mismatchArmin Le Grand
Notes: prefer: 0752c18df9a975ffa182a4a7bc86e0bcadd58aec
2012-08-13Secured some places where PolyPolygons were created using a all-points count ↵Armin Le Grand
and a all-points array Notes: merged as: abb6f47bd3941ec63a41a9b9fa4c7de620b5177d
2012-08-13Secure EmbeddedObjectRef::GetGraphic to react when something gets wrong when ↵Armin Le Grand
trying to get the replacement graphic, better fallback to default ole replacement graphic Notes: merged as: 3c85fde4f96ae3ce550a4adb822f4a3c946c0178
2012-08-13Corrected singned/unsigned compareArmin Le Grand
Notes: prefer: fa169ffc3d8d5e3cde41411858cc40546fc04e0e
2012-07-27#119450# Added EMR_ALPHABLEND case to EnhWMFReader to correct visualisationsArmin Le Grand
Patch by: Jianyuan Li Review by: alg Notes: merged as: 0752c18df9a975ffa182a4a7bc86e0bcadd58aec
2012-07-25#120175# SVG export fixes and enhancementsArmin Le Grand
Patch by: Sven Jacobi Review by: alg Notes: ignore: obsolete
2012-07-20i118923 - OS/2 port: PM2 is no longer supported as macro, replaced with OS2 ↵Yuri Dario
or deleted (old compilers). Notes: ignore: OS/2
2012-07-20i118923 - OS/2 port: use windows directory layout for OS/2, fixes use of ↵Yuri Dario
internal graphic filters. Notes: ignore: OS/2
2012-07-18120306# enforce finite memory consumption of loaded jpegHerbert Dürr
Patch-by: orw Tested-by: orw Notes: merged as: 6ae4e72ec510e2dd0496d181ba429b1d51716667
2012-07-18#i120306# cleanup failed loading of problematic jpegHerbert Dürr
Patch-by: orw Tested-by: orw Notes: merged as: 6374ae0721a5e5da9ed1a477f9642feba01199a6
2012-06-25#117461: set row count to 0 and add further checkJürgen Schmidt
Patch By: Tsutomu Uchino Review By: jsc Notes: merged as: 951cdf4c406292d79766c4dbf1d19e8464134eec
2012-06-19#i120019# memory leak in EmbeddedObjectRef::~EmbeddedObjectRef()Herbert Dürr
Patch by: Chao Huang Found by: Chao Huang Review by: Herbert Duerr Notes: prefer: de8229c1811123c0f17095d96894bbbe0436ce3e
2012-06-13Add missing headerAriel Constenla-Haile
Notes: ignore: obsolete
2012-06-12#117968# Made WMFReader thread safe (used multithreaded when SdrGrafObj is ↵Armin Le Grand
on asynchronous loading). It was not safe due to using VirtualDevices on occasions where needed (mostly Font stuff). Notes: merged as: 93ce5834a6651a2d3ccf6e56336b1ec48c7905f2
2012-06-11#119735# Adapted patch provided by Sven Jacobi (thanks), added some ↵Armin Le Grand
ixes/cleanups to make it work with all kind of graphics (SVG, Bitmap, Metafile) Notes: merged as: 4fa8df7320f6bdc8333f5936537d2ed93e8892ce
2012-06-11119403: AOO 3.4 - GridControl not refreshing after deleting rowsJürgen Schmidt
fix: take care of transparency attribute of the control Patch By: Tsutomu Uchino Found By: Wolfgang Becker Review By: jsc Notes: merged as: 0f22f933b940431c1ce5e55485ad3e11bca8d5a9
2012-06-09i78701 - Tree Control: impossible to edit a node (via API nor via UI)Ariel Constenla-Haile
Patch by: Tsutomu Uchino Review by: arielch Notes: ignore: obsolete
2012-05-30#119601# Added support for transparency in PNG export dialog and support for ↵Armin Le Grand
alpha channnel Notes: merged as: a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67
2012-05-30i119149 - Fix triggering of selection changed eventAriel Constenla-Haile
Original author: Tsutomu Uchino <hanya.runo at gmail.com> Notes: merged as: 8ac3ad62af9066736797330b48e19202da3efb19
2012-04-04#119176# corrected file type detection for SVG for svg files without xml headerArmin Le Grand
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-03-12some clean up in JPEGReader due to memory constraintsOliver-Rainer Wittmann
- found during testing of insertion of linked images from HTTP/HTTPS servers
2012-03-02104349: change Slovakian to SlovakJürgen Schmidt
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-02-15remove svn:executable properties from resource data filesHerbert Dürr
2012-02-15remove svn:executable properties from source filesHerbert Dürr
2012-02-03remove onlineregistration with dependenciesJürgen Schmidt
2012-02-02#118828# New ColorPicker, thanks go to Christian Lippka for offering it ↵Armin Le Grand
under Apache License.
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12#118728# Extended Svg file detectionArmin Le Grand
Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-11#118728# changed indentifying definitions for Svg file detectionArmin Le Grand
Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-03fix for #118525#: Using primitives for chart sub-geometry visualisationArmin Le Grand
2011-12-30i118707 - make toolbar control's popup window grab focusAriel Constenla-Haile
2011-12-19Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵Armin Le Grand
trunk, first version of Svg stable and done