Code

more unreffing temporary styles properly
[inkscape.git] / src / extension /
2007-06-21 pjrmHandle the case of gnome_vfs_init failing. (Fixes...
2007-06-07 johanengelenfixed string parameter to work with latex extension...
2007-05-19 ishmalApplied Yossi's patch 1721693 for bugs 1718405, 1718934...
2007-05-18 ishmalApply Yossi's patch
2007-05-11 ishmalApply yfarjoun's one-line patch to remove any stroke...
2007-05-09 theAdibcairo ps output patch
2007-04-22 ishmalRevert warning-remove edit. Needed for switch
2007-04-22 ishmalremove warnings
2007-04-15 ishmalchange case
2007-04-15 ishmalchange case
2007-04-15 ishmalUse relative include path for Pycxx
2007-04-15 ishmalclean up hierarchy a bit
2007-04-15 ishmalRearrange bindings to use PyCXX
2007-04-14 ishmalChange python binding mechanism
2007-04-14 ishmalfix typecasts
2007-04-11 keescooknote about which function to use for script execution
2007-04-01 johanengelenadded clarifying comment
2007-03-30 johanengelenbugfix: escape string parameters on the commandline...
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-20 keescookformat string protection/clean up (CVE-2007-1463, CVE...
2007-03-18 mentalfix 64-bit issues with width of npos -- patch #1675697...
2007-03-16 buliabyakfix 1679477
2007-03-14 buliabyaksave window geometry before running effect so that...
2007-03-13 johanengelenFixed [ 1678374 ]; hopefully made the optiongroup code...
2007-03-13 ishmalAdd null checks.
2007-03-13 keescookdropping moved/dead files
2007-03-13 buliabyakextend the range of spacings
2007-03-12 ishmaluse g_vsnprintf() instead of vsnprintf() to avoid platf...
2007-03-12 ishmalCleanup public/private, doxygen comments
2007-03-12 ishmalBuffer output for better reporting.
2007-03-11 buliabyakdon't try to relativate hrefs here - it never works...
2007-03-11 mentalSwitch selection bounds and center to use NR::Maybe...
2007-03-10 mentalMerge further bbox work
2007-03-09 ishmalAdd some code cleanup
2007-03-08 ishmalchanged curve->length to SP_CURVE_LENGTH(curve). Fixes...
2007-03-02 acspikeadd TODO/FIXME comment to adjust tempfile names after...
2007-03-02 acspikefix comment to match code
2007-03-01 schwarzenbergcommited Solaris 2.8 / gcc-3.2.3 fixes
2007-03-01 gouldtj r14584@tres: ted | 2007-02-28 20:01:52 -0800
2007-03-01 gouldtj r14578@tres: ted | 2007-02-27 18:59:35 -0800
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-02-27 mentalget rid of sp_repr_document_root and (commented) sp_rep...
2007-02-26 mentalget rid of sp_repr_document wrapper function
2007-02-25 gouldtj r14551@tres: ted | 2007-02-24 15:22:47 -0800
2007-02-19 joncruzCleaned up DOS line ends that had snuck in.
2007-02-19 joncruzFixed unintialized variables and minor misc warnings
2007-02-18 keescookrelocated unix print dialog outside of extension call...
2007-02-06 keescookcorrectly ifdef the new print dialog
2007-02-05 keescookinitial support for gtk print dialog, if available
2007-02-04 johanengelenFixed saving bug, now attributes are correctly handled...
2007-02-04 buliabyaknull the sodipodi:modified before saving, not after...
2007-01-27 johanengelenFixed untranslatable radiobuttons in extensions
2007-01-27 johanengelenFixed: Non-translatable strings in "enum" type extensions
2007-01-24 acspikeanother createElement instead of repr_new
2007-01-24 mentalswitch to using SVG::PathString for building paths
2007-01-24 mentalswitch to createElement
2007-01-22 acspikecontinue switching sp_repr_new* over to XML::Document...
2007-01-22 mentalrefactor grid extension to reduce amount of redundant...
2007-01-21 acspikecontinue switching sp_repr_new* over to XML::Document...
2007-01-21 mentalstart switching sp_repr_new* over to XML::Document...
2007-01-12 buliabyakfix 1633451: mark the help commands as not needing...
2007-01-04 johanengelenCommitted patch [ 1591411 ] [PATCH] Paths w/ spaces...
2006-12-26 theAdibfix [ 1561416 ] EPS export broken
2006-12-26 theAdibfix for [ 1597605 ] Fontnames containing spaces are...
2006-12-11 ulferiksonFix for bug #1561416, as suggested by kuesterei
2006-12-11 buliabyaklast fixes from patch 1219308
2006-12-11 buliabyakfix compile
2006-12-06 bryceRenaming sp-marker.* to marker.*
2006-12-02 sgimenezfix for bug #1600900, freetype internals must not be...
2006-11-25 johanengelenrename INX name for radiobuttons: <item> => <option>
2006-11-24 johanengelenNEW: radiobuttons for extensions. See radiobutton_examp...
2006-11-24 buliabyakrename the effect
2006-11-19 buliabyakstring fixes from bug 1516157
2006-11-18 buliabyakupdate layers after effect
2006-11-18 ishmalremove g++ 4.1.1 compiler errors
2006-11-18 buliabyakpatch 1219308 for embedding type 1 fonts into ps/eps...
2006-11-14 buliabyakno need to list win32 stuff here?
2006-11-13 buliabyakpatch for emf export on win32
2006-11-10 mentaldisable "experimental" Cairo PDF output for now
2006-11-10 mental"fix" gradients; things need to be resolved on the...
2006-11-10 mentalfix alpha compositing in PDF export
2006-11-10 mentaljettison old PDF export
2006-11-08 gustav_bundo annotations
2006-10-23 kidprotoAdded fix from Andre Twupack for prefdialog.cpp's neede...
2006-10-09 buliabyakallow an effect to be hidden from the effects menu
2006-10-08 ishmalComment out cairo-ft for font rendering. We should...
2006-10-02 mikloshFixed a few warnings and hardcoded PANGO_GLYPH_* constants
2006-10-02 mikloshFixed the disabled debug macro which caused warnings
2006-10-02 joncruzCleaned up virtual destructor problem and compile warnings.
2006-10-01 mikloshAdded forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
2006-10-01 mikloshAdded forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
2006-10-01 mikloshPNG output for Cairo renderer
2006-10-01 mikloshPNG output for Cairo renderer
2006-10-01 mikloshPNG output for Cairo renderer
2006-10-01 mikloshPNG output for Cairo renderer
2006-10-01 mikloshInitial commit of Cairo renderer for PDF export
2006-10-01 mikloshInitial commit of Cairo renderer for PDF export
2006-10-01 mikloshInitial commit of Cairo renderer for PDF export
2006-10-01 mikloshInitial commit of Cairo renderer for PDF export
2006-10-01 mikloshInitial commit of Cairo renderer for PDF export
next