Age | Commit message (Expand) | Author |
2014-03-17 | Consolidate framework::{Resetable,}Guard | Stephan Bergmann |
2014-03-17 | No need for framework::LockHelper to derive from framework::IMutex | Stephan Bergmann |
2014-03-17 | Consolidate framework::{Read,Write}Guard | Stephan Bergmann |
2014-03-17 | Remove superfluous framework::LockHelper::{acquire,release{Read,Write}Access | Stephan Bergmann |
2014-03-17 | Remove no-op framework::LockHelper::downgradeWriteAccess | Stephan Bergmann |
2014-03-17 | No need for framework::IRWLock interface | Stephan Bergmann |
2014-02-26 | Remove visual noise from framework | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-03 | Remove unnecessary #include | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-28 | Introduce com.sun.star.frame.theUICommandDescription singleton. | Matúš Kukan |
2013-12-20 | typo fixes | Andras Timar |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-09-09 | Bin some uses of the stupid DECLARE_ASCII macro | Tor Lillqvist |
2013-09-09 | Bin unused remains of framework's own "debug framework" | Tor Lillqvist |
2013-09-08 | Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2) | Tor Lillqvist |
2013-09-08 | Use SAL_INFO instead of framework's own LOG_WARNING | Tor Lillqvist |
2013-08-31 | fdo#62475 - remove visual noise | Philipp Riemer |
2013-08-27 | Bin intermediate iterator | Julien Nabet |
2013-08-27 | Bin intermediate iterator + rename parameter function | Julien Nabet |
2013-08-20 | Re-work 8bit characters in source code, or remove them. | Michael Meeks |
2013-07-23 | Convert the easy cases in framework to WeakImplHelper | Noel Grandin |
2013-07-23 | improve comments | Noel Grandin |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-05-22 | fdo#46808, convert XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-14 | LockHelper::getGlobalLock is never called with an argument | Stephan Bergmann |
2013-05-14 | Remove unused LOCKTYPE_FRAMEWORK env var override | Stephan Bergmann |
2013-05-14 | ENABLE_MUTEXDEBUG is never defined | Stephan Bergmann |
2013-05-14 | SolarMutex does not belong into the URE interface | Stephan Bergmann |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2013-04-15 | fdo#60724 informations -> information | Thomas Arnhold |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-05 | new module i18nlangtag | Eike Rathke |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-08 | RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals | Krisztian Pinter |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-02-25 | loplugin: improve indentation | Thomas Arnhold |
2013-02-11 | fdo#46808, use linguistic2::LanguageGuessing service constructor | Noel Grandin |
2012-12-21 | fdo#46808, Use service constructor for frame::UICommandDescription | Noel Grandin |
2012-11-22 | AllSettings with LanguageTag | Eike Rathke |
2012-11-16 | use LanguageTag | Eike Rathke |
2012-11-15 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-10-31 | fdo#46808, Deprecate configuration::ConfigurationProvider old-style service | Noel Grandin |
2012-10-23 | fdo#46808, use service constructor for frame::ModuleManager | Noel Grandin |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-08-16 | -Werror,-Wunused-value (Clang towards 3.2) | Stephan Bergmann |
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold |