| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 5 | -16/+16 | |
| | | | | (bzr r1398) | |||||
| * | update | matiphas | 2006-07-12 | 40 | -20410/+23315 | |
| | | | | (bzr r1397) | |||||
| * | - added toggle buttons for directed layout (doesn't do anything yet) and ↵ | Tim Dwyer | 2006-07-12 | 7 | -23/+174 | |
| | | | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396) | |||||
| * | Added layout button and ideal connector length spinbox to connector toolbar | Tim Dwyer | 2006-07-12 | 4 | -4/+43 | |
| | | | | (bzr r1395) | |||||
| * | Previously graph layout was done using the Kamada-Kawai layout algorithm | Tim Dwyer | 2006-07-12 | 48 | -663/+3152 | |
| | | | | | | | | | | | | | | | | | | implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola. (bzr r1394) | |||||
| * | update | matiphas | 2006-07-11 | 1 | -2381/+1629 | |
| | | | | (bzr r1393) | |||||
| * | another attempt at #1502439, another example of ignoring NULL removed | Ralf Stephan | 2006-07-10 | 1 | -1/+4 | |
| | | | | (bzr r1392) | |||||
| * | Bicubic scaler added to filtering, allowing changes in filter resolution | Niko Kiirala | 2006-07-10 | 6 | -13/+211 | |
| | | | | (bzr r1391) | |||||
| * | undo annotations | gustav_b | 2006-07-10 | 2 | -6/+14 | |
| | | | | (bzr r1390) | |||||
| * | finally getting closer to processing axes and contexts correctly | Bob Jamison | 2006-07-09 | 3 | -213/+231 | |
| | | | | (bzr r1389) | |||||
| * | update | matiphas | 2006-07-09 | 40 | -25095/+38768 | |
| | | | | (bzr r1388) | |||||
| * | search for different boost header, should fix false positive recognition on ↵ | Ralf Stephan | 2006-07-09 | 1 | -1/+1 | |
| | | | | | | SuSE systems (#1512073) (bzr r1387) | |||||
| * | fix properly. oops ^^ | Bob Jamison | 2006-07-09 | 1 | -4/+4 | |
| | | | | (bzr r1386) | |||||
| * | add keys.de.svg to the distribution | Adib Taraben | 2006-07-09 | 3 | -2/+994 | |
| | | | | (bzr r1385) | |||||
| * | remove conversion warnings | Bob Jamison | 2006-07-09 | 1 | -4/+4 | |
| | | | | (bzr r1384) | |||||
| * | Compiler error in NR::Filter fixed | Niko Kiirala | 2006-07-09 | 1 | -13/+13 | |
| | | | | (bzr r1383) | |||||
| * | patch 1491236 minor win32 build adjustment | Adib Taraben | 2006-07-09 | 2 | -2/+7 | |
| | | | | (bzr r1382) | |||||
| * | Filter effects bounding box calculation makes use of area settings | Niko Kiirala | 2006-07-09 | 1 | -10/+42 | |
| | | | | (bzr r1381) | |||||
| * | undo annotations | gustav_b | 2006-07-09 | 3 | -25/+14 | |
| | | | | (bzr r1380) | |||||
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 12 | -23/+191 | |
| | | | | (bzr r1379) | |||||
| * | * packaging/osx-app.sh: Set the svn:executable property. | mjwybrow | 2006-07-09 | 1 | -0/+0 | |
| | | | | (bzr r1378) | |||||
| * | handle NULL return value, fixes crash when opening filechooser dialog (#1502439) | Ralf Stephan | 2006-07-08 | 1 | -2/+5 | |
| | | | | (bzr r1377) | |||||
| * | added gui code for whiteboard | daleharvey | 2006-07-08 | 2 | -2/+80 | |
| | | | | (bzr r1376) | |||||
| * | cleaned up token generation | Bob Jamison | 2006-07-07 | 2 | -64/+99 | |
| | | | | (bzr r1375) | |||||
