summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Promote std::string to Glib::ustring. Start processing output strings for ↵Bob Jamison2006-06-252-56/+84
| | | | | XML entities. (bzr r1292)
* minor change to svgtoepsdaleharvey2006-06-251-0/+1
| | | (bzr r1291)
* added protocol documents to jabber_whiteboarddaleharvey2006-06-2514-0/+2833
| | | (bzr r1290)
* replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), ↵Ralf Stephan2006-06-252-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 scaleBob Jamison2006-06-251-1/+8
| | | (bzr r1288)
* Add metadataBob Jamison2006-06-252-7/+66
| | | (bzr r1287)
* restored pedro/work and added it to make.excludedaleharvey2006-06-256-1/+1012
| | | (bzr r1286)
* added inkboard-session.cpp to make.excludedaleharvey2006-06-251-0/+1
| | | (bzr r1285)
* removed scratchpad work from pedrodaleharvey2006-06-255-1011/+0
| | | (bzr r1284)
* Change commentsBob Jamison2006-06-251-5/+2
| | | (bzr r1283)
* Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵Bob Jamison2006-06-251-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 Jamison2006-06-251-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 checksRalf Stephan2006-06-258-1/+31
| | | (bzr r1280)
* radial gradients faster by about 10%bulia byak2006-06-251-3/+14
| | | (bzr r1279)
* one more of declarations to make glib-2.4 work with glibmm/i18n.hRalf Stephan2006-06-241-1/+4
| | | (bzr r1277)
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-243-0/+12
| | | (bzr r1276)
* patch reported by ylai a reader of the german ct-magazin; needed before ↵Adib Taraben2006-06-241-0/+3
| | | | | #include <glibmm/i18n.h> if linking against glib-2.4 (bzr r1275)
* small changes to allow compilation on windowsdaleharvey2006-06-243-19/+24
| | | (bzr r1272)
* added make files for pedrodaleharvey2006-06-233-0/+62
| | | (bzr r1270)
* added an empty.cpp to pedro, required for builddaleharvey2006-06-231-0/+1
| | | (bzr r1269)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-2381-14323/+2147
| | | (bzr r1268)
* quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip2006-06-235-0/+107
| | | (bzr r1267)
* a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about thatDavid Yip2006-06-231-3/+1
| | | (bzr r1265)
* add translator name [ 1511010 ] a double patch to add another translator to ↵Aaron Spike2006-06-231-0/+1
| | | | | the list (bzr r1264)
* fix 1510614bulia byak2006-06-221-5/+7
| | | (bzr r1263)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-227-12/+13
| | | (bzr r1262)
* remove setDoc(), part of fix for #1509854Ralf Stephan2006-06-221-2/+1
| | | (bzr r1261)
* reorganize flow, prevent infinite loop, fixes #1509854Ralf Stephan2006-06-221-23/+36
| | | (bzr r1260)
* Added virtual destructors for filter primitives. Corrected Niko Kiirala2006-06-225-6/+17
| | | | | | attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation are now recognized. (bzr r1259)
* remove 'non virtual destructor' warningBob Jamison2006-06-221-0/+2
| | | (bzr r1258)
* svg-filters branch merged back to headNiko Kiirala2006-06-2134-7/+2360
| | | (bzr r1252)
* add alternate xml output to dep fileBob Jamison2006-06-201-59/+151
| | | (bzr r1248)
* add xml version of ref fileBob Jamison2006-06-201-101/+146
| | | (bzr r1247)
* switch from mkdep to deptoolBob Jamison2006-06-201-3/+2
| | | (bzr r1241)
* Correctly write Aleksandar Urosevic's name. Closes 1353260.Colin Marquardt2006-06-201-1/+1
| | | (bzr r1238)
* new fileBob Jamison2006-06-191-0/+1256
| | | (bzr r1234)
* add configBob Jamison2006-06-199-207/+769
| | | (bzr r1233)
* expanding/contracting node selection by pgup/pgdnbulia byak2006-06-191-1/+155
| | | (bzr r1232)
* #include "config.h" tooRalf Stephan2006-06-191-0/+2
| | | (bzr r1230)
* enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan2006-06-191-0/+2
| | | (bzr r1228)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-1939-105/+3798
| | | | | reading from svg instead) (bzr r1227)
* welcome to 0.44+develAaron Spike2006-06-151-1/+1
| | | (bzr r1221)
* Applied patch #1505715Jon A. Cruz2006-06-141-19/+36
| | | (bzr r1218)
* version back down to 0.43+develAaron Spike2006-06-131-1/+1
| | | (bzr r1212)
* version to 0.44pre4Aaron Spike2006-06-131-1/+1
| | | (bzr r1211)
* mental's patch for bug [ 1457003 ] X Window error with Composite: BadAlloc ↵Aaron Spike2006-06-131-12/+18
| | | | | in stroke style (bzr r1210)
* patch [ 1503869 ] ODF formatting fixAaron Spike2006-06-1313-41/+366
| | | (bzr r1209)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-137-155/+285
| | | (bzr r1208)
* patch [ 1504669 ] New win32 iconAaron Spike2006-06-131-1/+1
| | | (bzr r1207)
* patch [ 1504445 ] Fix build break on gcc4.1.1Aaron Spike2006-06-131-1/+1
| | | (bzr r1206)