summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r13109@tres: ted | 2006-07-30 22:11:20 -0700Ted Gould2006-07-311-2/+17
| | | | | Making this all work with the Inkscape world view. (bzr r1526)
* r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould2006-07-314-32/+127
| | | | | Builds and links. Doesn't work, but builds and links. (bzr r1525)
* r13107@tres: ted | 2006-07-30 11:47:41 -0700Ted Gould2006-07-317-187/+23
| | | | | Getting the basic build stuff in. No we're building libwpg (bzr r1524)
* r13106@tres: ted | 2006-07-30 11:10:02 -0700Ted Gould2006-07-311-0/+298
| | | | | | Stealing some example code from the libwpg guys to make this alot easier. (bzr r1523)
* r13105@tres: ted | 2006-07-30 11:08:56 -0700Ted Gould2006-07-3133-0/+4986
| | | | | Copying in libwpg as it seems they have no releases. (bzr r1522)
* handling recieved messagesdaleharvey2006-07-314-40/+97
| | | (bzr r1521)
* restructuring session-managerdaleharvey2006-07-304-87/+4
| | | (bzr r1520)
* more session establishmentdaleharvey2006-07-305-25/+23
| | | (bzr r1517)
* merged with definesdaleharvey2006-07-301-157/+0
| | | (bzr r1516)
* working on session establishmentdaleharvey2006-07-309-58/+56
| | | (bzr r1515)
* Fix bug where deleting a node broke the symmetry of neighboring smooth nodes ↵John Bintz2006-07-301-0/+6
| | | | | | | and failed to convert those nodes to cusp nodes (bzr r1513)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-2916-324/+325
| | | (bzr r1512)
* remove GObject signals from SPObjectMenTaLguY2006-07-291-20/+8
| | | (bzr r1511)
* switch to sigc++ SPObject signals for SPSwitchMenTaLguY2006-07-292-8/+10
| | | (bzr r1510)
* switch to sigc++ SPObject signals for SPPatternMenTaLguY2006-07-292-4/+14
| | | (bzr r1509)
* switch to sigc++ SPObject signals for SPGradientMenTaLguY2006-07-292-5/+13
| | | (bzr r1508)
* switch to sigc++ SPObject signals for SPDocumentMenTaLguY2006-07-292-6/+9
| | | (bzr r1507)
* switch to sigc++ SPObject signals for desktop widgetMenTaLguY2006-07-292-5/+17
| | | (bzr r1506)
* switch to sigc++ SPObject signals for SPGradientImageMenTaLguY2006-07-292-9/+26
| | | (bzr r1505)
* switch to sigc++ SPObject signals for gradient toolbarMenTaLguY2006-07-291-10/+6
| | | (bzr r1504)
* patch for rendering quality and speed from Jasper van de Grondebulia byak2006-07-2916-714/+1006
| | | (bzr r1503)
* Add Miklos's new Cairo PDF renderingBob Jamison2006-07-287-3/+1330
| | | (bzr r1502)
* switch to sigc++ SPObject signals for SPUsePathReferenceMenTaLguY2006-07-282-6/+7
| | | (bzr r1498)
* switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTableMenTaLguY2006-07-282-19/+40
| | | (bzr r1497)
* switch to sigc++ SPObject signals for SPOffsetMenTaLguY2006-07-282-3/+10
| | | (bzr r1496)
* switch to sigc++ SPObject signals for SPShapeMenTaLguY2006-07-282-12/+36
| | | (bzr r1495)
* switch to sigc++ signalsNiko Kiirala2006-07-271-4/+5
| | | (bzr r1492)
* fix typo. oopsBob Jamison2006-07-271-2/+2
| | | (bzr r1491)
* fix bug in normalizeMatrix, add some better trace messagesBob Jamison2006-07-274-23/+75
| | | (bzr r1490)
* switch to sigc++ "release"MenTaLguY2006-07-271-4/+11
| | | (bzr r1489)
* Added renderer support for accessing background image from filtersNiko Kiirala2006-07-268-31/+116
| | | (bzr r1485)
* Refactoring Session Establishmentdaleharvey2006-07-266-24/+102
| | | (bzr r1481)
* finish switching to sigc++ SPObject signals for SPStyleMenTaLguY2006-07-262-4/+7
| | | (bzr r1480)
* Added support for enable-background to SPStyleNiko Kiirala2006-07-264-9/+51
| | | (bzr r1479)
* added sendProtocoldaleharvey2006-07-252-0/+35
| | | (bzr r1478)
* whoops, missed some uses of the old GObject signals in the last commitMenTaLguY2006-07-251-6/+39
| | | (bzr r1477)
* switch to sigc++ SPObject signals for SPGradientVectorSelectorMenTaLguY2006-07-252-17/+35
| | | (bzr r1476)
* session can be initlialised with a current document which is copied into the ↵daleharvey2006-07-251-17/+45
| | | | | inkboard document (bzr r1475)
* remove vestigal plugin supportMenTaLguY2006-07-254-55/+0
| | | (bzr r1473)
* added Rune and Rikumatiphas2006-07-241-0/+2
| | | (bzr r1470)
* Fix a null pointer bug I made myself. Sorry.Bob Jamison2006-07-241-2/+5
| | | (bzr r1469)
* forced redraw of canvas upon completion of zooming or upon starting rubber ↵John Bintz2006-07-233-0/+4
| | | | | | | band selection events to work around event starvation issue at high zoom levels (bzr r1464)
* Update pattern creation help text to reflect new menu layout.MenTaLguY2006-07-231-1/+1
| | | (bzr r1463)
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵John Bintz2006-07-235-2/+17
| | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-236-1/+19
| | | | | issue at high zoom levels (bzr r1458)
* patch from John Bintz, adding pref to simplify multiple paths separatelyMenTaLguY2006-07-221-31/+56
| | | (bzr r1457)
* switch to using sigc++ signalsMenTaLguY2006-07-222-29/+50
| | | (bzr r1454)
* switch to sigc++ signals and manually clean up signal connections (although ↵MenTaLguY2006-07-212-11/+8
| | | | | it may not be strictly necessary to do so here) (bzr r1453)
* switch to sigc++ signal for "release"MenTaLguY2006-07-212-17/+22
| | | (bzr r1452)
* switch to sigc++ signals for "release"MenTaLguY2006-07-212-6/+9
| | | (bzr r1451)