| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -1/+1 |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | Fix some broken Vim modelines | Alex Valavanis | 2013-04-11 | 1 | -1/+1 |
| | | | | (bzr r12275) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -35/+7 |
| | | | | (bzr r12065) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 1 | -45/+45 |
| | | | | (bzr r12039) | ||||
| * | Second attempt at fix for #955141, rasterization of clipped/masked objects ↵ | Tavmjong Bah | 2012-12-09 | 1 | -3/+4 |
| | | | | | | in patterns. (bzr r11942) | ||||
| * | noop: Added some comments, rearranged some lines to make code easier to follow. | Tavmjong Bah | 2012-12-09 | 1 | -11/+41 |
| | | | | (bzr r11941) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -3/+3 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -14/+15 |
| | | | | (bzr r10582.1.5) | ||||
| * | Remove NRRect from paint servers and temporary calculations | Krzysztof Kosi??ski | 2011-08-27 | 1 | -4/+4 |
| | | | | (bzr r10582.1.4) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -11/+13 |
| | | | | | | 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 | -9/+10 |
| | | | | (bzr r10347.1.21) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -27/+16 |
| | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -2/+2 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| | * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -47/+46 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -2/+10 |
| | | | | | | | (bzr r10065) | ||||
| | * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -35/+33 |
| | | | | | | | (bzr r10060) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -18/+18 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -53/+79 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -72/+79 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | 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 | -6/+6 |
| | | | | | | | | | | (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 | -6/+6 |
| | | | | | | | | | | | | | | | | 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 Bug #674109 - Pattern spam when adjusting a pattern in text | Adonis Papaderos | 2010-11-24 | 1 | -3/+33 |
| | |/ | | | | | (bzr r9914.1.1) | ||||
| * | | Fix handling of x and y attributes of patterns | Krzysztof Kosi??ski | 2010-08-15 | 1 | -12/+17 |
| | | | | | | | (bzr r9508.1.69) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Fix crash on empty patterns | Krzysztof Kosi??ski | 2010-08-12 | 1 | -24/+29 |
| | | | | | | | (bzr r9508.1.62) | ||||
| * | | Minor cleanups | Krzysztof Kosi??ski | 2010-08-05 | 1 | -0/+8 |
| | | | | | | | (bzr r9508.1.51) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -4/+2 |
| | | | | | | | (bzr r9508.1.45) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -446/+1 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Fix pattern viewBox | Krzysztof Kosi??ski | 2010-08-03 | 1 | -13/+11 |
| | | | | | | | (bzr r9508.1.43) | ||||
| * | | Fix catastrophic memory leak when rendering a pattern | Krzysztof Kosi??ski | 2010-08-03 | 1 | -6/+3 |
| | | | | | | | (bzr r9508.1.42) | ||||
| * | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | (bzr r9508.1.8) | ||||
| * | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 2010-06-22 | 1 | -0/+128 |
| |/ | | | (bzr r9508.1.1) | ||||
| * | add comment (copied from sp-gradient) explaining why this must set a flag, ↵ | bulia byak | 2009-09-14 | 1 | -0/+1 |
| | | | | | | to be cleared in the next update, instead of calling modified method directly (bzr r8585) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -4/+4 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | no scaling compensation for "object to pattern" operation (bug #312701) | Thomas Holder | 2009-05-01 | 1 | -1/+1 |
| | | | | (bzr r7806) | ||||
| * | fix crash when switching away from pattern (237104 and others) | bulia byak | 2009-03-09 | 1 | -11/+35 |
| | | | | (bzr r7462) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -22/+26 |
| | | | | (bzr r6887) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -1/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | patch from bug 168024 | bulia byak | 2008-03-27 | 1 | -3/+3 |
| | | | | (bzr r5203) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -54/+43 |
| | | | | (bzr r5149) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+5 |
| | | | | (bzr r4629) | ||||
| * | Fixing bug #167416 | Diederik van Lierop | 2007-12-29 | 1 | -30/+46 |
| | | | | (bzr r4332) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -3/+3 |
| | | | | (bzr r4043) | ||||
