summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-15Adapting LO buildlibmspub-0.0.2Fridrich Štrba1-2/+1
2012-07-15Bumping versionFridrich Štrba1-1/+1
2012-07-14Fixed erroneous assumptions about the validity duration of pointers to std::v...Brennan Vincent4-106/+139
2012-07-14fix for imagesBrennan Vincent2-4/+8
2012-07-14Break libmspub::MSPUBCollector::go into a few more manageable functionsBrennan Vincent2-36/+55
2012-07-14Remove scary commentBrennan Vincent1-1/+0
2012-07-14Get rid of narrowing warnings on recent versions of GCCBrennan Vincent1-212/+203
2012-07-13pub2k2: backgrounds working againBrennan Vincent3-8/+15
2012-07-13pub2k2: Fixed problem with nested groupsBrennan Vincent2-2/+2
2012-07-13pub2k2: Got fills working againBrennan Vincent2-11/+3
2012-07-13pub2k: rotation of groups now work near 90 and 270 degreesBrennan Vincent6-101/+80
2012-07-13pub2k2: Fixed a problem with the sizing of shapes in nested groupsBrennan Vincent1-0/+7
2012-07-13Put this pragma for gcc versions that understand it onlyFridrich Štrba1-0/+4
2012-07-13No need of this includeFridrich Štrba1-1/+0
2012-07-13Fixed a bug with fillsBrennan Vincent2-2/+10
2012-07-13Fixed rotation with flipBrennan Vincent1-3/+4
2012-07-13Fixed problem with shape rotationBrennan Vincent1-3/+3
2012-07-13Fix a few errors and warnings introduced by mergeBrennan Vincent3-4/+8
2012-07-13Some refactoring (still buggy)Brennan Vincent19-796/+751
2012-07-13Trying to diminish the compiler time/memory for PolygonUtils.cppFridrich Štrba2-546/+545
2012-07-12Fix some crashes with iterator accessFridrich Štrba1-6/+6
2012-07-12Some more cleanup to build +/- correctly on WindowsFridrich Štrba7-20/+19
2012-07-12Miscellanous M_PI fixupsFridrich Štrba5-22/+29
2012-07-11Fix a cppcheck error (is this actually needed?)libmspub-0.0.1Fridrich Štrba2-2/+2
2012-07-10Trying to fix the static const data membersFridrich Štrba1-0/+9
2012-07-10Some cleanupFridrich Štrba6-17/+148
2012-07-08Bump version (not a release yet, though)Fridrich Štrba1-1/+1
2012-07-08Added my name to copyright noticesBrennan Vincent10-0/+10
2012-07-06Added Coordinate.hBrennan Vincent1-0/+41
2012-07-06Group transformationsBrennan Vincent8-18/+43
2012-07-06Fix bug causing some shapes to be positioned wrong by several pixelsBrennan Vincent1-4/+4
2012-07-06Refactor handling of shape roations; handling of group rotations nearly doneBrennan Vincent11-236/+444
2012-07-04Round rectangles now have correctly scaled corners.Brennan Vincent3-3/+30
2012-07-04added ColorReference.cppBrennan Vincent1-0/+48
2012-07-04Refactor shape handlingBrennan Vincent5-145/+80
2012-07-04pub2k2: Get rid of annoying off-by-one-pixel issues by only emulating shape b...Brennan Vincent4-137/+139
2012-07-04pub2k2: Fix bug in determination of group sub-shape coordinatesBrennan Vincent1-4/+10
2012-07-04pub2k2: shape groups working againBrennan Vincent1-4/+1
2012-07-03pub2k2: Fix imprecise reading of shape rotations; Parse group rotations (not ...Brennan Vincent9-38/+127
2012-07-03Forgot to add some filesBrennan Vincent4-1/+146
2012-07-03pub2k2: Fixed angle of diagonal fillsBrennan Vincent1-0/+14
2012-07-03StylizeBrennan Vincent1-1/+1
2012-07-03pub2k2: Independence Day miracle: nested groups finally workingBrennan Vincent9-206/+338
2012-07-03StylizeBrennan Vincent2-13/+13
2012-07-03pub2k2: Parse rectangle border position and send to collectorBrennan Vincent2-1/+21
2012-06-30coverity: unreachable codeDavid Tardon1-1/+1
2012-06-30coverity: memory leakDavid Tardon1-0/+1
2012-06-30coverity: remove superfluous copy ctorDavid Tardon1-1/+0
2012-06-29Handle rectangle border position (inside shape or not)Brennan Vincent5-4/+91
2012-06-29Correct Z-index for parts of rectangle borderBrennan Vincent1-8/+8