| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | remove GObject signals from SPObject | MenTaLguY | 2006-07-29 | 1 | -20/+8 | |
| | | | | (bzr r1511) | |||||
| * | switch to sigc++ SPObject signals for SPSwitch | MenTaLguY | 2006-07-29 | 2 | -8/+10 | |
| | | | | (bzr r1510) | |||||
| * | switch to sigc++ SPObject signals for SPPattern | MenTaLguY | 2006-07-29 | 2 | -4/+14 | |
| | | | | (bzr r1509) | |||||
| * | switch to sigc++ SPObject signals for SPGradient | MenTaLguY | 2006-07-29 | 2 | -5/+13 | |
| | | | | (bzr r1508) | |||||
| * | switch to sigc++ SPObject signals for SPDocument | MenTaLguY | 2006-07-29 | 2 | -6/+9 | |
| | | | | (bzr r1507) | |||||
| * | switch to sigc++ SPObject signals for desktop widget | MenTaLguY | 2006-07-29 | 2 | -5/+17 | |
| | | | | (bzr r1506) | |||||
| * | switch to sigc++ SPObject signals for SPGradientImage | MenTaLguY | 2006-07-29 | 2 | -9/+26 | |
| | | | | (bzr r1505) | |||||
| * | switch to sigc++ SPObject signals for gradient toolbar | MenTaLguY | 2006-07-29 | 1 | -10/+6 | |
| | | | | (bzr r1504) | |||||
| * | patch for rendering quality and speed from Jasper van de Gronde | bulia byak | 2006-07-29 | 16 | -714/+1006 | |
| | | | | (bzr r1503) | |||||
| * | Add Miklos's new Cairo PDF rendering | Bob Jamison | 2006-07-28 | 7 | -3/+1330 | |
| | | | | (bzr r1502) | |||||
| * | switch to sigc++ SPObject signals for SPUsePathReference | MenTaLguY | 2006-07-28 | 2 | -6/+7 | |
| | | | | (bzr r1498) | |||||
| * | switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTable | MenTaLguY | 2006-07-28 | 2 | -19/+40 | |
| | | | | (bzr r1497) | |||||
| * | switch to sigc++ SPObject signals for SPOffset | MenTaLguY | 2006-07-28 | 2 | -3/+10 | |
| | | | | (bzr r1496) | |||||
| * | switch to sigc++ SPObject signals for SPShape | MenTaLguY | 2006-07-28 | 2 | -12/+36 | |
| | | | | (bzr r1495) | |||||
| * | switch to sigc++ signals | Niko Kiirala | 2006-07-27 | 1 | -4/+5 | |
| | | | | (bzr r1492) | |||||
| * | fix typo. oops | Bob Jamison | 2006-07-27 | 1 | -2/+2 | |
| | | | | (bzr r1491) | |||||
| * | fix bug in normalizeMatrix, add some better trace messages | Bob Jamison | 2006-07-27 | 4 | -23/+75 | |
| | | | | (bzr r1490) | |||||
| * | switch to sigc++ "release" | MenTaLguY | 2006-07-27 | 1 | -4/+11 | |
| | | | | (bzr r1489) | |||||
| * | Added renderer support for accessing background image from filters | Niko Kiirala | 2006-07-26 | 8 | -31/+116 | |
| | | | | (bzr r1485) | |||||
| * | Refactoring Session Establishment | daleharvey | 2006-07-26 | 6 | -24/+102 | |
| | | | | (bzr r1481) | |||||
| * | finish switching to sigc++ SPObject signals for SPStyle | MenTaLguY | 2006-07-26 | 2 | -4/+7 | |
| | | | | (bzr r1480) | |||||
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 4 | -9/+51 | |
| | | | | (bzr r1479) | |||||
| * | added sendProtocol | daleharvey | 2006-07-25 | 2 | -0/+35 | |
| | | | | (bzr r1478) | |||||
| * | whoops, missed some uses of the old GObject signals in the last commit | MenTaLguY | 2006-07-25 | 1 | -6/+39 | |
| | | | | (bzr r1477) | |||||
| * | switch to sigc++ SPObject signals for SPGradientVectorSelector | MenTaLguY | 2006-07-25 | 2 | -17/+35 | |
| | | | | (bzr r1476) | |||||
| * | session can be initlialised with a current document which is copied into the ↵ | daleharvey | 2006-07-25 | 1 | -17/+45 | |
| | | | | | | inkboard document (bzr r1475) | |||||
| * | remove vestigal plugin support | MenTaLguY | 2006-07-25 | 4 | -55/+0 | |
| | | | | (bzr r1473) | |||||
| * | added Rune and Riku | matiphas | 2006-07-24 | 1 | -0/+2 | |
| | | | | (bzr r1470) | |||||
| * | Fix a null pointer bug I made myself. Sorry. | Bob Jamison | 2006-07-24 | 1 | -2/+5 | |
| | | | | (bzr r1469) | |||||
| * | forced redraw of canvas upon completion of zooming or upon starting rubber ↵ | John Bintz | 2006-07-23 | 3 | -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. | MenTaLguY | 2006-07-23 | 1 | -1/+1 | |
| | | | | (bzr r1463) | |||||
| * | added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵ | John Bintz | 2006-07-23 | 5 | -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 Bintz | 2006-07-23 | 6 | -1/+19 | |
| | | | | | | issue at high zoom levels (bzr r1458) | |||||
| * | patch from John Bintz, adding pref to simplify multiple paths separately | MenTaLguY | 2006-07-22 | 1 | -31/+56 | |
| | | | | (bzr r1457) | |||||
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 2 | -29/+50 | |
| | | | | (bzr r1454) | |||||
| * | switch to sigc++ signals and manually clean up signal connections (although ↵ | MenTaLguY | 2006-07-21 | 2 | -11/+8 | |
| | | | | | | it may not be strictly necessary to do so here) (bzr r1453) | |||||
| * | switch to sigc++ signal for "release" | MenTaLguY | 2006-07-21 | 2 | -17/+22 | |
| | | | | (bzr r1452) | |||||
| * | switch to sigc++ signals for "release" | MenTaLguY | 2006-07-21 | 2 | -6/+9 | |
| | | | | (bzr r1451) | |||||
| * | switch to sigc++ signal for "release" | MenTaLguY | 2006-07-21 | 1 | -12/+9 | |
| | | | | (bzr r1450) | |||||
| * | switch to sigc++ signals for "modified" and "release" | MenTaLguY | 2006-07-21 | 2 | -44/+24 | |
| | | | | (bzr r1449) | |||||
| * | switched to using sigc++ "modified" signal | MenTaLguY | 2006-07-21 | 2 | -16/+17 | |
| | | | | (bzr r1448) | |||||
| * | sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵ | MenTaLguY | 2006-07-21 | 3 | -28/+57 | |
| | | | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447) | |||||
| * | replace two uses of hash_map with standard STL map | MenTaLguY | 2006-07-21 | 2 | -3/+4 | |
| | | | | (bzr r1446) | |||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 9 | -104/+123 | |
| | | | | (bzr r1441) | |||||
| * | added choose desktop dialog during intialising a whiteboard session | daleharvey | 2006-07-20 | 4 | -8/+205 | |
| | | | | (bzr r1439) | |||||
| * | Add property getters to FileExportDialog | Bob Jamison | 2006-07-19 | 2 | -48/+222 | |
| | | | | (bzr r1438) | |||||
| * | Added a bunch of comments to filter effects rendering code | Niko Kiirala | 2006-07-18 | 5 | -3/+135 | |
| | | | | (bzr r1436) | |||||
| * | We now use connector spacing to determine the minimum space required | Tim Dwyer | 2006-07-18 | 2 | -3/+13 | |
| | | | | | | | | | between shape bounding boxes when graph layout with avoid overlap constraints is applied. This means that there should always be enough room for connectors to route between shapes. Also changed the default connector spacing to a less extreme 3. (bzr r1435) | |||||
| * | Committed again without the essential fix on line 84 commented out! | Tim Dwyer | 2006-07-18 | 1 | -1/+1 | |
| | | | | (bzr r1434) | |||||
| * | added include of "helper/png-write.h" to fix compile error: | Tim Dwyer | 2006-07-18 | 1 | -0/+2 | |
| | | | | | | | | main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope Did someone else do an incomplete commit? (bzr r1433) | |||||
