| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -3/+3 |
| | | | | (bzr r11847) | ||||
| * | Fix for 499965 : PS Output : Convert export area to radio buttons | John Smith | 2012-09-05 | 1 | -54/+52 |
| | | | | (bzr r11654) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| | | | | (bzr r11027) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -6/+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 | -1/+0 |
| | | | | (bzr r10347.1.21) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -1/+1 |
| | | | | (bzr r10461) | ||||
| * | Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed. | Nicolas Dufour | 2011-01-07 | 1 | -2/+2 |
| | | | | (bzr r10000) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | (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) | ||||
| * | | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 2010-09-10 | 1 | -6/+6 |
| | | | | | | | | | | | filters). (bzr r9754) | ||||
| * | | pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex" | Johan B. C. Engelen | 2010-06-29 | 1 | -12/+2 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/595312 (bzr r9547) | ||||
| * | latex export: add transparency export for pdf | Johan B. C. Engelen | 2010-02-26 | 1 | -2/+2 |
| | | | | (bzr r9115) | ||||
| * | - change cmdline option to --export-latex. | Johan B. C. Engelen | 2010-02-22 | 1 | -13/+66 |
| | | | | | | | - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -12/+12 |
| | | | | (bzr r8895) | ||||
| * | Change "canvas" to "page" to be consistent with use in all other dialogs and | Tavmjong Bah | 2009-08-07 | 1 | -8/+8 |
| | | | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438) | ||||
| * | Make PDF, PS, and EPS dialogs consistent. | Tavmjong Bah | 2009-08-06 | 1 | -4/+4 |
| | | | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423) | ||||
| * | 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 r8408) | ||||
| * | copyedit labels, expand range | bulia byak | 2009-04-30 | 1 | -2/+2 |
| | | | | (bzr r7802) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -6/+6 |
| | | | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637) | ||||
| * | unify labels | bulia byak | 2008-11-30 | 1 | -2/+2 |
| | | | | (bzr r6923) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -133/+74 |
| | | | | (bzr r6885) | ||||
| * | 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) | ||||
| * | enable EPS export via cairo, use it instead of the old native one | bulia byak | 2008-09-01 | 1 | -2/+156 |
| | | | | (bzr r6743) | ||||
| * | fix names and mime types; cairo ps out now the default | bulia byak | 2008-08-31 | 1 | -3/+3 |
| | | | | (bzr r6742) | ||||
| * | Ulf Ericson's patch for implementing missing properties in the new pdf exporter | bulia byak | 2008-08-29 | 1 | -1/+1 |
| | | | | (bzr r6726) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 1 | -2/+0 |
| | | | | (bzr r6540) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 1 | -1/+1 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵ | Marcin Floryan | 2008-03-26 | 1 | -2/+2 |
| | | | | | | some messages for internal extensions were not being used as translated. (bzr r5197) | ||||
| * | * Extended translation for Cairo PS Output, patch by Marcin Floryan (closes: ↵ | Luca Bruno | 2008-02-10 | 1 | -2/+2 |
| | | | | | | ##189196) (bzr r4697) | ||||
| * | r17815@shi: ted | 2008-01-31 08:58:15 -0800 | Ted Gould | 2008-01-31 | 1 | -3/+3 |
| | | | | | | | Fixing borked i18n attempt. The inline XML files should NOT use the '_' tag syntax. It won't work. (bzr r4628) | ||||
| * | a bunch of small changes to provide a user readable explanation of filters | Alexandre Prokoudine | 2008-01-31 | 1 | -5/+5 |
| | | | | (bzr r4624) | ||||
| * | now act on settings in dialogue | Adib Taraben | 2008-01-16 | 1 | -2/+20 |
| | | | | (bzr r4529) | ||||
| * | more on blur to bitmap | Adib Taraben | 2008-01-14 | 1 | -0/+1 |
| | | | | (bzr r4486) | ||||
| * | early version export to PS using blur to bitmap | Adib Taraben | 2008-01-14 | 1 | -22/+63 |
| | | | | (bzr r4480) | ||||
| * | check for cairo version | Adib Taraben | 2007-12-26 | 1 | -1/+1 |
| | | | | (bzr r4310) | ||||
| * | check for cairo version | Adib Taraben | 2007-12-26 | 1 | -1/+1 |
| | | | | (bzr r4309) | ||||
| * | more on cairo ps/pdf options | Adib Taraben | 2007-12-26 | 1 | -9/+19 |
| | | | | (bzr r4304) | ||||
| * | create options for cairo pdf/ps export dialog | theAdib | 2007-12-23 | 1 | -2/+30 |
| | | | | (bzr r4280) | ||||
| * | cairo ps output patch | theAdib | 2007-05-09 | 1 | -0/+148 |
| (bzr r2987) | |||||
