| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | select referred path when pressing shift+d (select original) for a path with ↵ | Johan B. C. Engelen | 2012-01-18 | 1 | -1/+15 | |
| | | | | | | | | | | | Clone original LPE (bzr r10905) | |||||
| * | | add a menu item for using the Clone original LPE efficiently. | Johan B. C. Engelen | 2012-01-15 | 1 | -0/+57 | |
| | | | | | | | (bzr r10889) | |||||
| * | | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -2/+1 | |
| | | | | | | | (bzr r10860) | |||||
| * | | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -2/+2 | |
| |/ | | | (bzr r10830) | |||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 | |
| | | | | (bzr r10659) | |||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 | |
| | | | | (bzr r10582.1.6) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -22/+22 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -2/+3 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) | |||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -7/+7 | |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | |||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 | |
| | | | | (bzr r10347.1.1) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -1/+1 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 | |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -88/+101 | |
| |\| | | | | | (bzr r9508.1.73) | |||||
| | * | Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, ↵ | Nicolas Dufour | 2011-03-17 | 1 | -3/+16 | |
| | | | | | | | | | | | Bug #184341, Bug #239430). (bzr r10109) | |||||
| | * | 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) | |||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -52/+52 | |
| | | | | | | | (bzr r10060) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -33/+33 | |
| | | | | | | | (bzr r10025) | |||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -220/+241 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -221/+228 | |
| | |\ | | | | | | | (bzr r9945.1.1) | |||||
| | | * | Naming Correction | Abhishek Sharma public | 2010-08-12 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r9546.1.13) | |||||
| | | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r9546.1.12) | |||||
| | | * | More on c++ification and some XML privatisation | Abhishek Sharma public | 2010-07-20 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r9546.1.10) | |||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | |||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -9/+9 | |
| | | | | | | | | | | (bzr r9546.1.4) | |||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -48/+48 | |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | |||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -9/+9 | |
| | | | | | | | | | | (bzr r9546.1.2) | |||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -24/+24 | |
| | | | | | | | | | | | | | | | | 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) | |||||
| | * | | implemented proper error checking | Adonis Papaderos | 2010-12-06 | 1 | -1/+2 | |
| | | | | | | | | | | (bzr r9941.1.2) | |||||
| | * | | Make linked offsets respect "Relink duplicated clones" settings | Adonis Papaderos | 2010-12-06 | 1 | -0/+8 | |
| | | | | | | | | | | (bzr r9941.1.1) | |||||
| | * | | Fix Bug #675309 - crash when unlinking an orphaned clone | Adonis Papaderos | 2010-11-25 | 1 | -0/+5 | |
| | | | | | | | | | | (bzr r9917.2.1) | |||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -8/+4 | |
| |\| | | | | | | | | (bzr r9508.1.70) | |||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 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) | |||||
| | * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -7/+3 | |
| | | | | | | | | | | (bzr r9722) | |||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -44/+44 | |
| |\| | | | | | | | | (bzr r9508.1.52) | |||||
| | * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -44/+44 | |
| | |/ | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | |||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -16/+16 | |
| | | | | | | | (bzr r9508.1.47) | |||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -4/+0 | |
| |/ | | | (bzr r9508.1.44) | |||||
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -3/+3 | |
| | | | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307) | |||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -6/+8 | |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | |||||
| * | Fix behavior when loading a document | Krzysztof Kosi??ski | 2010-04-03 | 1 | -5/+3 | |
| | | | | (bzr r9281.1.7) | |||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -3/+3 | |
| | | | | (bzr r9281.1.1) | |||||
| * | Patch by Martin Sucha for 542004 | Josh Andler | 2010-03-20 | 1 | -21/+50 | |
| | | | | (bzr r9216) | |||||
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 1 | -37/+42 | |
| | | | | (bzr r9209) | |||||
| * | i18n. Remove underscores in message context. | Nicolas Dufour | 2010-03-06 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/505157 (bzr r9154) | |||||
| * | Always embed bitmap copies created with Alt+B. | Krzysztof Kosi??ski | 2010-03-05 | 1 | -6/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/169108 (bzr r9144) | |||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -2/+2 | |
| | | | | (bzr r9127) | |||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -3/+5 | |
| | | | | (bzr r9070) | |||||
| * | Patch by Martin Sucha to add preferences to for grouping on Clip/Mask | Josh Andler | 2010-02-04 | 1 | -27/+119 | |
| | | | | (bzr r9050) | |||||
| * | Restore encapsulation of selection implementation. | Jon A. Cruz | 2010-01-15 | 1 | -3/+106 | |
| | | | | (bzr r8983) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -1/+1 | |
| | | | | (bzr r8981) | |||||
