summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2014-08-11Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos
2014-08-08vcl: don't throw misleading exceptions on every failed accessMichael Stahl
2014-07-21Our log area checking Clang plugin requires it to be a string literalTor Lillqvist
2014-07-21fdo#81532 Handle symlinks to icon themes correctlyTobias Lippert
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks
2014-06-28Avoid loading persona images in headless mode.Michael Meeks
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks
2014-05-13vcl: Move ImplDelData functions to app/svdata.cxxChris Sherlock
2014-05-09Revert font initialization fooCaolán McNamara
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin
2014-05-07Handle non-initialized pImplSVData in InitAppFontDataChris Sherlock
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-07VCL: make it more clear that this is a static function we are calling onChris Sherlock
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock
2014-05-07VCL: Application::SetSettings should not set mnAppFontX to 0Chris Sherlock
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann
2014-05-06ImplSVEvent::mnEvent is always zeroStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-05Revert "Move ImplInitAppFontData from Window to Application"Miklos Vajna
2014-05-04Move ImplInitAppFontData from Window to ApplicationChris Sherlock
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07Clean up ImplSVMainHook declarationStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann
2014-03-28DbgOutTypef -> SAL_WARNStephan Bergmann
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann
2014-03-28fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-12Rename the Application_Impl class to DummyApplicationTor Lillqvist
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe