Age | Commit message (Expand) | Author |
2014-11-03 | checker type doesn't work, try event type | Caolán McNamara |
2014-11-01 | tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout() | Chris Sherlock |
2014-11-01 | coverity#1250404 Operands don't affect result | Caolán McNamara |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-28 | WaE: C4101: 'unused' : unreferenced local variable | Tor Lillqvist |
2014-10-28 | fix build on android-arm tinderbox | David Tardon |
2014-10-28 | fdo#81356: use boost::rational internally in Fraction | Juan Picca |
2014-10-28 | coverity#1242531 Untrusted loop bound | Caolán McNamara |
2014-10-27 | cid#705051 Dereference after null check | Noel Grandin |
2014-10-24 | Explicitly include the cmath std::abs overloads | Stephan Bergmann |
2014-10-24 | Fix Fraction(-2147483648.0) for 32-bit wide long | Stephan Bergmann |
2014-10-24 | Fract: enable tests | Juan Picca |
2014-10-23 | Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "just check if the fraction is < 0" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "simplify condition" | Jan Holesovsky |
2014-10-23 | Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" | Jan Holesovsky |
2014-10-23 | coverity#440777 Resource leak in object | Caolán McNamara |
2014-10-18 | work around windows whining | Norbert Thiebaud |
2014-10-17 | another blind attempt to fix the test | David Tardon |
2014-10-17 | correct cast | David Tardon |
2014-10-17 | now why did i do this? | David Tardon |
2014-10-17 | fix long long -> BigInt for LONG_MAX value | David Tardon |
2014-10-17 | fix copypasta | David Tardon |
2014-10-17 | fix comparison | David Tardon |
2014-10-17 | correct function name | David Tardon |
2014-10-17 | allow construction of BigInt from sal_Int64 on 32 bit | David Tardon |
2014-10-16 | fdo#84854 it seems long is not enough on 32 bit | David Tardon |
2014-10-16 | Strip svidl down to what is still used | Stephan Bergmann |
2014-10-14 | fdo#75757: remove inheritance to std::map | Takeshi Abe |
2014-10-14 | simplify condition | David Tardon |
2014-10-14 | just check if the fraction is < 0 | David Tardon |
2014-10-11 | initialize nPolyCount | Caolán McNamara |
2014-10-10 | coverity#1240260 Operands don't affect result | Caolán McNamara |
2014-10-09 | fdo#81356: convert Fraction to boost::rational<long> - wip | Juan Picca |
2014-10-09 | remove SvRefBase::QueryDelete | Noel Grandin |
2014-10-08 | coverity#705326 deliberate fallthrough in switch | Caolán McNamara |
2014-10-03 | rename SvRef::AddRef to AddFirstRef | Noel Grandin |
2014-10-02 | coverity#708208 Uninitialized scalar field | Caolán McNamara |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-30 | fdo#82577: Handle PolyPolygon | Noel Grandin |
2014-09-26 | WaE: implicit conversion of NULL constant to 'nullptr_t' | Tor Lillqvist |
2014-09-26 | tools: change INetURLObject::getData to return std::unique_ptr | Michael Stahl |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt16 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUChar | Noel Grandin |
2014-09-26 | remove pointless comments | Noel Grandin |
2014-09-26 | remove unnecessary casts's | Noel Grandin |
2014-09-26 | remove unnecessary static_cast's | Noel Grandin |
2014-09-26 | SvStream - rename WriteNumber methods | Noel Grandin |
2014-09-26 | cleanup GUID/ClsId/CLSID types | Noel Grandin |
2014-09-25 | fdo#84000: Sort out problems with short timeouts & long callbacks. | Jan Holesovsky |