summaryrefslogtreecommitdiff
path: root/desktop/source/splash
AgeCommit message (Expand)Author
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl
2015-04-29Fix for gcc 4.6.3Juergen Funk
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-17desktop: convert new to ::Create.Michael Meeks
2015-04-10More misc. cleanup.Michael Meeks
2015-04-10splash: de-confuse mixed VCL and UNO reference counting.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-02-12Remove dead implementation specificationStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-03Clean up some weird loggingTor Lillqvist
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-18desktop: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold
2014-06-04desktop: fix includesThomas Arnhold
2014-05-30fix / in #defineNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-23coverity#982428 Division or modulo by float zeroCaolán McNamara
2014-05-08desktop: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18coverity#984085 Uninitialized scalar fieldCaolán McNamara
2014-01-08Missing XServiceInfoStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-21fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-01RTL_CONSTASCII_(U)STRINGPARAM removed in desktopChr. Rossmanith
2012-11-30drop one more #include <rtl/locale.hxx>David Tardon
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-10-30cppCheck: unusedStructMemberjailletc36
2012-10-10drop unused #includeDavid Tardon
2012-10-02splash screen: fix RTL modeIvan Timofeev