Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-26 | Compatibility option for incorrect relative moves after closePath (fdo#47406) | Fridrich Štrba | |
2012-03-20 | removed zoomtools int functions | Tim Hardeck | |
Changed viewport.cxx to use long instead of int like all other zoom functions and in this succession removed the zoomtools int functions which where only added for this one exception. | |||
2012-03-10 | Add more values that zoom shouldn't skip | Stefan Knorr (astron) | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-05 | callcatcher: update list | Caolán McNamara | |
2012-03-05 | Remove unused code | Elton Chung | |
2012-03-01 | Remove unused code | Elton Chung | |
2012-03-01 | WaE: unused function 'liangBarskyClipT' | Tor Lillqvist | |
2012-02-26 | definition was removed, remove declaration as well | Ivan Timofeev | |
2012-02-25 | Remove unused code in basegfx, comphelper | Elton Chung | |
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-21 | remove redundant/empty setup/tear-down methods from unit tests | Michael Meeks | |
2012-02-21 | Add unit test for B2DRange's fround | Korrawit Pruegsanusak | |
2012-02-20 | Remove unused code | Elton Chung | |
2012-02-19 | Remove unused code | Elton Chung | |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||
2012-02-16 | Removed unused code. | Björgvin Ragnarsson | |
2012-02-15 | Fix fdo#45779 - accessing empty polygon. | Thorsten Behrens | |
Guard access to first polygon point. | |||
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | use boost::noncopyable | Caolán McNamara | |
2012-02-08 | Recover some methods needed by windows directx | Korrawit Pruegsanusak | |
This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192 | |||
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-06 | Change the zoom factor to 2^(1/6), hopefully it fits all :-) | Jan Holesovsky | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-01-28 | remove traces of b2dhompoint | Thomas Arnhold | |
2012-01-28 | unusedcode.easy: Removed unused code (basegfx::B2DHomPoint) | Alexander Bergmann | |
2012-01-28 | Actually apply substance of previous unused code removal | Alexander Bergmann | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵ | Alexander Bergmann | |
basegfx::B3DPolyPolygon) | |||
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-25 | Removing unused code (basegfx). | Alexander Bergmann | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | Code clean up. | Stephan Bergmann | |
2012-01-19 | remove unused methods | Thomas Arnhold | |
2012-01-18 | decompose() should return the original rotation angle and scales. | Thorsten Behrens | |
decompose() would return incorrect rotation angle and scales when the angle was exactly 180 degrees, due to FPU rounding error. This commit fixes it. This problem would manifest itself when inserting an image into Calc/Draw, cropping it, and flipping it vertically or rotating it at exactly 180 degrees. Before the fix the image would simply disappear. | |||
2012-01-18 | Add more unit test coverage for generic clipper | Thorsten Behrens | |
With the changes Julien brought in via 66fd9a610cd876c236486a2089d8d58dca866e25, thought it was a good idea to cover those code paths as well - done now, via the checkCrossoverSolver() tests. | |||
2012-01-18 | Fix error in handling 'z' for svg:d string parsing | Thorsten Behrens | |
Previously 'z' did not update the current point to the start point of the subpath, as required by http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand. Fixed now, and adapted all the unit tests. | |||
2012-01-18 | Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead. | Thorsten Behrens | |
2012-01-17 | callcatcher: remove recently unused code | Caolán McNamara | |
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-08 | callcatcher: Remove unused code | August Sodora | |
2012-01-06 | Fix "Same expression on both sides of '&&'" (reported by cppcheck) | Julien Nabet | |
2012-01-06 | unusedcode: remove Plotter | Matúš Kukan | |
2011-12-22 | unusedcode: remove various unused classes | Matúš Kukan | |
2011-12-19 | Remove DebugPlotter | August Sodora | |
2011-12-13 | Fix abort from stl debug iterators' invalid access. | Thorsten Behrens | |
Triggered by fdo#43725, incrementing an invalid iterator bombs - though this seems a corner case, depends on whether one considers "+= 0" as incrementing or not. | |||
2011-12-13 | More efficient insertion of B3DPolygons | Thorsten Behrens | |
* some cleanup - removed ugly-as-hell exposure of only parts of the internal data struct on B2DPolygon (and reworked the only client of that code) * added stl-style begin/end to B3DPolyPolygon as well, mirroring B2DPolyPolygon, plus adapting the insert() func to make use of that (avoiding loads of temporaries) | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |