| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unneeded line, clarify some code (addresses test box warnings) | Ralf Stephan | 2006-01-29 | 1 | -3/+2 |
| | | | | (bzr r44) | ||||
| * | use alternative form of Gtk version check, | Ralf Stephan | 2006-01-29 | 1 | -1/+2 |
| | | | | | | trying to remove compile error on test box (bzr r43) | ||||
| * | removing debug command from previous commit | Ralf Stephan | 2006-01-28 | 1 | -1/+0 |
| | | | | (bzr r42) | ||||
| * | snap sensitivity slider no longer changes start value, ends with 50, | Ralf Stephan | 2006-01-28 | 1 | -6/+7 |
| | | | | | | fixes #1395701 (bzr r41) | ||||
| * | Reverted Gtk::VPaned to avoid taking up F6 and F8 | Jon A. Cruz | 2006-01-28 | 1 | -10/+3 |
| | | | | (bzr r40) | ||||
| * | remove second label from ToleranceSlider, fixes #1407428 | Ralf Stephan | 2006-01-27 | 3 | -7/+7 |
| | | | | (bzr r39) | ||||
| * | fix setting and reading rotation centers | bulia byak | 2006-01-26 | 2 | -15/+38 |
| | | | | (bzr r37) | ||||
| * | transform centers in sp_selection_apply_affine, comments | bulia byak | 2006-01-26 | 1 | -0/+17 |
| | | | | (bzr r36) | ||||
| * | reset center coords to zero when there's no attribute | bulia byak | 2006-01-26 | 1 | -0/+4 |
| | | | | (bzr r35) | ||||
| * | conditionally (Gtk>=2.6) ellipsize status bar text | Ralf Stephan | 2006-01-26 | 1 | -0/+3 |
| | | | | (bzr r34) | ||||
| * | conditionally (Gtk>=2.6) ellipsize status bar text | Ralf Stephan | 2006-01-26 | 1 | -1/+4 |
| | | | | (bzr r33) | ||||
| * | Cleanup. | Tim Dwyer | 2006-01-26 | 1 | -7/+0 |
| | | | | (bzr r32) | ||||
| * | Constructor cleaned up a bit. | Tim Dwyer | 2006-01-26 | 1 | -9/+6 |
| | | | | (bzr r31) | ||||
| * | Fixed bug to do with comparison of invalid constraints in pairing heaps. | Tim Dwyer | 2006-01-26 | 9 | -22/+57 |
| | | | | | | Also numerical problem with constraint generation fixed. (bzr r30) | ||||
| * | fix silly bug - was unable to flip by scaling | bulia byak | 2006-01-26 | 1 | -4/+6 |
| | | | | (bzr r29) | ||||
| * | remember rotation centers, correctly this time (by johncliff and me) | bulia byak | 2006-01-26 | 6 | -66/+136 |
| | | | | (bzr r28) | ||||
| * | Change to the way timestamps are used. Should now be more efficient. | Tim Dwyer | 2006-01-25 | 2 | -5/+4 |
| | | | | (bzr r27) | ||||
| * | mnemonics for all widgets in the Doc Props dialog | Ralf Stephan | 2006-01-24 | 4 | -39/+51 |
| | | | | | | (fixes #1384494-9+B) (bzr r26) | ||||
| * | * src/libavoid/connector.cpp, src/libavoid/connector.h, | mjwybrow | 2006-01-24 | 9 | -26/+36 |
| | | | | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/static.cpp, src/libavoid/visibility.cpp, src/libavoid/makepath.cpp: Some minor upstream libavoid fixes. (bzr r25) | ||||
| * | Catch failures in fopen of XML files. Fixes #1374551. | Carl Hetherington | 2006-01-23 | 1 | -3/+14 |
| | | | | (bzr r23) | ||||
| * | Fix a typo in a previous commit. Closes #1401357. | Carl Hetherington | 2006-01-23 | 1 | -1/+1 |
| | | | | (bzr r20) | ||||
| * | fix crash when setting letterspacing at the end of a non-tspanned text | bulia byak | 2006-01-21 | 1 | -2/+5 |
| | | | | (bzr r19) | ||||
| * | * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp, | mjwybrow | 2006-01-20 | 9 | -14/+223 |
| | | | | | | | | | | | | src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp, src/sp-namedview.h, src/attributes.cpp, src/attributes.h, src/attributes-test.cpp: Added a "Spacing" control to the connector toolbar which allows the user to adjust the amount of space left around avoided shapes for the purpose of determining auto-routing connector paths. (bzr r18) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 15 | -57/+65 |
| | | | | (bzr r16) | ||||
| * | adapt includes to glib 2.9 changes | Ralf Stephan | 2006-01-18 | 1 | -1/+7 |
| | | | | (bzr r15) | ||||
| * | fix sticking highlight in selector knots | bulia byak | 2006-01-18 | 1 | -1/+4 |
| | | | | (bzr r14) | ||||
| * | optimized includes, replaced std::string with Glib::string | Ralf Stephan | 2006-01-17 | 1 | -8/+10 |
| | | | | (bzr r13) | ||||
| * | applying patch #1368738 from yselkowitz | Ralf Stephan | 2006-01-17 | 1 | -2/+2 |
| | | | | (bzr r12) | ||||
| * | applied patch #1348672 from enchanter | Ralf Stephan | 2006-01-17 | 1 | -1/+1 |
| | | | | (bzr r11) | ||||
| * | applying patch #1407697 by Marco Scholten | Ralf Stephan | 2006-01-17 | 4 | -26/+63 |
| | | | | (bzr r10) | ||||
| * | readability | bulia byak | 2006-01-17 | 1 | -1/+1 |
| | | | | (bzr r9) | ||||
| * | more precise simplification control | bulia byak | 2006-01-17 | 2 | -2/+2 |
| | | | | (bzr r8) | ||||
| * | fix stroke scaling for the objects with the default 1px width | bulia byak | 2006-01-17 | 1 | -0/+1 |
| | | | | (bzr r7) | ||||
| * | Fix a typo, a vim modeline, and a wrongly indented line. | mjwybrow | 2006-01-17 | 3 | -3/+3 |
| | | | | (bzr r6) | ||||
| * | Removed extension/script/js | Bob Jamison | 2006-01-16 | 4 | -4/+3 |
| | | | | (bzr r4) | ||||
| * | Remove duplicate Javascript tree. This dupe was probably an artifact of the ↵ | Bob Jamison | 2006-01-16 | 171 | -94126/+0 |
| | | | | | | migration. (bzr r3) | ||||
| * | * src/svg/Makefile_insert: Updated to reflect a previous header | mjwybrow | 2006-01-16 | 1 | -1/+1 |
| | | | | | | file renaming. (bzr r2) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1823 | -0/+606349 |
| (bzr r1) | |||||
