summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2020-09-07tdf#136474 wait until mouse grab is dropped to trigger selection callbackCaolán McNamara2-0/+18
2020-09-06sd: add additional asserts for testAnnotationsImportExportTomaž Vajngerl1-1/+28
2020-09-06store annotation subtype in PDFGraphicAnnotation, enum for subtypeTomaž Vajngerl1-4/+8
2020-09-05LOK: allow slide switching in mobile even if it is same slidePranam Lashkari1-1/+3
2020-09-04tdf#118148 Extended tips for simpress/ and sdraw/Olivier Hallot22-54/+912
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-1/+2
2020-09-03blind fix for tdf129346 test intermittent failureCaolán McNamara1-2/+13
2020-09-02move Edit into toolkit only headersCaolán McNamara1-1/+2
2020-09-02SetCallHandlersOnInputDisabled unneeded if AlwaysDisableInput not usedCaolán McNamara1-1/+0
2020-09-02annotation label doesn't need to be an Edit, FixedText is enoughCaolán McNamara1-0/+1
2020-09-02loplugin:unusedmethodsNoel Grandin2-6/+0
2020-09-01Fix typoAndrea Gelmini2-2/+2
2020-09-01Fix typo in codeAndrea Gelmini1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini4-15/+15
2020-09-01Fix typo in codeAndrea Gelmini7-8/+8
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-09-01notebookbar: keep align items togetherSzymon Kłos1-66/+66
2020-08-31Fix typos in codeAndrea Gelmini5-6/+6
2020-08-31add physics based exit animation effect preset Fall and fade outSarper Akdemir1-0/+9
2020-08-31tdf#136276: fix physics animations faulty duplicationSarper Akdemir1-0/+1
2020-08-31add two physics based emphasis animation effects presetsSarper Akdemir1-0/+20
2020-08-31sd signature line: move menu item to the insert menuMiklos Vajna1-1/+1
2020-08-29sd: add some comments for findReplace.py UI TestTomaž Vajngerl1-11/+36
2020-08-29sd: test Replace and ReplaceAll using LOKitTomaž Vajngerl2-0/+115
2020-08-29sd: Make search bound to a view - to allow independent searchingTomaž Vajngerl8-57/+108
2020-08-29Fix typo in codeAndrea Gelmini1-1/+1
2020-08-29Fix typo in codeAndrea Gelmini2-4/+4
2020-08-29Assign aPageRange only once, after the loopStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann22-337/+342
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+1
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann13-73/+73
2020-08-24tdf#136067 left align GtkMenuButtons contentsCaolán McNamara1-0/+5
2020-08-24restore translatable="no"Caolán McNamara1-0/+2
2020-08-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot3-19/+217
2020-08-24tdf#134174 Fix the rotation of bitmap filled custom shapes.Gülşah Köse2-0/+19
2020-08-23Fix typo in codeAndrea Gelmini1-1/+1
2020-08-23Fix typo in codeAndrea Gelmini1-3/+3
2020-08-21tdf#118148 All extended tips for shared/optionenOlivier Hallot3-5/+175
2020-08-21rhbz#1870501 crash on reexport of odgCaolán McNamara2-0/+9
2020-08-20make physics based animation effects importable-exportableSarper Akdemir1-0/+7
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-19vcl, sd: various small cleanupsMiklos Vajna1-3/+3
2020-08-18loplugin:unusedvarsglobalNoel Grandin3-6/+5
2020-08-18new loplugin:unusedvarsglobalNoel Grandin2-4/+0
2020-08-18annotation label doesn't need to be a MultiLine edit, FixedText is enoughCaolán McNamara3-10/+9
2020-08-17move vector graphic search to View, so it works in multiple viewsTomaž Vajngerl3-34/+66
2020-08-17Remove redundant Invalidate()Michael Meeks1-2/+0
2020-08-17inline some use-once typedefsNoel Grandin1-2/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl3-5/+5
2020-08-14loplugin:simplifybool moreNoel Grandin10-16/+16