| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix color-managed view | Krzysztof Kosi??ski | 2011-04-08 | 3 | -121/+60 |
| | | | | (bzr r9508.1.74) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 626 | -11383/+21636 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Fix setting canvas margins when using "Resize page to drawing or selection" | Martin Sucha | 2011-04-02 | 1 | -3/+3 |
| | | | | | | | (bzr r10145) | ||||
| | * | Faster rounding for Gaussian blur | Jasper van de Gronde | 2011-04-02 | 1 | -6/+37 |
| | | | | | | | (bzr r10144) | ||||
| | * | use shape's curve before LPE as flash path in node tool. so now, you should ↵ | Johan B. C. Engelen | 2011-04-01 | 1 | -2/+3 |
| | | | | | | | | | | | see a flashing path for all shapes now (bzr r10143) | ||||
| | * | add curve before LPE to SPShape. this is useful for helperpath display. It ↵ | Johan B. C. Engelen | 2011-04-01 | 11 | -22/+115 |
| | | | | | | | | | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142) | ||||
| | * | Filters: labels consistency fix. | Nicolas Dufour | 2011-04-01 | 2 | -4/+5 |
| | | | | | | | | | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140) | ||||
| | * | Tweak and spray: | Nicolas Dufour | 2011-04-01 | 4 | -413/+428 |
| | | | | | | | | | | | | | | | | | * 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) | ||||
| | * | emf import. limited support for EMR_BITBLT (Bug 382421) | Alvin Penner | 2011-03-31 | 1 | -0/+29 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382421 (bzr r10136) | ||||
| | * | Extensions: | Nicolas Dufour | 2011-03-30 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135) | ||||
| | * | Spray: | Nicolas Dufour | 2011-03-29 | 4 | -459/+332 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132) | ||||
| | * | Extensions. Replacing the groupheader element with an appearance mode in the ↵ | Nicolas Dufour | 2011-03-25 | 7 | -140/+44 |
| | | | | | | | | | | | description element. (bzr r10129) | ||||
| | * | emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420) | Alvin Penner | 2011-03-24 | 1 | -0/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/382420 (bzr r10128) | ||||
| | * | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵ | Nicolas Dufour | 2011-03-23 | 3 | -4/+4 |
| | | | | | | | | | | | widgets adjustment. (bzr r10125) | ||||
| | * | Path. Fix for Bug #170225 (relative image paths instead of absolute). | Nicolas Dufour | 2011-03-22 | 1 | -3/+43 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170225 (bzr r10124) | ||||
| | * | powerstroke: apply interpolator combobox to closed paths too | Johan B. C. Engelen | 2011-03-21 | 1 | -3/+3 |
| | | | | | | | (bzr r10123) | ||||
| | * | Doc comment cleanup of '@brief'. | Jon A. Cruz | 2011-03-21 | 2 | -100/+119 |
| | | | | | | | (bzr r10120) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-20 | 4 | -18/+18 |
| | | | | | | | (bzr r10119) | ||||
| | * | Cleaned up memory patch. Fixes bug #737298. | Jon A. Cruz | 2011-03-20 | 10 | -46/+87 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) | ||||
| | * | add spiro interpolator to powerstroke | Johan B. C. Engelen | 2011-03-18 | 2 | -6/+161 |
| | | | | | | | (bzr r10115) | ||||
| | * | D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵ | Nicolas Dufour | 2011-03-18 | 8 | -19/+87 |
| | | | | | | | | | | | Bug #707054 and Bug #707364). (bzr r10114) | ||||
| | * | Layers. Fix for Bug #249035: Undo crash when executing extensions. | Nicolas Dufour | 2011-03-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-17 | 3 | -15/+15 |
| | | | | | | | (bzr r10112) | ||||
| | * | Last renamings of headers in Inkscape preferences (Bug #560751) | Kris De Gussem | 2011-03-17 | 1 | -7/+7 |
| | | | | | | | (bzr r10111) | ||||
| | * | Preferences. Fix for Bug #686193 (Make linked offsets respect Relink ↵ | Nicolas Dufour | 2011-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | duplicated clones settings). Fixed bugs: - https://launchpad.net/bugs/686193 (bzr r10110) | ||||
| | * | Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, ↵ | Nicolas Dufour | 2011-03-17 | 3 | -22/+49 |
| | | | | | | | | | | | Bug #184341, Bug #239430). (bzr r10109) | ||||
| | * | Filters. Custom predefined filters fine tuning (precision and UI labels). | Nicolas Dufour | 2011-03-16 | 4 | -98/+98 |
| | | | | | | | (bzr r10108) | ||||
| | * | automatically enter current filename in windows save as dialog. | Johan B. C. Engelen | 2011-03-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530957 (bzr r10107) | ||||
| | * | Extensions. Float and Int default mode set to minimal. Filters' mode changed ↵ | Nicolas Dufour | 2011-03-15 | 8 | -117/+117 |
| | | | | | | | | | | | to full. (bzr r10106) | ||||
| | * | Extensions. Warnings (introduced in recent float and int changes) cleanup. | Nicolas Dufour | 2011-03-14 | 2 | -2/+2 |
| | | | | | | | (bzr r10105) | ||||
| | * | Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), ↵ | Nicolas Dufour | 2011-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | by Johannes Lipp. Fixed bugs: - https://launchpad.net/bugs/716362 (bzr r10104) | ||||
| | * | Extensions. Slider in Float and Int extension widgets. | Nicolas Dufour | 2011-03-14 | 5 | -19/+89 |
| | | | | | | | (bzr r10103) | ||||
| | * | Filters. Drawing CPF improvement. | Nicolas Dufour | 2011-03-14 | 1 | -4/+3 |
| | | | | | | | (bzr r10102) | ||||
| | * | make a strange cast more obvious | Johan B. C. Engelen | 2011-03-13 | 1 | -1/+3 |
| | | | | | | | (bzr r10101) | ||||
| | * | apparently bbox numbers in PS should be integers. | Johan B. C. Engelen | 2011-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100) | ||||
| | * | remove wrong format indication in lossy format warning (was always ↵ | Thomas Holder | 2011-03-13 | 1 | -3/+2 |
| | | | | | | | | | | | org.inkscape.output.svg.inkscape) (bzr r10099) | ||||
| | * | Allow for item groups in marker definitions when calculating the path outline. | Johan B. C. Engelen | 2011-03-12 | 1 | -11/+30 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10098) | ||||
| | * | Fix part of bug 733010, where fit page to drawing did not work the same as ↵ | Johan B. C. Engelen | 2011-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to. Fixed bugs: - https://launchpad.net/bugs/733010 (bzr r10097) | ||||
| | * | Hope to fix a really dumb earlier commit by me... | Johan B. C. Engelen | 2011-03-12 | 1 | -5/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096) | ||||
| | * | Use filter primitive subregion for feFlood per SVG standard. | Tavmjong Bah | 2011-03-12 | 1 | -24/+44 |
| | | | | | | | (bzr r10094) | ||||
| | * | Snap while rotating: fix removal of points too close to the rotation center | Diederik van Lierop | 2011-03-11 | 1 | -12/+12 |
| | | | | | | | (bzr r10093) | ||||
| | * | Add handling filter primitive subregion to filter primitive classes. | Tavmjong Bah | 2011-03-11 | 11 | -89/+386 |
| | | | | | | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092) | ||||
| | * | Comment out non-functional code that prevents compiling | Tavmjong Bah | 2011-03-11 | 1 | -4/+5 |
| | | | | | | | | | | | with cairo trunk. (bzr r10091) | ||||
| | * | Filters. New Grayscale, Lightness and Brightness CPF. Some default values ↵ | Nicolas Dufour | 2011-03-11 | 3 | -31/+263 |
| | | | | | | | | | | | adjustment. Inkscape.pot update. (bzr r10090) | ||||
| | * | PDF+LaTeX now also exports font shape (italic or bold) (patch partly by ↵ | Johan B. C. Engelen | 2011-03-10 | 1 | -2/+74 |
| | | | | | | | | | | | Tobias Gradl) (bzr r10089) | ||||
| | * | add scaling option to PDF+LaTeX (patch by Bernd Bandemer) | Johan B. C. Engelen | 2011-03-10 | 1 | -0/+6 |
| | | | | | | | (bzr r10088) | ||||
| | * | fixing duplicate author name in about box: "Aurélio Adnauer Heckert" | Felipe Corr??a da Silva Sanches | 2011-03-09 | 1 | -2/+1 |
| | | | | | | | (bzr r10087) | ||||
| | * | UI fix (message was not clear) | Kris De Gussem | 2011-03-08 | 1 | -1/+1 |
| | | | | | | | (bzr r10085) | ||||
| | * | emf import. remove numerical id's (Bug 552351) | Alvin Penner | 2011-03-08 | 1 | -10/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/552351 (bzr r10083) | ||||
| | * | add a check for null desktop | Johan B. C. Engelen | 2011-03-07 | 1 | -2/+6 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082) | ||||
