| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Applied modified patch to add export messages. Partially fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 1 | -31/+25 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407) | ||||
| * | png-write: Fix FTBFS | Alex Valavanis | 2012-04-06 | 1 | -1/+1 |
| | | | | (bzr r11163) | ||||
| * | 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) | ||||
| * | Updating use of libpng jump buffer. Fixes bug #721029. | Jon A. Cruz | 2011-10-29 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -14/+10 |
| | | | | | | 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/+6 |
| | | | | (bzr r10347.1.21) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 1 | -3/+3 |
| |\ | | | | | (bzr r10347.1.18) | ||||
| | * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -3/+3 |
| | | | | | | | (bzr r10461) | ||||
| * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -16/+10 |
| |/ | | | | | | | 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) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -12/+11 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -12/+11 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | | | | (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 | -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) | ||||
| * | | | 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) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -0/+2 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -11/+6 |
| | | | | | | | (bzr r9508.1.67) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -9/+2 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Fix PNG export | Krzysztof Kosi??ski | 2010-06-29 | 1 | -30/+40 |
| |/ | | | (bzr r9508.1.9) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -3/+18 |
| | | | | | | | 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) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -18/+3 |
| | | | | (bzr r9281.1.1) | ||||
| * | fix 396851: move absolutizing relative path (added by Ted) out of ↵ | bulia byak | 2009-08-17 | 1 | -18/+3 |
| | | | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8405) | ||||
| * | BUG: #273767: crash on ...; resolved crash on several pixbuf operations | theAdib | 2009-05-11 | 1 | -1/+2 |
| | | | | (bzr r7863) | ||||
| * | BUG 322116, PDF export does not use the highest quality for rasterized filter | theAdib | 2009-05-01 | 1 | -11/+2 |
| | | | | (bzr r7808) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -1/+1 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | Very slight change to allocation of stripe buffer in png-write.cpp that ↵ | Jasper van de Gronde | 2008-12-02 | 1 | -1/+1 |
| | | | | | | makes it a bit harder to break. (bzr r6932) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -14/+38 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+9 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+1 |
| | | | | (bzr r6884) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2008-09-24 | 1 | -1/+1 |
| | | | | (bzr r6880) | ||||
| * | Added base metadata to exported png files. Fixes bug #189954. | Jon A. Cruz | 2008-09-24 | 1 | -9/+104 |
| | | | | (bzr r6879) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -3/+2 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | src/helper 2geomified | Johan B. C. Engelen | 2008-08-06 | 1 | -3/+3 |
| | | | | (bzr r6579) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -1/+1 |
| | | | | (bzr r5149) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-12-05 | 1 | -3/+3 |
| | | | | (bzr r4175) | ||||
| * | Don't show error dialog when bitmap export is cancelled by the user (fixes ↵ | Maximilian Albert | 2007-12-04 | 1 | -2/+6 |
| | | | | | | bug #172338) (bzr r4170) | ||||
| * | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 | Johan B. C. Engelen | 2007-11-16 | 1 | -3/+3 |
| | | | | (bzr r4091) | ||||
| * | revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵ | bulia byak | 2007-08-11 | 1 | -7/+7 |
| | | | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451) | ||||
| * | Remove unused function sp_png_write_rgba (and its helper function ↵ | Peter Moulder | 2007-06-25 | 1 | -41/+17 |
| | | | | | | | | | sp_png_get_block_stripe). (sp_png_write_rgba_striped): Don't export this function. Change return type from int to bool. (sp_export_png_file): Change return type from int to bool. (bzr r3103) | ||||
| * | noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix. | Peter Moulder | 2007-06-25 | 1 | -8/+5 |
| | | | | (bzr r3102) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2007-06-25 | 1 | -152/+163 |
| | | | | (bzr r3101) | ||||
| * | CodingStyle: const usage | Peter Moulder | 2007-06-25 | 1 | -13/+16 |
| | | | | (bzr r3100) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
