gnome-shell/src
Dan Winship e886a3d891 StButton: fix handling of Space/Enter -> click
StButton was mistakenly considering any Space/Enter KEY_RELEASE to be
a click, when in fact it should only count as a click if it also got
the corresponding KEY_PRESS as well. This meant that when typing in a
chat notification, any Space/Enter keypress would dismiss the
notification, since the StEntry would take the PRESS event but ignore
the RELEASE, allowing it to propagate to the notification itself,
which would treat it as a click.

https://bugzilla.gnome.org/show_bug.cgi?id=645243
2011-03-21 10:18:46 -04:00
..
calendar-server gnome-shell-calendar-server.c: Fix uninitialized variable usage 2011-02-28 16:53:09 -05:00
gdmuser gdm: fix empty real name check 2011-03-15 15:49:15 -04:00
gvc gvc: Fix missing introspection 2011-03-11 17:50:49 +00:00
st StButton: fix handling of Space/Enter -> click 2011-03-21 10:18:46 -04:00
tray tray: re-sync from panel, including _NET_SYSTEM_TRAY_COLORS support 2011-02-07 10:00:54 -05:00
gnome-shell-extension-tool.in gnome-shell.in: Move extension creation to gnome-shell-extension-tool 2011-03-01 09:49:44 -05:00
gnome-shell-jhbuild.in gnome-shell-jhbuild: Adjust GI_TYPELIB_PATH for NM inclusion 2011-03-16 11:04:33 -04:00
gnome-shell-plugin.c src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
main.c Enable the workspaces_only_on_primary feature of mutter 2011-03-17 14:13:55 +01:00
Makefile-calendar-server.am Add missing files to CLEANFILES 2011-03-08 00:41:38 -05:00
Makefile-gdmuser.am gdm: resync cut-and-paste code from gdm tree. 2010-10-13 19:05:54 -04:00
Makefile-gvc.am gvc: Fix introspection building 2011-03-11 16:29:40 +00:00
Makefile-st.am St: drop StClickable, add some functionality to StButton 2011-02-07 12:45:48 -05:00
Makefile-tray.am Remove Gtk 2 compatibility code 2010-12-30 21:36:37 +01:00
Makefile.am gnome-shell: fix restart after rebuild 2011-03-21 09:20:23 -04:00
run-js-test.c Fix handling of clutter_init() failures 2011-03-13 14:29:47 -04:00
shell-a11y.c Use libmutter-wm, and build a real gnome-shell binary 2011-03-07 18:33:33 -05:00
shell-a11y.h Added a11y initialization code 2011-01-20 12:56:36 +01:00
shell-app-private.h [ShellApp] refactor handling startup sequence 2010-10-07 01:30:30 +04:00
shell-app-system.c ShellAppSystem: dynamically generate known_vendor_prefixes 2011-03-20 23:39:38 +03:00
shell-app-system.h Remove broken ShellAppSystem API and all consumers 2011-03-16 15:07:22 -04:00
shell-app-usage.c src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-app-usage.h introspection: Fix annotations 2010-09-15 03:02:26 +02:00
shell-app.c Fallback to using a generic when requested image isn't found 2011-03-17 14:02:04 -04:00
shell-app.h src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-arrow.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-arrow.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-doc-system.c Require gtk+3 3.0.0 and drop checks for minor versions. 2011-02-10 17:37:36 -05:00
shell-doc-system.h Don't switch to a workspace when dragging it to launch on that workspace 2011-02-08 19:43:21 -05:00
shell-embedded-window-private.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-embedded-window.c Remove Gtk 2 compatibility code 2010-12-30 21:36:37 +01:00
shell-embedded-window.h [ShellTrayIcon] add ShellTrayIcon, make ShellTrayManager use it 2010-09-23 09:49:47 -04:00
shell-enum-types.c.in Create GTypes for Shell namespace 2010-04-12 16:01:54 -04:00
shell-enum-types.h.in Create GTypes for Shell namespace 2010-04-12 16:01:54 -04:00
shell-generic-container.c generic-container: Queue a redraw in skip_paint() 2011-01-14 01:07:42 +01:00
shell-generic-container.h introspection: Fix annotations 2010-09-15 03:02:26 +02:00
shell-global-private.h Use libmutter-wm, and build a real gnome-shell binary 2011-03-07 18:33:33 -05:00
shell-global.c Add and export shell_global_get_primary_monitor_index 2011-03-16 20:33:25 +01:00
shell-global.h Add and export shell_global_get_primary_monitor_index 2011-03-16 20:33:25 +01:00
shell-gtk-embed.c ShellGtkEmbed: revert to old actor/window position-syncing code 2011-01-10 15:22:50 -05:00
shell-gtk-embed.h [ShellGtkEmbed] base this on ClutterX11TexturePixmap, not ClutterGLX 2010-09-23 09:49:47 -04:00
shell-jsapi-compat-private.h Support xulrunner 1.9.3+ 2010-09-30 12:43:12 -04:00
shell-marshal.list Add a PolicyKit authentication agent 2011-02-22 15:13:56 -05:00
shell-mobile-providers.c Status area: add NetworkManager indicator 2011-03-16 15:59:34 +01:00
shell-mobile-providers.h Status area: add NetworkManager indicator 2011-03-16 15:59:34 +01:00
shell-perf-helper.c gnome-shell-perf-helper: add server for creating test windows 2011-03-11 19:21:07 -05:00
shell-perf-log.c introspection: Build with --warn-all --warn-error 2010-09-07 13:07:52 -04:00
shell-perf-log.h Dump a complete report from a performance run, as JSON 2010-05-21 00:18:45 -04:00
shell-polkit-authentication-agent.c authentication-agent: Fix typo in user visible string 2011-02-25 13:50:22 +01:00
shell-polkit-authentication-agent.h polkit: return error when authentication dialog is dismissed 2011-02-23 11:02:46 -05:00
shell-recorder-src.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-recorder-src.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-recorder.c recorder: Call cairo_surface_mark_dirty on the cursor surface 2011-01-24 23:03:59 +01:00
shell-recorder.h Make parameters configureable 2010-02-08 21:31:30 +01:00
shell-slicer.c Support and require Clutter 1.2 2010-03-11 15:08:48 -05:00
shell-slicer.h Don't generate st.h in a subdir 2010-02-22 19:37:49 -05:00
shell-stack.c include "config.h" in all .c files 2009-11-24 09:15:35 -05:00
shell-stack.h Add emacs modelines to all .c and .h files that were missing them 2009-10-27 11:27:45 -04:00
shell-tray-icon.c Remove Gtk 2 compatibility code 2010-12-30 21:36:37 +01:00
shell-tray-icon.h [ShellTrayIcon] add ShellTrayIcon, make ShellTrayManager use it 2010-09-23 09:49:47 -04:00
shell-tray-manager.c src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-tray-manager.h tray: fix so that trayicons using symbolic icons get the right colors 2011-02-07 10:01:12 -05:00
shell-util.c Work around Spidermonkey problem with Unicode date formats 2011-03-14 15:33:44 -04:00
shell-util.h Work around Spidermonkey problem with Unicode date formats 2011-03-14 15:33:44 -04:00
shell-window-tracker-private.h Use new GLib application API for launching 2011-02-08 10:43:39 -05:00
shell-window-tracker.c ShellWindowTracker: don't create ShellApps for non-interesting windows 2011-03-15 15:37:08 -04:00
shell-window-tracker.h src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-wm-private.h Adapt to removal of Mutter namespace 2010-10-23 14:02:45 -04:00
shell-wm.c src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-wm.h src: update for mutter include reorganization 2011-03-07 18:33:33 -05:00
shell-xfixes-cursor.c Fix cursor image tracking on 64-bit systems 2010-11-01 11:11:01 -04:00
shell-xfixes-cursor.h Add shell-xfixes-cursor.[ch] 2010-05-11 15:03:11 -04:00
test-recorder.c Fix handling of clutter_init() failures 2011-03-13 14:29:47 -04:00