summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove svglsimplBob Jamison2006-07-071-2/+0
| | | (bzr r1371)
* rearrange axis/context structure. make tokens more robustBob Jamison2006-07-075-1370/+1125
| | | (bzr r1370)
* Adjust to account for removal of svglsimplBob Jamison2006-07-062-6/+6
| | | (bzr r1369)
* undo last commit. oopsBob Jamison2006-07-061-1/+1
| | | (bzr r1368)
* don't need svg 'load and save'. in fact, it doesnt fitBob Jamison2006-07-063-316/+1
| | | (bzr r1367)
* save updates, and put to sleep for a whileBob Jamison2006-07-062-238/+646
| | | (bzr r1363)
* undo annotationsbulia byak2006-07-064-42/+49
| | | (bzr r1361)
* refactoring, add background removalBob Jamison2006-07-055-141/+125
| | | (bzr r1360)
* replace single toggle button with less confusing pick-alpha and set-alpha ↵bulia byak2006-07-053-23/+58
| | | | | options (bzr r1359)
* Add Wolfram Strempfer.Colin Marquardt2006-07-051-1/+2
| | | (bzr r1356)
* fixed compile bugDavid Yip2006-07-051-2/+2
| | | (bzr r1355)
* switched UndoStackObserver / CompositeUndoStackObserver to use GC David Yip2006-07-042-3/+7
| | | | | managed memory. Initial tests seem to check out okay (bzr r1352)
* Created NR::FilterSlot to handle pixblocks in rendering filtersNiko Kiirala2006-07-049-25/+250
| | | (bzr r1351)
* Fix include file (<ieeefp.h>, not <ieefp.h>).Colin Marquardt2006-07-031-1/+1
| | | (bzr r1349)
* patch for bug 1515934bulia byak2006-07-021-18/+24
| | | (bzr r1347)
* undo annotationsbulia byak2006-07-021-39/+43
| | | (bzr r1345)
* reterm canvas to pagebulia byak2006-07-021-7/+7
| | | (bzr r1344)
* accelerator for effectsbulia byak2006-07-021-1/+1
| | | (bzr r1343)
* Oops, was missing Dale.Colin Marquardt2006-07-021-0/+1
| | | (bzr r1341)
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+3
| | | (bzr r1340)
* removed string localisationdaleharvey2006-07-022-2/+2
| | | (bzr r1338)
* Fix for bug #1514977 (Text export in EPS file)Ulf Erikson2006-07-021-10/+16
| | | | | and Corrected transform of rotated/scaled images. (bzr r1336)
* The stack of alphas must be pushed/poped for each bind/release pair;Ulf Erikson2006-07-021-34/+14
| | | | | not only for those with an opacity set. (bzr r1335)
* remove text-to-path option for command line pdf export, it's not supported ↵bulia byak2006-07-011-17/+0
| | | | | for now (bzr r1332)
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-014-125/+122
| | | (bzr r1331)
* fix bug where a Glib::ustring was compared to NULL which prevented an error ↵Ralf Stephan2006-06-301-1/+1
| | | | | message from being shown (see #1512876) (bzr r1328)
* undo annotationsbulia byak2006-06-301-5/+17
| | | (bzr r1327)
* add methods to identify scales and rotationsbulia byak2006-06-302-0/+30
| | | (bzr r1326)
* New placeholder code for gradientsBob Jamison2006-06-301-6/+58
| | | (bzr r1325)
* Fix integer paddingBob Jamison2006-06-301-0/+7
| | | (bzr r1324)
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-302-6/+7
| | | | | Add undo event descriptions for the connector context. (bzr r1323)
* fixed win32 crash when working with filter tagsHugo Rodrigues2006-06-301-18/+1
| | | (bzr r1322)
* undo annotationbulia byak2006-06-291-1/+1
| | | (bzr r1321)
* backed out Event -> XML::Event changesDavid Yip2006-06-295-26/+18
| | | (bzr r1319)
* added files from Gustav Broberg's patchbulia byak2006-06-295-0/+954
| | | (bzr r1318)
* Event -> XML::Event*David Yip2006-06-294-15/+19
| | | (bzr r1317)
* made parameters and forward declarations point back to XML::EventDavid Yip2006-06-291-3/+7
| | | (bzr r1316)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2976-301/+638
| | | (bzr r1315)
* Fixed crash when adding filter attributes on XML tree.Hugo Rodrigues2006-06-291-14/+2
| | | (bzr r1313)
* Missing style instructions (for filters) added.Hugo Rodrigues2006-06-292-2/+45
| | | (bzr r1312)
* do some include changes more correctlyRalf Stephan2006-06-286-20/+19
| | | (bzr r1311)
* another prototype include to compile on CentOS, finally fixes #1505373Ralf Stephan2006-06-271-0/+1
| | | (bzr r1310)
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
| | | (bzr r1309)
* pdf export from commandlinebulia byak2006-06-271-6/+56
| | | (bzr r1304)
* move ensure_vector to correct place so that gradients with transparency can ↵bulia byak2006-06-271-2/+6
| | | | | be exported from commandline (bzr r1303)
* a little optimization by making some macros into inlined functionsbulia byak2006-06-271-4/+17
| | | (bzr r1302)
* remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even ↵bulia byak2006-06-261-14/+3
| | | | | faster than hypot and fast_sqrt (bzr r1300)
* Added sanity checks and fixed buffer overflow in nr-filter-gaussianNiko Kiirala2006-06-261-1/+40
| | | (bzr r1297)
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-261-32/+5
| | | (bzr r1296)
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-262-105/+149
| | | (bzr r1295)