| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Constraints are now properly divided up between the connected components | Tim Dwyer | 2006-07-17 | 3 | -9/+47 |
| * | more string cleanup | Bob Jamison | 2006-07-16 | 2 | -268/+177 |
| * | more string cleanup | Bob Jamison | 2006-07-16 | 2 | -26/+41 |
| * | Layout algorithm is now applied to each connected component in the | Tim Dwyer | 2006-07-16 | 6 | -91/+201 |
| * | added inkscape_get_all_desktops() after speaking with Dale about his plans fo... | David Yip | 2006-07-15 | 2 | -0/+11 |
| * | use atoi for char* -> int conversion | David Yip | 2006-07-15 | 1 | -1/+1 |
| * | add colon | bulia byak | 2006-07-15 | 1 | -2/+2 |
| * | add HAVE_GETOPT_H | Bob Jamison | 2006-07-15 | 1 | -0/+4 |
| * | add HAVE_GETOPT_H | Bob Jamison | 2006-07-15 | 1 | -0/+1 |
| * | o removed the unused cache as it was just wasting time and space | Nathan Hurst | 2006-07-14 | 1 | -42/+11 |
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -1/+1 |
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 5 | -17/+23 |
| * | * src/libavoid/*: Add a couple of missing files. | mjwybrow | 2006-07-14 | 2 | -0/+936 |
| * | * src/sp-conn-end-pair.cpp, src/connector-context.cpp, | mjwybrow | 2006-07-14 | 20 | -97/+781 |
| * | fixed warnings | Tim Dwyer | 2006-07-14 | 3 | -20/+17 |
| * | - improve hint for directed graph toggle | Tim Dwyer | 2006-07-14 | 2 | -1/+20 |
| * | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 2006-07-14 | 24 | -133/+213 |
| * | * src/libavoid/router.cpp: Fixed a bug in the libavoid function | mjwybrow | 2006-07-14 | 2 | -4/+10 |
| * | added commandline option ability and got timer ready for doing automatic | Jon Phillips | 2006-07-13 | 2 | -4/+39 |
| * | update | matiphas | 2006-07-13 | 41 | -2209/+2067 |
| * | fixed parsing of axes | Bob Jamison | 2006-07-13 | 3 | -2/+27 |
| * | include libpng with pkg-config check for include path (fixes #1519300) | Ralf Stephan | 2006-07-13 | 1 | -2/+2 |
| * | check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476) | Ralf Stephan | 2006-07-13 | 2 | -0/+15 |
| * | give _anchor initial value before comparing it | Ralf Stephan | 2006-07-13 | 1 | -0/+1 |
| * | Base all 3 dialogs from a common FileDialogBase to share behaviours | Bob Jamison | 2006-07-13 | 1 | -16/+56 |
| * | clean up redundancies. add a placeholder for Export dialog | Bob Jamison | 2006-07-12 | 2 | -92/+590 |
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 5 | -16/+16 |
| * | update | matiphas | 2006-07-12 | 40 | -20410/+23315 |
| * | - added toggle buttons for directed layout (doesn't do anything yet) and over... | Tim Dwyer | 2006-07-12 | 7 | -23/+174 |
| * | Added layout button and ideal connector length spinbox to connector toolbar | Tim Dwyer | 2006-07-12 | 4 | -4/+43 |
| * | Previously graph layout was done using the Kamada-Kawai layout algorithm | Tim Dwyer | 2006-07-12 | 48 | -663/+3152 |
| * | update | matiphas | 2006-07-11 | 1 | -2381/+1629 |
| * | another attempt at #1502439, another example of ignoring NULL removed | Ralf Stephan | 2006-07-10 | 1 | -1/+4 |
| * | Bicubic scaler added to filtering, allowing changes in filter resolution | Niko Kiirala | 2006-07-10 | 6 | -13/+211 |
| * | undo annotations | gustav_b | 2006-07-10 | 2 | -6/+14 |
| * | finally getting closer to processing axes and contexts correctly | Bob Jamison | 2006-07-09 | 3 | -213/+231 |
| * | update | matiphas | 2006-07-09 | 40 | -25095/+38768 |
| * | search for different boost header, should fix false positive recognition on S... | Ralf Stephan | 2006-07-09 | 1 | -1/+1 |
| * | fix properly. oops ^^ | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| * | add keys.de.svg to the distribution | Adib Taraben | 2006-07-09 | 3 | -2/+994 |
| * | remove conversion warnings | Bob Jamison | 2006-07-09 | 1 | -4/+4 |
| * | Compiler error in NR::Filter fixed | Niko Kiirala | 2006-07-09 | 1 | -13/+13 |
| * | patch 1491236 minor win32 build adjustment | Adib Taraben | 2006-07-09 | 2 | -2/+7 |
| * | Filter effects bounding box calculation makes use of area settings | Niko Kiirala | 2006-07-09 | 1 | -10/+42 |
| * | undo annotations | gustav_b | 2006-07-09 | 3 | -25/+14 |
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 12 | -23/+191 |
| * | * packaging/osx-app.sh: Set the svn:executable property. | mjwybrow | 2006-07-09 | 1 | -0/+0 |
| * | handle NULL return value, fixes crash when opening filechooser dialog (#1502439) | Ralf Stephan | 2006-07-08 | 1 | -2/+5 |
| * | added gui code for whiteboard | daleharvey | 2006-07-08 | 2 | -2/+80 |
| * | cleaned up token generation | Bob Jamison | 2006-07-07 | 2 | -64/+99 |