summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+1
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-3/+3
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-4/+2
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop1-2/+4
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-5/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-03-04Removed unused static pixmap reference.Jon A. Cruz1-1/+0
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-30/+0
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
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