Age | Commit message (Expand) | Author |
2021-05-28 | IsDisposed->isDisposed in toolkit | Noel Grandin |
2021-05-25 | fix leak in toolkit test | Noel Grandin |
2021-05-20 | fix VCLXWindow related leaks | Noel Grandin |
2021-05-19 | fix crash in X-Ray extension | Noel Grandin |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-14 | tdf#142255 Crash when trying to insert a shape | Noel Grandin |
2021-05-13 | DBG_ASSERT->assert in UnoWrapper | Noel Grandin |
2021-05-13 | can pass by const& here | Noel Grandin |
2021-05-13 | fix leak in VCLXWindowImpl | Noel Grandin |
2021-05-13 | Revert "simplify the vcl<->toolkit connection" | Noel Grandin |
2021-05-12 | simplify the vcl<->toolkit connection | Noel Grandin |
2021-05-12 | fix leak in VCLXWindow | Noel Grandin |
2021-05-04 | final 'next incompatible build' TODO | Caolán McNamara |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-28 | Move some static functions from ProfileZone to TraceEvent where they belong | Tor Lillqvist |
2021-04-27 | Refactor ProfileZone and create Chrome Trace Event Format data | Tor Lillqvist |
2021-04-27 | Clarify the ProfileRecording API | Tor Lillqvist |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-12 | forward decl vcl::Window in toolkit/awt/vclxwindow.hxx | Caolán McNamara |
2021-04-12 | vclxtopwindow.hxx and vclxcontainer.hxx can now be private headers | Caolán McNamara |
2021-04-12 | VCLXMultiPage can be in private headers | Caolán McNamara |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-08 | move set/get Pointer to VCLUnoHelper | Caolán McNamara |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-13 | Minor improvement | Tor Lillqvist |
2021-03-12 | move hatchwindow to toolkit | Caolán McNamara |
2021-03-11 | no need to cast to WorkWindow* to use ToTop | Caolán McNamara |
2021-03-03 | vcl/floatwin.hxx can be toolkit only now | Caolán McNamara |
2021-03-02 | loplugin:refcounting in toolkit | Noel |
2021-02-25 | dockwin.hxx doesn't need to include floatwin.hxx | Caolán McNamara |
2021-02-23 | loplugin:refcounting in toolkit | Noel |
2021-02-22 | forward declare some things and avoid includes | Caolán McNamara |
2021-02-22 | Adapt to changed CreateWindow signature | Stephan Bergmann |
2021-02-19 | foward declare NotebookBarAddonsItem instead of using include | Caolán McNamara |
2021-02-17 | loplugin:referencecasting in test..toolkit | Noel |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-02-06 | move MenuButton to vcl/toolkit | Caolán McNamara |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-27 | tdf#139609 avoid fetching unnecessary xid under gtk3 | Caolán McNamara |
2021-01-26 | use an accessor for SystemEnvData::aWindow | Caolán McNamara |
2021-01-25 | avoid some ref-counting | Noel Grandin |
2021-01-24 | Use ContainerType().swap and avoid local variables | Mike Kaganski |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-02 | tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo() | Chris Sherlock |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |