| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵ | Jon A. Cruz | 2014-10-18 | 1 | -10/+11 | |
| | | | | | | | | | | | uninitialized value. (bzr r13622) | |||||
| * | | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -17/+99 | |
| |/ | | | (bzr r13611.1.9) | |||||
| * | cairo-render-context: swap order of header inclusion to redefinition clash ↵ | Johan B. C. Engelen | 2014-03-21 | 1 | -1/+1 | |
| | | | | | | of #define STRICT in pangowin32.h with windef.h (pango should check if STRICT is already defined or not) (bzr r13180) | |||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -3/+7 | |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | |||||
| * | Set bitmap upscaling preference in Cairo based PS and PDF output. | Tavmjong Bah | 2014-02-12 | 1 | -1/+22 | |
| | | | | (bzr r13025) | |||||
| * | drop useless checks for hard Cairo version dependency | Alex Valavanis | 2014-01-15 | 1 | -4/+0 | |
| | | | | (bzr r12933) | |||||
| * | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -4/+4 | |
| | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | |||||
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -24/+23 | |
| | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | |||||
| * | use multiple graphic/text layers for pdf+latex output | David R. Bild | 2013-08-29 | 1 | -2/+32 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2) | |||||
| * | Move omit text feature from cairo renderer to context | David R. Bild | 2013-08-26 | 1 | -0/+14 | |
| | | | | (bzr r12487.1.1) | |||||
| * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 1 | -3/+2 | |
| |\ | | | | | (bzr r12471) | |||||
| | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -3/+2 | |
| | | | | | | | (bzr r12380.1.54) | |||||
| * | | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -1/+1 | |
| |/ | | | (bzr r12469) | |||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -8/+8 | |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | |||||
| * | Convert a couple of C-style pointer casts | Alex Valavanis | 2013-03-23 | 1 | -1/+1 | |
| | | | | (bzr r12237) | |||||
| * | (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 | -1/+1 | |
| | | | | (bzr r10987) | |||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 1 | -30/+16 | |
| | | | | (bzr r10952) | |||||
| * | 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) | |||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -1/+1 | |
| | | | | (bzr r10678) | |||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 | |
| | | | | (bzr r10666) | |||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -14/+9 | |
| | | | | (bzr r10582.1.5) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -50/+51 | |
| | | | | | | 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 | -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 | -4/+3 | |
| | | | | (bzr r10347.1.21) | |||||
| * | Fix mixed up colors when exporting images with bitmaps to PDF and other | Krzysztof Kosi??ski | 2011-07-06 | 1 | -58/+7 | |
| | | | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -7/+8 | |
| | | | | (bzr r10339) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -3/+3 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | corrected fill-rule handling in pdf export, fixes bug:436962 | Adib Taraben | 2011-05-07 | 1 | -3/+3 | |
| | | | | | | | (bzr r10198.1.1) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -27/+55 | |
| |\| | | | | | (bzr r9508.1.73) | |||||
| | * | apparently bbox numbers in PS should be integers. | Johan B. C. Engelen | 2011-03-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100) | |||||
| | * | Hope to fix a really dumb earlier commit by me... | Johan B. C. Engelen | 2011-03-12 | 1 | -5/+12 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096) | |||||
| | * | Comment out non-functional code that prevents compiling | Tavmjong Bah | 2011-03-11 | 1 | -4/+5 | |
| | | | | | | | | | | | with cairo trunk. (bzr r10091) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -14/+14 | |
| | | | | | | | (bzr r10025) | |||||
| | * | remove memory boundries on bitmap renderer, optimize memory usage | Adib Taraben | 2011-01-17 | 1 | -9/+29 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009) | |||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -17/+31 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -11/+12 | |
| | |\ | | | | | | | (bzr r9945.1.1) | |||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -3/+3 | |
| | | | | | | | | | | (bzr r9546.1.4) | |||||
| | | * | 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 Cairo export of masked objects. | Tavmjong Bah | 2010-11-21 | 1 | -6/+19 | |
| | | | | | | | | | | (bzr r9913) | |||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -9/+20 | |
| |\| | | | | | | | | (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) | |||||
| | * | | Add code to fix bug #380501 in the future... | Johan B. C. Engelen | 2010-10-26 | 1 | -0/+7 | |
| | | | | | | | | | | (bzr r9856) | |||||
| | * | | fix copy error | Johan B. C. Engelen | 2010-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r9855) | |||||
| | * | | fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs' | Johan B. C. Engelen | 2010-10-23 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/564442 (bzr r9842) | |||||
| | * | | PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to ↵ | Nicolas Dufour | 2010-10-22 | 1 | -3/+6 | |
| | |/ | | | | | | | | | | | | | | | version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841) | |||||
| * | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -5/+5 | |
| |\| | | | | | (bzr r9508.1.52) | |||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -5/+5 | |
| | | | | | | | (bzr r9542) | |||||
| * | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 1 | -1/+1 | |
| |/ | | | (bzr r9508.1.8) | |||||
| * | remove debug text from cairo-render-context.cpp | Johan B. C. Engelen | 2010-04-03 | 1 | -3/+3 | |
| | | | | (bzr r9289) | |||||
