| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -18/+12 | |
| |\ | | | | | (bzr r12475.1.29) | |||||
| | * | Do not require a new layer for clipping paths in the Cairo renderer. | Adrian Johnson | 2013-09-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544) | |||||
| | * | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -16/+10 | |
| | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | |||||
| * | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 1 | -3/+8 | |
| |\| | | | | | (bzr r12475.1.20) | |||||
| | * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | |||||
| * | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -6/+0 | |
| |\| | | | | | (bzr r12475.1.16) | |||||
| | * | Move omit text feature from cairo renderer to context | David R. Bild | 2013-08-26 | 1 | -6/+0 | |
| | | | | | | | (bzr r12487.1.1) | |||||
| * | | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -2/+2 | |
| | | | | | | | (bzr r12475.1.9) | |||||
| * | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+2 | |
| |/ | | | (bzr r12475.1.2) | |||||
| * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -9/+9 | |
| | | | | (bzr r12380.1.54) | |||||
| * | fix margin for PDF exporting page area | Johan B. C. Engelen | 2012-10-28 | 1 | -10/+15 | |
| | | | | (bzr r11849) | |||||
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -1/+2 | |
| | | | | (bzr r11847) | |||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -1/+1 | |
| | | | | | | replaced with g_object_unref (bzr r11139) | |||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 | |
| |\ | | | | | (bzr r11027) | |||||
| * | | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -8/+8 | |
| |/ | | | | | add some const stuff (bzr r10900) | |||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 | |
| | | | | (bzr r10666) | |||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 | |
| | | | | (bzr r10582.1.6) | |||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -17/+19 | |
| | | | | (bzr r10582.1.5) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -48/+38 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -1/+0 | |
| | | | | | | 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 | -4/+3 | |
| | | | | (bzr r10347.1.21) | |||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 | |
| | | | | | | | | 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) | |||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -1/+1 | |
| | | | | (bzr r10461) | |||||
| * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -3/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | |||||
| * | Fix mixed up colors when exporting images with bitmaps to PDF and other | Krzysztof Kosi??ski | 2011-07-06 | 1 | -10/+6 | |
| | | | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421) | |||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -6/+5 | |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| * | symbol rendering fix for bug:705345 | Adib Taraben | 2011-05-05 | 1 | -3/+3 | |
| | | | | (bzr r10196.1.1) | |||||
| * | Fix crashes on empty marker definitions. | Johan B. C. Engelen | 2011-05-01 | 1 | -5/+7 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/774834 (bzr r10195) | |||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -24/+32 | |
| | | | | (bzr r10066) | |||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -23/+23 | |
| | | | | (bzr r10025) | |||||
| * | remove memory boundries on bitmap renderer, optimize memory usage | Adib Taraben | 2011-01-17 | 1 | -1/+16 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009) | |||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -13/+14 | |
| |\ | | | | | (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 | -4/+4 | |
| | | | | | | | | | | | 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) | |||||
| * | | Don't try displaying markers for completely empty paths, fixes crash. | Johan B. C. Engelen | 2010-10-23 | 1 | -0/+1 | |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843) | |||||
| * | fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ↵ | Johan B. C. Engelen | 2010-04-10 | 1 | -2/+2 | |
| | | | | | | | | | exporter. Fixed bugs: - https://launchpad.net/bugs/168275 (bzr r9306) | |||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -1/+5 | |
| | | | | | | | 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 --export-page-drawing option in PDF, PS and LaTeX export. | Krzysztof Kosi??ski | 2010-04-03 | 1 | -5/+1 | |
| | | | | (bzr r9290) | |||||
| * | initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵ | Johan B. C. Engelen | 2010-02-20 | 1 | -0/+2 | |
| | | | | | | file. implementation of renderer is all that is left to do :) (bzr r9101.1.2) | |||||
| * | add option to exclude/omit text from the PDF when saving to pdf | Johan B. C. Engelen | 2010-02-20 | 1 | -0/+6 | |
| | | | | (bzr r9101.1.1) | |||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+1 | |
| | | | | (bzr r8846.1.1) | |||||
| * | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 1 | -29/+51 | |
| | | | | (bzr r8825) | |||||
| * | 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 r8408) | |||||
| * | make 'marker' property work (shorthand for start, mid and end markers); ↵ | Johan B. C. Engelen | 2009-01-02 | 1 | -89/+67 | |
| | | | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061) | |||||
| * | * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by | Thomas Holder | 2008-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 | |
| | | | | (bzr r6891) | |||||
