summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-1/+1
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl1-2/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+10
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist1-0/+1
2014-05-13vcl: Move ImplDelData functions to app/svdata.cxxChris Sherlock1-0/+21
2014-05-09Revert font initialization fooCaolán McNamara1-56/+1
2014-05-07Handle non-initialized pImplSVData in InitAppFontDataChris Sherlock1-0/+7
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-38/+27
2014-05-07VCL: make it more clear that this is a static function we are calling onChris Sherlock1-1/+1
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock1-3/+51
2014-05-07VCL: Application::SetSettings should not set mnAppFontX to 0Chris Sherlock1-1/+1
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann1-4/+0
2014-05-06ImplSVEvent::mnEvent is always zeroStephan Bergmann1-1/+0
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna1-50/+2
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock1-2/+50
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-0/+2
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann1-1/+0
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann1-1/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-7/+3
2014-02-22pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara1-0/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-33/+33
2014-02-14cid#441406 dereference after nullNoel Grandin1-8/+8
2014-02-04Change Application::SystemSettingsChanging to OverrideSystemSettingsChris Sherlock1-1/+1
2014-02-03EXC_SYSOBJNOTCREATED was not really usedTor Lillqvist1-3/+0
2014-01-28bool improvementsStephan Bergmann1-1/+1