summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-503/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-30/+39
(bzr r12782)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-4/+4
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-10-12Fix crash with experimental lpe tool.Markus Engel1-3/+2
Fixed bugs: - https://launchpad.net/bugs/1238357 (bzr r12678)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-09-26random code cleanupJohan B. C. Engelen1-2/+2
(bzr r12596)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+2
(bzr r12475.1.2)
2013-08-04Switched to global UnitTable.Matthew Petroff1-3/+2
(bzr r12380.1.62)
2013-08-04Cleaned up once more.Markus Engel1-73/+39
(bzr r11608.1.118)
2013-08-03reduce scope of variablesJohan B. C. Engelen1-10/+8
(bzr r12463)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-7/+1
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
(bzr r11608.1.109)
2013-07-19Cleanup.Matthew Petroff1-8/+0
(bzr r12380.1.42)
2013-07-19Ported "src/lpe-tool-context.*"Matthew Petroff1-9/+28
(bzr r12380.1.35)
2013-04-27various changesMarkus Engel1-1/+1
(bzr r11608.1.105)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-2/+2
(bzr r11608.1.104)
2013-04-20Moved factories to different files.Markus Engel1-1/+1
(bzr r11608.1.100)
2013-04-20Merging of EventContext classes complete.Markus Engel1-85/+19
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
(bzr r11608.1.94)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-9/+21
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-7/+44
(bzr r11608.1.89)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-37/+12
(bzr r12065)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+1
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-3/+3
(bzr r11469.1.1)
2012-01-04CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop1-4/+2
(bzr r10841)
2012-01-011) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop1-2/+4
variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
(bzr r10666)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-5/+4
(bzr r10659)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public1-2/+2
privatisation. Major changes yet to come. (bzr r9546.1.7)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2010-03-04Removed unused static pixmap reference.Jon A. Cruz1-1/+0
(bzr r9137)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-30/+0
(bzr r8846.2.6)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2009-04-18Fix most icons in the geometry toolKrzysztof Kosi??ski1-11/+12
(bzr r7727)
2009-03-11move canvastext to its own file (no linking error for me anymore), add ↵bulia byak1-0/+1
outline to fix 334758 (bzr r7470)
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-3/+3
(bzr r7032)
2008-12-05Warning cleanup.Jon A. Cruz1-2/+2
(bzr r6947)
2008-11-21Merge from fe-movedTed Gould1-3/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-16/+23
(bzr r6885)
2008-09-08Unselet item in geometry tool when the user clicked into empty spaceMaximilian Albert1-1/+3
(bzr r6781)
2008-09-05Make click-select work in geometry toolMaximilian Albert1-0/+33
(bzr r6764)
2008-08-18Attempt to fix crashes in geometry tool which I don't see :-/Maximilian Albert1-1/+6
(bzr r6699)
2008-08-18Don't unnecessarily block button pressMaximilian Albert1-8/+7
(bzr r6698)
2008-08-18Option to display measuring info in geometry toolMaximilian Albert1-2/+117
(bzr r6697)
2008-08-18Add mirror symmetry to geometry toolMaximilian Albert1-1/+2
(bzr r6690)
2008-08-18Remove debugging messagesMaximilian Albert1-11/+0
(bzr r6689)