summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-31tdf#100159: On Windows, compile GL shaders in advance, disable GL on failureTor Lillqvist1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10desktop: Make the --writer/--calc/--impress command line options work again.Jan Holesovsky1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-06afl-event-testing: afl-1.93b has a new persistent patternCaolán McNamara1-18/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-14/+14
2015-11-04yyyyyNoel Grandin1-18/+16
2015-11-02afl-eventtesting: can simplify this now we use QueryExitCaolán McNamara1-38/+3
2015-11-02afl-eventtesting: fix persistent modeCaolán McNamara1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-10afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara1-13/+22
2015-10-09afl-eventtesting: provide a way to pseudo-restartCaolán McNamara1-1/+58
2015-10-07afl-eventtesting: it has learned to open the file dialogCaolán McNamara1-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-2/+2
2015-09-12desktop: com::sun::star->cssNoel Grandin1-51/+49
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-17/+17
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+0
2015-07-08Fix typosAndrea Gelmini1-3/+3
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15Dead codeStephan Bergmann1-15/+0
2015-05-22loplugin:constantfunctionNoel Grandin1-12/+6
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-3/+3
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-18/+18
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-17/+17
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist1-13/+15
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist1-15/+13
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist1-35/+0
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-16/+17
2015-03-19loplugin:constantfunction: vclNoel Grandin1-3/+0
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann1-2/+2
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+3
2015-02-03Clean up some weird loggingTor Lillqvist1-6/+0
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-3/+3