summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann2-3/+3
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl1-0/+3
2018-01-22tdf#38915: set cProcessed condition on any process outcomeMike Kaganski2-7/+46
2018-01-21iOS, removed iOS special handling in init()jan Iversen1-14/+0
2018-01-20iOS, allow unorc to be readjan Iversen1-0/+7
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-19/+13
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-18sw lokit: add page syles to header & footerHenry Castro2-0/+30
2018-01-18iOS, readded function declaration.jan Iversen1-0/+1
2018-01-18iOS: add a temporarily exposed function that calls CallbackFlushHandler::Invo...Jon Nermut1-0/+18
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-2/+2
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-15More loplugin:cstylecast: desktopStephan Bergmann2-3/+3
2018-01-14Fix typosAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: desktopStephan Bergmann9-48/+48
2018-01-12iOS, correct rc file namejan Iversen1-1/+1
2018-01-10iOS, corrected path in LOjan Iversen1-3/+4
2018-01-08lokdialog: Enable input before posting mouse eventsPranav Kant1-0/+5
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-1/+1
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian1-2/+4
2017-12-23LOK: support password-protected PDF docsAshod Nakashian1-2/+10
2017-12-22request installation of langpack via packagekitCaolán McNamara1-1/+2
2017-12-20lokdialog: Use Application::Post{Mouse,Key}Event() to post to main threadPranav Kant1-5/+6
2017-12-19lokdialog: Handle closing of modeless dialogs tooPranav Kant1-1/+1
2017-12-19lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky2-1/+12
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-12-19inline use-once typedefsNoel Grandin3-6/+3
2017-12-18coverity#1426312 Unchecked return valueCaolán McNamara1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski2-39/+25
2017-12-16lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-1/+2
2017-12-15lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-0/+2
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks1-0/+7
2017-12-12Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky1-0/+64
2017-12-11loplugin:salcall fix functionsNoel Grandin18-27/+27
2017-12-08sw lok: enable Page Header/FooterHenry Castro1-1/+3
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin2-2/+2
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-1/+2
2017-12-07lok: discard name languages not registeredHenry Castro1-2/+7
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-06lokdialog: State change events for dialogs uno commandsPranav Kant1-1/+7
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant1-43/+3
2017-12-04lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant1-3/+3
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-41/+14
2017-12-04lokdialog: Kill some code; use already existing method to paintPranav Kant1-1/+1
2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant1-3/+24
2017-12-04lokdialog: Execute all UNO commands asynchronously for LOKPranav Kant2-0/+8