summaryrefslogtreecommitdiff
path: root/cli_ure/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:
td>Chris Sherlock 2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock 2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock 2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud 2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock 2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann 2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock 2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338231 Unchecked return valueCaolán McNamara 2015-11-03vcl: Prefer std::abs to a home-brewed macroTakeshi Abe 2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15vcl: avoid possible leaks in case of unexpected exceptionsTakeshi Abe 2015-05-05typo: strech -> stretchAndras Timar 2015-04-10automated VclPtrInstance conversion.Michael Meeks 2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks 2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin 2015-03-25Typo: formated->formattedJulien Nabet 2015-02-26TyposJulien Nabet 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn 2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-11-04rename Dreh->RotationNoel Grandin 2014-11-04rename DrehWink to RotationAngleNoel Grandin 2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky 2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky 2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca 2014-10-03coverity#1242968 Unused valueCaolán McNamara 2014-10-02coverity#1242840 Unused valueCaolán McNamara 2014-09-18fdo#82577: Handle FontNoel Grandin 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe 2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock 2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock 2014-02-26Remove visual noise from vclAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-10Translated German commentsLuc Castermans