summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos1-1/+1
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud1-0/+9
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-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin1-1/+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-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
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-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-3/+3
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara1-1/+1
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock1-7/+7
2014-04-14typo: befor -> beforeThomas Arnhold1-2/+2
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann4-188/+3
2014-04-07Clean up ImplSVMainHook declarationStephan Bergmann2-3/+5
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist15-44/+0
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann4-490/+9
2014-03-28DbgOutTypef -> SAL_WARNStephan Bergmann1-54/+45
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-155/+11
2014-03-28fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi1-5/+15
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-17/+17
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann2-22/+0
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-13/+0
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-29/+0
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann2-1/+7
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-1/+1
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-48/+0
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-11/+12
2014-03-12Rename the Application_Impl class to DummyApplicationTor Lillqvist1-4/+4
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+3
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-2/+2
2014-03-06Cosmetics and bin some pointless SAL_INFOsTor Lillqvist1-9/+4
2014-03-04valgrind: remove unused mnOptionsCaolán McNamara1-5/+3
2014-03-04Add mode linesTakeshi Abe2-1/+5
2014-03-03-Werror,-Wbool-conversionStephan Bergmann1-1/+1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock3-7/+7
2014-02-27GetContextMenuDown is always trueCaolán McNamara1-10/+0
2014-02-27callcatcher: update unused codeCaolán McNamara1-333/+0
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock3-4/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-35/+35
2014-02-26sal_Bool -> bool fixupStephan Bergmann1-5/+5
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock7-248/+0