| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Filter effects bounding box calculation makes use of area settings | Niko Kiirala | 2006-07-09 | 1 | -10/+42 |
| | | | | (bzr r1381) | ||||
| * | undo annotations | gustav_b | 2006-07-09 | 3 | -25/+14 |
| | | | | (bzr r1380) | ||||
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 12 | -23/+191 |
| | | | | (bzr r1379) | ||||
| * | handle NULL return value, fixes crash when opening filechooser dialog (#1502439) | Ralf Stephan | 2006-07-08 | 1 | -2/+5 |
| | | | | (bzr r1377) | ||||
| * | added gui code for whiteboard | daleharvey | 2006-07-08 | 2 | -2/+80 |
| | | | | (bzr r1376) | ||||
| * | cleaned up token generation | Bob Jamison | 2006-07-07 | 2 | -64/+99 |
| | | | | (bzr r1375) | ||||
| * | added a copy of pedrogui to jabber_whiteboard for custom development | daleharvey | 2006-07-07 | 6 | -3/+3672 |
| | | | | (bzr r1374) | ||||
| * | GC utilization fixes | David Yip | 2006-07-07 | 1 | -1/+1 |
| | | | | (bzr r1373) | ||||
| * | add xpathtoken.cpp | Bob Jamison | 2006-07-07 | 1 | -0/+1 |
| | | | | (bzr r1372) | ||||
| * | 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) | ||||
