summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* optionally use linear profile for sculptingbulia byak2006-05-161-1/+5
* show handles togglebulia byak2006-05-164-6/+49
* Add Pedro to the excludes, at least until after the releaseBob Jamison2006-05-151-0/+1
* menus, keys, prefs changes for Layersbulia byak2006-05-153-3/+4
* Move from the jabber_whiteboard directory to its own, so that it can be updat...Bob Jamison2006-05-1527-0/+11187
* fix potential (though currently impossible) crash when spatial mode is used w...bulia byak2006-05-151-1/+6
* use spatial/linear distance method depending on whether selection is in more ...bulia byak2006-05-151-113/+99
* Base implementation of a layers dialog.Jon A. Cruz2006-05-1510-7/+620
* sculpt other subpaths toobulia byak2006-05-151-1/+52
* report subpaths in statusbar when > 1 is touched by selectionbulia byak2006-05-151-20/+69
* Minor update for compile problemJon A. Cruz2006-05-141-13/+15
* Typofix (conector)Colin Marquardt2006-05-141-1/+1
* put Richard's copyright notice where I had forgotten it.Aaron Spike2006-05-141-0/+6
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-143-19/+52
* Fixing hash sort for nullJon A. Cruz2006-05-141-1/+7
* * src/widgets/toolbox.cpp: Slightly increase size of themjwybrow2006-05-141-2/+2
* keep selected option for calligraphicbulia byak2006-05-145-2/+14
* patch for bug 1458643 by Andreas Burmanbulia byak2006-05-141-0/+13
* statusbar tip expandedbulia byak2006-05-141-1/+1
* indentationbulia byak2006-05-131-4/+3
* Calligraphy tool now draws in the last used color or tool style depending on ...Joshua L. Blocher2006-05-133-3/+29
* removed make.dep, make.files make.ofiles from distributionAdib Taraben2006-05-131-3/+0
* r11887@tres: ted | 2006-05-13 01:09:41 -0700Ted Gould2006-05-132-4/+1
* r11886@tres: ted | 2006-05-13 00:30:29 -0700Ted Gould2006-05-131-3/+0
* r11772@tres: ted | 2006-05-12 23:15:51 -0700Ted Gould2006-05-131-0/+5
* r11771@tres: ted | 2006-05-12 08:51:57 -0700Ted Gould2006-05-131-0/+64
* never destroy nodepath from within itself - this leaves an orphaned listener ...bulia byak2006-05-121-12/+1
* memleak; move deleting empty paths until after all nodes are deletedbulia byak2006-05-121-10/+17
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...bulia byak2006-05-124-21/+206
* * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:mjwybrow2006-05-122-4/+18
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-123-1/+16
* Users Jid is now stored in session data, which is used in from attributes. lm...daleharvey2006-05-107-14/+20
* increased alarm time-out to 60 secs (because 30 seconds may not have been eno...Tim Dwyer2006-05-101-2/+2
* Apparently a problem was reported with one of the test cases. Tim Dwyer2006-05-1017-169/+475
* patch 1484602 by Niko Kiiralabulia byak2006-05-101-2/+14
* remove flicker when creating dialogRalf Stephan2006-05-091-1/+0
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-093-5/+19
* Small comment cleanups.Carl Hetherington2006-05-092-3/+2
* Fix silly bug with snapping node edits.Carl Hetherington2006-05-091-1/+1
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
* * conn-avoid-ref.cpp: Fix a crashbug that could occur in filesmjwybrow2006-05-091-3/+12
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2006-05-093-60/+2
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-0918-112/+112
* partial GTKmmfication and HIGification by Jonathon Jongsmabulia byak2006-05-092-93/+134
* more vectorization, this time in bluredgeMenTaLguY2006-05-091-7/+3
* use std::vector rather than dynamically-sized automatic arraysMenTaLguY2006-05-091-4/+5
* hmm, make that std::vectorMenTaLguY2006-05-092-11/+10
* use array new rather than dynamically-sized automatic arrays, plus cleanups a...MenTaLguY2006-05-092-30/+24
* patch from Niko Kiirala for bug 1482973bulia byak2006-05-091-2/+14