| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -3/+3 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 1 | -15/+21 |
| | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | ||||
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -8/+3 |
| | | | | (bzr r10860) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -1/+1 |
| | | | | (bzr r10655) | ||||
| * | Remove NRRect use from the extension system | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 |
| | | | | (bzr r10582.1.2) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -15/+8 |
| | | | | | | 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 | -14/+15 |
| |\ | | | | | (bzr r10579) | ||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -3/+3 |
| | | | | | | | | | | | 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 | -14/+15 |
| | | | | | | | (bzr r10347.1.21) | ||||
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -12/+14 |
| |/ | | | | | 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 | -1/+1 |
| | | | | | | | | 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 | -3/+2 |
| | | | | (bzr r10461) | ||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -4/+5 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -5/+5 |
| | | | | | | | (bzr r10437) | ||||
| | * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -0/+1 |
| | | | | | | | (bzr r10429) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+2 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -45/+26 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | ||||
| | * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -45/+26 |
| | | | | | | | (bzr r10198) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -19/+23 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Conditional code to handle data change in libpng > 1.5. Fixes bug #721029. | Jon A. Cruz | 2011-02-21 | 1 | -2/+6 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10061) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -9/+9 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -8/+8 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -16/+23 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -16/+23 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | 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) | ||||
| | | * | 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 | -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 performance regression when displaying large images | Krzysztof Kosi??ski | 2010-08-09 | 1 | -6/+12 |
| | | | | | | | (bzr r9508.1.54) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -14/+5 |
| | | | | | | | (bzr r9508.1.45) | ||||
| * | | Handle preserveAspectRatio for images | Krzysztof Kosi??ski | 2010-08-03 | 1 | -117/+72 |
| | | | | | | | (bzr r9508.1.41) | ||||
| * | | Fix icons | Krzysztof Kosi??ski | 2010-06-29 | 1 | -10/+6 |
| | | | | | | | (bzr r9508.1.7) | ||||
| * | | Bitmap image rendering | Krzysztof Kosi??ski | 2010-06-29 | 1 | -5/+10 |
| |/ | | | (bzr r9508.1.6) | ||||
| * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| * | Fix loading of non-PNG images. | Jon A. Cruz | 2010-03-17 | 1 | -6/+3 |
| | | | | (bzr r9197) | ||||
| * | Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, ↵ | Jon A. Cruz | 2010-03-17 | 1 | -184/+176 |
| | | | | | | | | | and allows partial loading of broken PNG images. Fixed bugs: - https://launchpad.net/bugs/271401 (bzr r9196) | ||||
| * | Always embed bitmap copies created with Alt+B. | Krzysztof Kosi??ski | 2010-03-05 | 1 | -0/+34 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/169108 (bzr r9144) | ||||
| * | Fix crash when trying to import a corrupted PNG file. | Krzysztof Kosi??ski | 2010-01-31 | 1 | -0/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/271401 (bzr r9040) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -9/+7 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | disable debug messages | buliabyak | 2009-12-16 | 1 | -1/+1 |
| | | | | (bzr r8892) | ||||
| * | enabling all icc-color related debug messages | Felipe Corr??a da Silva Sanches | 2009-08-01 | 1 | -2/+9 |
| | | | | (bzr r8050.1.5) | ||||
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 1 | -0/+18 |
| | | | | (bzr r7891) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -1/+1 |
| | | | | (bzr r7388) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -1/+3 |
| | | | | (bzr r7380) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -6/+8 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -8/+8 |
| | | | | (bzr r7032) | ||||
| * | bug #166885 (preserveAspectRatio="none" misinterpreted) | Thomas Holder | 2008-12-11 | 1 | -1/+1 |
| | | | | (bzr r6988) | ||||
| * | Misc. cleanup | Jon A. Cruz | 2008-12-05 | 1 | -671/+676 |
| | | | | (bzr r6948) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -7/+8 |
| | | | | (bzr r6885) | ||||
