Age | Commit message (Expand) | Author |
2015-06-04 | uno::Sequence provides now begin and end | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-29 | tdf#91702 - fix stack-based MessBox allocation. | Michael Meeks |
2015-05-29 | loplugin:redundantcast: const_cast to same type | Stephan Bergmann |
2015-05-29 | Fix Windows 64-bit build | Stephan Bergmann |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung |
2015-05-28 | tdf#91671 avoid use of already disposed control | David Tardon |
2015-05-26 | convert SCROLL constants to scoped enum | Noel Grandin |
2015-05-26 | convert INVALIDATE constants to scoped enum | Noel Grandin |
2015-05-25 | Audit all PostUserEvent calls and instrument for VclPtr. | Michael Meeks |
2015-05-25 | convert WINDOW_ZORDER constants to scoped enum | Noel Grandin |
2015-05-25 | convert SHOW constants to scoped enum | Noel Grandin |
2015-05-22 | convert WINDOW_POSSIZE constants to scoped enum | Noel Grandin |
2015-05-22 | convert POINTER constants to scoped enum | Noel Grandin |
2015-05-21 | convert SWIB constants to scoped enum | Noel Grandin |
2015-05-20 | convert TEXT_DRAW constants to scoped enum | Noel Grandin |
2015-05-18 | loplugin:staticmethods | Stephan Bergmann |
2015-05-18 | refactor scanner ext. to use RenderContext | Tomaž Vajngerl |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-14 | tdf#91240 - cope with state-change after dispose and dispose fixedtext. | Michael Meeks |
2015-05-13 | convert FLOATWIN_POPUPMODE constants to scoped enum | Noel Grandin |
2015-05-12 | Switch VclBuilder constructors to use VclPtr. | Michael Meeks |
2015-05-11 | Revert "Switch VclBuilder constructors to use VclPtr." | Michael Meeks |
2015-05-11 | Switch VclBuilder constructors to use VclPtr. | Michael Meeks |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-10 | No more need for EMPTYARG in C++11 | Stephan Bergmann |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-09 | tdf#91052 - more macros for 'make' constructors. | Michael Meeks |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-08 | Clean up checks of sal_Bool values | Stephan Bergmann |
2015-05-06 | convert CONFIG_MODE constants to scoped enum | Noel Grandin |
2015-05-06 | Use various typed ToolBox::Set*Hdl Links | Stephan Bergmann |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-04 | Use typed TabControl::SetDeactivatePageHdl Link | Stephan Bergmann |
2015-05-01 | these are static all the way down | Caolán McNamara |
2015-05-01 | another attempt to get coverity to parse this | Caolán McNamara |
2015-04-30 | reorg this template to see if coverity can parse then | Caolán McNamara |
2015-04-30 | Use typed MaybeFile Link | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Get rid of initial :: for the svx namespace | Tor Lillqvist |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-29 | Clean up tools/link.hxx | Stephan Bergmann |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
2015-04-29 | redundant cast | Caolán McNamara |
2015-04-29 | convert WZB_ constants to scoped enum | Noel Grandin |
2015-04-29 | Also add RenderContext parameter to updatecheckui | Tomaž Vajngerl |