summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin7-21/+13
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin3-11/+13
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl1-2/+14
2019-08-12Fix typosAndrea Gelmini2-4/+4
2019-08-10Fix typosAndrea Gelmini3-4/+4
2019-08-08lok: Output a SAL_WARN only if message is not emptyTomaž Vajngerl1-1/+1
2019-08-07Remove some unused includesMiklos Vajna2-2/+1
2019-08-06tdf#107471 Add checkbox to enable/disable sending crash reports to TDFGabor Kelemen1-1/+1
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-08-02clipboard: add profile zones.Michael Meeks1-1/+7
2019-08-02clipboard: elide string constructor.Michael Meeks1-4/+1
2019-08-02clipboard: elide string constructor.Michael Meeks1-1/+1
2019-08-02Removed duplicated includeAndrea Gelmini1-1/+0
2019-08-02Use implicit OString constructor and cleanup casts.Michael Meeks2-13/+13
2019-08-02clipboard: repair unit test so that it runs in the lok mode.Michael Meeks2-1/+3
2019-08-02clipboard: log before erasingAshod Nakashian1-1/+1
2019-08-02clipboard: check for null.Michael Meeks1-2/+1
2019-08-02lok: share more of the clipboard mime-type handling code.Michael Meeks1-14/+1
2019-08-02clipboard: encourage paste to show up by having some dummy content.Michael Meeks2-0/+16
2019-08-02Try harder to generate HTML from text.Michael Meeks1-22/+57
2019-08-02Set clipboard for a window when createdSzymon Kłos1-0/+12
2019-08-02LOK: Copy Graphics as embedded PNG in HTMLAshod Nakashian1-1/+35
2019-08-02lok: cleanup clipboards associated with a view on destruction.Michael Meeks3-7/+38
2019-08-02LOK: Enable embedding images in text/html format outputAshod Nakashian1-1/+1
2019-08-02LOK: detect Graphics in isComplex for WriterAshod Nakashian1-1/+1
2019-08-02LOK: Implement getSelectionTypeAshod Nakashian2-5/+9
2019-08-02clipboard: get view setting correct before setClipboard.Michael Meeks2-3/+9
2019-08-02lok: clipboard: per view clipboard creation.Michael Meeks4-14/+37
2019-08-02lok: clipboard: per view clipboard creation.Michael Meeks4-39/+209
2019-08-02LOK: Support detecting complex selectionsAshod Nakashian2-1/+85
2019-08-02lok: use utf-8 for text/plain always.Michael Meeks1-2/+5
2019-08-02Add more powerful selection fetch & clipboard set methods.Michael Meeks3-48/+180
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-08-01remove unnecessary code in doc_registerCallbackNoel Grandin1-16/+0
2019-08-01clean up ViewCallback nicelyNoel Grandin1-26/+18
2019-08-01new loplugin:mapindexNoel Grandin1-1/+1
2019-07-31desktop: fix UB in DesktopLOKTest::testCommentsCallbacksWriter()Miklos Vajna1-5/+10
2019-07-31desktop: fix UB in DesktopLOKTest::testWriterCommentInsertCursor()Miklos Vajna1-1/+6
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann16-34/+34
2019-07-30sfx2: Enable sidebar on calc and writer, but not in impressAshod Nakashian2-0/+20
2019-07-29sfx2: Re-enable the sidebars for LOKAshod Nakashian3-10/+18
2019-07-25Fix typosAndrea Gelmini1-3/+3
2019-07-25LOK: support resizing windowsAshod Nakashian2-1/+23
2019-07-25LOK: Do not offset window coordinates in LOKAshod Nakashian1-1/+1
2019-07-25LOK: Reduce and improve logging of event compressionAshod Nakashian1-27/+32
2019-07-25LOK: Minor window event processing cleanupAshod Nakashian1-10/+10
2019-07-25LOK: Refactor large event queueing casesAshod Nakashian2-265/+303
2019-07-25LOK: Remove window invalidations prior to size_changedAshod Nakashian1-0/+18
2019-07-25LOK: Window creation supersedes any events on same windowAshod Nakashian1-0/+13
2019-07-25LOK: Reduce logging while processing eventsAshod Nakashian2-7/+16