Age | Commit message (Expand) | Author |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-05-25 | convert ImageType to scoped enum | Noel Grandin |
2016-04-07 | Get rid of BaseHash wrapper (to unbreak Windows build) | Stephan Bergmann |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #3 | tymyjan |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-02 | loplugin:stringconstant | Noel Grandin |
2015-10-14 | com::sun::star->css in framework | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-14 | framework: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | framework: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-09-30 | framework: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-06-03 | coverity#1219794 Uncaught exception | Caolán McNamara |
2014-06-03 | coverity#1219801 Uncaught exception | Caolán McNamara |
2014-04-07 | framework: sal_Bool->bool | Noel Grandin |
2014-04-06 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-20 | Use an osl::Mutex directly | Stephan Bergmann |
2014-03-20 | Remove unused ThreadHelpBase base | Stephan Bergmann |
2014-03-19 | Remove unused ThreadHelpBase base | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-06 | fwk: Constructor feature for single-instance WindowStateConfiguration. | Matúš Kukan |
2014-01-30 | fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier. | Matúš Kukan |
2014-01-28 | fwk: Constructor feature for one instance UICategoryDescription. | Matúš Kukan |
2014-01-18 | fwk: Use constructor feature for ModuleUIConfigurationManager. | Matúš Kukan |
2014-01-17 | fwk: Use constructor feature for ImageManager. | Matúš Kukan |
2014-01-17 | fwk: Use constructor feature for UIConfigurationManager. | Matúš Kukan |
2013-11-05 | fixincludeguards.sh: framework | Thomas Arnhold |
2013-10-23 | clean up some include guards | Thomas Arnhold |
2013-09-26 | Otherwhise -> Otherwise | Jesús Corrius |
2013-07-23 | Convert ModuleUIConfigurationManagerSupplier to WeakImplHelper | Noel Grandin |
2013-07-23 | Convert UIConfigurationManager to WeakImplHelper | Noel Grandin |
2013-07-23 | convert WindowStateConfiguration to WeakImplHelper | Noel Grandin |
2013-07-23 | fdo#46808, Convert ui::ModuleUIConfigurationManager service to new style | Noel Grandin |
2013-06-05 | fdo#46808, Convert the rest of XMultiServiceFactory in framework module | Noel Grandin |
2013-05-28 | fdo#46808, Convert some XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-05-28 | fdo#46808, Convert ui:*AcceleratorConfiguration to new style | Noel Grandin |
2013-05-22 | fdo#46808, Convert XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-16 | Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHash | Ariel Constenla-Haile |
2013-03-07 | fdo#46808, Convert ui::UIConfigurationManager to new-style | Noel Grandin |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-03-04 | fdo#46808, convert task::StatusIndicatorFactory to new style | Noel Grandin |
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-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann |