| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -5/+5 |
| | | | | (bzr r10987) | ||||
| * | Fix crashes with empty text objects | Krzysztof Kosi??ski | 2011-09-04 | 1 | -1/+1 |
| | | | | (bzr r10617) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -35/+20 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -27/+20 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -4/+4 |
| | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -25/+18 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -1/+1 |
| |/ | | | | | a single array, instead of each having its own member variable (bzr r10569) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| | | | | | | | | 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) | ||||
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵ | Diederik van Lierop | 2011-06-30 | 1 | -8/+10 |
| | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -29/+28 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -19/+18 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -10/+10 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -55/+68 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -55/+68 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -5/+5 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | (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) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (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) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | Fix rendering of "plain" SVG text. | Tavmjong Bah | 2010-07-28 | 1 | -1/+1 |
| | |/ | | | | | (bzr r9665) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.47) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -0/+2 |
| | | | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475) | ||||
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 1 | -0/+72 |
| | | | | | | text toolbar along with routines needed by them. (bzr r9417) | ||||
| * | Fixing conts correctness. | Jon A. Cruz | 2010-01-20 | 1 | -1/+1 |
| | | | | (bzr r9009) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -4/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | utilities and UI support for identifying truncated flowtext and text-on-path | buliabyak | 2009-12-21 | 1 | -2/+8 |
| | | | | (bzr r8898) | ||||
| * | Position of baseline anchor is now dependent of the text alignment | Diederik van Lierop | 2009-12-13 | 1 | -23/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168329 (bzr r8887) | ||||
| * | Text alignment is now taken into account when snapping a text object | Diederik van Lierop | 2009-12-05 | 1 | -2/+23 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/412746 (bzr r8867) | ||||
| * | patch by Richard Hughes for 417777 | bulia byak | 2009-08-26 | 1 | -3/+3 |
| | | | | (bzr r8534) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -1/+1 |
| | | | | (bzr r7388) | ||||
| * | fix scaling of text without font size set | bulia byak | 2009-02-24 | 1 | -1/+1 |
| | | | | (bzr r7358) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -3/+4 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -2/+2 |
| | | | | (bzr r6947) | ||||
| * | NR -> 2geom some headers in src/ | Joshua L. Blocher | 2008-12-04 | 1 | -8/+8 |
| | | | | (bzr r6935) | ||||
| * | NR->Geom conversion of some text functions and tweak-context | Joshua L. Blocher | 2008-11-28 | 1 | -25/+25 |
| | | | | (bzr r6915) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+2 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -5/+6 |
| | | | | (bzr r6884) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| | | | | (bzr r6839) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| | | | | (bzr r6793) | ||||
| * | Support for title and desc elements when serializing as Plain SVG. | Jeff Schiller | 2008-08-23 | 1 | -0/+4 |
| | | | | (bzr r6709) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | Patch from codedread. Prevents rendering of title/desc/metadata elements in ↵ | Stephen Silver | 2008-07-08 | 1 | -1/+1 |
| | | | | | | text (fixes bug 238093). (bzr r6226) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
