summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* patch bug 1294784mathog2015-05-211-1/+2
| | | (bzr r14167)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* Compromise solution for dot grid visibilty. See bug #1357611.Tavmjong Bah2015-05-061-3/+21
| | | (bzr r14114)
* Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-3/+0
| | | (bzr r14096)
* First batchTavmjong Bah2015-05-031-0/+3
| | | (bzr r14095)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-272-8/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix out-of-control render cache from dominating all available memoryLiam P. White2015-03-051-3/+3
| | | (bzr r13966)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Collect util/ into a static libraryLiam P. White2015-02-252-3/+3
| | | (bzr r13948)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Remove useless fileLiam P. White2015-02-253-23/+0
| | | (bzr r13945)
* Adjust timeout for snap tool tips to 4 secondsDiederik van Lierop2015-02-151-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r13923)
* for grid spacing, reduce numerical error if viewbox and page are same sizeAlvin Penner2015-02-042-0/+6
| | | (bzr r13900)
* for snapping to grids and guides, reduce numerical error for the case of ↵Alvin Penner2015-01-292-0/+10
| | | | | uniform scaling of viewbox (bzr r13881)
* Rejection sampling to avoid indeterminate gradients in feTurbulence.Jasper van de Gronde2015-01-061-2/+4
| | | (bzr r13844)
* SPStyle ref counting clean up.Tavmjong Bah2014-12-262-7/+11
| | | (bzr r13822.1.7)
* Use gray for 'context-fill' and 'context-stroke' in marker selector.Tavmjong Bah2014-12-231-8/+10
| | | | | Fix rendering bug when elements with 'context-fill' and 'context-stroke' are inside groups. (bzr r13822)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-214-4/+4
| | | (bzr r13820)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-5/+5
| | | (bzr r13816)
* Purge sp_desktop_gridgroupLiam P. White2014-12-211-2/+2
| | | (bzr r13814)
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-219-61/+136
| | | | | handled yet). (bzr r13807)
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-1610-75/+61
| | | (bzr r13803)
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-162-0/+26
| | | (bzr r13802)
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-8/+27
| | | (bzr r13801)
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-62/+131
| | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-46/+86
| | | (bzr r13700)
* Warning cleanup.Jon A. Cruz2014-11-011-2/+2
| | | (bzr r13653)
* Re-enable warning commented out from pony2ink branchLiam P. White2014-10-301-3/+2
| | | (bzr r13644)
* Update to trunk r13621Liam P. White2014-10-1710-34/+392
|\ | | | | (bzr r13341.1.278)
| * Merged hatch pdf and png export codeTomasz Boczkowski2014-10-142-2/+0
| | | | | | (bzr r13611.1.9)
| * Merged hatch rendering codeTomasz Boczkowski2014-10-141-1/+1
| | | | | | (bzr r13611.1.8)
| * Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-1410-35/+409
| | | | | | (bzr r13611.1.1)
| * DrawingItem: add NULL check (bug found by clang static analyzer)Johan B. C. Engelen2014-10-121-1/+1
| | | | | | (bzr r13603)
* | Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
* | Update to experimental r13543Liam P. White2014-09-0748-201/+208
| | | | | | (bzr r13090.1.108)
* | Update to experimental r13531Liam P. White2014-08-3131-521/+136
|\ \ | | | | | | (bzr r13090.1.106)
| * | Minor pass of header cleanupLiam P. White2014-08-304-15/+5
| | | | | | | | | (bzr r13341.1.189)
| * | Reduce header bloatAlex Valavanis2014-08-302-3/+2
| | | | | | | | | (bzr r13341.1.184)
| * | Complete reduction of GObject boilerplateAlex Valavanis2014-08-262-34/+8
| | | | | | | | | (bzr r13341.1.181)
| * | sp-canvas: GObject boilerplate reductionAlex Valavanis2014-08-262-100/+17
| | | | | | | | | (bzr r13341.1.180)
| * | More GObject boilerplate reductionAlex Valavanis2014-08-2413-338/+65
| | | | | | | | | (bzr r13341.1.175)
| * | Turn on double-buffering of the canvasLiam P. White2014-08-231-1/+1
| | | | | | | | | (bzr r13341.1.166)
| * | Fix build (not pretty).Liam P. White2014-08-1811-11/+22
| | | | | | | | | (bzr r13341.1.146)
| * | Code cleanup.Liam P. White2014-08-182-20/+16
| | | | | | | | | (bzr r13341.1.145)
* | | Update to experimental r13483Liam P. White2014-08-171-0/+3
|\| | | | | | | | (bzr r13090.1.105)
| * | Update to trunk r13525Liam P. White2014-08-171-0/+3
| |\| | | | | | | (bzr r13341.1.142)
| | * Fix grid jumping (bug #1342238).Matthew Petroff2014-08-171-0/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1342238 (bzr r13522)
| | * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-012-8/+8
| | | | | | | | | (bzr r13485)
* | | Update to experimental r13464Liam P. White2014-08-081-20/+71
|\| | | | | | | | (bzr r13090.1.99)
| * | Fix small regressionLiam P. White2014-08-081-9/+10
| | | | | | | | | (bzr r13341.1.122)