summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Removed unused static pixmap reference.Jon A. Cruz2010-03-041-1/+0
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-30/+0
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Fix most icons in the geometry toolKrzysztof Kosi??ski2009-04-181-11/+12
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-111-0/+1
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-3/+3
* Warning cleanup.Jon A. Cruz2008-12-051-2/+2
* Merge from fe-movedTed Gould2008-11-211-3/+4
* From trunkTed Gould2008-10-271-16/+23
* Unselet item in geometry tool when the user clicked into empty spaceMaximilian Albert2008-09-081-1/+3
* Make click-select work in geometry toolMaximilian Albert2008-09-051-0/+33
* Attempt to fix crashes in geometry tool which I don't see :-/Maximilian Albert2008-08-181-1/+6
* Don't unnecessarily block button pressMaximilian Albert2008-08-181-8/+7
* Option to display measuring info in geometry toolMaximilian Albert2008-08-181-2/+117
* Add mirror symmetry to geometry toolMaximilian Albert2008-08-181-1/+2
* Remove debugging messagesMaximilian Albert2008-08-181-11/+0
* Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...Maximilian Albert2008-08-181-4/+19
* Some debugging messagesMaximilian Albert2008-08-181-0/+4
* Add action to change the end type of line segments if an item has LPELineSegm...Maximilian Albert2008-08-181-0/+17
* Apply a geometric construction directly to selected item if the LPE supports itMaximilian Albert2008-08-181-2/+24
* noop: wordingMaximilian Albert2008-08-181-1/+1
* Absorb all mouse clicks (and flash a warning on the status bar) when no subto...Maximilian Albert2008-08-181-0/+9
* Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert2008-08-181-1/+24
* Add button whether to display limiting bounding box; add 'all inactive' toggl...Maximilian Albert2008-08-181-1/+10
* Draw limiting bounding box in geometriy toolMaximilian Albert2008-08-181-0/+33
* Remove commented parts of codeMaximilian Albert2008-08-181-196/+3
* Two more subtoolsMaximilian Albert2008-08-181-2/+4
* remove commented includes; #ifdef HAVE_CONFIG_HMaximilian Albert2008-08-181-38/+2
* whitespace cleanupMaximilian Albert2008-08-181-2/+2
* New crosshairs cursor for geometry contextMaximilian Albert2008-08-181-14/+7
* Many debugging messagesMaximilian Albert2008-08-181-0/+3
* Since we know what the parent context is we don't need to check whether it ha...Maximilian Albert2008-08-181-8/+2
* Change cursor in LPETool when over stroke; call root handler of parent contex...Maximilian Albert2008-08-181-5/+23
* Really call sp_lpetool_context_selection_changed() when selection changed (ha...Maximilian Albert2008-08-181-3/+15
* Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...Maximilian Albert2008-08-181-21/+65
* At the moment mouse click starts waiting for the activated LPE and nothing el...Maximilian Albert2008-08-181-17/+71
* Let LPEToolContext derive from PenContext so that we can use its LPE frameworkMaximilian Albert2008-08-181-4/+10
* Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert2008-08-181-0/+401