Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-07 | Remove two more unused headers from basegfx | Joseph Powers | |
2011-11-07 | Fix linking on Windows | Fridrich Štrba | |
Don't declare dllexport classes that are purely inlined. This will cause for the binary that links then to look for dll symbols, which are naturlly not present. | |||
2011-11-05 | Why build empty objects. | Joseph Powers | |
The source files don't generate any code and just declare an inline class; thus, the compiled object is empty and we don't need to link it in. | |||
2011-11-05 | precompiled_basegfx.hxx is empty, so don't include it. | Joseph Powers | |
2011-11-05 | Cleanup basegfx headers a little | Joseph Powers | |
I deleted some unused headers. I also stopped exporting them for the same reason. | |||
2011-11-03 | Fix one more subtlety around B2IBox / B2IRange changes. | Thorsten Behrens | |
The Cohen/Sutherland clip flag routine was not aware of B2IBox, thusly yielding incorrect line clipping for BitmapDevice software rendering. Cleaned that up, added some more unit tests around the problem, and removed the now-extraneous maLineClip member from the bitmap device. | |||
2011-11-02 | Move BitmapDevice to use B2IBox instead of B2IRange. | Thorsten Behrens | |
Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code. | |||
2011-11-02 | Cleanup basegfx - docs, visibility, pointless methods. | Thorsten Behrens | |
Added docs to the range/* classes, removed methods the compiler can generate for us, removed unused header, and cleaned up visibility markup (inlines don't really need to be exported). | |||
2011-11-02 | Fix BXYBox behaviour and unit test | Thorsten Behrens | |
Made the distinction more clear, added appropriate tests to nail behaviour. | |||
2011-10-20 | Use -Wno-array-bounds only on gcc versions (4.3..4.4.3) | Tor Lillqvist | |
2011-10-20 | WaE: Work around bogus array subscript is above array bounds | Tor Lillqvist | |
Bites at least with the Android cross-gcc 4.4.3. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847 | |||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-06 | callcatcher: various unused methods | Caolán McNamara | |
2011-08-31 | Translated German comments, removed redundant ones till cairo (incl.) | Allmann-Rahn | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | deliver also unotools.hxx | Matúš Kukan | |
2011-08-19 | gbuildized modules have empty d.lsts | Bjoern Michaelsen | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | |
2011-08-03 | No need to link explicitly with the objc library | Tor Lillqvist | |
2011-08-03 | Add statically linked basegfx cppunittester for iOS | Tor Lillqvist | |
2011-08-03 | get this working under windows again | Caolán McNamara | |
2011-08-03 | get this working under windows again | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-26 | callcatcher: remove unused methods | Thomas Arnhold | |
2011-07-25 | Don't bother with StaticLibrary_basegfx_s for iOS | Tor Lillqvist | |
We only build statitc libraries for iOS anyway. | |||
2011-07-25 | cppunit is linked in automatically | David Tardon | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-14 | callcatcher: remove unused basegfx::B3DHomPoint::implHomogenize | Thomas Arnhold | |
2011-07-14 | callcatcher: remove unused basegfx::B3DHomMatrix::Foo | Thomas Arnhold | |
2011-07-12 | 4 minutes 27 seconds -> 11 seconds | Caolán McNamara | |
2011-06-22 | add comphelper as a depend if we use comphelper includes | Caolán McNamara | |
2011-06-22 | Use the sweep flag to determine the drawing direction | Fridrich Štrba | |
The previous solution was giving somehow acceptable results in the majority of cases, but was pretty broken with corner cases where the arc is exactly half of the whole ellipse and where the large arc flag is largely irrelevant. If the sweep flag is equal to 0 drawing goes in the sense of decreasing angles. If it is set, drawing goes in the sense of increasing angles. |