Age | Commit message (Expand) | Author |
2017-12-05 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-26 | clang-tidy modernize-loop-convert in e* | Noel Grandin |
2016-03-23 | loplugin:constantparam in extensins | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-08-26 | Convert vcl Button Link<> click handler to typed Link<Button*,void> | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-18 | refactor scanner ext. to use RenderContext | Tomaž Vajngerl |
2015-05-09 | tdf#91052 - more macros for 'make' constructors. | Michael Meeks |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in extensions | Noel Grandin |
2014-10-30 | nothing to see here, move along | Caolán McNamara |
2014-10-30 | coverity#735608 Division or modulo by float zero | Caolán McNamara |
2014-09-30 | fdo#82577: Handle Region | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-15 | cppcheck: unpreciseMathCall | Julien Nabet |
2014-06-17 | coverity#1223093 Uninitialized scalar field | Caolán McNamara |
2014-06-12 | loplugin:unreffun | Stephan Bergmann |
2014-06-12 | scn resource file is empty now post ui-ification | Caolán McNamara |
2014-06-12 | more the png into the .ui so it isn't garbage collected | Caolán McNamara |
2014-06-12 | extract gamma grid drawing to standalone widget | Caolán McNamara |
2014-06-12 | don't use raw english string | Caolán McNamara |
2014-06-12 | Convert GRID_DIALOG to .ui | Palenik Mihály |
2014-06-11 | Resurrect SaneResId in the place where it is still used | Stephan Bergmann |
2014-05-02 | extensions: sal_Bool->bool | Noel Grandin |
2014-04-21 | remove comments why a file gets included | Thomas Arnhold |
2014-04-02 | Avoid possible resource leaks by boost::scoped_array | Takeshi Abe |
2014-03-02 | coverity#704634 Dereference after null check | Caolán McNamara |
2014-03-02 | unnecessary check before delete | Caolán McNamara |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-22 | Resolves: fdo#38838 remove UniString | Caolán McNamara |
2013-10-01 | convert extensions module from String to OUString | Noel Grandin |
2013-07-28 | reduce use of UniString from ResID ctor | Caolán McNamara |
2013-03-27 | _USE_MATH_DEFINES is already taken care of by sal/config.h | Stephan Bergmann |
2013-03-13 | vcl: make Region ctors explicit to prevent overloading desasters | Michael Stahl |