summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Resoves fdo#42901 duplicated .pfb without duplicated .afm drops fontCaolán McNamara1-1/+20
2012-02-19vcl: dead codeThomas Arnhold1-10/+0
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara6-111/+111
2012-02-19ByteString->rtl::OStringCaolán McNamara5-119/+112
2012-02-19Get rid of size() == 0Elton Chung3-7/+7
2012-02-19Remove unused codePetr Vorel2-10/+0
2012-02-19pngread: remove some unused definesThomas Arnhold2-13/+0
2012-02-18WaE: unused variable rcThomas Arnhold1-6/+1
2012-02-18WaE: unused variable errThomas Arnhold1-1/+0
2012-02-18vcl: remove some more unused windows codeThomas Arnhold2-41/+0
2012-02-18vcl: nFallbacklevel has no effectThomas Arnhold1-4/+1
2012-02-18WaE: fix buildMichael Meeks1-0/+2
2012-02-18fix buildIvan Timofeev1-0/+2
2012-02-18Replaced 'if-elseif-else' chains with 'switches' where they seem naturalMariusz Dykierek1-109/+109
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold2-0/+15
2012-02-18Revert "vcl: bring ImplFindByLocale back (windows build)"Thomas Arnhold2-76/+4
2012-02-18remove some unused windows codeThomas Arnhold3-136/+0
2012-02-18vcl: bring ImplFindByLocale back (windows build)Thomas Arnhold2-4/+76
2012-02-18Fix typos in commentsElton Chung4-4/+4
2012-02-18Remove unused codeElton Chung2-15/+0
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks1-0/+10
2012-02-17Removed unused code from vcl moduleSzabolcs Dezsi3-105/+0
2012-02-17Remove unused code.Petr Vorel2-7/+0
2012-02-17vcl: simplify cut/paste shared module listsMichael Meeks1-70/+27
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti9-4/+251
2012-02-17suppress -Werror for vclplug_gtk3David Tardon1-0/+2
2012-02-16callcatcher: update unused code listCaolán McNamara2-5/+3
2012-02-15I can't see the point of these masses of vcl settings which go nowhereCaolán McNamara2-489/+10
2012-02-15Various string function clean upStephan Bergmann4-29/+26
2012-02-15When using libmerged there is no "tk" libraryTor Lillqvist1-1/+7
2012-02-15unusedcode.easy: Removed unused codeAlexander Bergmann8-43/+0
2012-02-15Revert temporary and not properly ifdeffed Android stuffTor Lillqvist1-5/+0
2012-02-15Merge branch 'feature/android'Tor Lillqvist9-43/+679
2012-02-13Remove unused codeElton Chung2-8/+0
2012-02-13unusedcode.easy: Removed unused codeAlexander Bergmann10-87/+0
2012-02-13manual override of ATToolSupport is a windows-only featureCaolán McNamara2-7/+7
2012-02-13Duplicate #includeStephan Bergmann1-1/+0
2012-02-12unusedcode.easy: remove MatrixArrangerThomas Arnhold2-324/+0
2012-02-11unusedcode.easy: clean GtkPrintWrapperThomas Arnhold2-32/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan9-9/+0
2012-02-10Remove unused codeElton Chung2-10/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe5-42/+42
2012-02-10cairo-ft.h should include this alreadyCaolán McNamara1-0/+1
2012-02-10Missing fontconfig.h includeStephan Bergmann1-0/+1
2012-02-09vcl: I18nHelper: delete unused getLocal() methodGreg Kroah-Hartman2-7/+0
2012-02-08vcl: I18nHelper: delete unused GetDate() methodGreg Kroah-Hartman2-8/+0
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin1-1/+0
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich1-0/+2
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-04Better optimal combobox widthCaolán McNamara2-2/+26