summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove svglsimplBob Jamison2006-07-071-2/+0
* rearrange axis/context structure. make tokens more robustBob Jamison2006-07-075-1370/+1125
* Adjust to account for removal of svglsimplBob Jamison2006-07-062-6/+6
* undo last commit. oopsBob Jamison2006-07-061-1/+1
* don't need svg 'load and save'. in fact, it doesnt fitBob Jamison2006-07-063-316/+1
* save updates, and put to sleep for a whileBob Jamison2006-07-062-238/+646
* undo annotationsbulia byak2006-07-064-42/+49
* refactoring, add background removalBob Jamison2006-07-055-141/+125
* replace single toggle button with less confusing pick-alpha and set-alpha opt...bulia byak2006-07-053-23/+58
* Add Wolfram Strempfer.Colin Marquardt2006-07-051-1/+2
* fixed compile bugDavid Yip2006-07-051-2/+2
* switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip2006-07-042-3/+7
* 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