summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* switched to using sigc++ "modified" signalMenTaLguY2006-07-212-16/+17
* sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...MenTaLguY2006-07-213-28/+57
* replace two uses of hash_map with standard STL mapMenTaLguY2006-07-212-3/+4
* marker refactoring workBryce Harrington2006-07-209-104/+123
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-204-8/+205
* Add property getters to FileExportDialogBob Jamison2006-07-192-48/+222
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
* We now use connector spacing to determine the minimum space requiredTim Dwyer2006-07-182-3/+13
* Committed again without the essential fix on line 84 commented out!Tim Dwyer2006-07-181-1/+1
* added include of "helper/png-write.h" to fix compile error:Tim Dwyer2006-07-181-0/+2
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+1
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-175-186/+325
* cleanup, remove warningsTim Dwyer2006-07-173-51/+57
* minor performance improvementTim Dwyer2006-07-172-7/+10
* remove debug messagesTim Dwyer2006-07-172-16/+11
* remove overlaps between connected componentsTim Dwyer2006-07-173-15/+64
* 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
* 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-144-17/+17
* * 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-1419-96/+774
* fixed warningsTim Dwyer2006-07-143-20/+17
* - improve hint for directed graph toggleTim Dwyer2006-07-141-1/+1
* - 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-141-2/+2
* added commandline option ability and got timer ready for doing automaticJon Phillips2006-07-131-4/+33
* fixed parsing of axesBob Jamison2006-07-133-2/+27
* check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)Ralf Stephan2006-07-131-0/+8
* 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
* - added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer2006-07-126-21/+85
* 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-1246-588/+3131
* 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
* fix properly. oops ^^Bob Jamison2006-07-091-4/+4
* remove conversion warningsBob Jamison2006-07-091-4/+4