summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-07-14sc lok: add more toolbar itemsHenry Castro1-1/+3
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann1-3/+0
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+12
2016-07-12opencl: bail out early in missing OpenCL case.Michael Meeks1-0/+1
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks4-0/+182
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2-2/+2
2016-07-10lok: disable unused UNO commandsHenry Castro1-4/+0
2016-07-09Resolves: tdf#90526 don't show splashscreen for -pt -or -pCaolán McNamara1-1/+2
2016-07-09Resolves: tdf#71064 failed to open display with -h but not --helpCaolán McNamara1-1/+1
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+3
2016-07-08Resolves: tdf#100713 on cancel curData points to deleted parents vector entryCaolán McNamara1-6/+8
2016-07-08don't need to link to these libraries anymoreCaolán McNamara1-2/+0
2016-07-08Related: rhbz#100713 move extensions restart to a better placeCaolán McNamara5-9/+26
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-3/+3
2016-07-07sc lok: add number format toolbar itemsHenry Castro1-1/+4
2016-07-06sc lok: add toolbar item wrap text and merge cellsHenry Castro1-1/+3
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann2-3/+3
2016-07-05use a dynamic library for minidump shared codeMarkus Mohrhard5-5/+16
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-07-03sd: add status bar UNO commandsHenry Castro1-1/+4
2016-07-03sw lok: add status bar UNO commandsHenry Castro1-1/+5
2016-07-02sc lok: add status bar UNO commandsHenry Castro1-1/+11
2016-07-01svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+2
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+2
2016-06-30LOK: change back type of view ids to intMiklos Vajna2-10/+10
2016-06-27loplugin:singlevalfields in dbaccessNoel Grandin2-21/+9
2016-06-23Revert "desktop: fix loplugin:oncevar"Miklos Vajna1-1/+1
2016-06-23tdf#46279 Show restart message after extension installationirem2-0/+8
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin2-12/+12
2016-06-22desktop: fix loplugin:oncevarMiklos Vajna1-1/+1
2016-06-21lok: Change version string to JSON formatPranav Kant1-1/+9
2016-06-21lok: Expose LO version informationPranav Kant1-0/+12
2016-06-20switch to EHs on windowsMarkus Mohrhard1-3/+0
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+2
2016-06-20Convert PART to scoped enumNoel Grandin1-3/+3
2016-06-18loplugin:unusedvariablecheckMarkus Mohrhard1-1/+0
2016-06-18move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard1-6/+0
2016-06-17LOK: change type of view ids to uintptr_tMiklos Vajna2-13/+14
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna3-24/+6
2016-06-16comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna2-2/+2
2016-06-16sw lok: move filtering of callbacks during paint to desktopMiklos Vajna3-4/+11
2016-06-15work around MSVCR2013 bug around AVX, tdf#99410Markus Mohrhard1-0/+6
2016-06-15Resolves: tdf#91603 if we cancel/discard recovery dialog, continue as normalCaolán McNamara1-1/+1
2016-06-15Fix per-view CppunitTest_libreofficekit_tiledrenderingMiklos Vajna1-2/+3
2016-06-10Clean up uses of Any::getValue() in desktopStephan Bergmann1-6/+9
2016-06-10tdf#43157: Clean up OSL_TRACEArnold Dumas2-33/+17
2016-06-09desktop lok: implement per-view CallbackFlushHandlerMiklos Vajna3-12/+20
2016-06-09desktop lok: move CallbackFlushHandler impl details out of headerMiklos Vajna2-191/+207
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2