| Commit message (Expand) | Author | Age | Files | Lines |
| * | statusbar tip expanded | bulia byak | 2006-05-14 | 1 | -1/+1 |
| * | indentation | bulia byak | 2006-05-13 | 1 | -4/+3 |
| * | Calligraphy tool now draws in the last used color or tool style depending on ... | Joshua L. Blocher | 2006-05-13 | 3 | -3/+29 |
| * | removed make.dep, make.files make.ofiles from distribution | Adib Taraben | 2006-05-13 | 1 | -3/+0 |
| * | r11887@tres: ted | 2006-05-13 01:09:41 -0700 | Ted Gould | 2006-05-13 | 2 | -4/+1 |
| * | r11886@tres: ted | 2006-05-13 00:30:29 -0700 | Ted Gould | 2006-05-13 | 1 | -3/+0 |
| * | r11772@tres: ted | 2006-05-12 23:15:51 -0700 | Ted Gould | 2006-05-13 | 1 | -0/+5 |
| * | r11771@tres: ted | 2006-05-12 08:51:57 -0700 | Ted Gould | 2006-05-13 | 1 | -0/+64 |
| * | never destroy nodepath from within itself - this leaves an orphaned listener ... | bulia byak | 2006-05-12 | 1 | -12/+1 |
| * | memleak; move deleting empty paths until after all nodes are deleted | bulia byak | 2006-05-12 | 1 | -10/+17 |
| * | fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet... | bulia byak | 2006-05-12 | 4 | -21/+206 |
| * | * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp: | mjwybrow | 2006-05-12 | 2 | -4/+18 |
| * | * src/ui/dialog/inkscape-preferences.cpp, | mjwybrow | 2006-05-12 | 3 | -1/+16 |
| * | Users Jid is now stored in session data, which is used in from attributes. lm... | daleharvey | 2006-05-10 | 7 | -14/+20 |
| * | increased alarm time-out to 60 secs (because 30 seconds may not have been eno... | Tim Dwyer | 2006-05-10 | 1 | -2/+2 |
| * | Apparently a problem was reported with one of the test cases. | Tim Dwyer | 2006-05-10 | 17 | -169/+475 |
| * | patch 1484602 by Niko Kiirala | bulia byak | 2006-05-10 | 1 | -2/+14 |
| * | remove flicker when creating dialog | Ralf Stephan | 2006-05-09 | 1 | -1/+0 |
| * | Re-enable link between grid visibility and grid snap. | Carl Hetherington | 2006-05-09 | 3 | -5/+19 |
| * | Small comment cleanups. | Carl Hetherington | 2006-05-09 | 2 | -3/+2 |
| * | Fix silly bug with snapping node edits. | Carl Hetherington | 2006-05-09 | 1 | -1/+1 |
| * | always make local copy of path data so we have control of memory policy | MenTaLguY | 2006-05-09 | 1 | -29/+17 |
| * | * conn-avoid-ref.cpp: Fix a crashbug that could occur in files | mjwybrow | 2006-05-09 | 1 | -3/+12 |
| * | fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH | MenTaLguY | 2006-05-09 | 1 | -1/+1 |
| * | get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory... | MenTaLguY | 2006-05-09 | 3 | -60/+2 |
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 18 | -112/+112 |
| * | partial GTKmmfication and HIGification by Jonathon Jongsma | bulia byak | 2006-05-09 | 2 | -93/+134 |
| * | more vectorization, this time in bluredge | MenTaLguY | 2006-05-09 | 1 | -7/+3 |
| * | use std::vector rather than dynamically-sized automatic arrays | MenTaLguY | 2006-05-09 | 1 | -4/+5 |
| * | hmm, make that std::vector | MenTaLguY | 2006-05-09 | 2 | -11/+10 |
| * | use array new rather than dynamically-sized automatic arrays, plus cleanups a... | MenTaLguY | 2006-05-09 | 2 | -30/+24 |
| * | patch from Niko Kiirala for bug 1482973 | bulia byak | 2006-05-09 | 1 | -2/+14 |
| * | add missing files | MenTaLguY | 2006-05-08 | 2 | -0/+117 |
| * | use c++filt for symbol demangling if available | MenTaLguY | 2006-05-08 | 3 | -2/+5 |
| * | removed resource name from self's jid, allowing authentication against jabber... | daleharvey | 2006-05-08 | 1 | -1/+1 |
| * | removed Pedro build lines | David Yip | 2006-05-08 | 1 | -4/+0 |
| * | Persist User / Server / ChatServer name across succesful sessions (Given By B... | daleharvey | 2006-05-08 | 6 | -1/+35 |
| * | comments explaining namespace mapping for the broken sodipodi namespace | MenTaLguY | 2006-05-08 | 1 | -0/+6 |
| * | Added some comments. | Carl Hetherington | 2006-05-08 | 2 | -3/+159 |
| * | More snapping cleanups. | Carl Hetherington | 2006-05-08 | 3 | -127/+49 |
| * | Fix ctrl-scaling when there is no snap. | Carl Hetherington | 2006-05-08 | 1 | -7/+19 |
| * | * knot.h, knot.cpp, connector-context.cpp: | mjwybrow | 2006-05-08 | 3 | -63/+44 |
| * | Fixed a couple of bugs | Jon A. Cruz | 2006-05-08 | 1 | -1/+12 |
| * | add fixup for incorrect sodipodi namespace | MenTaLguY | 2006-05-07 | 2 | -2/+7 |
| * | get the CORRECT Sodipodi namespace in there | MenTaLguY | 2006-05-07 | 3 | -3/+3 |
| * | fix for #1483198 ("infectious namespaces") | MenTaLguY | 2006-05-07 | 1 | -14/+27 |
| * | Fixed problem with std::map use making last verb inaccessible. | Jon A. Cruz | 2006-05-07 | 3 | -12/+24 |
| * | const types | Bob Jamison | 2006-05-06 | 8 | -83/+89 |
| * | r11769@tres: ted | 2006-05-06 09:09:59 -0700 | Ted Gould | 2006-05-06 | 1 | -13/+1 |
| * | r11761@tres: ted | 2006-05-06 08:59:32 -0700 | Ted Gould | 2006-05-06 | 1 | -1/+4 |