summaryrefslogtreecommitdiff
path: root/vcl/README
AgeCommit message (Collapse)Author
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.