Age | Commit message (Expand) | Author |
2022-12-15 | fix BigInt gdb pretty-printer | Caolán McNamara |
2022-11-08 | Simplify some Python version comparisons a bit | Mike Kaganski |
2022-09-24 | solenv: gdb: unbreak MarkBasePrinter | Michael Stahl |
2022-09-16 | fix SwContentIndexPrinter pretty printer | Noel Grandin |
2022-09-01 | improve the SwContentIndex debug pretty printer | Noel Grandin |
2022-08-09 | tools: prefix member variables with an 'm' | Chris Sherlock |
2022-07-25 | rename SwIndex->SwContentIndex | Noel Grandin |
2022-02-09 | gdb: fix SwXTextCursorPrinter | Michael Stahl |
2021-12-03 | gdb: BigPtrArrayPrinter gets confused by libstdc++ std::unique_ptr | Michael Stahl |
2021-09-20 | introduce SfxItemSetFixed and use it in DefaultProperties | Noel Grandin |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-07-15 | WhichRangesContainer, reduce malloc in SfxItemSet | Noel Grandin |
2021-07-01 | GDB vcl.py: actually return a string in to_string | Jan-Marek Glogowski |
2021-06-29 | Extend and fix Scheduler GDB printer | Jan-Marek Glogowski |
2021-04-29 | rename A field in ::Color to T | Noel Grandin |
2020-10-09 | Adapt solenv/gdb/ to old Python | Stephan Bergmann |
2020-09-24 | Fix Python deprecation warnings | Stephan Bergmann |
2020-09-12 | Replace remaining uses of sal_Char | Julien Nabet |
2020-07-13 | Don't rely on Python's treatment of unrecognized escape sequences | Mike Kaganski |
2020-02-25 | six: upgrade release to 1.14.0 used by gdb | Jens Carl |
2019-06-25 | remove Fraction pretty-printer | Noel Grandin |
2019-05-28 | six: upgrade release to 1.12.0 used by gdb | Jens Carl |
2019-05-16 | Make gdb autoload template more pythonic | Jens Carl |
2019-04-21 | fix gdb helper for Color | Noel Grandin |
2019-04-13 | Fix Python exception in gdb pretty-printer basegfx | Jens Carl |
2018-10-25 | fix gdb pretty printing | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-04-04 | Fix SfxItemSet pretty printer after some uniqueptr conversions | Katarina Behrens |
2018-03-14 | fix pretty printing of Fraction better | Noel Grandin |
2018-03-14 | Adapt FractionPrinter | Stephan Bergmann |
2017-11-08 | gdb pretty-printers: avoid segfauls in B2DPolygonPrinter | Michael Stahl |
2017-09-29 | gdb pretty-printers: fix StringPrinterHelper for gdb 8.0 | Michael Stahl |
2017-09-15 | solenv: fix GDB pretty-printers for SwNodes yet again | Michael Stahl |
2017-07-29 | Fix no longer valid comment | Pranav Kant |
2017-07-28 | Fix scheduler GDB pretty printer | Jan-Marek Glogowski |
2017-07-13 | fix BigPtrArray pretty printer | Noel Grandin |
2017-07-13 | Run Idle tasks immediatly | Jan-Marek Glogowski |
2017-07-13 | Introduce a scheduler stack | Jan-Marek Glogowski |
2017-07-07 | re-add some gdb BigPtrArray pretty printing | Noel Grandin |
2017-07-07 | Revert "use std::vector in BigPtrArray" | Noel Grandin |
2017-06-28 | gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isation | Michael Stahl |
2017-04-04 | Missing str(...) when an arg is itself a css::uno::Sequence<...> | Stephan Bergmann |
2017-01-23 | Revert "used std::map in SfxItemSet" | Noel Grandin |
2017-01-17 | Change Idle to be a Timer subclass | Jan-Marek Glogowski |
2017-01-17 | Refactor Scheduler to add Task class | Jan-Marek Glogowski |
2017-01-17 | tdf#97087 GDB pretty print the Scheduler task list | Jan-Marek Glogowski |
2017-01-17 | used std::map in SfxItemSet | Noel Grandin |
2016-12-20 | gdb pretty printers: fix the SwXTextCursor::Impl one even more | Michael Stahl |
2016-12-20 | gdb pretty printers: fix BigPtrArray printer for member rename | Michael Stahl |
2016-12-20 | gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient rename | Michael Stahl |