| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Fix regression: Update default font-family if nothing is selected on canvas. | Tavmjong Bah | 2015-04-29 | 2 | -5/+11 | |
| | | * | | Fix a bug linking a path parameter to a transformed element | jabiertxof | 2015-04-29 | 1 | -1/+7 | |
| | | |/ | ||||||
| | | * | Increase precision (long thin paths had a ton of width variance), fix logic e... | Liam P. White | 2015-04-29 | 1 | -3/+1 | |
| | | * | Catch more intersections (can still be improved somewhat I think) | Liam P. White | 2015-04-29 | 1 | -21/+17 | |
| | | * | fix tangent sign problems in path outline code | Liam P. White | 2015-04-28 | 1 | -65/+94 | |
| | | * | enable default pen object for WMF files | mathog | 2015-04-28 | 1 | -1/+5 | |
| | | * | Save original text in 'aria-label' attribute for accessibilty reasons. | Tavmjong Bah | 2015-04-28 | 1 | -1/+11 | |
| | | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur... | Alex Valavanis | 2015-04-27 | 95 | -454/+13 | |
| | * | | merge with trunk | Marc Jeanmougin | 2015-04-27 | 26 | -1836/+4946 | |
| | |\| | ||||||
| | | * | add two files omitted in patch at revision 14062 | mathog | 2015-04-27 | 2 | -0/+1234 | |
| | | * | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 21 | -1833/+3706 | |
| | | * | Enable snapping of cusp nodes by default | Diederik van Lierop | 2015-04-27 | 1 | -1/+1 | |
| | | * | Mainloop fix for possible data loss if closing before save has completed. | Mark Harmer | 2015-04-27 | 2 | -2/+5 | |
| | * | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 7 | -23/+23 | |
| | * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 7 | -13/+0 | |
| | * | | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 2015-04-26 | 10 | -31/+27 | |
| | * | | fix | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 | |
| | * | | merging | Marc Jeanmougin | 2015-04-26 | 146 | -4187/+4303 | |
| | |\| | ||||||
| | * | | merge | Marc Jeanmougin | 2015-04-26 | 171 | -1462/+616 | |
| | |\ \ | ||||||
| | * | | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 28 | -89/+86 | |
| | * | | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 85 | -370/+294 | |
| | * | | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 26 | -288/+235 | |
| | |\ \ \ | ||||||
| | * | | | | Removed eclipse files, added removed pot file | Marc Jeanmougin | 2015-02-23 | 3 | -9/+0 | |
| | * | | | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 17 | -87/+83 | |
| | * | | | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 99 | -765/+744 | |
| | * | | | | I can't really understand why, but i can now launch inkscape without it segfa... | mc | 2015-02-18 | 7 | -67/+53 | |
| | * | | | | OMG IT'S COMPILING. | Mc | 2015-02-18 | 1 | -91/+83 | |
| | * | | | | Just... | mc | 2015-02-18 | 36 | -279/+270 | |
| | * | | | | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 78 | -1365/+1283 | |
| * | | | | | merged gtk3 compile fix | Tomasz Boczkowski | 2015-04-26 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | gtk3 compile fix | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+0 | |
| | * | | | | | fixed updating drawing when dragging a color slider | Tomasz Boczkowski | 2014-06-01 | 1 | -3/+3 | |
| * | | | | | | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 27 | -785/+541 | |
| |\| | | | | | ||||||
| | * | | | | | ColorNotebook is Gtk::Widget and uses ColorSelector | Tomasz Boczkowski | 2014-06-01 | 7 | -313/+134 | |
| | * | | | | | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 2014-06-01 | 12 | -21/+20 | |
| | * | | | | | using ColorSelector in SwatchSelector | Tomasz Boczkowski | 2014-06-01 | 2 | -63/+51 | |
| | * | | | | | using ColorSelector in SPPaintSelector | Tomasz Boczkowski | 2014-06-01 | 2 | -47/+56 | |
| | * | | | | | using ColorSelector in gradient vector selector widget | Tomasz Boczkowski | 2014-06-01 | 1 | -14/+45 | |
| | * | | | | | disconnecting in ParamColor destructor | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+1 | |
| | * | | | | | using SelectedColor in ColorPicker | Tomasz Boczkowski | 2014-06-01 | 2 | -43/+35 | |
| | * | | | | | Using SelectedColor in extenstion/param/color | Tomasz Boczkowski | 2014-06-01 | 6 | -33/+57 | |
| | * | | | | | SPColorNotebook cleanup | Tomasz Boczkowski | 2014-06-01 | 2 | -142/+16 | |
| | * | | | | | inhibit SelectedColor::setColorAlpha in the callbacks of it's signals | Tomasz Boczkowski | 2014-06-01 | 7 | -45/+34 | |
| * | | | | | | merged SPColorICCSelector c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-26 | 8 | -301/+258 | |
| |\| | | | | | ||||||
| | * | | | | | SPColorICC c++sification: using SelectedColor | Tomasz Boczkowski | 2014-05-31 | 2 | -275/+199 | |
| | * | | | | | SPColorICC c++sification: moved to ui/widget/ | Tomasz Boczkowski | 2014-05-31 | 7 | -9/+9 | |
| * | | | | | | merged SPColorScales c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-26 | 12 | -209/+124 | |
| |\| | | | | | ||||||
| | * | | | | | SPColorScales c++-sification - using SelectedColor | Tomasz Boczkowski | 2014-05-31 | 6 | -227/+101 | |
| | * | | | | | updated CMakeLists | Tomasz Boczkowski | 2014-05-31 | 2 | -4/+8 | |
| | * | | | | | SPColorScales c++-sification - move to ui/widget | Tomasz Boczkowski | 2014-05-31 | 8 | -8/+8 | |
