Age | Commit message (Expand) | Author |
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 |
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 | extensions: fix GCC-4.7 build | Miklos Vajna |
2015-04-28 | loplugin:vclwidgets (best guess) | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | Dialog::Execute return type is short/VclResponseType | Stephan Bergmann |
2015-04-28 | executedDialog _nExecutionResult param is of type sal_Int16/VclResponseType | Stephan Bergmann |
2015-04-28 | Dialog::EndDialog nResult param is of type long/VclResponseType | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-23 | fix windows build | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | extensions: remove unnecessary include | Michael Stahl |
2015-04-22 | Fix a number of boost::unique_ptr errors. | Michael Meeks |