Age | Commit message (Expand) | Author |
2015-06-01 | Remove B1IRange, it's not used anywhere | Zsolt Bölöny |
2015-06-01 | Remove B1IBox, it's not used anywhere | Zsolt Bölöny |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-05-27 | Remove B3IPoint, it's not used anywhere | Zsolt Bölöny |
2015-05-27 | B3IVector is not used anywhere | Zsolt Bölöny |
2015-05-27 | Remove B3IRange, it's not used anywhere | Zsolt Bölöny |
2015-05-26 | Remove B3I64Tuple, it's not used by anything | Zsolt Bölöny |
2015-05-24 | comments: fix mis-use of eventual in English | Thorsten Behrens |
2015-05-23 | Typo: Trapeziod->Trapezoid | Julien Nabet |
2015-05-21 | Use the better precision equality check in b2trapezoid.cxx | Zsolt Bölöny |
2015-05-19 | That was totally pointless | Zsolt Bölöny |
2015-05-18 | cppunit: noExplicitConstructor | Caolán McNamara |
2015-05-07 | simplify code by replacing std::find_if with std::any_of/std::none_of | Takeshi Abe |
2015-05-05 | Drop misused lcl_ prefix | Tor Lillqvist |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-21 | fix crash on export of ooo30155-1.sxw to odt | Caolán McNamara |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-27 | convert CUTFLAG_ constants to enum class | Noel Grandin |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-17 | tdf#39440 - cppcheck cleanliness | Radu Ioan |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-01-18 | remove unused file | Markus Mohrhard |
2015-01-12 | Removed lcl_putNumberChar() from basegfx. | Zsolt Bölöny |
2015-01-08 | asan: global-buffer-overflow on fdo55736-1.docx | Caolán McNamara |
2015-01-07 | fdo#39440 reduce scope of local variables | Łukasz Hryniuk |
2014-12-08 | reduce scope of local variables | Michael Weghorn |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-10 | basegfx: Solve crossovers even if there is only one polygon in the polypolygon | Louis-Francis Ratté-Boulianne |
2014-11-05 | markup with event type not checker type | Caolán McNamara |
2014-10-28 | Fix --disable-sal-log builds | Stephan Bergmann |
2014-10-28 | coverity#1242792 Unused value | Caolán McNamara |
2014-10-08 | Resolves: #i125447# corrected some string to number conversion... | Armin Le Grand |
2014-10-07 | disambiguate uniform_int_distribution | Caolán McNamara |
2014-10-06 | use comphelper::rng::uniform_*_distribution everywhere | Caolán McNamara |
2014-10-03 | coverity#1242792 Unused value | Caolán McNamara |
2014-09-30 | fdo#82577: Handle PolyPolygon | Noel Grandin |
2014-09-22 | loplugin: cstylecast | Noel Grandin |
2014-09-15 | basegfx: sal_False/True -> false/true | Stephan Bergmann |
2014-08-28 | Fixed some CppunitTest names | Stephan Bergmann |
2014-08-07 | Related: #i125349# refined to exclude possible recursive calls | Armin Le Grand |
2014-08-07 | Related: #i125349# moved clip enhancements to base clipping functionality | Armin Le Grand |
2014-08-07 | coverity#983561 Arguments in wrong order | Caolán McNamara |
2014-08-07 | coverity#983562 Arguments in wrong order | Caolán McNamara |
2014-07-06 | no need to declare the variable outside of the loop | Markus Mohrhard |
2014-07-06 | use empty instead of size to check if vector is empty | Markus Mohrhard |
2014-07-06 | remove unnecessary whitespaces in basegfx | Markus Mohrhard |
2014-06-25 | isFinished() not really used | Matúš Kukan |
2014-06-23 | fdo#79615 create clipping polygon correctly | David Tardon |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-05-30 | fdo#68849: Add header guards to all include files | Jens Carl |