summaryrefslogtreecommitdiff
path: root/vcl/README
AgeCommit message (Collapse)AuthorFilesLines
2016-03-02vcl: document that it's possible to dump GDIMetaFile to XMLMichael Stahl1-3/+17
Change-Id: I921577df6c905e935d05ff0e9d2b2c6e8d22cc89
2016-02-21vcl: README update - generic was moved some time ago to unxChris Sherlock1-3/+0
Change-Id: I463db3f1e0d00fba6e2b83d2e29d381e7df4bd25
2016-01-19vcl: define what svp stands for in READMEChris Sherlock1-0/+2
Change-Id: I6473f08eaac5eba5aaf1b00cfd2ee36f651e8b22
2015-03-03TyposJulien Nabet1-1/+1
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-2/+1
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 Thiebaud1-8/+0
This reverts commit 1b42acdaeae134f94580d6e1eba89da16741d596.
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud1-0/+8
Change-Id: I5a959e1c3806da713e106c1b0fc8690a6578987b
2014-04-02vcl/README: some notes on debugging PDF exportMichael Stahl1-0/+36
Change-Id: Ic48d6be35fd9308a28d9fa62b184cd34dd8f9f6b
2014-03-04EMF+: Add info about logging.Jan Holesovsky1-0/+11
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
2014-02-17Clipboard content dumping tool to README.Jan Holesovsky1-0/+6
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 Stahl1-0/+7
- 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 Timar1-3/+3
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-19Public headers are long moved from hereKhaled Hosny1-2/+0
Change-Id: I672f0348167a6347a609ad9f56b99ed056f7b4b1
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist1-4/+6
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 Doulik1-0/+65
Change-Id: I904142622ac37b394ddedf62bb7d9c099fc9cab4
2013-04-08more code overview documentation.Michael Meeks1-0/+2
Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76
2013-03-07Improve vcl/READMETor Lillqvist1-18/+28
Change-Id: I9031ab98f263bcc32b747c85e1715b80c7059ae9
2013-03-05Update README to explain what "SV" stands for in the source.Chris1-0/+4
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 Meeks1-1/+1
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+2
2012-01-17vcl: expand the documentation in READMEMichael Meeks1-1/+20
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-4/+2
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-0/+30
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.