| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -40/+41 |
| | | | | (bzr r10660) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -4/+4 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -16/+17 |
| | | | | (bzr r10067) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -36/+32 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -10/+10 |
| | | | | | | | | | | | 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) | ||||
| * | | 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) | ||||
| * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+1 |
| | | | | | | | (bzr r9697) | ||||
| * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -7/+7 |
| |/ | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | better fix for lpe stack forking | Johan B. C. Engelen | 2010-05-18 | 1 | -2/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431) | ||||
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 1 | -46/+36 |
| | | | | (bzr r9209) | ||||
| * | Brace safety cleanup. | Jon A. Cruz | 2010-03-19 | 1 | -73/+181 |
| | | | | (bzr r9208) | ||||
| * | Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵ | Jon A. Cruz | 2010-03-18 | 1 | -3/+4 |
| | | | | | | make the link/embed effect clearer. (bzr r9202) | ||||
| * | fix pasting of LPE stacks | Johan B. C. Engelen | 2010-03-14 | 1 | -11/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191) | ||||
| * | Improve behavior when pasting, DnDing and importing bitmap images | Krzysztof Kosi??ski | 2010-03-04 | 1 | -20/+19 |
| | | | | (bzr r9143) | ||||
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵ | Diederik van Lierop | 2010-02-25 | 1 | -2/+3 |
| | | | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113) | ||||
| * | Patch from Diedrik for 296778 | Josh Andler | 2009-09-14 | 1 | -1/+34 |
| | | | | (bzr r8590) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -19/+19 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -19/+19 |
| | | | | (bzr r8405) | ||||
| * | parent transformation on import and paste (Bug #376064, Bug #375499) | Thomas Holder | 2009-05-13 | 1 | -1/+1 |
| | | | | (bzr r7876) | ||||
| * | call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968) | Thomas Holder | 2009-05-11 | 1 | -4/+1 |
| | | | | (bzr r7860) | ||||
| * | Make sure that the item center (origin for rotations) does not change due to ↵ | Diederik van Lierop | 2009-04-29 | 1 | -15/+18 |
| | | | | | | copy & paste (Fixes bug #320489) (bzr r7797) | ||||
| * | fix copy/paste of color from gradient stops | bulia byak | 2009-03-26 | 1 | -1/+22 |
| | | | | (bzr r7569) | ||||
| * | fix pasting style after copying a text span | bulia byak | 2009-02-16 | 1 | -6/+28 |
| | | | | (bzr r7301) | ||||
| * | gcc warning cleanup: | Felipe Corr??a da Silva Sanches | 2009-02-08 | 1 | -2/+2 |
| | | | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251) | ||||
| * | reworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally ↵ | Thomas Holder | 2008-12-09 | 1 | -56/+30 |
| | | | | | | fixing remaining issues with bug #234305 (bzr r6978) | ||||
| * | fix for Bug #234305 (paste into transformed groups) | Thomas Holder | 2008-12-08 | 1 | -0/+10 |
| | | | | (bzr r6975) | ||||
| * | comment | bulia byak | 2008-11-29 | 1 | -1/+1 |
| | | | | (bzr r6919) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -14/+11 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -1/+1 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -6/+6 |
| | | | | (bzr r6884) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| | | | | (bzr r6836) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -5/+6 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | Fix LP #258124 and crash when copying LPEs | Maximilian Albert | 2008-09-08 | 1 | -1/+1 |
| | | | | (bzr r6778) | ||||
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -1/+1 |
| | | | | (bzr r6722) | ||||
| * | Fixed clipboard code to properly load needed extensions. Fixes bug #171662 | Jon A. Cruz | 2008-08-28 | 1 | -2/+21 |
| | | | | (bzr r6719) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | Fix regression in object snapper which caused self-snapping | Diederik van Lierop | 2008-08-07 | 1 | -5/+5 |
| | | | | (bzr r6587) | ||||
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵ | Diederik van Lierop | 2008-08-06 | 1 | -27/+53 |
| | | | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -4/+4 |
| | | | | (bzr r6569) | ||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 1 | -8/+11 |
| | | | | (bzr r6561) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+0 |
| | | | | (bzr r6540) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6513) | ||||
| * | Support for copy/paste with Windows clipboard. (LP 217609) | Ulf Erikson | 2008-07-15 | 1 | -20/+159 |
| | | | | (bzr r6318) | ||||
| * | Resolve ID clashes when pasting (fixes bug 165936). | Stephen Silver | 2008-06-24 | 1 | -22/+3 |
| | | | | (bzr r6048) | ||||
| * | copy complete LPE stack to clipboard instead of only the current active lpe | Johan B. C. Engelen | 2008-06-16 | 1 | -5/+6 |
| | | | | (bzr r5957) | ||||
