summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-228-23/+28
| | | | | | (bzr r10067)
| * Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-224-42/+48
| | | | | | (bzr r10066)
| * emf import. support for round rectangle (Bug 247695)Alvin Penner2011-02-211-13/+47
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/247695 (bzr r10063)
| * pdf-import via poppler-cairo fix win32 compilationAdib Taraben2011-02-151-1/+1
| | | | | | (bzr r10053.1.1)
| * preview dialogue for pdf-import-cairoAdib Taraben2011-02-143-5/+652
| | | | | | (bzr r10049.1.1)
| * emf import. support for unicode textAlvin Penner2011-02-101-10/+10
| | | | | | (bzr r10045)
| * Extensions. New fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-02-091-9/+9
| | | | | | (bzr r10038)
| * Fix Linux build after 2Geom updateKrzysztof Kosi??ski2011-02-033-30/+25
| | | | | | (bzr r10031)
| * update to latest 2geom !Johan B. C. Engelen2011-02-0222-145/+145
| | | | | | (bzr r10025)
| * Extensions. Check element now search in the extension directory (see Bug ↵Nicolas Dufour2011-02-021-9/+9
| | | | | | | | | | #668895, Extensions with <check> tags fail to load). (bzr r10023)
| * Extensions. Fix for Bug #668895 (Extensions with <check> tags fail to load).Nicolas Dufour2011-01-311-1/+1
| | | | | | (bzr r10020)
| * emf import : recalculate text alignment for rotated text (Bug 341847)Alvin Penner2011-01-271-2/+7
| | | | | | (bzr r10019)
| * emf import: redefine the device scale (Bug 341847)Alvin Penner2011-01-251-10/+15
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/341847 (bzr r10017)
| * add pdf import filter via poppler-cairoAdib Taraben2011-01-222-4/+4
| | | | | | (bzr r10014)
| * DBUS. Patch for Bug #696062, dbus builds no more.Nicolas Dufour2011-01-213-21/+24
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/696062 (bzr r10011)
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-172-10/+45
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
| * Filters. Some custom predefined filters fixes and tweaks (Silhouette and ↵Nicolas Dufour2011-01-142-20/+12
| | | | | | | | | | Neon Draw). (bzr r10005)
| * Filters. New custom predefined filters (all ABCs, Neon draw, Color shilf, ↵Nicolas Dufour2011-01-117-720/+1629
| | | | | | | | | | Silhouette and Cross engraving) and code clean-up. (bzr r10003)
| * Export. add emf text rotation (Bug 681262)Alvin Penner2011-01-071-6/+6
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/681262 (bzr r10001)
| * Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.Nicolas Dufour2011-01-071-2/+2
| | | | | | (bzr r10000)
| * Filters. Custom predefined filters update and new ABC filters.Nicolas Dufour2011-01-056-116/+482
| | | | | | (bzr r9996)
| * disable Rectangle and Ellipse (Bug 407394)Alvin Penner2011-01-041-16/+16
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/407394 (bzr r9995)
| * Indent support for XSLT extensions output.Nicolas Dufour2010-12-211-1/+7
| | | | | | (bzr r9971)
| * Missed a win32 fix.Jon A. Cruz2010-12-151-1/+1
| | | | | | (bzr r9954)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-1546-218/+1261
|\| | | | | (bzr r9508.1.72)
| * Win32 post-GSoC fixups.Jon A. Cruz2010-12-152-4/+4
| | | | | | (bzr r9953)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1236-150/+189
| |\ | | | | | | (bzr r9945.1.1)
| | * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| | * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+3
| | | | | | | | | | | | | | | 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)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-032-5/+5
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-025-18/+18
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-0121-38/+38
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-2922-41/+42
| | | | | | | | | | | | | | | 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)
| * | Filters. New Chromolitho custom predefined filter (experimental). Some UI ↵Nicolas Dufour2010-12-054-27/+235
| | | | | | | | | | | | | | | (notebooks) and comment tweaks on the other filters. (bzr r9936)
| * | Extensions. Notebooks now work with internal extensions.Nicolas Dufour2010-12-036-45/+90
| | | | | | | | | (bzr r9933)
| * | Filters. New custom predefined Drawing filter (experimental, and currently a ↵Nicolas Dufour2010-11-284-32/+185
| | | | | | | | | | | | | | | bit tall), and some tweaks and fixes. (bzr r9931)
| * | Filters. New custom predefined cross-smooth filter (very experimental...).Nicolas Dufour2010-11-263-22/+155
| | | | | | | | | (bzr r9925)
| * | Filters. New Solarize and Tritone custom predefined filters (experimental).Nicolas Dufour2010-11-242-13/+270
| | | | | | | | | (bzr r9915)
| * | Fix Cairo export of masked objects.Tavmjong Bah2010-11-211-6/+19
| | | | | | | | | (bzr r9913)
| * | Patch from Lubomir Rintel to fix build with Poppler 0.15.1Krzysztof Kosi??ski2010-11-211-0/+10
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/676271 (bzr r9910)
| * | Filters. New custom predefined filters (Colorize and Quadritone fantasy) and ↵Nicolas Dufour2010-11-213-5/+190
| | | | | | | | | | | | | | | some minor fixes. (bzr r9907)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-2592-249/+842
|\| | | | | | | | (bzr r9508.1.70)
| * | Extensions. Removing tooltips from color>randomize (see Bug #676419).Nicolas Dufour2010-11-172-119/+28
| | | | | | | | | | | | | | | Filters. Experimental filters cleanup. (bzr r9902)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1735-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Filters. Experimental duochrome version 2 (new structure, presence ↵Nicolas Dufour2010-11-163-2/+102
| | | | | | | | | | | | | | | parameters and fluorescence level). All EXP filters moved to the experimental group. (bzr r9896)
| * | Add code to fix bug #380501 in the future...Johan B. C. Engelen2010-10-261-0/+7
| | | | | | | | | (bzr r9856)
| * | fix copy errorJohan B. C. Engelen2010-10-261-1/+1
| | | | | | | | | (bzr r9855)
| * | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-231-0/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843)
| * | fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'Johan B. C. Engelen2010-10-231-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 Dufour2010-10-222-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841)