Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | sdext/source/presenter/*: remove extraneous vertical whitespace | Rich Wareham | |
Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635 | |||
2012-01-10 | Fix for fdo43460 Part XXXII getLength() to isEmpty() | Olivier Hallot | |
Part XXXII Modules sdext | |||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2011-12-27 | function component_canUnload is exported | David Tardon | |
2011-12-26 | catch exception by constant reference | Takeshi Abe | |
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-20 | remove un-used code, and make a start at rampant vspace wasting | Michael Meeks | |
2011-12-19 | fix racecondition in sdext/source/minimizer/makefile.mk | Andras Timar | |
2011-12-19 | fix racecondition in sdext/source/pdfimport/makefile.mk | Bjoern Michaelsen | |
2011-12-15 | fdo#43707: tweak workarounds for fdo#42865: | Michael Stahl | |
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b. | |||
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | |
2011-12-09 | we don't pack runtime with internal extensions | Andras Timar | |
2011-12-08 | Fix misc. bugs in presenter view switch screen feature: make it work. | Michael Meeks | |
2011-12-07 | much improved presenter console monitor switch artwork | Stefan Knorr (astron) | |
2011-12-05 | WaE: fix Mac build wrt. fprintf | Michael Meeks | |
2011-12-05 | presenter console: clean and simplify over-abstract code | Michael Meeks | |
2011-12-05 | presenter console: add 'Switch monitors' button to help get setup | Michael Meeks | |
For years, we've been carefully detecting the laptop display, and choosing it as the default display to project to - thus many of our users have configured around this. Provide a way for them to undo the folly, and any subsequent mis-detections easily. Initial Artwork is clearly in need of some bug-fixing. Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called a few dozen times - and has nested switch statements on characters. | |||
2011-12-01 | fix typo | Markus Mohrhard | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-28 | Remove uses of OUString::setCharAt | August Sodora | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from sdext | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | First cut at making pdfimport unit tests work again. | Thorsten Behrens | |
2011-11-22 | remove (empty) help of Presentation Minimizer fdo#39306 | Andras Timar | |
2011-11-22 | WaE: unused variable, and catch by const | Caolán McNamara | |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency. | |||
2011-11-15 | fdo#42865: sdext: no mapfile | Michael Stahl | |
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in PresenterScreen.uno.so and pdfimport.uno.so, build them with hidden visibility. | |||
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-10-31 | enable localization of extension descriptions in sdext | Andras Timar | |
2011-10-30 | Revert "enable localization of extension descriptions in sdext" | Andras Timar | |
This reverts commit 184653370717f99e0cce817822caecde01d20006. | |||
2011-10-30 | enable localization of extension descriptions in sdext | Andras Timar | |
2011-10-25 | remove unused methods from sdext:presenter | Felix Zhang | |
2011-10-20 | Revert "localize description.xml of presenter-screen extension" | Andras Timar | |
This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc. | |||
2011-10-20 | localize description.xml of presenter-screen extension | Andras Timar | |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-16 | Some callcatcher cleaning | Julien Nabet | |
2011-10-05 | eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variable | Andras Timar | |
2011-10-04 | keep it simple, original won't compile except on msvc anyway | Caolán McNamara | |
2011-10-04 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-04 | WaE: unreachable code | Tor Lillqvist | |
2011-10-03 | eliminate @PRESENTEREXTENSIONPRODUCTNAME@ variable | Andras Timar | |
2011-10-03 | fix smoketest-breaking typo again | Andras Timar | |
2011-10-03 | enable l10n of PDF Import display name and description | Andras Timar | |
2011-10-02 | fix smoketest-breaking typo | Caolán McNamara | |
2011-09-30 | upgrade to the newer extension description scheme | Andras Timar | |