summaryrefslogtreecommitdiffstats
path: root/src/event-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-244/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-29/+38
| | | (bzr r12782)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.110)
* Further refactoring of EventContexts.Markus Engel2013-07-301-9/+12
| | | (bzr r11608.1.109)
* Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-24/+18
| | | (bzr r11608.1.104)
* More cleaning.Markus Engel2013-04-211-2/+10
| | | (bzr r11608.1.103)
* Cleaned up a bit.Markus Engel2013-04-211-11/+7
| | | (bzr r11608.1.102)
* Merging of EventContext classes complete.Markus Engel2013-04-201-37/+3
| | | (bzr r11608.1.98)
* Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-3/+25
| | | (bzr r11608.1.97)
* Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+9
| | | (bzr r11608.1.96)
* Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-1/+1
| | | (bzr r11608.1.94)
* Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-7/+8
| | | (bzr r11608.1.90)
* Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-1/+23
| | | (bzr r11608.1.89)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-0/+1
| | | (bzr r11840)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+1
| | | (bzr r11655)
* Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵John Smith2012-09-051-0/+2
| | | | | only pick (bzr r11652)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-0/+8
| | | (bzr r11316)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-3/+3
| | | (bzr r10766.1.1)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-6/+4
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-3/+10
| | | | | the contents forward.h at all). (bzr r10667)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Color preview in cursorJasper van de Gronde2010-09-061-0/+2
| | | (bzr r9743)
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-8/+12
| | | (bzr r9088)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+1
| | | (bzr r9034)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-34/+34
| | | | | specified explicitly) (bzr r9014)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-1/+2
| | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-3/+1
| | | | | of the related warning messages (bzr r8302)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-1/+54
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* remove unusedbulia byak2009-02-061-1/+0
| | | (bzr r7240)
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-2/+1
| | | (bzr r7096)
* From trunkTed Gould2008-10-271-4/+5
| | | (bzr r6885)
* NR => Geom for (almost all of) event-context.h/.cppJohan B. C. Engelen2008-08-301-3/+3
| | | (bzr r6731)
* Debugging messages in event-context for mouse and keyboard interactionMaximilian Albert2008-08-181-0/+2
| | | (bzr r6665)
* Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵Maximilian Albert2008-08-181-0/+3
| | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656)
* add commentMaximilian Albert2008-08-141-1/+1
| | | (bzr r6619)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-3/+2
| | | (bzr r6214)
* C++ify knotholdersMaximilian Albert2008-06-041-3/+2
| | | (bzr r5797)
* (struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to ↵Peter Moulder2007-09-161-1/+1
| | | | | gchar const *const *. (bzr r3760)
* optional panning by spacebulia byak2007-07-291-0/+2
| | | (bzr r3340)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-0/+1
| | | | | create methods to match DOM (bzr r2253)
* remove color cursorsJosh Andler2006-10-191-2/+0
| | | (bzr r1811)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+2
| | | | | reading from svg instead) (bzr r1227)
* optimized includesRalf Stephan2006-01-181-15/+12
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+139
(bzr r1)