| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-19 | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 1 | -0/+1 | |
| 2019-10-14 | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 1 | -0/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+5 | |
| A lot of header clean-up. | |||||
| 2017-10-06 | remove trailing space | Shlomi Fish | 1 | -1/+1 | |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 1 | -1/+2 | |
| global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | |||||
| 2016-03-07 | Add GUI for 'paint-order' property. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r14693) | |||||
| 2015-12-08 | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 1 | -1/+0 | |
| (bzr r14504.1.14) | |||||
| 2015-10-28 | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 1 | -0/+1 | |
| adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | |||||
| 2015-06-22 | Add simple GUI for 'font-feature-settings'. | Tavmjong Bah | 1 | -0/+1 | |
| (bzr r14208) | |||||
| 2015-05-12 | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 1 | -0/+2 | |
| progress. (bzr r14148) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -12/+12 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -12/+13 | |
| 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) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -2/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -2/+1 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-04-26 | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 1 | -4/+4 | |
| (bzr r13309) | |||||
| 2013-03-14 | Fix another tonne of forward declaration tags | Alex Valavanis | 1 | -2/+2 | |
| (bzr r12204) | |||||
| 2011-12-11 | mixed usage of class and struct for same object | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10766.1.1) | |||||
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 1 | -4/+4 | |
| the contents forward.h at all). (bzr r10667) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-06-04 | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 1 | -0/+1 | |
| 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) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+5 | |
| (bzr r6885) | |||||
| 2008-07-26 | add optional bool* parameter to find out if the tool has color/opacity set ↵ | bulia byak | 1 | -2/+2 | |
| in its style or not (bzr r6426) | |||||
| 2008-01-05 | Applying Gail's patch for font-specification | Bryce Harrington | 1 | -0/+1 | |
| (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) | |||||
| 2007-06-24 | initial filter UI code drop from Nick | MenTaLguY | 1 | -1/+2 | |
| (bzr r3095) | |||||
| 2006-08-20 | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 1 | -1/+1 | |
| Comments added/fixed. (bzr r1622) | |||||
| 2006-08-02 | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 1 | -1/+4 | |
| slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | |||||
| 2006-05-18 | adding fill-opacity to dyna-draw | Aaron Spike | 1 | -1/+2 | |
| (bzr r875) | |||||
| 2006-05-17 | do calligraphic draw opacity correctly | bulia byak | 1 | -1/+1 | |
| (bzr r863) | |||||
| 2006-05-17 | Fixes calligraphy tool so drawing now uses the the correct opacity. | Joshua L. Blocher | 1 | -1/+3 | |
| (bzr r861) | |||||
| 2006-05-13 | Calligraphy tool now draws in the last used color or tool style depending on ↵ | Joshua L. Blocher | 1 | -0/+1 | |
| the preferences setting. (bzr r823) | |||||
