summaryrefslogtreecommitdiff
path: root/vcl/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
sation of gradient 'square'Armin Le Grand 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-11Small vector calculation correctionArmin Le Grand 2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet 2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet 2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet 2013-03-20Fix loplugin warning.Thorsten Behrens 2013-03-20simplify OUString assignmentsChr. Rossmanith 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-09fdo#43460: use isEmpty()Thomas Arnhold 2013-03-04fix buildDavid Ostrovsky 2013-03-04doubled includesThomas Arnhold 2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara 2013-02-28remove all d.lstMichael Stahl 2013-02-25loplugin: unused variablesThomas Arnhold 2013-02-22s/the the/the/Tor Lillqvist 2013-02-17coverity#984038 Uninitialized scalar variableCaolán McNamara 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-10Doxygenify helpful basegfx comments.Thorsten Behrens 2012-12-30Revert "SVG: add check if polygon is closed"Chr. Rossmanith 2012-12-10new autogenerated PCH header for xmloffLuboš Luňák 2012-12-08SVG: add check if polygon is closedChr. Rossmanith 2012-11-18Move #include to appropriate headerTakeshi Abe 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-10-31::rtl::OUString -> OUString in basegfxRicardo Montania 2012-10-28add SAL_WARN_UNUSED to some classesCaolán McNamara 2012-10-01missing system headerNorbert Thiebaud 2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-22add missing deps on headersDavid Tardon