| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | remove svglsimpl | Bob Jamison | 2006-07-07 | 1 | -2/+0 | |
| | | | | (bzr r1371) | |||||
| * | rearrange axis/context structure. make tokens more robust | Bob Jamison | 2006-07-07 | 5 | -1370/+1125 | |
| | | | | (bzr r1370) | |||||
| * | Adjust to account for removal of svglsimpl | Bob Jamison | 2006-07-06 | 2 | -6/+6 | |
| | | | | (bzr r1369) | |||||
| * | undo last commit. oops | Bob Jamison | 2006-07-06 | 1 | -1/+1 | |
| | | | | (bzr r1368) | |||||
| * | don't need svg 'load and save'. in fact, it doesnt fit | Bob Jamison | 2006-07-06 | 3 | -316/+1 | |
| | | | | (bzr r1367) | |||||
| * | save updates, and put to sleep for a while | Bob Jamison | 2006-07-06 | 2 | -238/+646 | |
| | | | | (bzr r1363) | |||||
| * | undo annotations | bulia byak | 2006-07-06 | 4 | -42/+49 | |
| | | | | (bzr r1361) | |||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 5 | -141/+125 | |
| | | | | (bzr r1360) | |||||
| * | replace single toggle button with less confusing pick-alpha and set-alpha ↵ | bulia byak | 2006-07-05 | 3 | -23/+58 | |
| | | | | | | options (bzr r1359) | |||||
| * | Add Wolfram Strempfer. | Colin Marquardt | 2006-07-05 | 1 | -1/+2 | |
| | | | | (bzr r1356) | |||||
| * | fixed compile bug | David Yip | 2006-07-05 | 1 | -2/+2 | |
| | | | | (bzr r1355) | |||||
| * | switched UndoStackObserver / CompositeUndoStackObserver to use GC | David Yip | 2006-07-04 | 2 | -3/+7 | |
| | | | | | | managed memory. Initial tests seem to check out okay (bzr r1352) | |||||
| * | Created NR::FilterSlot to handle pixblocks in rendering filters | Niko Kiirala | 2006-07-04 | 9 | -25/+250 | |
| | | | | (bzr r1351) | |||||
| * | Fix include file (<ieeefp.h>, not <ieefp.h>). | Colin Marquardt | 2006-07-03 | 1 | -1/+1 | |
| | | | | (bzr r1349) | |||||
| * | patch for bug 1515934 | bulia byak | 2006-07-02 | 1 | -18/+24 | |
| | | | | (bzr r1347) | |||||
| * | undo annotations | bulia byak | 2006-07-02 | 1 | -39/+43 | |
| | | | | (bzr r1345) | |||||
| * | reterm canvas to page | bulia byak | 2006-07-02 | 1 | -7/+7 | |
| | | | | (bzr r1344) | |||||
| * | accelerator for effects | bulia byak | 2006-07-02 | 1 | -1/+1 | |
| | | | | (bzr r1343) | |||||
| * | Oops, was missing Dale. | Colin Marquardt | 2006-07-02 | 1 | -0/+1 | |
| | | | | (bzr r1341) | |||||
| * | Add Niko, Hugo, Dale and Gustav. | Colin Marquardt | 2006-07-02 | 1 | -0/+3 | |
| | | | | (bzr r1340) | |||||
| * | removed string localisation | daleharvey | 2006-07-02 | 2 | -2/+2 | |
| | | | | (bzr r1338) | |||||
| * | Fix for bug #1514977 (Text export in EPS file) | Ulf Erikson | 2006-07-02 | 1 | -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 Erikson | 2006-07-02 | 1 | -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 byak | 2006-07-01 | 1 | -17/+0 | |
| | | | | | | for now (bzr r1332) | |||||
| * | patch to fix multiple ps and pdf problems by Ulf Erikson | bulia byak | 2006-07-01 | 4 | -125/+122 | |
| | | | | (bzr r1331) | |||||
| * | fix bug where a Glib::ustring was compared to NULL which prevented an error ↵ | Ralf Stephan | 2006-06-30 | 1 | -1/+1 | |
| | | | | | | message from being shown (see #1512876) (bzr r1328) | |||||
| * | undo annotations | bulia byak | 2006-06-30 | 1 | -5/+17 | |
| | | | | (bzr r1327) | |||||
| * | add methods to identify scales and rotations | bulia byak | 2006-06-30 | 2 | -0/+30 | |
| | | | | (bzr r1326) | |||||
| * | New placeholder code for gradients | Bob Jamison | 2006-06-30 | 1 | -6/+58 | |
| | | | | (bzr r1325) | |||||
| * | Fix integer padding | Bob Jamison | 2006-06-30 | 1 | -0/+7 | |
| | | | | (bzr r1324) | |||||
| * | * src/connector-context.cpp, src/widgets/toolbox.cpp: | mjwybrow | 2006-06-30 | 2 | -6/+7 | |
| | | | | | | Add undo event descriptions for the connector context. (bzr r1323) | |||||
| * | fixed win32 crash when working with filter tags | Hugo Rodrigues | 2006-06-30 | 1 | -18/+1 | |
| | | | | (bzr r1322) | |||||
| * | undo annotation | bulia byak | 2006-06-29 | 1 | -1/+1 | |
| | | | | (bzr r1321) | |||||
| * | backed out Event -> XML::Event changes | David Yip | 2006-06-29 | 5 | -26/+18 | |
| | | | | (bzr r1319) | |||||
| * | added files from Gustav Broberg's patch | bulia byak | 2006-06-29 | 5 | -0/+954 | |
| | | | | (bzr r1318) | |||||
| * | Event -> XML::Event* | David Yip | 2006-06-29 | 4 | -15/+19 | |
| | | | | (bzr r1317) | |||||
| * | made parameters and forward declarations point back to XML::Event | David Yip | 2006-06-29 | 1 | -3/+7 | |
| | | | | (bzr r1316) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 76 | -301/+638 | |
| | | | | (bzr r1315) | |||||
| * | Fixed crash when adding filter attributes on XML tree. | Hugo Rodrigues | 2006-06-29 | 1 | -14/+2 | |
| | | | | (bzr r1313) | |||||
| * | Missing style instructions (for filters) added. | Hugo Rodrigues | 2006-06-29 | 2 | -2/+45 | |
| | | | | (bzr r1312) | |||||
| * | do some include changes more correctly | Ralf Stephan | 2006-06-28 | 6 | -20/+19 | |
| | | | | (bzr r1311) | |||||
| * | another prototype include to compile on CentOS, finally fixes #1505373 | Ralf Stephan | 2006-06-27 | 1 | -0/+1 | |
| | | | | (bzr r1310) | |||||
| * | fix 4.2 xcompilation: remove array assignment hack | Ralf Stephan | 2006-06-27 | 1 | -3/+4 | |
| | | | | (bzr r1309) | |||||
| * | pdf export from commandline | bulia byak | 2006-06-27 | 1 | -6/+56 | |
| | | | | (bzr r1304) | |||||
| * | move ensure_vector to correct place so that gradients with transparency can ↵ | bulia byak | 2006-06-27 | 1 | -2/+6 | |
| | | | | | | be exported from commandline (bzr r1303) | |||||
| * | a little optimization by making some macros into inlined functions | bulia byak | 2006-06-27 | 1 | -4/+17 | |
| | | | | (bzr r1302) | |||||
| * | remove non-portable fast_sqrt; turns out simply sqrt(x*x+y*y) works even ↵ | bulia byak | 2006-06-26 | 1 | -14/+3 | |
| | | | | | | faster than hypot and fast_sqrt (bzr r1300) | |||||
| * | Added sanity checks and fixed buffer overflow in nr-filter-gaussian | Niko Kiirala | 2006-06-26 | 1 | -1/+40 | |
| | | | | (bzr r1297) | |||||
| * | Add code for printf() to allow %#s as xml-escaped string (cool, eh?) | Bob Jamison | 2006-06-26 | 1 | -32/+5 | |
| | | | | (bzr r1296) | |||||
| * | Add code for printf() to allow %#s as xml-escaped string (cool, eh?) | Bob Jamison | 2006-06-26 | 2 | -105/+149 | |
| | | | | (bzr r1295) | |||||
