# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,sal_textenc)) $(eval $(call gb_Library_use_external,sal_textenc,boost_headers)) $(eval $(call gb_Library_use_libraries,sal_textenc,\ sal \ )) $(eval $(call gb_Library_add_exception_objects,sal_textenc,\ sal/textenc/context \ sal/textenc/convertbig5hkscs \ sal/textenc/converteuctw \ sal/textenc/convertgb18030 \ sal/textenc/convertisciidevangari \ sal/textenc/convertiso2022cn \ sal/textenc/convertiso2022jp \ sal/textenc/convertiso2022kr \ sal/textenc/convertsinglebytetobmpunicode \ sal/textenc/tables \ sal/textenc/tcvtbyte \ sal/textenc/tcvtmb \ sal/textenc/tcvtutf7 \ )) # vim: set noet sw=4 ts=4: -7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)Author
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
2013-05-02fdo#64003 - added rmi and snd to insert -> movie & sound listJoel Madero
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-26fdo#56832 Explicitly mention Ogg Audio and VideoSamuel Mehrbrodt
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-15use large icons in Media Player window when icon size is set to largeAndras Timar
2013-04-15fdo#60724 correct spellingThomas Arnhold
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-05new module i18nlangtagEike Rathke
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-12fprintf -> SAL_WARNStephan Bergmann
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-08add a few more missing media extensions.Michael Meeks
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király
2013-03-04fdo#38838, change String to OUStringÁdám Csaba Király
2013-03-04fdo#38838, replace String with OUStringÁdám Csaba Király
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-02-28remove all d.lstMichael Stahl
2013-02-20-Werror,-Wsign-compareStephan Bergmann
2013-02-20fdo#36635 Added WMV/WMA/AAC to list of Movie and Sound File TypesJoel Madero
2013-02-18coverity#704551 Dereference after null checkNorbert Thiebaud
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-28fd0#46808, convert some getProcessServiceFactoryNoel Grandin
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-08avmedia: cleanup unused listener logic in gstreamer, and update docs.Michael Meeks
2013-01-07fdo#57950: Remove last chained appends from avmediaMarcos Paulo de Souza
2013-01-01RTL_CONSTASCII_(U)STRINGPARAM removed in avmediaChr. Rossmanith
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
2012-12-15postprocess: convert to gbuildMatúš Kukan
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-12-04more explicit ctorsDavid Tardon