gnome-shell/src
Florian Müllner 700c06023e st: Clean up scroll event code
Currently the scroll event code only handles scroll events if the
adjustment's value is within the "lower" and "upper" limits. The
likely intent was to pass events to a parent scroll view when
reaching the bounds (uh, nested scroll views!), but apparently
we never made use of this, as the upper bound is actually wrong
(an adjustment's maximum value is upper - page_size, not upper).
Just handle all scroll events unconditionally and rely on the
bound checks in StAdjustment.

https://bugzilla.gnome.org/show_bug.cgi?id=672413
2012-04-24 20:45:01 +02:00
..
calendar-server gnome-shell-calendar-server: add missing gtk.h include 2012-04-17 08:15:06 +02:00
gvc Fix documentation warnings 2012-04-09 19:57:51 +02:00
hotplug-sniffer hotplug-sniffer: fix double free when setting D-Bus return value 2012-01-16 17:38:38 -05:00
st st: Clean up scroll event code 2012-04-24 20:45:01 +02:00
tray etc: Use generic marshaller 2012-01-25 19:03:13 -05:00
gactionmuxer.c action muxer: drop direct GDBusActionGroup use 2011-12-20 17:36:59 -05:00
gactionmuxer.h Another update for GLib API changes 2011-12-20 17:36:59 -05:00
gactionobservable.c Another update for GLib API changes 2011-12-20 17:36:59 -05:00
gactionobservable.h Another update for GLib API changes 2011-12-20 17:36:59 -05:00
gactionobserver.c Another update for GLib API changes 2011-12-20 17:36:59 -05:00
gactionobserver.h Another update for GLib API changes 2011-12-20 17:36:59 -05:00
gnome-shell-extension-prefs.in Add a new tool, 'gnome-shell-extension-prefs', which can configure extensions 2012-02-07 16:00:37 -05:00
gnome-shell-extension-tool.in gnome-shell-extension-tool: Fix example extension for 3.3.90 API 2012-03-18 06:42:04 -04:00
gnome-shell-jhbuild.in gnome-shell-jhbuild.in: Fix restore_gnome. 2011-07-13 13:35:16 -04:00
gnome-shell-plugin.c Don't depend on removed MetaPlugin APIs 2012-03-08 16:59:31 -05:00
main.c main: Add override for dynamic-workspaces key 2012-03-11 23:03:43 +01:00
Makefile-calendar-server.am sniffer: add a mimetype sniffer helper executable 2011-07-13 14:39:35 -04:00
Makefile-gvc.am
Makefile-hotplug-sniffer.am sniffer: add a mimetype sniffer helper executable 2011-07-13 14:39:35 -04:00
Makefile-st.am st: Remove st-container 2012-02-28 08:14:06 -05:00
Makefile-tray.am etc: Use generic marshaller 2012-01-25 19:03:13 -05:00
Makefile.am messageTray: show the summary with new notifications when the user becomes active 2012-03-16 01:01:57 -04:00
run-js-test.c run-js-test: Do not use the default stage 2011-12-16 00:18:17 +01:00
shell-a11y.c *.[ch]: add emacs modeline to C files that were missing it 2011-10-11 08:05:17 -04:00
shell-a11y.h *.[ch]: add emacs modeline to C files that were missing it 2011-10-11 08:05:17 -04:00
shell-app-private.h shell-app: Remove MATCH_MULTIPLE_{PREFIX,SUFFIX} 2011-10-13 17:46:45 +02:00
shell-app-system-private.h apps: Ensure running apps override new .desktop file data 2011-09-05 17:29:41 -04:00
shell-app-system.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-app-system.h apps: Ensure running apps override new .desktop file data 2011-09-05 17:29:41 -04:00
shell-app-usage.c shell: Use generic marshaller 2012-01-25 19:03:48 -05:00
shell-app-usage.h app-system: Consider usage frequency in search results 2011-10-13 17:46:45 +02:00
shell-app.c shell-app: Evict faded app icons on icon theme change 2012-03-17 20:39:43 -04:00
shell-app.h Adjust to gtk/mutter changes for Application API 2012-01-18 17:25:35 -05:00
shell-contact-system.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-contact-system.h contact-system: Add helper method to get a (display) email 2011-10-05 20:26:38 +02:00
shell-embedded-window-private.h
shell-embedded-window.c ShellEmbeddedWindow: don't update the size of a destroyed actor. 2012-01-14 13:31:04 +01:00
shell-embedded-window.h
shell-enum-types.c.in
shell-enum-types.h.in Create GTypes for Shell namespace 2010-04-12 16:01:54 -04:00
shell-generic-container.c st: Remove st-container 2012-02-28 08:14:06 -05:00
shell-generic-container.h st: Remove st-container 2012-02-28 08:14:06 -05:00
shell-global-private.h screenshot: Split into separate file / class 2012-02-14 21:10:08 +01:00
shell-global.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-global.h screenshot: Split into separate file / class 2012-02-14 21:10:08 +01:00
shell-gtk-embed.c Replace deprecated gtk_widget_size_request 2011-11-11 09:50:18 +01:00
shell-gtk-embed.h
shell-idle-monitor.c messageTray: show the summary with new notifications when the user becomes active 2012-03-16 01:01:57 -04:00
shell-idle-monitor.h messageTray: show the summary with new notifications when the user becomes active 2012-03-16 01:01:57 -04:00
shell-js.c format: move shell_format_int_alternative_output() to ShellJS 2012-04-10 12:52:33 -04:00
shell-js.h format: move shell_format_int_alternative_output() to ShellJS 2012-04-10 12:52:33 -04:00
shell-jsapi-compat-private.h
shell-keyring-prompt.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-keyring-prompt.h Add gnome-keyring prompter 2012-02-29 20:16:14 +01:00
shell-mobile-providers.c Doc fixes 2011-11-07 15:24:59 -05:00
shell-mobile-providers.h
shell-mount-operation.c shell: Use generic marshaller 2012-01-25 19:03:48 -05:00
shell-mount-operation.h *.[ch]: add emacs modeline to C files that were missing it 2011-10-11 08:05:17 -04:00
shell-network-agent.c ShellNetworkAgent: don't access request fields if the operation is cancelled 2012-02-14 19:16:50 +01:00
shell-network-agent.h NetworkAgent: add support for VPN connections 2012-02-14 19:16:28 +01:00
shell-perf-helper.c
shell-perf-log.c Doc fixes 2011-11-07 15:24:59 -05:00
shell-perf-log.h
shell-polkit-authentication-agent.c pokit-agent: fix segfault when we we fail to get the current session 2012-02-18 20:27:39 +01:00
shell-polkit-authentication-agent.h
shell-recorder-src.c ShellRecorderSrc: Set as GST_FORMAT_TIME 2012-01-31 10:47:19 -05:00
shell-recorder-src.h
shell-recorder.c recorder: Fix memory leak 2012-02-28 21:08:15 +01:00
shell-recorder.h Doc fixes 2011-11-07 15:24:59 -05:00
shell-screen-grabber.c screen-grabber: Fix area screenshots 2012-03-02 11:49:31 +01:00
shell-screen-grabber.h ShellScreenGrabber: grab the screen using pixel buffers 2012-01-31 10:47:19 -05:00
shell-screenshot.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-screenshot.h screenshot: add missing shell_screenshot_new() 2012-02-14 15:57:34 -05:00
shell-secure-text-buffer.c Use non-pageable memory for gnome-keyring passwords 2012-02-29 20:24:02 +01:00
shell-secure-text-buffer.h Use non-pageable memory for gnome-keyring passwords 2012-02-29 20:24:02 +01:00
shell-slicer.c st: Remove _st_allocate_fill 2012-02-28 08:14:06 -05:00
shell-slicer.h
shell-stack.c st: Remove st-container 2012-02-28 08:14:06 -05:00
shell-stack.h st: Remove st-container 2012-02-28 08:14:06 -05:00
shell-tp-client.c Support only Call1 channels 2012-02-21 17:43:05 +01:00
shell-tp-client.h telepathyClient: No need to prepare channel contacts 2012-01-12 20:55:40 +01:00
shell-tray-icon.c
shell-tray-icon.h
shell-tray-manager.c shell: Use generic marshaller 2012-01-25 19:03:48 -05:00
shell-tray-manager.h
shell-util.c format: move shell_format_int_alternative_output() to ShellJS 2012-04-10 12:52:33 -04:00
shell-util.h format: move shell_format_int_alternative_output() to ShellJS 2012-04-10 12:52:33 -04:00
shell-window-tracker-private.h apps: Ensure running apps override new .desktop file data 2011-09-05 17:29:41 -04:00
shell-window-tracker.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-window-tracker.h autoWorkspaces: fix creation of new workspaces with application launchers 2012-03-16 16:41:30 +01:00
shell-wm-private.h
shell-wm.c Fix documentation warnings 2012-04-09 19:57:51 +02:00
shell-wm.h shell-wm: Remove takeover_keybinding() 2011-11-22 00:42:28 +01:00
shell-xfixes-cursor.c shell: Use generic marshaller 2012-01-25 19:03:48 -05:00
shell-xfixes-cursor.h Do not use the default stage 2011-12-15 16:13:29 -05:00
test-gapplication.js RemoteMenu: add support for section labels 2012-01-16 19:29:50 +01:00
test-recorder.c test-recorder: Don't use deprecated API 2012-02-14 14:04:11 -05:00