summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+60
| | | | | | | | | | progress. (bzr r14148)
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
* | merge with trunkTomasz Boczkowski2015-05-021-61/+60
|\| | | | | (bzr r14059.1.12)
| * more cast cleanupMarc Jeanmougin2015-02-271-15/+14
| | | | | | (bzr r13922.1.11)
| * corrected the casts (hopefully)Marc Jeanmougin2015-02-271-19/+19
| | | | | | (bzr r13922.1.10)
| * Merge, resolved conflictsMarc Jeanmougin2015-02-231-2/+2
| |\ | | | | | | (bzr r13922.1.8)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-33/+33
| | | | | | | | | (bzr r13922.1.5)
| * | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
|\ \ \ | |_|/ |/| | (bzr r14059.1.2)
| * | SPPattern c++-sification: replaced function by methodsTomasz Boczkowski2014-05-281-2/+2
| | | | | | | | | (bzr r13341.6.21)
* | | fix scaling of letter-spacing and word-spacing. (Bug 772057)Alvin Penner2015-02-221-2/+2
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/772057 (bzr r13937)
* | Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-4/+3
| | | | | | (bzr r13822.1.4)
* | Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-1/+1
| | | | | | (bzr r13801)
* | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-100/+140
| | | | | | (bzr r13700)
* | Update to trunk r13621Liam P. White2014-10-171-2/+4
|\ \ | | | | | | (bzr r13341.1.278)
| * | Removed dangerous GTK-mimicking macros.Jon A. Cruz2014-10-161-2/+4
| | | | | | | | | (bzr r13619)
| * | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-2/+4
| | | | | | | | | | | | | | | translation. (bzr r13569)
| * | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-2/+2
| | | | | | | | | (bzr r13564)
| * | Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
| |/ | | | | (bzr r13416)
* | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-2/+4
| | | | | | | | | | translation. (bzr r13341.1.233)
* | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-2/+2
| | | | | | (bzr r13341.1.217)
* | Fix build (not pretty).Liam P. White2014-08-181-0/+1
| | | | | | (bzr r13341.1.146)
* | Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah2014-06-101-1/+7
|/ | | (bzr r13341.1.57)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-4/+4
| | | (bzr r13301)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-25/+25
| | | (bzr r13300)
* memleak fixDavid Mathog2014-02-091-2/+6
| | | (bzr r13013)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* Further refactoring of EventContexts.Markus Engel2013-07-301-1/+1
| | | (bzr r11608.1.109)
* minor cppcheck stuffKris De Gussem2013-04-281-1/+2
| | | (bzr r12307)
* cppcheckKris De Gussem2013-03-111-1/+1
| | | (bzr r12193)
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | (bzr r12119)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-3/+3
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-0/+2
| | | (bzr r11608)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Fix isnan() compilation issuesDiederik van Lierop2011-09-061-4/+5
| | | (bzr r10623)
* When scaling a diagonal line to a horizontal line, the strokewidth becomes ↵Diederik van Lierop2011-09-051-16/+30
| | | | | NaN. This commit allows to change the strokewidth back to a more useful value (as reported by ~suv in lp:825840) (bzr r10621)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-5/+5
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-55/+103
|\ | | | | (bzr r9508.1.73)
| * Tweak and spray:Nicolas Dufour2011-04-011-1/+1
| | | | | | | | | | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-49/+97
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-20/+22
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-20/+22
| |\ | | | | | | (bzr r9945.1.1)
| | * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-2/+3
| | | | | | | | | (bzr r9546.1.12)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | | | | (bzr r9546.1.4)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+5
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-0/+5
|\| | | | | | | | (bzr r9508.1.70)
| * | Color preview in cursorJasper van de Gronde2010-09-061-0/+5
| | | | | | | | | (bzr r9743)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-30/+22
|\| | | | | | | | (bzr r9508.1.52)
| * | Revert device-color for now.Jon A. Cruz2010-07-071-26/+0
| | | | | | | | | | | | | | | "commit the awesomesauce" (bzr r9587)