Age | Commit message (Expand) | Author |
2021-08-19 | toolkit: fix deadlock in MutableTreeNode | Michael Stahl |
2021-08-18 | loplugin:constparams | Noel Grandin |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-13 | split SvNumberFormatter into it's own header | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in VCLXPointer | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in VCLXRegion | Noel Grandin |
2021-08-04 | inline some typedefs | Noel Grandin |
2021-08-04 | getReference is unnecessary | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in MutableTreeNode | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in VCLXBitmap | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in SimpleNamedThingContainer | Noel Grandin |
2021-08-04 | osl::Mutex->std::mutex in getDefaultFormats | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-29 | rtl::Static -> static local | Noel Grandin |
2021-07-28 | a11y: Expose FormattedField as spinbox | Michael Weghorn |
2021-07-28 | Move SVTXNumericField and parents to public toolkit header | Michael Weghorn |
2021-07-27 | Avoid potential tools::Long vs. UNOIDL LONG mismatch | Stephan Bergmann |
2021-07-22 | remove pimpl in AnimatedImagesControlModel | Noel Grandin |
2021-07-21 | remove pimpl in AnimatedImagesPeer | Noel Grandin |
2021-07-09 | toolkit: initialise new VCLXTopWindow properly | Michael Stahl |
2021-07-08 | pGetFormatter was already fetched via GetFormatter() | Caolán McNamara |
2021-07-07 | tdf#140594 Create proper window peer for FORMATTEDFIELD | Michael Weghorn |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-26 | loplugin:finalclasses in toolkit | Noel Grandin |
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 |