summaryrefslogtreecommitdiffstats
path: root/vcl/README
Commit message (Collapse)AuthorAgeFilesLines
* EMF+: Add info about logging.Jan Holesovsky2014-03-041-0/+11
| | | | Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
* Clipboard content dumping tool to README.Jan Holesovsky2014-02-171-0/+6
| | | | | | Found it by chance, don't want to lose the link ;-) Change-Id: Ie3a1c253a287a8e3ff6f82e75176e22305a03b39
* some notes about COM threading in LO generally and winaccessibilityMichael Stahl2014-01-091-0/+7
| | | | | | | | - document general COM threading architecture in vcl README - document winaccessiblitiy locking in README - define _ATL_APARTMENT_THREADED for UAccCOM Change-Id: I7c3fd952f2cdee7d245a818bf33c477e7ea20fc2
* typo fixesAndras Timar2013-12-201-3/+3
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* Public headers are long moved from hereKhaled Hosny2013-12-191-2/+0
| | | | Change-Id: I672f0348167a6347a609ad9f56b99ed056f7b4b1
* Re-organize OS X and iOS code in vcl a bitTor Lillqvist2013-12-061-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
* Turn Radek's notes into README files.Radek Doulik2013-07-081-0/+65
| | | | Change-Id: I904142622ac37b394ddedf62bb7d9c099fc9cab4
* more code overview documentation.Michael Meeks2013-04-081-0/+2
| | | | Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76
* Improve vcl/READMETor Lillqvist2013-03-071-18/+28
| | | | Change-Id: I9031ab98f263bcc32b747c85e1715b80c7059ae9
* Update README to explain what "SV" stands for in the source.Chris2013-03-051-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>
* update vcl readme wrt. fpickersMichael Meeks2012-04-141-1/+1
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+2
|
* vcl: expand the documentation in READMEMichael Meeks2012-01-171-1/+20
|
* headless: move backend to top-level, and enable for all platformsMichael Meeks2011-10-251-4/+2
|
* generic: re-structure generic code to increase re-use between backendsMichael Meeks2011-10-251-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.