| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 3 | -7/+13 | |
| | | | | | | 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) | |||||
| * | updated po files | matiphas | 2006-06-29 | 41 | -61936/+58037 | |
| | | | | (bzr r1320) | |||||
| * | 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 | 80 | -315/+701 | |
| | | | | (bzr r1315) | |||||
| * | Small bugfixes. | Colin Marquardt | 2006-06-29 | 1 | -11/+8 | |
| | | | | (bzr r1314) | |||||
| * | 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) | |||||
| * | PATCH 1512096 slovak.nsis.patch | Adib Taraben | 2006-06-27 | 3 | -0/+169 | |
| | | | | (bzr r1308) | |||||
| * | pdf export from commandline | bulia byak | 2006-06-27 | 1 | -4/+10 | |
| | | | | (bzr r1307) | |||||
| * | Copy inkscape.bat to distro | Bob Jamison | 2006-06-27 | 1 | -3/+4 | |
| | | | | (bzr r1306) | |||||
| * | Add a launcher script | Bob Jamison | 2006-06-27 | 1 | -0/+14 | |
| | | | | (bzr r1305) | |||||
| * | 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) | |||||
| * | * packaging/macosx/ScriptExec/main.c: | mjwybrow | 2006-06-27 | 2 | -6/+12 | |
| | | | | | | | Add some quotes to fix a problem for people on OS X with spaces in their home directory path. Fixes bug #1512019. (bzr r1301) | |||||
| * | 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) | |||||
| * | add 15(!) missing tutorials (Czech, German, Brazil-Portuguese) to tarball, ↵ | Ralf Stephan | 2006-06-26 | 1 | -0/+15 | |
| | | | | | | fixes #1512440 (bzr r1299) | |||||
| * | remove generated file from repo | Aaron Spike | 2006-06-26 | 1 | -9883/+0 | |
| | | | | | | it is now being generated periodically and upload to a website for download (bzr r1298) | |||||
| * | 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) | |||||
| * | Small bugfix. Also 'translate' everything so that people stop | Colin Marquardt | 2006-06-25 | 1 | -13/+13 | |
| | | | | | | complaining why de.po is not at 100%. (bzr r1294) | |||||
| * | Add ubuntu palette, closes 1510556. | Colin Marquardt | 2006-06-25 | 2 | -1/+45 | |
| | | | | (bzr r1293) | |||||
| * | Promote std::string to Glib::ustring. Start processing output strings for ↵ | Bob Jamison | 2006-06-25 | 2 | -56/+84 | |
| | | | | | | XML entities. (bzr r1292) | |||||
| * | minor change to svgtoeps | daleharvey | 2006-06-25 | 1 | -0/+1 | |
| | | | | (bzr r1291) | |||||
| * | added protocol documents to jabber_whiteboard | daleharvey | 2006-06-25 | 14 | -0/+2833 | |
| | | | | (bzr r1290) | |||||
| * | replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), ↵ | Ralf Stephan | 2006-06-25 | 2 | -2/+5 | |
| | | | | | | fixes compiler warnings and is the correct way to check for glib-2.4 (bzr r1289) | |||||
| * | Fix image transform when there is no rotate or scale | Bob Jamison | 2006-06-25 | 1 | -1/+8 | |
| | | | | (bzr r1288) | |||||
| * | Add metadata | Bob Jamison | 2006-06-25 | 2 | -7/+66 | |
| | | | | (bzr r1287) | |||||
| * | restored pedro/work and added it to make.exclude | daleharvey | 2006-06-25 | 6 | -1/+1012 | |
| | | | | (bzr r1286) | |||||
| * | added inkboard-session.cpp to make.exclude | daleharvey | 2006-06-25 | 1 | -0/+1 | |
| | | | | (bzr r1285) | |||||
| * | removed scratchpad work from pedro | daleharvey | 2006-06-25 | 5 | -1011/+0 | |
| | | | | (bzr r1284) | |||||
| * | Change comments | Bob Jamison | 2006-06-25 | 1 | -5/+2 | |
| | | | | (bzr r1283) | |||||
| * | Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵ | Bob Jamison | 2006-06-25 | 1 | -0/+2 | |
| | | | | | | They do not like .nnn . Must be 0.nnn (bzr r1282) | |||||
| * | Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵ | Bob Jamison | 2006-06-25 | 1 | -52/+78 | |
| | | | | | | They do not like .nnn . Must be 0.nnn (bzr r1281) | |||||
| * | glib-2.4 system fixes: some includes to get prototypes, some version checks | Ralf Stephan | 2006-06-25 | 8 | -1/+31 | |
| | | | | (bzr r1280) | |||||
| * | radial gradients faster by about 10% | bulia byak | 2006-06-25 | 1 | -3/+14 | |
| | | | | (bzr r1279) | |||||
| * | Patch for 1504054 msvrct71.dll added to dist | Adib Taraben | 2006-06-24 | 1 | -0/+1 | |
| | | | | (bzr r1278) | |||||
| * | one more of declarations to make glib-2.4 work with glibmm/i18n.h | Ralf Stephan | 2006-06-24 | 1 | -1/+4 | |
| | | | | (bzr r1277) | |||||
| * | more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h | Ralf Stephan | 2006-06-24 | 3 | -0/+12 | |
| | | | | (bzr r1276) | |||||
| * | patch reported by ylai a reader of the german ct-magazin; needed before ↵ | Adib Taraben | 2006-06-24 | 1 | -0/+3 | |
| | | | | | | #include <glibmm/i18n.h> if linking against glib-2.4 (bzr r1275) | |||||
