summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-18Fix most icons in the geometry toolKrzysztof Kosi??ski1-11/+12
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak1-0/+1
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-3/+3
2008-12-05Warning cleanup.Jon A. Cruz1-2/+2
2008-11-21Merge from fe-movedTed Gould1-3/+4
2008-10-27From trunkTed Gould1-16/+23
2008-09-08Unselet item in geometry tool when the user clicked into empty spaceMaximilian Albert1-1/+3
2008-09-05Make click-select work in geometry toolMaximilian Albert1-0/+33
2008-08-18Attempt to fix crashes in geometry tool which I don't see :-/Maximilian Albert1-1/+6
2008-08-18Don't unnecessarily block button pressMaximilian Albert1-8/+7
2008-08-18Option to display measuring info in geometry toolMaximilian Albert1-2/+117
2008-08-18Add mirror symmetry to geometry toolMaximilian Albert1-1/+2
2008-08-18Remove debugging messagesMaximilian Albert1-11/+0
2008-08-18Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...Maximilian Albert1-4/+19
2008-08-18Some debugging messagesMaximilian Albert1-0/+4
2008-08-18Add action to change the end type of line segments if an item has LPELineSegm...Maximilian Albert1-0/+17
2008-08-18Apply a geometric construction directly to selected item if the LPE supports itMaximilian Albert1-2/+24
2008-08-18noop: wordingMaximilian Albert1-1/+1
2008-08-18Absorb all mouse clicks (and flash a warning on the status bar) when no subto...Maximilian Albert1-0/+9
2008-08-18Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert1-1/+24
2008-08-18Add button whether to display limiting bounding box; add 'all inactive' toggl...Maximilian Albert1-1/+10
2008-08-18Draw limiting bounding box in geometriy toolMaximilian Albert1-0/+33
2008-08-18Remove commented parts of codeMaximilian Albert1-196/+3
2008-08-18Two more subtoolsMaximilian Albert1-2/+4
2008-08-18remove commented includes; #ifdef HAVE_CONFIG_HMaximilian Albert1-38/+2
2008-08-18whitespace cleanupMaximilian Albert1-2/+2
2008-08-18New crosshairs cursor for geometry contextMaximilian Albert1-14/+7
2008-08-18Many debugging messagesMaximilian Albert1-0/+3
2008-08-18Since we know what the parent context is we don't need to check whether it ha...Maximilian Albert1-8/+2
2008-08-18Change cursor in LPETool when over stroke; call root handler of parent contex...Maximilian Albert1-5/+23
2008-08-18Really call sp_lpetool_context_selection_changed() when selection changed (ha...Maximilian Albert1-3/+15
2008-08-18Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...Maximilian Albert1-21/+65
2008-08-18At the moment mouse click starts waiting for the activated LPE and nothing el...Maximilian Albert1-17/+71
2008-08-18Let LPEToolContext derive from PenContext so that we can use its LPE frameworkMaximilian Albert1-4/+10
2008-08-18Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert1-0/+401