Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-19 | re-base on ALv2 code. | Michael Meeks | 23 | -521/+356 | |
2012-06-16 | gbuildify basegfx | Norbert Thiebaud | 4 | -0/+237 | |
Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202 | |||||
2012-06-16 | revert gmk4 | Norbert Thiebaud | 5 | -455/+0 | |
Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54 | |||||
2012-06-06 | Some cppcheck cleaning | Julien Nabet | 6 | -10/+10 | |
Change-Id: I7a5f34715faecd689900b5d41eae9c782e99b47b | |||||
2012-06-02 | targeted string re-work | Norbert Thiebaud | 2 | -10/+10 | |
Change-Id: I535fd1e4438b3ade78c1867eeb0321e6753ed22b | |||||
2012-05-31 | targetted minor size vs. empty reversion | Michael Meeks | 1 | -2/+2 | |
Change-Id: I35aef43b4dd023440509faaa8c73a0e5a45d37a7 | |||||
2012-05-29 | basegfx needs o3tl headers | David Tardon | 1 | -1/+4 | |
Change-Id: Icdd490639de136ea866d6ef43016befefeb06604 | |||||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | 2 | -4/+0 | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||||
2012-05-15 | fdo#48068 fix parsing of path d-attribute | Chr. Rossmanith | 1 | -2/+5 | |
Change-Id: I43a5f69a30b3766303e049ba4d66c4fd79b9de30 | |||||
2012-05-14 | fdo#48070 more on parsing of arc paths | Petr Mladek | 1 | -7/+0 | |
also ignore "+" sign; remove unused sNumberString variable | |||||
2012-05-11 | unusedcode: basegfx::tools::equal | Matúš Kukan | 4 | -78/+0 | |
Change-Id: I I579fd3de05f78f06af06c53afab1cc70fc700082 | |||||
2012-05-11 | fdo#48070 fix parsing of arc paths | Chr. Rossmanith | 1 | -17/+18 | |
Change-Id: Iffd726eec08da453e5a72c512ef2df35f22b5573 | |||||
2012-05-04 | Fix fdo#49508 incorrect square gradients in slideshow. | Thorsten Behrens | 1 | -4/+10 | |
Make sure client code sees isotrophic aspect ratio for the square gradient case. This somehow never worked. | |||||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||||
2012-04-14 | Clean up basegfx's polygon tools code | Gábor Stefanik | 6 | -121/+0 | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | 2 | -2/+2 | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | 3 | -5/+5 | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -1/+1 | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||||
2012-03-26 | Compatibility option for incorrect relative moves after closePath (fdo#47406) | Fridrich Štrba | 2 | -3/+8 | |
2012-03-20 | removed zoomtools int functions | Tim Hardeck | 2 | -23/+0 | |
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) | 1 | -2/+8 | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | 2 | -4/+4 | |
2012-03-05 | callcatcher: update list | Caolán McNamara | 3 | -134/+0 | |
2012-03-05 | Remove unused code | Elton Chung | 2 | -175/+0 | |
2012-03-01 | Remove unused code | Elton Chung | 6 | -76/+0 | |
2012-03-01 | WaE: unused function 'liangBarskyClipT' | Tor Lillqvist | 3 | -77/+0 | |
2012-02-26 | definition was removed, remove declaration as well | Ivan Timofeev | 1 | -3/+0 | |
2012-02-25 | Remove unused code in basegfx, comphelper | Elton Chung | 18 | -479/+0 | |
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | 1 | -22/+2 | |
2012-02-21 | remove redundant/empty setup/tear-down methods from unit tests | Michael Meeks | 1 | -105/+0 | |
2012-02-21 | Add unit test for B2DRange's fround | Korrawit Pruegsanusak | 1 | -0/+29 | |
2012-02-20 | Remove unused code | Elton Chung | 12 | -605/+0 | |
2012-02-19 | Remove unused code | Elton Chung | 4 | -100/+0 | |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | 2 | -77/+0 | |
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 | 2 | -171/+1 | |
2012-02-15 | Fix fdo#45779 - accessing empty polygon. | Thorsten Behrens | 1 | -55/+58 | |
Guard access to first polygon point. | |||||
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | 1 | -1/+0 | |
2012-02-08 | use boost::noncopyable | Caolán McNamara | 2 | -11/+9 | |
2012-02-08 | Recover some methods needed by windows directx | Korrawit Pruegsanusak | 4 | -0/+21 | |
This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192 | |||||
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | 1 | -0/+1 | |
2012-02-06 | Change the zoom factor to 2^(1/6), hopefully it fits all :-) | Jan Holesovsky | 1 | -3/+3 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-02-01 | unusedcode.easy: Removed unused code | Alexander Bergmann | 35 | -360/+0 | |
2012-01-28 | remove traces of b2dhompoint | Thomas Arnhold | 4 | -31/+0 | |
2012-01-28 | unusedcode.easy: Removed unused code (basegfx::B2DHomPoint) | Alexander Bergmann | 2 | -499/+0 | |
2012-01-28 | Actually apply substance of previous unused code removal | Alexander Bergmann | 4 | -187/+0 | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵ | Alexander Bergmann | 4 | -81/+4 | |
basegfx::B3DPolyPolygon) | |||||
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | 5 | -0/+205 | |
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 | 6 | -311/+0 | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | 5 | -10/+10 | |