| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | spw-utilities: gtk_widget_modify_font deprecation fix | Alex Valavanis | 2014-08-23 | 1 | -0/+4 |
| | | | | (bzr r13341.1.163) | ||||
| * | icon: gtk_widget_get_state deprecation fix | Alex Valavanis | 2014-08-23 | 1 | -0/+4 |
| | | | | (bzr r13341.1.162) | ||||
| * | Fix gdk_display_get_n_screens deprecation | Alex Valavanis | 2014-08-23 | 2 | -0/+15 |
| | | | | (bzr r13341.1.161) | ||||
| * | sp-color-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 2 | -31/+19 |
| | | | | (bzr r13341.1.160) | ||||
| * | paint-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 2 | -31/+23 |
| | | | | (bzr r13341.1.159) | ||||
| * | properly attribute code | Johan B. C. Engelen | 2014-08-23 | 1 | -0/+7 |
| | | | | (bzr r13341.1.158) | ||||
| * | add missing files from last commit | Johan B. C. Engelen | 2014-08-23 | 2 | -0/+145 |
| | | | | (bzr r13341.1.157) | ||||
| * | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵ | Johan B. C. Engelen | 2014-08-23 | 5 | -3/+90 |
| | | | | | | | | | Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file. - Add Catmull-Rom interpolation to powerstroke interpolation options - Add LPE Interpolate points (bzr r13341.1.156) | ||||
| * | update to trunk lp:inkscape 13530 (fixes Windows build) | Johan B. C. Engelen | 2014-08-23 | 6 | -62/+58 |
| |\ | | | | | (bzr r13341.1.155) | ||||
| | * | Fix skewing bug that could lead to infinite transforms | Diederik van Lierop | 2014-08-23 | 1 | -3/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1266499 (bzr r13530) | ||||
| | * | Fix bug #1068987 LPE prespective_path crash inkscape | Jabier Arraiza Cenoz | 2014-08-20 | 2 | -3/+102 |
| | | | | | | | (bzr r13529) | ||||
| | * | Clear the waiting cursor on the old desktop after creating a new one | Liam P. White | 2014-08-19 | 1 | -4/+6 |
| | | | | | | | (bzr r13528) | ||||
| | * | Fix some issues with constrained snapping | Diederik van Lierop | 2014-08-17 | 1 | -49/+36 |
| | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/681286 - https://launchpad.net/bugs/1265026 (bzr r13527) | ||||
| | * | fix build problem for win32 due to syntax problem in .rc files after tagging ↵ | Adib Taraben | 2014-08-17 | 3 | -6/+6 |
| | | | | | | | | | | | pre2 (bzr r13526) | ||||
| * | | fix Windows 64-bit build | Johan B. C. Engelen | 2014-08-23 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.1.154) | ||||
| * | | gradient-vector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 2 | -33/+17 |
| | | | | | | | (bzr r13341.1.153) | ||||
| * | | gradient-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 1 | -32/+12 |
| | | | | | | | (bzr r13341.1.152) | ||||
| * | | font-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 1 | -27/+15 |
| | | | | | | | (bzr r13341.1.151) | ||||
| * | | Fix bug #1068987 LPE prespective_path crash inkscape | Jabier Arraiza Cenoz | 2014-08-20 | 2 | -3/+102 |
| | | | | | | | (bzr r13341.1.149) | ||||
| * | | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 2014-08-20 | 4 | -28/+53 |
| | | | | | | | | | | | (rendering only). (bzr r13341.1.148) | ||||
| * | | Fix gtk3 build | Liam P. White | 2014-08-18 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.147) | ||||
| * | | Fix build (not pretty). | Liam P. White | 2014-08-18 | 27 | -41/+57 |
| | | | | | | | (bzr r13341.1.146) | ||||
| * | | Code cleanup. | Liam P. White | 2014-08-18 | 37 | -911/+804 |
| | | | | | | | (bzr r13341.1.145) | ||||
| * | | Fix accidental regression in previous commit | Liam P. White | 2014-08-17 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.144) | ||||
| * | | Fix gtk3 crash when using "close" button | Liam P. White | 2014-08-17 | 1 | -14/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1090936 (bzr r13341.1.143) | ||||
| * | | Update to trunk r13525 | Liam P. White | 2014-08-17 | 21 | -80/+134 |
| |\| | | | | | (bzr r13341.1.142) | ||||
| | * | Similar workaround to r13523 (text&font dialog not appearing quickly) | Liam P. White | 2014-08-17 | 1 | -3/+4 |
| | | | | | | | (bzr r13525) | ||||
| | * | Work around for upstream GTK bug #734915 (speeds launch times) | Liam P. White | 2014-08-17 | 1 | -7/+9 |
| | | | | | | | (bzr r13523) | ||||
| | * | Fix grid jumping (bug #1342238). | Matthew Petroff | 2014-08-17 | 2 | -1/+8 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1342238 (bzr r13522) | ||||
| | * | Fix shift of transformation center on pasting | Diederik van Lierop | 2014-08-16 | 3 | -10/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247799 (bzr r13521) | ||||
| | * | memleak fix (Bug #1293827: LivePathEffect memory leak ) | Kris De Gussem | 2014-08-15 | 2 | -2/+8 |
| | | | | | | | (bzr r13520) | ||||
| | * | suppress compiler warning | Kris De Gussem | 2014-08-15 | 1 | -1/+1 |
| | | | | | | | (bzr r13519) | ||||
| | * | Preferences. Fix for Bug #184499 (Inkscape Preferences dialog does not ↵ | Nicolas Dufour | 2014-08-15 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | remember tabs/pages). Fixed bugs: - https://launchpad.net/bugs/184499 (bzr r13517) | ||||
| | * | Set pre-release version to 0.91pre2 | Bryce Harrington | 2014-08-15 | 4 | -16/+16 |
| | | | | | | | (bzr r13513) | ||||
| | * | Fix some transformation center regressions, related to the viewbox/units changes | Diederik van Lierop | 2014-08-14 | 4 | -20/+28 |
| | | | | | | | (bzr r13512) | ||||
| | * | Revert unintentional changes | Liam P. White | 2014-08-13 | 3 | -33/+32 |
| | | | | | | | (bzr r13511) | ||||
| | * | Fix build | Liam P. White | 2014-08-13 | 5 | -33/+38 |
| | | | | | | | (bzr r13510) | ||||
| | * | Printing. Fix for Bug #264831 (Print settings not persistent). | Nicolas Dufour | 2014-08-13 | 2 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | Printing. Fix for Bug #508529 (Printing rastered image offsets the page). Fixed bugs: - https://launchpad.net/bugs/264831 - https://launchpad.net/bugs/508529 (bzr r13509) | ||||
| | * | Export. Fix for Bug #1166184 (XAML export not compatible with Silverlight). | Nicolas Dufour | 2014-08-10 | 1 | -15/+25 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1166184 (bzr r13505) | ||||
| * | | Fix gtk3 build | Liam P. White | 2014-08-17 | 1 | -1/+2 |
| | | | | | | | (bzr r13341.1.141) | ||||
| * | | Merge in font-speedup branch to improve launch times | Liam P. White | 2014-08-17 | 8 | -1138/+1239 |
| | | | | | | | (bzr r13341.1.140) | ||||
| * | | Add 'Show handles' LPE | Jabier Arraiza Cenoz | 2014-08-12 | 6 | -1/+283 |
| | | | | | | | (bzr r13341.1.139) | ||||
| * | | fix a bug knots resetting in fillet-chamfer | Jabier Arraiza Cenoz | 2014-08-11 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.1.137) | ||||
| * | | Code refactor: now helper paths draw ok when handle is degenerate or cirle ↵ | Jabier Arraiza Cenoz | 2014-08-11 | 1 | -28/+22 |
| | | | | | | | | | | | handle is biger then the distance to node. also remove code duplication at loop (bzr r13341.1.136) | ||||
| * | | Added reset modifier to knot in fillet chamfer | Jabier Arraiza Cenoz | 2014-08-11 | 1 | -32/+46 |
| | | | | | | | (bzr r13341.1.135) | ||||
| * | | Simplify original paths on helper paths pointed by Liam. Also used arcs for ↵ | Jabier Arraiza Cenoz | 2014-08-11 | 1 | -2/+2 |
| | | | | | | | | | | | handles pointed by suv (bzr r13341.1.134) | ||||
| * | | fix bug pointed by suv | Jabier Arraiza Cenoz | 2014-08-10 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.133) | ||||
| * | | Better helper paths in simplify LPE sugested by suv | Jabier Arraiza Cenoz | 2014-08-10 | 1 | -4/+8 |
| | | | | | | | (bzr r13341.1.132) | ||||
| * | | Get gradient tool to shut up about invalid casts with meshes | Liam P. White | 2014-08-10 | 1 | -7/+10 |
| | | | | | | | (bzr r13341.1.131) | ||||
| * | | Oops | Liam P. White | 2014-08-10 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.130) | ||||
