| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switched to using sigc++ "modified" signal | MenTaLguY | 2006-07-21 | 3 | -16/+23 |
| | | | | (bzr r1448) | ||||
| * | sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵ | MenTaLguY | 2006-07-21 | 4 | -28/+65 |
| | | | | | | 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 | 3 | -3/+10 |
| | | | | (bzr r1446) | ||||
| * | minor changelog note | Bryce Harrington | 2006-07-21 | 1 | -1/+1 |
| | | | | (bzr r1445) | ||||
| * | add some convenience methods to inkex and allow the possiblity of replacing ↵ | Aaron Spike | 2006-07-20 | 2 | -22/+36 |
| | | | | | | the markers in place. (bzr r1444) | ||||
| * | avoid id collisions and add more error checking | Aaron Spike | 2006-07-20 | 1 | -12/+34 |
| | | | | (bzr r1443) | ||||
| * | fix an old bug in the style splitting routine and add to the makefile | Aaron Spike | 2006-07-20 | 3 | -6/+9 |
| | | | | (bzr r1442) | ||||
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 10 | -104/+130 |
| | | | | (bzr r1441) | ||||
| * | An extension script to recolor markers to match the path stroke color | Aaron Spike | 2006-07-20 | 2 | -0/+78 |
| | | | | (bzr r1440) | ||||
| * | 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) | ||||
| * | update | matiphas | 2006-07-18 | 40 | -7689/+10536 |
| | | | | (bzr r1437) | ||||
| * | 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 | 3 | -4/+24 |
| | | | | | | | | | 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) | ||||
| * | Create first mockup for export dialog panel | Bob Jamison | 2006-07-17 | 1 | -13/+146 |
| | | | | (bzr r1432) | ||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -0/+1 |
| | | | | (bzr r1431) | ||||
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 5 | -186/+325 |
| | | | | (bzr r1430) | ||||
| * | cleanup, remove warnings | Tim Dwyer | 2006-07-17 | 3 | -51/+57 |
| | | | | (bzr r1429) | ||||
| * | minor performance improvement | Tim Dwyer | 2006-07-17 | 2 | -7/+10 |
| | | | | (bzr r1428) | ||||
| * | Changelog entry for connected components handling in graph layout. | Tim Dwyer | 2006-07-17 | 1 | -0/+9 |
| | | | | (bzr r1427) | ||||
| * | remove debug messages | Tim Dwyer | 2006-07-17 | 2 | -16/+11 |
| | | | | (bzr r1426) | ||||
| * | remove overlaps between connected components | Tim Dwyer | 2006-07-17 | 3 | -15/+64 |
| | | | | (bzr r1425) | ||||
| * | Constraints are now properly divided up between the connected components | Tim Dwyer | 2006-07-17 | 3 | -9/+47 |
| | | | | (bzr r1424) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 2 | -268/+177 |
| | | | | (bzr r1423) | ||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 2 | -26/+41 |
| | | | | (bzr r1422) | ||||
| * | Layout algorithm is now applied to each connected component in the | Tim Dwyer | 2006-07-16 | 6 | -91/+201 |
| | | | | | | | selection separately. Previously, behaviour of layout on disconnected graphs was... undefined! (bzr r1421) | ||||
| * | added inkscape_get_all_desktops() after speaking with Dale about his plans ↵ | David Yip | 2006-07-15 | 2 | -0/+11 |
| | | | | | | | | | for Inkboard UI Dale's interested in allowing users to share any document that they might have open, not just new, blank documents. His plan for implementing this is to provide a "share this document" menu. (bzr r1420) | ||||
| * | use atoi for char* -> int conversion | David Yip | 2006-07-15 | 1 | -1/+1 |
| | | | | (bzr r1419) | ||||
| * | add colon | bulia byak | 2006-07-15 | 1 | -2/+2 |
| | | | | (bzr r1418) | ||||
| * | add HAVE_GETOPT_H | Bob Jamison | 2006-07-15 | 1 | -0/+4 |
| | | | | (bzr r1417) | ||||
| * | add HAVE_GETOPT_H | Bob Jamison | 2006-07-15 | 1 | -0/+1 |
| | | | | (bzr r1416) | ||||
| * | o removed the unused cache as it was just wasting time and space | Nathan Hurst | 2006-07-14 | 1 | -42/+11 |
| | | | | | | | | o simplified some of the maths o fixed a bug in the matrix normalisation routine (dubious that it ever actually worked) (bzr r1415) | ||||
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -1/+1 |
| | | | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1414) | ||||
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 5 | -17/+23 |
| | | | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413) | ||||
| * | * src/libavoid/*: Add a couple of missing files. | mjwybrow | 2006-07-14 | 2 | -0/+936 |
| | | | | (bzr r1412) | ||||
| * | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 2006-07-14 | 20 | -97/+781 |
| | | | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411) | ||||
| * | fixed warnings | Tim Dwyer | 2006-07-14 | 3 | -20/+17 |
| | | | | (bzr r1410) | ||||
| * | - improve hint for directed graph toggle | Tim Dwyer | 2006-07-14 | 2 | -1/+20 |
| | | | | (bzr r1409) | ||||
| * | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 2006-07-14 | 24 | -133/+213 |
| | | | | | | - vpsc namespace added to libvpsc (bzr r1408) | ||||
| * | * src/libavoid/router.cpp: Fixed a bug in the libavoid function | mjwybrow | 2006-07-14 | 2 | -4/+10 |
| | | | | | | | Router::attachedConns(). Previously unused, but needed by Tim for new Graph Layout code. (bzr r1407) | ||||
| * | added commandline option ability and got timer ready for doing automatic | Jon Phillips | 2006-07-13 | 2 | -4/+39 |
| | | | | | | slideshows (bzr r1406) | ||||
| * | update | matiphas | 2006-07-13 | 41 | -2209/+2067 |
| | | | | (bzr r1405) | ||||
| * | fixed parsing of axes | Bob Jamison | 2006-07-13 | 3 | -2/+27 |
| | | | | (bzr r1404) | ||||
| * | include libpng with pkg-config check for include path (fixes #1519300) | Ralf Stephan | 2006-07-13 | 1 | -2/+2 |
| | | | | (bzr r1403) | ||||
| * | check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476) | Ralf Stephan | 2006-07-13 | 2 | -0/+15 |
| | | | | (bzr r1402) | ||||
| * | give _anchor initial value before comparing it | Ralf Stephan | 2006-07-13 | 1 | -0/+1 |
| | | | | (bzr r1401) | ||||
| * | Base all 3 dialogs from a common FileDialogBase to share behaviours | Bob Jamison | 2006-07-13 | 1 | -16/+56 |
| | | | | (bzr r1400) | ||||
| * | clean up redundancies. add a placeholder for Export dialog | Bob Jamison | 2006-07-12 | 2 | -92/+590 |
| | | | | (bzr r1399) | ||||
