| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -1/+1 |
| | | | | (bzr r11686) | ||||
| * | Fix for 168164 : Font size, always output px option | John Smith | 2012-08-21 | 1 | -1/+2 |
| | | | | (bzr r11616) | ||||
| * | Fix for 168164 : Font sizes in points option | John Smith | 2012-08-16 | 1 | -1/+4 |
| | | | | (bzr r11608) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -10/+10 |
| | | | | (bzr r11325) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 1 | -2/+2 |
| | | | | (bzr r10938) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+0 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Add minimal support for reading color-interpolation and ↵ | Tavmjong Bah | 2011-08-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | color-interpolation-filters properties (however, Inkscape assumes sRGB everywhere at the moment). Change color-interpolation-filters from attribute to style property in sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is only allowed as an attribute in filter primitives). Added color-interpolation-filters:sRGB to style when new filter is created in filter-chemistry.cpp. (bzr r10591) | ||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -4/+7 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Allow em and ex as units on font-size. | Tavmjong Bah | 2011-07-10 | 1 | -4/+7 |
| | | | | | | | (bzr r10437.1.1) | ||||
| * | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 1 | -1/+3 |
| |/ | | | | | | | | a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8) | ||||
| * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Restore code safety for all but Win32. | Jon A. Cruz | 2010-07-20 | 1 | -3/+6 |
| | | | | (bzr r9632) | ||||
| * | fix build broken by 9620 | Johan B. C. Engelen | 2010-07-19 | 1 | -3/+3 |
| | | | | (bzr r9630) | ||||
| * | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -0/+7 |
| | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | Removing unused macro. | Jon A. Cruz | 2010-07-04 | 1 | -2/+0 |
| | | | | (bzr r9565) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -0/+26 |
| | | | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475) | ||||
| * | Adding some const correctness and overloads. | Jon A. Cruz | 2010-03-23 | 1 | -11/+18 |
| | | | | (bzr r9223) | ||||
| * | fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ↵ | bulia byak | 2009-08-22 | 1 | -0/+1 |
| | | | | | | make them correctly handle inherit values; test case for the bug is added to the testsuite (bzr r8519) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+3 |
| | | | | (bzr r6885) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -1/+0 |
| | | | | (bzr r3794) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -2/+2 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -11/+19 |
| | | | | (bzr r3706) | ||||
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -0/+2 |
| | | | | (bzr r3696) | ||||
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and ↵ | bulia byak | 2007-07-04 | 1 | -21/+23 |
| | | | | | | delete connections on destroy; remove some old crap; fixes a ton of old bugs (bzr r3180) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -2/+3 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -7/+4 |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -0/+2 |
| | | | | (bzr r3095) | ||||
| * | Removed use of union in paint type/struct | Jon A. Cruz | 2007-04-05 | 1 | -3/+3 |
| | | | | (bzr r2821) | ||||
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); ↵ | bulia byak | 2007-03-16 | 1 | -0/+3 |
| | | | | | | change unquote API and export it (bzr r2662) | ||||
| * | cleanup filter handling, fix hreffing, implement release and modified signal ↵ | bulia byak | 2006-11-16 | 1 | -0/+3 |
| | | | | | | listening for filters (fixes numerous crashes) (bzr r1960) | ||||
| * | add generic set-property-to-this-object-url method | bulia byak | 2006-10-07 | 1 | -0/+2 |
| | | | | (bzr r1773) | ||||
| * | add a member for gaussian blur deviation (perhaps will need to duplicate ↵ | bulia byak | 2006-10-04 | 1 | -0/+4 |
| | | | | | | other filter params into SPStyle as well) so that style querying for blur radius can be done without creating a dummy filter object (bzr r1765) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -0/+1 |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | ||||
| * | finish switching to sigc++ SPObject signals for SPStyle | MenTaLguY | 2006-07-26 | 1 | -0/+2 |
| | | | | (bzr r1480) | ||||
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 1 | -0/+9 |
| | | | | (bzr r1479) | ||||
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 1 | -3/+8 |
| | | | | (bzr r1454) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+12 |
| | | | | (bzr r1252) | ||||
| * | Start of support for icc-color in fill/stroke. | Peter Moulder | 2006-04-03 | 1 | -0/+3 |
| | | | | (bzr r408) | ||||
| * | Disallow none/currentColor/uri as values for the `color' property, and get ↵ | Peter Moulder | 2006-03-31 | 1 | -4/+2 |
| | | | | | | rid of color_hreffed,color_listening flags. (bzr r378) | ||||
| * | differentiate _hreffed and _listening flags for color, fill, and stroke ↵ | bulia byak | 2006-03-14 | 1 | -4/+8 |
| | | | | | | paintservers - fixes two crashes (bzr r239) | ||||
| * | r10887@tres: ted | 2006-02-05 23:16:41 -0800 | Ted Gould | 2006-02-06 | 1 | -0/+2 |
| | | | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92) | ||||
| * | (bzr r90) | Ted Gould | 2006-02-06 | 1 | -2/+0 |
| | | |||||
| * | yet another fix along the same lines: disconnect listeners if they have been ↵ | bulia byak | 2006-02-06 | 1 | -0/+2 |
| | | | | | | connected, checking a flag instead of relying on style->object (bzr r85) | ||||
| * | further fix: remember is paintservers were hreffed in a flag, fixes undo crash | bulia byak | 2006-02-03 | 1 | -0/+2 |
| | | | | (bzr r66) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+509 |
| (bzr r1) | |||||
