| Commit message (Expand) | Author | Age | Files | Lines |
| * | added SPDesktop::updateNow() and forced redraw of canvas upon completion of s... | John Bintz | 2006-07-23 | 5 | -2/+17 |
| * | Forced redraw of canvas upon document commit to work around event starvation ... | John Bintz | 2006-07-23 | 6 | -1/+19 |
| * | patch from John Bintz, adding pref to simplify multiple paths separately | MenTaLguY | 2006-07-22 | 1 | -31/+56 |
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 2 | -29/+50 |
| * | switch to sigc++ signals and manually clean up signal connections (although i... | MenTaLguY | 2006-07-21 | 2 | -11/+8 |
| * | switch to sigc++ signal for "release" | MenTaLguY | 2006-07-21 | 2 | -17/+22 |
| * | switch to sigc++ signals for "release" | MenTaLguY | 2006-07-21 | 2 | -6/+9 |
| * | switch to sigc++ signal for "release" | MenTaLguY | 2006-07-21 | 1 | -12/+9 |
| * | switch to sigc++ signals for "modified" and "release" | MenTaLguY | 2006-07-21 | 2 | -44/+24 |
| * | switched to using sigc++ "modified" signal | MenTaLguY | 2006-07-21 | 2 | -16/+17 |
| * | sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio... | MenTaLguY | 2006-07-21 | 3 | -28/+57 |
| * | replace two uses of hash_map with standard STL map | MenTaLguY | 2006-07-21 | 2 | -3/+4 |
| * | marker refactoring work | Bryce Harrington | 2006-07-20 | 9 | -104/+123 |
| * | added choose desktop dialog during intialising a whiteboard session | daleharvey | 2006-07-20 | 4 | -8/+205 |
| * | Add property getters to FileExportDialog | Bob Jamison | 2006-07-19 | 2 | -48/+222 |
| * | Added a bunch of comments to filter effects rendering code | Niko Kiirala | 2006-07-18 | 5 | -3/+135 |
| * | We now use connector spacing to determine the minimum space required | Tim Dwyer | 2006-07-18 | 2 | -3/+13 |
| * | Committed again without the essential fix on line 84 commented out! | Tim Dwyer | 2006-07-18 | 1 | -1/+1 |
| * | added include of "helper/png-write.h" to fix compile error: | Tim Dwyer | 2006-07-18 | 1 | -0/+2 |
| * | Create first mockup for export dialog panel | Bob Jamison | 2006-07-17 | 1 | -13/+146 |
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 1 | -0/+1 |
| * | factor native PNG export out of file.cpp in preparation for new export dialog | Bob Jamison | 2006-07-17 | 5 | -186/+325 |
| * | cleanup, remove warnings | Tim Dwyer | 2006-07-17 | 3 | -51/+57 |
| * | minor performance improvement | Tim Dwyer | 2006-07-17 | 2 | -7/+10 |
| * | remove debug messages | Tim Dwyer | 2006-07-17 | 2 | -16/+11 |
| * | remove overlaps between connected components | Tim Dwyer | 2006-07-17 | 3 | -15/+64 |
| * | 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 |
| * | 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 | 4 | -17/+17 |
| * | * 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 | 19 | -96/+774 |
| * | fixed warnings | Tim Dwyer | 2006-07-14 | 3 | -20/+17 |
| * | - improve hint for directed graph toggle | Tim Dwyer | 2006-07-14 | 1 | -1/+1 |
| * | - 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 | 1 | -2/+2 |
| * | added commandline option ability and got timer ready for doing automatic | Jon Phillips | 2006-07-13 | 1 | -4/+33 |
| * | fixed parsing of axes | Bob Jamison | 2006-07-13 | 3 | -2/+27 |
| * | check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476) | Ralf Stephan | 2006-07-13 | 1 | -0/+8 |
| * | 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 |