summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-28Revert "Fix commit 4959f369d9bdcc"Norbert Thiebaud1-1/+1
2014-01-28Fix commit 4959f369d9bdccChris Sherlock1-1/+1
2014-01-22Improve settings code reabilityChris Sherlock1-4/+13
2014-01-21Change EnableNoYieldMode(bool) to better namesChris Sherlock1-2/+8
2014-01-20Remove unused Window parameter from SystemSettingsChangingChris Sherlock1-2/+1
2014-01-08Revert "make FilePicker::createWithMode not crash"Matúš Kukan1-10/+2
2013-12-28make FilePicker::createWithMode not crashCaolán McNamara1-2/+10
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist1-1/+1
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-6/+4
2013-10-02vcl: add some SolarMutex assertionsMichael Stahl1-0/+2
2013-09-27cppcheck: redundantAssignmentJulien Nabet1-5/+3
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-1/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-217/+0
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-1/+1
2013-08-12convert vcl/svapp.hxx from String to OUStringNoel Grandin1-2/+2
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-2/+2
2013-07-25convert some XubString to OUString in ApplicationNoel Grandin1-4/+4
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-6/+0
2013-07-10Remove an un-used mode on Application::Yield.Michael Meeks1-2/+2
2013-06-30XubString->OUStringCaolán McNamara1-16/+11
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks1-0/+13
2013-05-22replace DialogCancelledException with std::abortMarkus Mohrhard1-2/+0
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-2/+2
2013-05-09sal_Bool to boolTakeshi Abe1-5/+5