| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 11 | -17/+13 |
| |\ | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 10 | -16/+12 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | fix rendering of angled guidelines | Felipe Corr??a da Silva Sanches | 2011-06-01 | 1 | -6/+7 |
| | | | | (bzr r10246) | ||||
| * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 4 | -2/+5 |
| | | | | | | | | | | | 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) | ||||
| * | add entry widget to guideline dialog to change guide's label | Johan B. C. Engelen | 2011-05-26 | 2 | -4/+9 |
| | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234) | ||||
| * | actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵ | Felipe Corr??a da Silva Sanches | 2011-05-22 | 2 | -0/+32 |
| | | | | | | the svg spec. So we need to do it also. (bzr r10218) | ||||
| * | Reinstating version bump. | Jon A. Cruz | 2011-05-20 | 1 | -6/+1 |
| | | | | (bzr r10215) | ||||
| * | fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered ↵ | Felipe Corr??a da Silva Sanches | 2011-05-19 | 2 | -18/+57 |
| | | | | | | | | upside-down since I was trying to make it compatible with fontforge rendering. Now, reading again the SVG spec, it seems to me that it is fontforge that renders it incorrectly. I have also added support for rendering path tags that are children of glyph and missing-glyph nodes. And also use tags. But fontforge does not seem to understand use tags in glyph descriptions... compatibility issues that we have to figure out how to solve. (bzr r10211) | ||||
| * | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 2011-05-19 | 1 | -1/+6 |
| | | | | (bzr r10210) | ||||
| * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 2 | -10/+52 |
| | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | ||||
| * | Made dependencies explicit and bumped versions. | Jon A. Cruz | 2011-05-18 | 1 | -6/+1 |
| | | | | (bzr r10208) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -1/+1 |
| | | | | (bzr r10198) | ||||
| * | Faster rounding for Gaussian blur | Jasper van de Gronde | 2011-04-02 | 1 | -6/+37 |
| | | | | (bzr r10144) | ||||
| * | D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵ | Nicolas Dufour | 2011-03-18 | 1 | -0/+1 |
| | | | | | | Bug #707054 and Bug #707364). (bzr r10114) | ||||
| * | Use filter primitive subregion for feFlood per SVG standard. | Tavmjong Bah | 2011-03-12 | 1 | -24/+44 |
| | | | | (bzr r10094) | ||||
| * | Add handling filter primitive subregion to filter primitive classes. | Tavmjong Bah | 2011-03-11 | 7 | -66/+273 |
| | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092) | ||||
| * | 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) | ||||
| * | Allow the center handle to be selectable for items having a width or height ↵ | Diederik van Lierop | 2011-03-06 | 1 | -0/+6 |
| | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081) | ||||
| * | 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) | ||||
| * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 10 | -9/+168 |
| | | | | (bzr r10065) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 78 | -198/+198 |
| | | | | (bzr r10025) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 35 | -216/+275 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 2 | -9/+11 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Fix luminance to alpha calculation in masks. | Tavmjong Bah | 2010-11-22 | 1 | -6/+16 |
| | | | | | | | (bzr r9914) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 96 | -96/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | A modification of pixops_mix that allows for input images that extend beyond ↵ | Jasper van de Gronde | 2010-08-04 | 1 | -87/+39 |
| | | | | | | | | | | | the output image (bzr r9686) | ||||
| * | | Fix to background handling that avoids both duplication and aliasing as much ↵ | Jasper van de Gronde | 2010-08-04 | 4 | -101/+75 |
| | | | | | | | | | | | as possible. (bzr r9685) | ||||
| * | | 1) Snap to transformation center even if it's outside of the bounding box of ↵ | Diederik van Lierop | 2010-07-25 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648) | ||||
| * | | Make OpenMP actually work on systems that use Autoconf. | Krzysztof Kosi??ski | 2010-07-21 | 1 | -1/+2 |
| | | | | | | | (bzr r9637) | ||||
| * | | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -21/+9 |
| | | | | | | | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | ||||
| * | | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 4 | -6/+4 |
| | | | | | | | (bzr r9619) | ||||
| * | | Upgrading to trunk | Ted Gould | 2010-07-13 | 7 | -7/+9 |
| |\ \ | | | | | | | (bzr r8254.1.57) | ||||
| | * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 5 | -5/+6 |
| | |/ | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| | * | Disable a couple debug messages. | Josh Andler | 2010-06-15 | 1 | -2/+2 |
| | | | | | | | (bzr r9501) | ||||
| | * | Fix for bug #284147 | Jasper van de Gronde | 2010-05-18 | 1 | -0/+1 |
| | | | | | | | (bzr r9429) | ||||
| * | | Pulling in a more recent trunk | Ted Gould | 2010-05-15 | 4 | -6/+6 |
| |\| | | | | | (bzr r8254.1.56) | ||||
| | * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 4 | -6/+6 |
| | | | | | | | (bzr r9402) | ||||
| * | | Updating to trunk | Ted Gould | 2010-05-15 | 11 | -95/+132 |
| |\| | | | | | (bzr r8254.1.54) | ||||
| | * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 2 | -3/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| | * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -0/+8 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) | ||||
| | * | Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵ | Jasper van de Gronde | 2010-04-18 | 5 | -75/+79 |
| | | | | | | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350) | ||||
| | * | filterUnits and primitiveUnits are now actually read/set, percentages for ↵ | Jasper van de Gronde | 2010-04-15 | 1 | -0/+8 |
| | | | | | | | | | | | primitiveUnits are still problematic though (bzr r9335) | ||||
| | * | show more axonometric grid lines | Johan B. C. Engelen | 2010-04-14 | 1 | -7/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/429776 (bzr r9331) | ||||
| | * | A few small fixes/clarifications for Gaussian blur. | Jasper van de Gronde | 2010-04-03 | 1 | -8/+14 |
| | | | | | | | (bzr r9287) | ||||
| | * | reinstate wrongly ignored delta in pick; makes selecting small text objects ↵ | buliabyak | 2010-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | much easier (bzr r9245) | ||||
| * | | Merge from trunk | Ted Gould | 2010-03-26 | 7 | -39/+123 |
| |\| | | | | | (bzr r8254.1.53) | ||||
| | * | Fix regression caused by rev. #9158 (selection of nodes in the node editor ↵ | Diederik van Lierop | 2010-03-21 | 1 | -1/+5 |
| | | | | | | | | | | | by dragging a rectangle using a tablet was broken) (bzr r9219) | ||||
