Age | Commit message (Expand) | Author |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #4 | tymyjan |
2016-04-02 | cleanup: remove unused Reference.h(xx) includes | Jochen Nitschke |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-31 | use SAL_N_ELEMENTS in for loops | Noel Grandin |
2016-03-25 | fix headless build | Oliver Specht |
2016-03-16 | loplugin:constantparams in vcl/ | Noel Grandin |
2016-03-12 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-03-10 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-10 | loplugin:constantparam in toolkit | Noel Grandin |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-17 | Fix missing iterator include on MSVC 14.0 | David Ostrovsky |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-12 | tdf#95857 Sort out German plurals ... | danielt998 |
2016-02-13 | vcl: include vcl headers via triangular brackets instead of quotes | Chris Sherlock |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock |
2016-02-03 | toolkit: remove some comment cruft from vclunohelper.cxx | Chris Sherlock |
2016-02-03 | tdf#39468 toolkit: translate some German comments in the VCL UNO helper file | Chris Sherlock |
2016-01-31 | tools: rename FontUnderline to FontLineStyle | Chris Sherlock |
2016-01-27 | Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs | Stephan Bergmann |
2016-01-26 | OpenGLWrapper is the right place for getBufferSwapCounter() | Tor Lillqvist |
2016-01-26 | Put getBufferSwapCounter() in OpenGLWindow instead | Tor Lillqvist |
2016-01-26 | Add API to get the number of OpenGL buffer swaps, including through UNO | Tor Lillqvist |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-21 | vcl: rename Font::GetFamily to Font::GetFamilyType | Chris Sherlock |
2016-01-18 | loplugin: unused return values | Noel Grandin |
2016-01-18 | vcl: change Font::SetName() to Font::SetFamilyName() | Chris Sherlock |
2016-01-17 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-16 | revert vcl patch series that brok Mac and Windows | Norbert Thiebaud |
2016-01-16 | vcl: change Font::SetName() to Font::SetFamilyName() | Chris Sherlock |
2016-01-16 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-13 | vcl: Create accessor and mutator for int and ext leading in FontMetric | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-05 | tdf#94715 - ensure we remove ourselves from the same event source. | Michael Meeks |
2015-12-21 | toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue | Miklos Vajna |
2015-12-03 | uno::Sequence->std::vector in vcl::Throbber | Noel Grandin |
2015-11-27 | No need to extend css.awt.XToolkitExperimental | Stephan Bergmann |
2015-11-26 | vcl: fix event processing to idle - for JUnit tests. | Michael Meeks |
2015-11-26 | downgrade warning to info | Caolán McNamara |
2015-11-25 | loplugin:unusedfields in include/toolkit,include/tools | Noel Grandin |
2015-11-23 | Update-check, expand to allow reporting of H/W and OS versions. | Michael Meeks |
2015-11-20 | add mapKeysToSequence/mapValuesToSequence methods to comphelper | Noel Grandin |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann |
2015-11-09 | com::sun::star->css in toolkit/ | Noel Grandin |
2015-11-06 | coverity#1338239 Uncaught exception | Caolán McNamara |