summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix some canvas problems and refactorizationJabier Arraiza Cenoz2016-10-101-0/+1
|/ | | (bzr r15142.1.8)
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-252-0/+88
| | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
* [Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle ↵ohtsuka-yoshio2016-09-141-0/+2
| | | | | | | | to grid intersection. Fixed bugs: - https://launchpad.net/bugs/459914 (bzr r15116)
* Improve font editing dialog.Tavmjong Bah2016-09-062-13/+34
|\ | | | | (bzr r15109)
| * Improve font editing dialog:Tavmjong Bah2016-07-102-12/+33
| | | | | | | | | | | | | | | | 1. Allow for fonts with other than 1000 units per em. 2. Allow setting 'ascent', 'descent', etc. 3. Allow setting individual glyph horizontal advances. 4. Fix bug where 'units-per-em' was not read correctly. (bzr r15014.1.1)
* | Decrease contrast of phantom bpathJabier Arraiza Cenoz2016-08-291-1/+1
| | | | | | (bzr r15091)
* | Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-293-13/+29
| | | | | | | | | | lines (bzr r15090)
* | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-1/+1
| | | | | | | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | | | | (bzr r15059)
* | Merged trunkAdrian Boguszewski2016-08-095-298/+14
|\ \ | | | | | | (bzr r14954.1.30)
| * | Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-125/+0
| | | | | | | | | (bzr r15046)
| * | Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-282-97/+10
| | | | | | | | | (bzr r15023.2.8)
| * | display.canvas-*grid: Drop GTK2 fallbacksAlex Valavanis2016-07-272-76/+4
| |/ | | | | (bzr r15023.2.3)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-15/+20
|/ | | (bzr r14954.1.20)
* [Bug #1512729] Filter effects and blur quality options broken.Nicolas Dufour2016-05-241-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1512729 (bzr r14913)
* Clarify license.Krzysztof Kosi??ski2016-05-081-1/+4
| | | | | | | | | Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873)
* Correct enumeration names.Tavmjong Bah2016-04-221-3/+3
| | | (bzr r14862)
* Priority is so high it blocks blitting the canvasLiam P. White2016-04-151-1/+1
| | | (bzr r14849)
* Change idle priority back to highLiam P. White2016-04-141-1/+1
| | | (bzr r14848)
* Remove no longer needed warning about feTile rendering.Tavmjong Bah2016-04-131-12/+0
| | | (bzr r14835)
* Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski2016-04-131-2/+0
| | | (bzr r14833)
* Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski2016-04-131-2/+4
| | | (bzr r14832)
* Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski2016-04-131-16/+13
| | | (bzr r14831)
* Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski2016-04-131-33/+11
| | | (bzr r14829)
* Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski2016-04-131-4/+6
| | | | | #Hackfest2016 (bzr r14824)
* Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-132-27/+76
| | | | | background. #Hackfest2016 (bzr r14821)
* Simplify SPCanvas by tracking the clean region instead of the dirty region.Krzysztof Kosi??ski2016-04-132-76/+42
| | | | | #Hackfest2016 (bzr r14816)
* sp-canvas: Disable deprecated double-buffering #Hackfest2016Alex Valavanis2016-04-121-6/+1
| | | (bzr r14799)
* Update copyright notices on display/sp-canvas.(h|cpp)Krzysztof Kosi??ski2016-04-122-0/+4
| | | (bzr r14798)
* Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.Krzysztof Kosi??ski2016-04-122-148/+139
| | | | | For now, causes redraw issues with SVG preview in the open dialog. (bzr r14795)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-122-609/+472
| | | (bzr r14790)
* Fix feTile rendering bug with Krzysztof's help.Tavmjong Bah2016-04-111-5/+2
| | | | | Hackfest 2016. (bzr r14777)
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-022-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun2016-03-301-7/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750)
* type in commit r14664Kris De Gussem2016-02-291-1/+1
| | | (bzr r14676)
* static code analysisKris De Gussem2016-02-221-2/+2
| | | (bzr r14664)
* Remove artifacts when remove canvas items, for example in measure toolJabier Arraiza Cenoz2016-02-101-1/+1
| | | (bzr r14645)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-5/+5
| | | (bzr r14639)
* Less derp, can't iterate past the end of the listLiam P. White2016-01-171-2/+2
| | | (bzr r14602)
* Follow-up commit to 14529.Liam P. White2016-01-171-33/+40
| | | | | | From std::list documentation: list::insert - The container is extended by inserting new elements before the element at the specified position. (bzr r14601)
* Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵Liam P. White2016-01-161-6/+7
| | | | | false so that guides can be grabbed by the origin again (bzr r14593)
* Header cleanupLiam P. White2016-01-161-3/+0
| | | (bzr r14585.1.3)
* Dead code cleanupLiam P. White2016-01-161-10/+0
| | | (bzr r14585.1.2)
* Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵Liam P. White2016-01-162-29/+24
| | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1)
* More subtle checkerboard pattern centered around 50% gray. Makes editing ↵Tavmjong Bah2016-01-151-2/+2
| | | | | | | nodes more visible. Note, input values are in sRGB. (bzr r14584)
* Add option for checkerboard background.Tavmjong Bah2015-12-212-0/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539)
* Small bug fix related to previous check-in.Tavmjong Bah2015-12-141-0/+1
| | | (bzr r14533)
* Fix two bugs with component transfer filter primitive:Tavmjong Bah2015-12-141-155/+47
| | | | | | | 1. Discrete type was ignoring last value in list. 2. Change in alpha was not propogated to pre-multiplied color values leading to "ghosting". (bzr r14532)
* cppification and performanceMarc Jeanmougin2015-12-133-129/+71
| | | (bzr r14529)