summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-11remove accidental code checked inNoel Grandin1-5/+0
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-0/+5
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-2/+2
2015-05-08Take SolarMutex when pushing app events that need a VclPtr.Michael Meeks1-0/+1
2015-05-08loplugin:redundantcastStephan Bergmann1-3/+3
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks1-1/+11
2015-04-30Gradually typed LinkStephan Bergmann1-13/+13
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-5/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-13/+26
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-11/+19
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-1/+6
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-1/+1
2015-03-28Make console-only mode a proper subset of headless modeTor Lillqvist1-0/+1
2015-03-06Timer/Idle: wipe out old functionalityTobias Madl1-4/+0
2015-03-06Clean up minor fixesTobias Madl1-1/+2
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-9/+5
2015-03-06Optimized Timer/Idle codeTobias Madl1-6/+3
2015-03-06Idle: Idle and Timer completely independendTobias Madl1-1/+2
2015-03-06Idle: Better place for Idle handlingTobias Madl1-1/+3
2015-03-06Timer: first independend idle useTobias Madl1-1/+4
2015-02-04make idle timers actually activate only when idleLuboš Luňák1-2/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin1-9/+0
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15drop newly unused Application::ValidateSystemFontCaolán McNamara1-15/+0
2014-12-10Instantiate ImplSVData on demandStephan Bergmann1-3/+0
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann1-14/+0
2014-11-29vcl: Remove DummyApplicationChris Sherlock1-0/+6
2014-11-20vcl: remove Application as friend of OutputDeviceChris Sherlock1-13/+13
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-31drop KeyCode::IsDefinedKeyCodeEqualNoel Grandin1-1/+1
2014-10-27cid#705053 Dereference after null checkNoel Grandin1-5/+3
2014-10-06Don't unintentionally unload the tk libraryTor Lillqvist1-0/+1
2014-10-02coverity#1242494 Resource leakCaolán McNamara1-5/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-37/+37
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-28/+28
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks1-1/+7