Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: remove some more | Thomas Arnhold | |
2012-02-22 | unusedcode.easy: vcl: remove DrawNativeControlText() | Thomas Arnhold | |
2012-02-22 | EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option) | Josh Heidenreich | |
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-21 | headless: more work in vcl | Riccardo Magliocchetti | |
Provide HeadlessSalSystem::ShowNativeDialog() instead of having it if-zeroed. Then remove LIBO_HEADLESS ifdefery from unx/generic/plugadapt/salplug.cxx which we are not building anymore. | |||
2012-02-21 | unwrap ifdefs with unused members | Caolán McNamara | |
2012-02-21 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-21 | Put HEADLESS definition under LIBO namespace | Riccardo Magliocchetti | |
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g. | |||
2012-02-20 | vcl: TwoRect -> SalTwoRect | Thomas Arnhold | |
2012-02-20 | headless: cleanup HEADLESS definition | Riccardo Magliocchetti | |
Define HEADLESS globally as it is meant to be. | |||
2012-02-20 | vcl: simplify logic | Thomas Arnhold | |
Thanks to Cor Nouws | |||
2012-02-20 | unusedcode.easy: some cleaning | Thomas Arnhold | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | Resoves fdo#42901 duplicated .pfb without duplicated .afm drops font | Caolán McNamara | |
If we have a duplicate font entry the duplicate is dropped, but if the first font was invalid, e.g. .pfb without .afm this results in dropping *both* fonts, the valid and invalid one | |||
2012-02-19 | vcl: dead code | Thomas Arnhold | |
2012-02-19 | risk converting ByteString to rtl::OString for OSes I don't have | Caolán McNamara | |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-19 | pngread: remove some unused defines | Thomas Arnhold | |
2012-02-18 | WaE: unused variable rc | Thomas Arnhold | |
2012-02-18 | WaE: unused variable err | Thomas Arnhold | |
2012-02-18 | vcl: remove some more unused windows code | Thomas Arnhold | |
2012-02-18 | vcl: nFallbacklevel has no effect | Thomas Arnhold | |
2012-02-18 | WaE: fix build | Michael Meeks | |
2012-02-18 | fix build | Ivan Timofeev | |
2012-02-18 | Replaced 'if-elseif-else' chains with 'switches' where they seem natural | Mariusz Dykierek | |
2012-02-18 | vcl: bring ImplFindByLocale back (windows build) | Thomas Arnhold | |
Sorry for this. | |||
2012-02-18 | Revert "vcl: bring ImplFindByLocale back (windows build)" | Thomas Arnhold | |
This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652. This was nothing... | |||
2012-02-18 | remove some unused windows code | Thomas Arnhold | |
2012-02-18 | vcl: bring ImplFindByLocale back (windows build) | Thomas Arnhold | |
Partially reverts 78e9ba6febb7402d4661fbf7934a2526efc8629a This is used by WinGlyphFallbackSubstititution::FindFontSubstitute | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | Remove unused code | Elton Chung | |
2012-02-18 | partial revert of unused code removal, and add LINUX guards | Michael Meeks | |
2012-02-17 | Removed unused code from vcl module | Szabolcs Dezsi | |
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-17 | vcl: simplify cut/paste shared module lists | Michael Meeks | |
2012-02-17 | Introduce headless switch for X / cairo / toolkit less build | Riccardo Magliocchetti | |
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode. | |||
2012-02-17 | suppress -Werror for vclplug_gtk3 | David Tardon | |
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
2012-02-15 | I can't see the point of these masses of vcl settings which go nowhere | Caolán McNamara | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-15 | When using libmerged there is no "tk" library | Tor Lillqvist | |
2012-02-15 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-15 | Revert temporary and not properly ifdeffed Android stuff | Tor Lillqvist | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann | |