summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+1
2007-12-20(Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert1-6/+4
2007-12-20Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by th...Maximilian Albert1-0/+4
2007-12-18Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590Maximilian Albert1-0/+30
2007-11-21fix gobble_key_events so it also handles release eventsbulia byak1-3/+4
2007-11-02warning cleanupJon A. Cruz1-6/+6
2007-08-23remove slowest_buffer - we no longer use it in sp-canvasbulia byak1-8/+2
2007-07-29optionally zoom with mousewheel without modifiersbulia byak1-1/+5
2007-07-29optional panning by spacebulia byak1-8/+45
2007-04-25a better way to start rubberbandbulia byak1-7/+6
2007-03-14reset waiting_cursor when setting any otherbulia byak1-0/+1
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-2/+2
2007-03-03decouple click and drag release handlers to fix bug where zooming in by middl...bulia byak1-4/+9
2007-02-25move a global to a class property; reduce the use of is_scrolling to prevent ...bulia byak1-1/+1
2007-02-24guaranteed to pan the canvas all the way from mouse-press point to mouse-rele...bulia byak1-3/+11
2007-02-19make sure scrolling acceleration does not hiccup on complex slow-rendering dr...bulia byak1-7/+15
2007-02-18remove old workaround for a bug which seems to be fixed in latest gtkbulia byak1-31/+1
2006-11-22rearrange code to make button actions a bit more interruptibility-proofbulia byak1-4/+4
2006-11-13fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom ou...bulia byak1-0/+1
2006-11-06implement select next/prev as verbsbulia byak1-17/+5
2006-10-19remove color cursorsJosh Andler1-11/+16
2006-08-10fix (harmless, probably) copy and paste typoMenTaLguY1-2/+2
2006-07-23forced redraw of canvas upon completion of zooming or upon starting rubber ba...John Bintz1-0/+1
2006-07-23added SPDesktop::updateNow() and forced redraw of canvas upon completion of s...John Bintz1-0/+1
2006-06-19initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler1-16/+11
2006-05-21eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen wi...bulia byak1-2/+2
2006-04-20we already have import verb, so this is redundantbulia byak1-7/+0
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-3/+3
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-65/+65
2006-02-13bulk whitespace removal patch #1198588 by gigaclonRalf Stephan1-8/+8
2006-02-07reverted changes for color cursorsJosh Andler1-29/+12
2006-02-03Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transpare...Josh Andler1-12/+29