summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
AgeCommit message (Expand)Author
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist
2015-03-28IsEnableAccessInterface() is not used anywhereTor Lillqvist
2015-03-28Fix weird style, whitespace changes onlyTor Lillqvist
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin
2015-01-09SolarMutexClearableGuard and SolarMutexResettableGuard are never overridenNoel Grandin
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09enum Service is unusedNoel Grandin
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2014-12-15drop newly unused Application::ValidateSystemFontCaolán McNamara
2014-12-10Instantiate ImplSVData on demandStephan Bergmann
2014-12-10Demote Application::IsHeadlessModeRequested to local hackStephan Bergmann
2014-11-29vcl: Remove DummyApplicationChris Sherlock
2014-11-28vcl: remove newlines from include/vcl/svapp.hxxChris Sherlock
2014-10-27cid#705053 Dereference after null checkNoel Grandin
2014-09-30vcl: use DBG_UTIL for additional members in SolarMutexTryAndBuyGuardMichael Stahl
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-09Revert font initialization fooCaolán McNamara
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock
2014-05-07Use css alias in svapp.hxxChris Sherlock
2014-05-07Indent svapp.hxx functionsChris Sherlock
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-02-04More Application class documentation updatesChris Sherlock
2014-02-04Change Application::SystemSettingsChanging to OverrideSystemSettingsChris Sherlock
2014-01-28Document Application classChris Sherlock
2014-01-23Remove unnecessary verbiage.Chris Sherlock
2014-01-23Document more of VCL's Application classChris Sherlock
2014-01-22Fix misaligned code commentChris Sherlock
2014-01-22Improve settings code reabilityChris Sherlock
2014-01-21Change EnableNoYieldMode(bool) to better namesChris Sherlock
2014-01-20Remove unused Window parameter from SystemSettingsChangingChris Sherlock
2014-01-20Document VCL Application classChris Sherlock
2014-01-08Revert "make FilePicker::createWithMode not crash"Matúš Kukan
2013-12-28make FilePicker::createWithMode not crashCaolán McNamara