summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* switch to sigc++ signal for "release"MenTaLguY2006-07-211-12/+9
| | | (bzr r1450)
* switch to sigc++ signals for "modified" and "release"MenTaLguY2006-07-212-44/+24
| | | (bzr r1449)
* switched to using sigc++ "modified" signalMenTaLguY2006-07-212-16/+17
| | | (bzr r1448)
* sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵MenTaLguY2006-07-213-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 mapMenTaLguY2006-07-212-3/+4
| | | (bzr r1446)
* marker refactoring workBryce Harrington2006-07-209-104/+123
| | | (bzr r1441)
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-204-8/+205
| | | (bzr r1439)
* Add property getters to FileExportDialogBob Jamison2006-07-192-48/+222
| | | (bzr r1438)
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
| | | (bzr r1436)
* We now use connector spacing to determine the minimum space requiredTim Dwyer2006-07-182-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 Dwyer2006-07-181-1/+1
| | | (bzr r1434)
* added include of "helper/png-write.h" to fix compile error:Tim Dwyer2006-07-181-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)