sugar-toolkit-gtk3/shell/view
Dan Winship 56d8e5e748 Don't use gtk.get_current_event_time() as the timestamp for window.activate()
gtk.get_current_event_time() will return 0 if there's no "current
event" (which will happen if this is invoked from a SugarKeyGrabber
callback, because that intercepts events below the gtk level). And
libwnck will g_warn if we pass "0" to window.activate(). Since
matchbox doesn't look at the timestamp anyway, it's simplest to just
always pass "1" there.

(Needed for part of #2159)
2007-08-06 09:25:42 -04:00
..
devices Move from scaling to sizes in CanvasIcon. 2007-07-31 16:46:06 +02:00
frame Fix all the units except icon scales. 2007-07-31 15:21:09 +02:00
home Make activity ring wedges represent approximate size of the activity. #2030 2007-08-03 11:31:21 -04:00
__init__.py Add a bunch of GPL headers 2007-06-24 15:01:30 +02:00
ActivityHost.py Don't use gtk.get_current_event_time() as the timestamp for window.activate() 2007-08-06 09:25:42 -04:00
BuddyIcon.py Restrict palette positioning to screen height/width - 1 grid cell. 2007-07-01 11:25:35 +02:00
BuddyMenu.py Fix all the units except icon scales. 2007-07-31 15:21:09 +02:00
clipboardicon.py Move from scaling to sizes in CanvasIcon. 2007-07-31 16:46:06 +02:00
clipboardmenu.py Remove obsolete sugar.graphics.color. 2007-07-31 14:05:14 +02:00
keyhandler.py Split the UI part of sugarext out to his own module to avoid 2007-07-27 20:15:31 +02:00
Makefile.am Use gtk progress bar. 2007-06-25 12:49:53 +02:00
OverlayWindow.py Fix copyright year 2007-06-24 14:45:05 +02:00
pulsingicon.py Fix copyright year 2007-06-24 14:45:05 +02:00
Shell.py Typo. 2007-07-24 11:55:46 +02:00