summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
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-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10ImplSVGDIData didn't dispose its contents previously; clobber it for now.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist
2015-03-28The pExceptionHandler variable can be staticTor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28Make console-only mode a proper subset of headless modeTor Lillqvist
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25TyposJulien Nabet
2015-03-20opengl dr.memory: Avoid double delete.Jan Holesovsky
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-16Typo: warpper->wrapperJulien Nabet
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks
2015-03-10Scheduler: replaced max cast with SAL_MAX_UINT64Tobias Madl
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
2015-03-06adapted comments and variable namesTobias Madl
2015-03-06Scheduler: removed variable priorityTobias Madl
2015-03-06Timer/Idle: wipe out old functionalityTobias Madl
2015-03-06Timer: added new saltimer handlingTobias Madl