summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#96873 include template image to make it available in helpCaolán McNamara2016-08-031-2/+3
* Resolves: tdf#94940 don't load font history if option is disabledCaolán McNamara2016-08-031-1/+6
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-032-2/+2
* VclPtr: svtools error message dialog doesn't disposeCaolán McNamara2016-06-231-0/+1
* Resolves: tdf#96279 set correct parents for password dialogsCaolán McNamara2016-05-265-10/+14
* vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl2016-05-252-42/+73
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-3/+3
* Convert AUTOCOMPLETE to scoped enumNoel Grandin2016-05-252-2/+2
* Convert SnapType to scoped enumNoel Grandin2016-05-241-9/+15
* too much debug spew, SAL_INFO thisCaolán McNamara2016-05-242-175/+161
* Revert "remove some manual ref-counting"Noel Grandin2016-05-243-10/+24
* remove some manual ref-countingNoel Grandin2016-05-243-24/+10
* ruler: close the polygon when drawing indent handle (gtk3, gl)Tomaž Vajngerl2016-05-241-1/+3
* resort restart reasonsCaolán McNamara2016-05-231-30/+30
* tdf#99211 Use the restart dialog for notifications about restartirem2016-05-232-0/+54
* Convert DragMode to scoped enumNoel Grandin2016-05-221-3/+9
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-191-7/+0
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-2/+2
* clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin2016-05-191-6/+0
* loplugin:unusedmethods in toolsNoel Grandin2016-05-191-10/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-186-445/+0
* tdf#95954: Reasonable background for roadmap widgetKatarina Behrens2016-05-182-8/+13
* convert IconChoice flags to scoped enumNoel Grandin2016-05-163-71/+57
* convert SvImpLBox flags to scoped enumNoel Grandin2016-05-163-108/+99
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-161-0/+5
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-137-9/+9
* Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2016-05-133-5/+5
* use unique_ptrDavid Tardon2016-05-123-58/+31
* avoid crash when using the New Slide toolbar popup in ImpressDavid Tardon2016-05-121-0/+2
* do not try to use obj. that is already being disposedDavid Tardon2016-05-121-6/+8
* Convert RulerType to scoped enumNoel Grandin2016-05-121-30/+30
* Convert RulerExtra to scoped enumNoel Grandin2016-05-111-3/+3
* Convert RULER_MARGIN to scoped enumNoel Grandin2016-05-111-13/+13
* Convert RULER_BORDER to scoped enumNoel Grandin2016-05-111-10/+10
* Convert RULER_DRAGSIZE to scoped enumNoel Grandin2016-05-111-12/+12
* convert RULER_INDENT to scoped enumNoel Grandin2016-05-111-19/+14
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-1122-94/+80
* Fix typosAndrea Gelmini2016-05-102-2/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-104-0/+8
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-96/+97
* svtools: FontList loops with > 2^16 fontsMichael Stahl2016-05-062-10/+8
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-2/+2
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-034-13/+7
* tdf#99211 Use the restart dialog for notifications about restartirem2016-05-032-0/+18
* Fix typosAndrea Gelmini2016-04-301-2/+2
* libsvtlo: convert set of #define to enum classDouglas Mencken2016-04-291-25/+31
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-1/+1
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-9/+9
* -Werror,-WvarargsStephan Bergmann2016-04-271-31/+0