Fix debugscript, some quadtree stuff and don't intersect vertical/horz lines when...
[ipdf/code.git] / src / document.cpp
2014-10-09 David GowFix debugscript, some quadtree stuff and don't intersec...
2014-10-08 Sam MooreMostly features added to DebugScript
2014-10-06 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-10-06 David GowQuadtree addition to root node now functions (w/out Qt)
2014-10-05 Sam MooreInvalid array indices are not cool
2014-10-05 Sam MooreAdd objects without quadtree
2014-10-05 David GowPainfully merge branch 'master' of git.ucc.asn.au:ipdf...
2014-10-05 David GowAdding things to quadtree is implemented but segfaulty.
2014-10-04 Sam MooreAdd MinGW Win32 Cross Compiling
2014-10-04 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-10-04 David GowImprove adding things to quadtree (still broken, though)
2014-10-02 Sam MooreTotally FITH everything
2014-09-29 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-09-29 David GowCritics are panning the quadtree's panning.
2014-09-27 Sam MooreUse Gmprat for Path bounds with TRANSFORM_BEZIERS_TO_PATH
2014-09-27 Sam MooreDefine for Transformations on Path only, also fixed...
2014-09-25 Sam MooreAdd loadsvg script command, fix ParanoidNumber size...
2014-09-24 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-09-24 David GowSome quadtree stuff: bugfix + mutation
2014-09-24 Sam MooreAdd #define to transform Object bounds on the fly
2014-09-21 Sam MooreCommit before breaking everything
2014-09-16 Sam MooreChange to things to make performance testing easier
2014-09-10 David GowThe QuadTree is ~72% more amazing.
2014-09-10 Sam MooreAdd MPFRC++ mpreal type
2014-09-04 Sam MooreFix compiling with non doubles
2014-09-02 Sam MooreCompositing on CPU sort of kind of works if we ignore...
2014-08-28 Sam MooreCareful, you may have to shade your eyes
2014-08-28 David GowMostly working, optimize curves completely within nodes.
2014-08-27 David GowInfinite Quadtree precision now works with some Béziers
2014-08-27 David GowAdd a vec2 struct.
2014-08-26 Sam MooreA Song of Floodfills and Segfaults
2014-08-25 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-08-25 Sam MooreShading still doesn't work
2014-08-25 David GowSome half-done quadtree experiments.
2014-08-24 Sam MooreSupport colours in shading
2014-08-21 David GowBéziers magically work with the QuadTree (sometimes)
2014-08-20 David GowTotally break Quadtree Béziers.
2014-08-19 David GowFix adding text.
2014-08-18 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-08-18 Sam MooreGo nuts with Qt
2014-08-18 David GowFix kerning for the first pair of characters
2014-08-18 David GowSlightly better kerning maybe?
2014-08-17 Sam MooreMake project relevant to Mechatronics
2014-08-14 David GowRe-fix QuadTree GPU rendering, discard groups
2014-08-14 Sam MooreAttempt Shading + Bezier Bounds (hopefully) correct
2014-08-14 Sam MooreMake bezier control point coordinates relative
2014-08-14 Sam MooreFix ymax in GROUP bounding box
2014-08-14 Sam MooreGroups are a thing and sort of have a bounding box now
2014-08-14 Sam MooreBezier bounds rectangles are calculated correctly
2014-08-13 David GowSupport some more SVG stuff.
2014-08-13 David GowClipping for RECT types. Breaks a little.
2014-08-13 David GowUse correct font metrics from truetype files.
2014-08-13 David GowAutomatically generate quadtree children.
2014-08-12 Sam MooreSVG transforms now less broken
2014-08-12 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-08-12 David GowStill-broken quadtree shenanigans!
2014-08-12 Sam MooreOnly slightly totally broken SVG transformations
2014-08-12 Sam MooreSVG text and line elements
2014-08-12 Sam MooreMake adding text to the document easier
2014-08-12 Sam MooreDeal with groups in SVG parsing
2014-08-08 Sam MooreMerge branch 'master' of git://git.ucc.asn.au/ipdf...
2014-08-07 David GowFix compiling with Arbint/Gmpint rationals
2014-08-07 David GowFix SVG rendering of glyphs.svg
2014-08-07 David GowThe power of truetype font rendering!
2014-08-07 Sam MooreMake it work on Cabellera (again)
2014-08-07 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-08-07 Sam MooreCubic Beziers and more SVG stuff
2014-08-06 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-08-06 David GowSome QuadTree fixes.
2014-08-06 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-08-06 David GowQuadTree should segfault less frequently.
2014-08-05 David GowFix a huge bunch of memory corruption bugs in GL
2014-08-05 Sam MoorePerpetrate SVG on the codebase
2014-07-23 David GowMore QuadTree code.
2014-07-15 David GowQuadTree Rendering with GPU coord transform.
2014-07-07 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-07-07 David GowQuadtrees! (Almost)
2014-07-06 David GowSome initial QuadTree goodness.
2014-06-18 Sam MooreBéziers
2014-03-31 David GowSave/Load chunks.
2014-03-26 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-03-26 David GowCrazy std::vector<T> loader and saver.
2014-03-26 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-03-26 Sam MooreAdd ObjectType for Object Type
2014-03-26 Sam MooreImplement document saving and loading
2014-03-26 Sam MooreAdded Document and View classes

UCC git Repository :: git.ucc.asn.au