| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix: was using locale to format SVG numbers. | Peter Moulder | 2006-03-13 | 2 | -83/+143 | |
| | | | | | | | | Use normal attributes instead of style attribute, for greater viewer compatibility. Tidy up the produced SVG: trim trailing zeros from numbers. Stronger detection of invalid .ggr files. (bzr r225) | |||||
| * | Remove unused methods getInverse(). (One of these appears to be buggy anyway.) | Peter Moulder | 2006-03-13 | 1 | -19/+1 | |
| | | | | (bzr r224) | |||||
| * | operator!=: new. (Calls existing operator==.) | Peter Moulder | 2006-03-12 | 1 | -2/+6 | |
| | | | | (bzr r223) | |||||
| * | experiment with moving release beofre extraction of object from document tree | MenTaLguY | 2006-03-12 | 1 | -4/+2 | |
| | | | | (bzr r222) | |||||
| * | Changed color dragging to have a color preview. | Jon A. Cruz | 2006-03-10 | 1 | -0/+21 | |
| | | | | (bzr r221) | |||||
| * | Initial cut of color drag-n-drop to items on canvas. | Jon A. Cruz | 2006-03-10 | 1 | -1/+46 | |
| | | | | (bzr r220) | |||||
| * | (sp_selected_path_reverse): Fix when multiple paths are selected. Also fix ↵ | Peter Moulder | 2006-03-09 | 1 | -4/+5 | |
| | | | | | | a small memory leak. (bzr r219) | |||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-03-09 | 1 | -247/+258 | |
| | | | | (bzr r218) | |||||
| * | CodingStyle: const placement | Peter Moulder | 2006-03-09 | 1 | -3/+3 | |
| | | | | (bzr r217) | |||||
| * | #include sp-item.h | Peter Moulder | 2006-03-07 | 1 | -1/+1 | |
| | | | | (bzr r214) | |||||
| * | Partially update: add various new `inkscape:' attributes. (I haven't yet ↵ | Peter Moulder | 2006-03-07 | 1 | -0/+6 | |
| | | | | | | added the tolerance ones, since they seem still in a state of flux.) (bzr r213) | |||||
| * | Replace std::endl in lots of places with plain old '\n', with just a single ↵ | Peter Moulder | 2006-03-06 | 1 | -5/+7 | |
| | | | | | | std::flush per dependency. (bzr r211) | |||||
| * | add DocumentSubset::_clear | MenTaLguY | 2006-03-06 | 2 | -0/+16 | |
| | | | | (bzr r210) | |||||
| * | remove unneeded document parameter from constructor | MenTaLguY | 2006-03-06 | 2 | -4/+3 | |
| | | | | (bzr r208) | |||||
| * | Wire up new SPObject signal to DocumentSubset, so object order changes will ↵ | MenTaLguY | 2006-03-05 | 1 | -0/+7 | |
| | | | | | | be reflected in the subset (bzr r207) | |||||
| * | Add signal for notification of object position changes | MenTaLguY | 2006-03-05 | 2 | -0/+8 | |
| | | | | (bzr r206) | |||||
| * | Add DocumentSubset as groundwork for layers | MenTaLguY | 2006-03-05 | 3 | -0/+433 | |
| | | | | (bzr r205) | |||||
| * | work-around for older gtkmm versions | Jon A. Cruz | 2006-03-05 | 1 | -1/+1 | |
| | | | | (bzr r204) | |||||
| * | Fixed problem for 2.4.x | Jon A. Cruz | 2006-03-05 | 1 | -3/+6 | |
| | | | | (bzr r203) | |||||
| * | Make color drag to minibar only work when a styled item is selected. | Jon A. Cruz | 2006-03-04 | 2 | -33/+35 | |
| | | | | (bzr r201) | |||||
| * | Another typo from the patch. sorry again. | Bob Jamison | 2006-03-04 | 1 | -1/+1 | |
| | | | | (bzr r200) | |||||
| * | Fix typo from when i applied patch. My mistake. Sorry! | Bob Jamison | 2006-03-04 | 1 | -1/+1 | |
| | | | | (bzr r199) | |||||
| * | Fix bug with invalid singleton pointer. If we want a single dialog ↵ | Bob Jamison | 2006-03-03 | 2 | -88/+86 | |
| | | | | | | displayed, we can do it a safer way. (Callbacks in document-properties.cpp) (bzr r198) | |||||
| * | bug 1441767: allow device fonts (eg opentype with postscript outlines or ↵ | Richard Hughes | 2006-03-02 | 1 | -1/+1 | |
| | | | | | | plain postscript) to be instantiated by the font engine (bzr r197) | |||||
| * | Add stuff to separate .exe and debug info | Bob Jamison | 2006-03-02 | 1 | -2/+4 | |
| | | | | (bzr r196) | |||||
| * | Made style minibar take color drag-n-drop | Jon A. Cruz | 2006-03-01 | 2 | -1/+105 | |
| | | | | (bzr r193) | |||||
| * | * src/conn-avoid-ref.cpp, src/libavoid/connector.h, | mjwybrow | 2006-03-01 | 10 | -74/+81 | |
| | | | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h, src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h, src/libavoid/connector.cpp, src/libavoid/debug.h: Some speed improvements and interface cleanups to libavoid. (bzr r192) | |||||
| * | Add some items from Peter Selinger's patch to Potrace 1.7 | Bob Jamison | 2006-02-28 | 4 | -41/+49 | |
| | | | | (bzr r191) | |||||
| * | Replace isspace() with isWhitespace(). Use pure unicode character classes. | Bob Jamison | 2006-02-28 | 7 | -17/+171 | |
| | | | | (bzr r190) | |||||
| * | Fixed bug with color drag-n-drop | Jon A. Cruz | 2006-02-28 | 1 | -11/+7 | |
| | | | | (bzr r189) | |||||
| * | Cleanup of embedded swatches palette switching. | Jon A. Cruz | 2006-02-28 | 4 | -26/+61 | |
| | | | | (bzr r188) | |||||
| * | Refactoring layout when switching palettes | Jon A. Cruz | 2006-02-27 | 2 | -37/+55 | |
| | | | | (bzr r187) | |||||
| * | Fix for mssing error incoude | Jon A. Cruz | 2006-02-27 | 1 | -0/+2 | |
| | | | | (bzr r186) | |||||
| * | Refactoring embedded swatches panel. | Jon A. Cruz | 2006-02-27 | 3 | -51/+117 | |
| | | | | (bzr r185) | |||||
| * | Allowed Private Use Area chacters to be entered. | Jon A. Cruz | 2006-02-27 | 1 | -1/+2 | |
| | | | | (bzr r184) | |||||
| * | amend workaround for #1432690 | MenTaLguY | 2006-02-24 | 1 | -7/+2 | |
| | | | | (bzr r181) | |||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 10 | -0/+34 | |
| | | | | | | #1290647 (bzr r180) | |||||
| * | make sure positive xy widget pos is written | Ralf Stephan | 2006-02-24 | 1 | -0/+3 | |
| | | | | (bzr r179) | |||||
| * | make sure no negative dialog position is written into preferences, | Ralf Stephan | 2006-02-24 | 9 | -0/+27 | |
| | | | | | | part of fix for #1290647 (bzr r178) | |||||
| * | including typecheck trying to prevent #1432680 | Ralf Stephan | 2006-02-24 | 1 | -0/+9 | |
| | | | | (bzr r177) | |||||
| * | fix 1311015 | bulia byak | 2006-02-23 | 1 | -1/+1 | |
| | | | | (bzr r175) | |||||
| * | provide better explanation within brokenimage.xpm, fixes #1416738 | Ralf Stephan | 2006-02-22 | 1 | -86/+616 | |
| | | | | (bzr r174) | |||||
| * | Fixed template warning. | Tim Dwyer | 2006-02-22 | 1 | -9/+11 | |
| | | | | (bzr r173) | |||||
| * | introduce orthogonal template declaration, fixes compiler warnings | Ralf Stephan | 2006-02-21 | 1 | -2/+5 | |
| | | | | (bzr r172) | |||||
| * | rename present()->presdentPage(), removes compiler warnings | Ralf Stephan | 2006-02-21 | 2 | -7/+7 | |
| | | | | (bzr r171) | |||||
| * | Refactoring panel containment. Purged ugly 'X'. | Jon A. Cruz | 2006-02-19 | 4 | -5/+32 | |
| | | | | (bzr r159) | |||||
| * | Fixing scrollbar size for embeded color swatches. | Jon A. Cruz | 2006-02-19 | 7 | -7/+52 | |
| | | | | (bzr r158) | |||||
| * | Removed horizontal scroll bar from swatches when embedded. | Jon A. Cruz | 2006-02-18 | 6 | -0/+43 | |
| | | | | (bzr r155) | |||||
| * | fix 1424662: as in star, set shape before writing d= | bulia byak | 2006-02-16 | 1 | -0/+3 | |
| | | | | (bzr r153) | |||||
| * | add odf | Bob Jamison | 2006-02-16 | 1 | -2/+4 | |
| | | | | (bzr r152) | |||||
