summaryrefslogtreecommitdiff
path: root/vcl/README
AgeCommit message (Collapse)Author
2017-03-25Fix typosAndrea Gelmini
Change-Id: I623135cd4c76dd6569f4ee521f97dee41de4cb1e Reviewed-on: https://gerrit.libreoffice.org/35660 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2016-11-30vcl: Mention VCL_DEBUG_DISABLE_PDFCOMPRESSION in the README.Jan Holesovsky
Change-Id: I53dfebf6dc481beb02fa52b1fa6434b56f37f8ae
2016-03-02vcl: document that it's possible to dump GDIMetaFile to XMLMichael Stahl
Change-Id: I921577df6c905e935d05ff0e9d2b2c6e8d22cc89
2016-02-21vcl: README update - generic was moved some time ago to unxChris Sherlock
Change-Id: I463db3f1e0d00fba6e2b83d2e29d381e7df4bd25
2016-01-19vcl: define what svp stands for in READMEChris Sherlock
Change-Id: I6473f08eaac5eba5aaf1b00cfd2ee36f651e8b22
2015-03-03TyposJulien Nabet
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud
This reverts commit 1b42acdaeae134f94580d6e1eba89da16741d596.
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud
Change-Id: I5a959e1c3806da713e106c1b0fc8690a6578987b
2014-04-02vcl/README: some notes on debugging PDF exportMichael Stahl
Change-Id: Ic48d6be35fd9308a28d9fa62b184cd34dd8f9f6b
2014-03-04EMF+: Add info about logging.Jan Holesovsky
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
2014-02-17Clipboard content dumping tool to README.Jan Holesovsky
Found it by chance, don't want to lose the link ;-) Change-Id: Ie3a1c253a287a8e3ff6f82e75176e22305a03b39
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl
- document general COM threading architecture in vcl README - document winaccessiblitiy locking in README - define _ATL_APARTMENT_THREADED for UAccCOM Change-Id: I7c3fd952f2cdee7d245a818bf33c477e7ea20fc2
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-19Public headers are long moved from hereKhaled Hosny
Change-Id: I672f0348167a6347a609ad9f56b99ed056f7b4b1
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist
Now with the ATSUI code gone is a good time for some re-organisation. Get rid of "aqua" in file names and the separate "coretext" folders. CoreText is all we use now for OS X (and has always been so for iOS), so no need for a "coretext" folder, we can keep the CoreText-using code under "quartz". Keep OS X -specific code in "osx". Ditto for headers. Keep "Aqua" as part of class names for now, though. This is also preparation for planned further unification between OS X and iOS code. Change-Id: Ic60bd73fea4ab98183e7c8a09c7d3f66b9a34223
2013-07-08Turn Radek's notes into README files.Radek Doulik
Change-Id: I904142622ac37b394ddedf62bb7d9c099fc9cab4
2013-04-08more code overview documentation.Michael Meeks
Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76
2013-03-07Improve vcl/READMETor Lillqvist
Change-Id: I9031ab98f263bcc32b747c85e1715b80c7059ae9
2013-03-05Update README to explain what "SV" stands for in the source.Chris
Change-Id: I0d0a71a6e74ca2d90487313e33cf82ea7bcac063 Reviewed-on: https://gerrit.libreoffice.org/2532 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-04-14update vcl readme wrt. fpickersMichael Meeks
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-01-17vcl: expand the documentation in READMEMichael Meeks
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.