summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Constraints are now properly divided up between the connected componentsTim Dwyer2006-07-173-9/+47
* more string cleanupBob Jamison2006-07-162-268/+177
* more string cleanupBob Jamison2006-07-162-26/+41
* Layout algorithm is now applied to each connected component in the Tim Dwyer2006-07-166-91/+201
* added inkscape_get_all_desktops() after speaking with Dale about his plans fo...David Yip2006-07-152-0/+11
* use atoi for char* -> int conversionDavid Yip2006-07-151-1/+1
* add colonbulia byak2006-07-151-2/+2
* add HAVE_GETOPT_HBob Jamison2006-07-151-0/+4
* add HAVE_GETOPT_HBob Jamison2006-07-151-0/+1
* o removed the unused cache as it was just wasting time and spaceNathan Hurst2006-07-141-42/+11
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-145-17/+23
* * src/libavoid/*: Add a couple of missing files.mjwybrow2006-07-142-0/+936
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-1420-97/+781
* fixed warningsTim Dwyer2006-07-143-20/+17
* - improve hint for directed graph toggleTim Dwyer2006-07-142-1/+20
* - Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer2006-07-1424-133/+213
* * src/libavoid/router.cpp: Fixed a bug in the libavoid functionmjwybrow2006-07-142-4/+10
* added commandline option ability and got timer ready for doing automaticJon Phillips2006-07-132-4/+39
* updatematiphas2006-07-1341-2209/+2067
* fixed parsing of axesBob Jamison2006-07-133-2/+27
* include libpng with pkg-config check for include path (fixes #1519300)Ralf Stephan2006-07-131-2/+2
* check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)Ralf Stephan2006-07-132-0/+15
* give _anchor initial value before comparing itRalf Stephan2006-07-131-0/+1
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-122-92/+590
* move filedialog to its new homeBob Jamison2006-07-125-16/+16
* updatematiphas2006-07-1240-20410/+23315
* - added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer2006-07-127-23/+174
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-124-4/+43
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-1248-663/+3152
* updatematiphas2006-07-111-2381/+1629
* another attempt at #1502439, another example of ignoring NULL removedRalf Stephan2006-07-101-1/+4
* Bicubic scaler added to filtering, allowing changes in filter resolutionNiko Kiirala2006-07-106-13/+211
* undo annotationsgustav_b2006-07-102-6/+14
* finally getting closer to processing axes and contexts correctlyBob Jamison2006-07-093-213/+231
* updatematiphas2006-07-0940-25095/+38768
* search for different boost header, should fix false positive recognition on S...Ralf Stephan2006-07-091-1/+1
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
* add keys.de.svg to the distributionAdib Taraben2006-07-093-2/+994
* remove conversion warningsBob Jamison2006-07-091-4/+4
* Compiler error in NR::Filter fixedNiko Kiirala2006-07-091-13/+13
* patch 1491236 minor win32 build adjustmentAdib Taraben2006-07-092-2/+7
* Filter effects bounding box calculation makes use of area settingsNiko Kiirala2006-07-091-10/+42
* undo annotationsgustav_b2006-07-093-25/+14
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-0912-23/+191
* * packaging/osx-app.sh: Set the svn:executable property.mjwybrow2006-07-091-0/+0
* handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan2006-07-081-2/+5
* added gui code for whiteboarddaleharvey2006-07-082-2/+80
* cleaned up token generationBob Jamison2006-07-072-64/+99