summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-8/+8
* afl-eventtesting: add Application::EndAllDialogsCaolán McNamara2015-10-081-0/+4
* convert Link<> to typedNoel Grandin2015-09-221-1/+2
* convert Link<> to typedNoel Grandin2015-09-211-2/+2
* convert Link<> to typedNoel Grandin2015-09-201-2/+2
* convert Link<> to typedNoel Grandin2015-09-161-2/+2
* ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin2015-09-141-1/+1
* convert Link<> to typedNoel Grandin2015-09-111-2/+2
* convert Link<> to typedNoel Grandin2015-09-101-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+3
* remove PostScrollEvent and PostZoomEventNoel Grandin2015-07-301-25/+1
* Fix Android buildNoel Grandin2015-07-301-0/+24
* loplugin:unusedmethodsNoel Grandin2015-07-301-28/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl2015-06-261-1/+7
* PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks2015-05-081-1/+3
* Gradually typed LinkStephan Bergmann2015-04-301-14/+13
* Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-091-1/+1
* Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist2015-03-301-0/+7
* IsEnableAccessInterface() is not used anywhereTor Lillqvist2015-03-281-9/+0
* Fix weird style, whitespace changes onlyTor Lillqvist2015-03-281-53/+68
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-1/+3
* loplugin:deletedspecialStephan Bergmann2015-02-071-6/+6
* FocusChanged and DataChanged are never overridenNoel Grandin2015-01-121-16/+0
* SolarMutexClearableGuard and SolarMutexResettableGuard are never overridenNoel Grandin2015-01-091-4/+4
* fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin2015-01-091-8/+15
* enum Service is unusedNoel Grandin2015-01-091-6/+0
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* drop newly unused Application::ValidateSystemFontCaolán McNamara2014-12-151-12/+0
* Instantiate ImplSVData on demandStephan Bergmann2014-12-101-1/+0
* Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann2014-12-101-12/+0
* vcl: Remove DummyApplicationChris Sherlock2014-11-291-7/+6
* vcl: remove newlines from include/vcl/svapp.hxxChris Sherlock2014-11-281-1/+0
* cid#705053 Dereference after null checkNoel Grandin2014-10-271-1/+1
* vcl: use DBG_UTIL for additional members in SolarMutexTryAndBuyGuardMichael Stahl2014-09-301-4/+4
* add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl2014-09-261-0/+47
* fdo#82577: Handle WindowNoel Grandin2014-09-231-16/+16
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-2/+2
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+3
* Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist2014-05-221-4/+6
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-2/+2
* Revert font initialization fooCaolán McNamara2014-05-091-6/+0
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-17/+8
* Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock2014-05-071-0/+6
* Use css alias in svapp.hxxChris Sherlock2014-05-071-2/+4
* Indent svapp.hxx functionsChris Sherlock2014-05-071-13/+13
* Application::UserEvent and Window::UserEvent are emptyStephan Bergmann2014-05-061-8/+0
* Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna2014-05-051-19/+13
* Move ImplInitAppFontData from Window to ApplicationChris Sherlock2014-05-041-13/+19
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-16/+16