Age | Commit message (Expand) | Author |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-15 | loplugin:constvars | Noel Grandin |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-02 | unused defines | Noel Grandin |
2021-09-01 | tdf#139196 - Remove local BOM logic | Andreas Heinisch |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-23 | update some pches | Caolán McNamara |
2021-08-20 | loplugin:unusedfields | Noel Grandin |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-06 | drop intermediate vcl::Window from Application::GetDefDialogParent | Caolán McNamara |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2021-07-19 | Move svl::Items to include/svl/whichranges.hxx, and unify its usage | Mike Kaganski |
2021-07-14 | tdf#40068 Remember last directory for basic/dialog import/export | Samuel Mehrbrodt |
2021-07-12 | tdf#126665 Remember last used file picker directory | Samuel Mehrbrodt |
2021-06-21 | bundle the FolderPicker instantiations behind a single call | Caolán McNamara |
2021-06-18 | tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWN | Armin Le Grand (Allotropia) |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-06-15 | vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxx | Chris Sherlock |
2021-05-31 | GtkLabel:track-visited-links was removed | Caolán McNamara |
2021-05-29 | no need to check IsDisposed here | Noel Grandin |
2021-05-27 | tdf#139196 - Import/export macros using utf-8 including BOM | Andreas Heinisch |
2021-05-25 | tdf#139196 - Import/export macros using utf-8 including BOM | Andreas Heinisch |
2021-05-21 | add Toggleable as a separate thing to a Button | Caolán McNamara |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-14 | Directly initialize vectors in baside2b.cxx | Julien Nabet |
2021-05-13 | Revert "simplify the vcl<->toolkit connection" | Noel Grandin |
2021-05-12 | simplify the vcl<->toolkit connection | Noel Grandin |
2021-05-11 | change usage of boost::hash_combine to o3tl::hash_combine | Tomaž Vajngerl |
2021-05-06 | loplugin:unusedmethods | Noel Grandin |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
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 | update PCHs | Caolán McNamara |
2021-04-09 | remove vcl/waitobj.hxx | Caolán McNamara |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-09 | remove need for an intermediate vcl::Window | Caolán McNamara |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-06 | update pches | Caolán McNamara |
2021-04-06 | drop stale TODOs | Caolán McNamara |
2021-04-02 | Simplify some static variable initializations | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-16 | tdf#114441: Convert use of sal_uLong to better integer types | Ahmet Hakan Çelik |
2021-03-14 | check for quit when calling Yield in loop | Noel Grandin |