summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
* patch for bug 1515934bulia byak2006-07-021-18/+24
* undo annotationsbulia byak2006-07-021-39/+43
* reterm canvas to pagebulia byak2006-07-021-7/+7
* accelerator for effectsbulia byak2006-07-021-1/+1
* Oops, was missing Dale.Colin Marquardt2006-07-021-0/+1
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+3
* removed string localisationdaleharvey2006-07-022-2/+2
* Fix for bug #1514977 (Text export in EPS file)Ulf Erikson2006-07-021-10/+16
* The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson2006-07-021-34/+14
* remove text-to-path option for command line pdf export, it's not supported fo...bulia byak2006-07-011-17/+0
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-014-125/+122
* fix bug where a Glib::ustring was compared to NULL which prevented an error m...Ralf Stephan2006-06-301-1/+1
* undo annotationsbulia byak2006-06-301-5/+17
* add methods to identify scales and rotationsbulia byak2006-06-302-0/+30
* New placeholder code for gradientsBob Jamison2006-06-301-6/+58
* Fix integer paddingBob Jamison2006-06-301-0/+7
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-302-6/+7
* fixed win32 crash when working with filter tagsHugo Rodrigues2006-06-301-18/+1
* undo annotationbulia byak2006-06-291-1/+1
* backed out Event -> XML::Event changesDavid Yip2006-06-295-26/+18
* added files from Gustav Broberg's patchbulia byak2006-06-295-0/+954
* Event -> XML::Event*David Yip2006-06-294-15/+19
* made parameters and forward declarations point back to XML::EventDavid Yip2006-06-291-3/+7
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2976-301/+638
* Fixed crash when adding filter attributes on XML tree.Hugo Rodrigues2006-06-291-14/+2
* Missing style instructions (for filters) added.Hugo Rodrigues2006-06-292-2/+45
* do some include changes more correctlyRalf Stephan2006-06-286-20/+19
* another prototype include to compile on CentOS, finally fixes #1505373Ralf Stephan2006-06-271-0/+1
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
* pdf export from commandlinebulia byak2006-06-271-6/+56
* move ensure_vector to correct place so that gradients with transparency can b...bulia byak2006-06-271-2/+6
* a little optimization by making some macros into inlined functionsbulia byak2006-06-271-4/+17
* remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even fast...bulia byak2006-06-261-14/+3
* Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala2006-06-261-1/+40
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-261-32/+5
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-262-105/+149
* Promote std::string to Glib::ustring. Start processing output strings for XM...Bob Jamison2006-06-252-56/+84
* minor change to svgtoepsdaleharvey2006-06-251-0/+1
* added protocol documents to jabber_whiteboarddaleharvey2006-06-2514-0/+2833
* replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes...Ralf Stephan2006-06-252-2/+5
* Fix image transform when there is no rotate or scaleBob Jamison2006-06-251-1/+8
* Add metadataBob Jamison2006-06-252-7/+66
* restored pedro/work and added it to make.excludedaleharvey2006-06-256-1/+1012
* added inkboard-session.cpp to make.excludedaleharvey2006-06-251-0/+1
* removed scratchpad work from pedrodaleharvey2006-06-255-1011/+0
* Change commentsBob Jamison2006-06-251-5/+2
* Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison2006-06-251-0/+2
* Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison2006-06-251-52/+78