summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
| | | (bzr r4588)
* (Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert2007-12-201-6/+4
| | | (bzr r4263)
* Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by ↵Maximilian Albert2007-12-201-0/+4
| | | | | the shortcut 'D' for toggling the dropper tool). (bzr r4262)
* Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590Maximilian Albert2007-12-181-0/+30
| | | (bzr r4253)
* fix gobble_key_events so it also handles release eventsbulia byak2007-11-211-3/+4
| | | (bzr r4120)
* warning cleanupJon A. Cruz2007-11-021-6/+6
| | | (bzr r4012)
* remove slowest_buffer - we no longer use it in sp-canvasbulia byak2007-08-231-8/+2
| | | (bzr r3575)
* optionally zoom with mousewheel without modifiersbulia byak2007-07-291-1/+5
| | | (bzr r3343)
* optional panning by spacebulia byak2007-07-291-8/+45
| | | (bzr r3340)
* a better way to start rubberbandbulia byak2007-04-251-7/+6
| | | (bzr r2962)
* reset waiting_cursor when setting any otherbulia byak2007-03-141-0/+1
| | | (bzr r2647)
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-2/+2
| | | (bzr r2530)
* decouple click and drag release handlers to fix bug where zooming in by ↵bulia byak2007-03-031-4/+9
| | | | | middle button sometimes caused unwanted scrolling (bzr r2511)
* move a global to a class property; reduce the use of is_scrolling to prevent ↵bulia byak2007-02-251-1/+1
| | | | | the lack-of-redraw issues (bzr r2430)
* guaranteed to pan the canvas all the way from mouse-press point to ↵bulia byak2007-02-241-3/+11
| | | | | mouse-release point in any case, even if sometimes it fails to show the intermediate positions (bzr r2421)
* make sure scrolling acceleration does not hiccup on complex slow-rendering ↵bulia byak2007-02-191-7/+15
| | | | | drawings by reducing time interval between events by the time of painting the slowest buffer on the canvas (bzr r2395)
* remove old workaround for a bug which seems to be fixed in latest gtkbulia byak2007-02-181-31/+1
| | | (bzr r2392)
* rearrange code to make button actions a bit more interruptibility-proofbulia byak2006-11-221-4/+4
| | | (bzr r2003)
* fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom ↵bulia byak2006-11-131-0/+1
| | | | | out from max zoom with slow redraw (bzr r1945)
* implement select next/prev as verbsbulia byak2006-11-061-17/+5
| | | (bzr r1917)
* remove color cursorsJosh Andler2006-10-191-11/+16
| | | (bzr r1811)
* fix (harmless, probably) copy and paste typoMenTaLguY2006-08-101-2/+2
| | | (bzr r1576)
* forced redraw of canvas upon completion of zooming or upon starting rubber ↵John Bintz2006-07-231-0/+1
| | | | | | | band selection events to work around event starvation issue at high zoom levels (bzr r1464)
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵John Bintz2006-07-231-0/+1
| | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-16/+11
| | | | | reading from svg instead) (bzr r1227)
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵bulia byak2006-05-211-2/+2
| | | | | with newer gtk versions (bzr r919)
* we already have import verb, so this is redundantbulia byak2006-04-201-7/+0
| | | (bzr r549)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-3/+3
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-65/+65
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-8/+8
| | | (bzr r134)
* reverted changes for color cursorsJosh Andler2006-02-071-29/+12
| | | (bzr r102)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-031-12/+29
| | | | | transparency in mouse pointer (bzr r68)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1033
(bzr r1)