| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Debugging messages in event-context for mouse and keyboard interaction | Maximilian Albert | 2008-08-18 | 2 | -0/+45 | |
| | | | | (bzr r6665) | |||||
| * | Some icons for the geometry tool | Maximilian Albert | 2008-08-18 | 1 | -1/+1 | |
| | | | | (bzr r6664) | |||||
| * | whitespace cleanup | Maximilian Albert | 2008-08-18 | 2 | -3/+3 | |
| | | | | (bzr r6663) | |||||
| * | New crosshairs cursor for geometry context | Maximilian Albert | 2008-08-18 | 2 | -14/+45 | |
| | | | | (bzr r6662) | |||||
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 5 | -2/+18 | |
| | | | | (bzr r6661) | |||||
| * | Use the visible curve (instead of original curve when a LPE is applied) for ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+7 | |
| | | | | | | testing whether we are over stroke; TODO: we must check whether this is also the right thing to do in all other circumstanced (e.g., when editing in node tool) (bzr r6660) | |||||
| * | Since we know what the parent context is we don't need to check whether it ↵ | Maximilian Albert | 2008-08-18 | 1 | -8/+2 | |
| | | | | | | has a root handler (bzr r6659) | |||||
| * | Change cursor in LPETool when over stroke; call root handler of parent ↵ | Maximilian Albert | 2008-08-18 | 1 | -5/+23 | |
| | | | | | | context, too (except in special situations) (bzr r6658) | |||||
| * | Really call sp_lpetool_context_selection_changed() when selection changed ↵ | Maximilian Albert | 2008-08-18 | 2 | -3/+17 | |
| | | | | | | (had forgotten to connect to signal before) (bzr r6657) | |||||
| * | Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵ | Maximilian Albert | 2008-08-18 | 6 | -25/+113 | |
| | | | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656) | |||||
| * | Don't draw anchors in LPEToolContext | Maximilian Albert | 2008-08-18 | 2 | -2/+10 | |
| | | | | (bzr r6655) | |||||
| * | At the moment mouse click starts waiting for the activated LPE and nothing ↵ | Maximilian Albert | 2008-08-18 | 3 | -28/+88 | |
| | | | | | | else (editing is not possible; no toolbar controls yet) (bzr r6654) | |||||
| * | Add lpe-line_segment to LPETool toolbar | Maximilian Albert | 2008-08-18 | 2 | -2/+3 | |
| | | | | (bzr r6653) | |||||
| * | Make number of subtools configurable | Maximilian Albert | 2008-08-18 | 1 | -8/+11 | |
| | | | | (bzr r6652) | |||||
| * | Make sp_lpetool_mode_changed() generic, i.e., read the activated subtool ↵ | Maximilian Albert | 2008-08-18 | 1 | -21/+15 | |
| | | | | | | from the given list (bzr r6651) | |||||
| * | Remove commented code | Maximilian Albert | 2008-08-18 | 1 | -13/+0 | |
| | | | | (bzr r6650) | |||||
| * | Allow more than two options to choose from | Maximilian Albert | 2008-08-18 | 1 | -2/+3 | |
| | | | | (bzr r6649) | |||||
| * | Build LPETool subtools automatically from a list of effects | Maximilian Albert | 2008-08-18 | 1 | -10/+17 | |
| | | | | (bzr r6648) | |||||
| * | cleanup | Maximilian Albert | 2008-08-18 | 2 | -4/+101 | |
| | | | | (bzr r6647) | |||||
| * | Let LPEToolContext derive from PenContext so that we can use its LPE framework | Maximilian Albert | 2008-08-18 | 4 | -8/+17 | |
| | | | | (bzr r6646) | |||||
| * | Groundwork for new LPETool tool (which consists of subtools that are ↵ | Maximilian Albert | 2008-08-18 | 13 | -24/+593 | |
| | | | | | | constructed from LPEs) (bzr r6645) | |||||
| * | Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense | Maximilian Albert | 2008-08-18 | 3 | -7/+7 | |
| | | | | (bzr r6644) | |||||
| * | Remove done_pathparam_set and friends because it currently isn't used any ↵ | Maximilian Albert | 2008-08-18 | 5 | -16/+21 | |
| | | | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643) | |||||
| * | reimplement acceptsNumParams(); instead of making it a virtual function we ↵ | Maximilian Albert | 2008-08-18 | 2 | -1/+13 | |
| | | | | | | just make case distinctions (bzr r6642) | |||||
| * | New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵ | Maximilian Albert | 2008-08-18 | 5 | -1/+175 | |
| | | | | | | segments (bzr r6641) | |||||
| * | cast for EnumParam | Maximilian Albert | 2008-08-18 | 1 | -0/+3 | |
| | | | | (bzr r6640) | |||||
| * | Fix startup crash by reverting a one-line change in 2geom; but please ↵ | Maximilian Albert | 2008-08-17 | 1 | -1/+1 | |
| | | | | | | investigate this further (bzr r6639) | |||||
| * | #include <algorithm> in geom.cpp (closes LP #258851) | Maximilian Albert | 2008-08-17 | 1 | -0/+1 | |
| | | | | (bzr r6638) | |||||
| * | Use new methods from 2geom's API | Diederik van Lierop | 2008-08-15 | 2 | -16/+8 | |
| | | | | (bzr r6635) | |||||
| * | Update to 2geom rev. 1538 | Diederik van Lierop | 2008-08-15 | 10 | -124/+428 | |
| | | | | (bzr r6634) | |||||
| * | Eliminate more of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-15 | 7 | -108/+98 | |
| | | | | (bzr r6633) | |||||
| * | Correct fix for Esc and Shift+Z in pencil tool | Maximilian Albert | 2008-08-15 | 1 | -5/+9 | |
| | | | | (bzr r6632) | |||||
| * | family name field on svgfonts dialog now properly saves attribute. Should do ↵ | Felipe Corr??a da Silva Sanches | 2008-08-15 | 2 | -14/+76 | |
| | | | | | | the same for other fields on next commits. (bzr r6631) | |||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 10 | -63/+62 | |
| | | | | (bzr r6630) | |||||
| * | Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵ | Maximilian Albert | 2008-08-14 | 10 | -223/+169 | |
| | | | | | | the desktop is readily available in the calling function) (bzr r6629) | |||||
| * | Remove further instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-14 | 5 | -35/+23 | |
| | | | | (bzr r6628) | |||||
| * | use 32 and 64 bit sizes explicitly | Bob Jamison | 2008-08-14 | 2 | -143/+135 | |
| | | | | (bzr r6625) | |||||
| * | fixme is solved | Maximilian Albert | 2008-08-14 | 1 | -1/+0 | |
| | | | | (bzr r6624) | |||||
| * | Temporary switch to handle api change in Cairo 1.7+ | Bob Jamison | 2008-08-14 | 1 | -0/+40 | |
| | | | | (bzr r6622) | |||||
| * | Remove a few more instances of SP_ACTIVE_DESKTOP | Maximilian Albert | 2008-08-14 | 1 | -13/+14 | |
| | | | | (bzr r6621) | |||||
| * | add comment | Maximilian Albert | 2008-08-14 | 1 | -1/+1 | |
| | | | | (bzr r6619) | |||||
| * | fix spcurve test | Johan B. C. Engelen | 2008-08-13 | 1 | -1/+1 | |
| | | | | (bzr r6618) | |||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 13 | -46/+52 | |
| | | | | (bzr r6617) | |||||
| * | return boost::optional for second and penultimate points of SPCurve | Johan B. C. Engelen | 2008-08-13 | 5 | -38/+47 | |
| | | | | (bzr r6616) | |||||
| * | Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ↵ | Maximilian Albert | 2008-08-13 | 5 | -44/+22 | |
| | | | | | | passing in the current desktop and nodepath from the caller (bzr r6615) | |||||
| * | Initialize the pointer variables in draw-context with NULL, just to be on ↵ | Maximilian Albert | 2008-08-13 | 1 | -0/+18 | |
| | | | | | | the safe side (bzr r6614) | |||||
| * | Get rid of some superfluous includes | Maximilian Albert | 2008-08-13 | 3 | -16/+1 | |
| | | | | (bzr r6613) | |||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 29 | -980/+985 | |
| | | | | (bzr r6612) | |||||
| * | Fix some regressions in the snapping of the selector tool | Diederik van Lierop | 2008-08-12 | 1 | -13/+15 | |
| | | | | (bzr r6611) | |||||
| * | Include inkscape:connection-start and inkscape:connection-end in ID clash ↵ | Stephen Silver | 2008-08-11 | 1 | -0/+2 | |
| | | | | | | | | resolution. (Fixes bug 256986.) (bzr r6609) | |||||
