aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@src.gnome.org>2000-06-13 07:33:27 +0800
committerAnders Carlsson <andersca@src.gnome.org>2000-06-13 07:33:27 +0800
commit6c12613258f40118afae97e3868e0c007912bf28 (patch)
tree0d9f74c77b05c6c8801223318485872747f7d8e2 /widgets/misc
parentee7f4d32f9f2c9b9f1a5a291bc16b9bd5aac5120 (diff)
downloadgsoc2013-evolution-6c12613258f40118afae97e3868e0c007912bf28.tar.gz
gsoc2013-evolution-6c12613258f40118afae97e3868e0c007912bf28.tar.zst
gsoc2013-evolution-6c12613258f40118afae97e3868e0c007912bf28.zip
Control does horizontal scrolling...
svn path=/trunk/; revision=3539
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/ChangeLog5
-rw-r--r--widgets/misc/e-scroll-frame.c6
2 files changed, 9 insertions, 2 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 51a3b2d029..aadc5d6e2d 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-13 Anders Carlsson <andersca@gnu.org>
+
+ * e-scroll-frame.c (e_scroll_frame_button_press): Control does
+ horizontal scrolling, a la gimp.
+
2000-06-11 Anders Carlsson <andersca@gnu.org>
* e-scroll-frame.c (e_scroll_frame_button_press): Add support
diff --git a/widgets/misc/e-scroll-frame.c b/widgets/misc/e-scroll-frame.c
index f4317d51d7..254977457a 100644
--- a/widgets/misc/e-scroll-frame.c
+++ b/widgets/misc/e-scroll-frame.c
@@ -791,9 +791,11 @@ e_scroll_frame_button_press (GtkWidget *widget, GdkEventButton *event)
if (event->button == 4 || event->button == 5) {
GtkAdjustment *adj;
gfloat new_value;
-
+
gtk_object_get (GTK_OBJECT (widget),
- "vadjustment", &adj,
+ (event->state & GDK_CONTROL_MASK) ?
+ "hadjustment" : "vadjustment",
+ &adj,
NULL);
new_value = adj->value + ((event->button == 4) ?
-adj->page_increment / 2:
td class='commitgraph'>* - Update to 2.5zi2015-03-022-4/+4 * - Update to 0.20.10zi2015-03-023-4/+5 * - Update to 1.4.1sunpoet2015-03-022-3/+3 * - Add LICENSEamdmi32015-03-021-0/+5 * - Add LICENSE_FILEamdmi32015-03-022-4/+3 * sysutils/diskcheckd: 20110729 -> 20150220pi2015-03-023-21/+154 * Deprecate ports that do not work with Ruby 2.xantoine2015-03-011-0/+2 * Add patch to work around bug in FreeBSD before r226610 (MFCed to stable/9cperciva2015-03-012-2/+13 * sysutils/devcpu-data: update to the intel blob 20150125swills2015-03-014-5/+136 * sysutils/afio: set MAINTAINER to portmaster@BSDforge.comrobak2015-02-273-23/+26 * Adjust gemspec file after rubygem-i18n updatearved2015-02-272-4/+5 * Upgrade to 5.12.vanilla2015-02-272-4/+3 * Unbreak by upgrading from 2003 to 2015. Do not install the uselessmi2015-02-274-43/+16 * Ignore some potential updatesjbeich2015-02-261-0/+2 * sysutils/desktop-installer: update 0.4.6 -> 0.4.7robak2015-02-264-23/+10 * sysutils/tlsdate: update 0.0.7 -> 0.0.11robak2015-02-264-76/+15 * - Strip binariesamdmi32015-02-261-1/+9 * - Add LICENSEamdmi32015-02-261-0/+5 * - point WWW page to meta::cpanaz2015-02-261-1/+1 * - Strip binaryamdmi32015-02-251-0/+3 * - Update to 0.6.25jase2015-02-252-3/+3 * Upgrade sysutils/rsyslog8 to 8.8.0.brd2015-02-252-4/+4 * - Update to 2.12.4sunpoet2015-02-252-3/+3 * sysutils/bbcp: update 20150113 -> 20150116robak2015-02-2417-9/+427 * Add CPE_VENDOR to match NVD database.mandree2015-02-241-1/+2 * Cherry-pick a security fix and a few other fixes from the upstream Gitmandree2015-02-248-1/+386 * s6 is a small suite of programs for UNIX, designed to allow processpawel2015-02-2410-0/+288 * Respect CC and CFLAGS.trociny2015-02-241-2/+2 * Fix build on platforms without gcc.trociny2015-02-231-0/+3 * - Clarify LICENSEamdmi32015-02-231-1/+3 * Fix distinfoantoine2015-02-231-2/+2 * New port: sysutils/vmtouchtrociny2015-02-234-0/+34 * Update to 1.5.0. This update:cperciva2015-02-222-3/+3 * Update to 1.10. This fixes a bug in ec2_fetchkey which made it fail tocperciva2015-02-222-3/+3 * - Clarify LICENSEamdmi32015-02-221-1/+3 * Hook the new u-boot ports to the buildbapt2015-02-221-0/+3 * Update the Wandboard U-Boot port to account for the difference betweenian2015-02-223-22/+19 * Add a U-Boot port for the Duovero system.ian2015-02-229-0/+375 * Add a U-Boot port for Pandaboard.ian2015-02-229-0/+375 * Add a U-Boot port for SolidRun Cubox-i and Hummingboard systems.ian2015-02-2212-0/+483 * sysutils/puppet: Update to 3.7.4swills2015-02-224-7/+14 * Upgrade to version 1.8.4.olgeni2015-02-213-25/+4 * - Update to 2.12.3sunpoet2015-02-212-3/+3 * - Update to upstream version 1.2.6riggs2015-02-214-26/+18 * Add missing dependency to sudomartymac2015-02-211-1/+3 * Remove Werror to allow compilation with latest clangarved2015-02-211-0/+3 * - Update to 2.12.2sunpoet2015-02-202-3/+3 * - Add LICENSEamdmi32015-02-201-1/+6 * - Fix shebangsamdmi32015-02-201-1/+3 * Update to 0.9.2martymac2015-02-202-3/+3 * Pass "automounted" mount option to mount_fusefs(8)jbeich2015-02-202-1/+9 * Update 1.0.4 --> 1.0.7.cy2015-02-203-59/+4 * - Update to 2.4.4sunpoet2015-02-202-3/+3 * - Add LICENSEsunpoet2015-02-202-27/+14 * Update to 3.6.4skreuzer2015-02-202-4/+3 * - Remove deprecated USE_KDE4=kdehiermakc2015-02-203-3/+3 * The bash package can be called bash-static, so depend on the bash binary.mat2015-02-192-2/+2 * sysutils/bsdploy: Mark UnBROKENkoobs2015-02-191-3/+0 * sysutils/py-ploy_ansible: Update to 1.2.2koobs2015-02-192-4/+4 * - Update to 1.4.0sunpoet2015-02-192-3/+3 * - Update to 2.4.3sunpoet2015-02-192-3/+3 * - Update to 2.12.1sunpoet2015-02-192-4/+5 * - Update to 2.2.1sunpoet2015-02-193-5/+5 * sysutils/bsdploy: Mark BROKENkoobs2015-02-181-0/+3 * Fix some bug regarding curses.mat2015-02-172-5/+15 * - Update to 2014.7.2culot2015-02-165-43/+47 * Upgrade to version 1.650.olgeni2015-02-163-3/+16 * Upgrade to version 4.14.olgeni2015-02-163-3/+13 * Improve style/consistency among the ports I maintainjbeich2015-02-161-2/+2 * Upgrade to 2.5.4.vanilla2015-02-163-15/+14 * Update to 2.0.15antoine2015-02-142-3/+3 * [NEW] sysutils/shutilwhich: shutil.which for those not using Python 3.3koobs2015-02-144-0/+29 * sysutils/lsof: 4.89B -> 4.89Cpi2015-02-143-15/+3 * Remove expired ports:rene2015-02-1427-830/+0 * Fix issue #83 of ansible-modules-extras with pull request #204 ("Evenolgeni2015-02-132-1/+19 * - Move sysutils/brebis to sysutils/backupcheckermartymac2015-02-128-106/+110 * Fix fetch and unbreak. Distfile was rerolled, but there were no actualtrasz2015-02-122-5/+3 * Mothra is a FreeBSD send-pr command line tool for Bugzilla system.pawel2015-02-124-0/+29 * sysutils/rubygem-facter: update 2.4.0 -> 2.4.1robak2015-02-112-3/+3 * - update to 3.6.5 (git commit 0fb5733)jgh2015-02-112-4/+4 * sysutils/rubygem-facter: update 2.3.0 -> 2.4.0robak2015-02-112-3/+3 * Horde package update:mm2015-02-112-3/+3 * - devel/skalibs: update to 2.2.1.0 [1]jbeich2015-02-111-0/+2 * Update to 3.8.0.trociny2015-02-112-3/+3 * - Update grub2-pcbsd to bring it in sync with PC-BSD's repokmoore2015-02-116-13/+453 * - Add CPE informationashish2015-02-101-1/+3 * Update to version 0.2.0pawel2015-02-102-5/+4 * - fix build on i386dinoex2015-02-101-0/+4 * Update pefs-kmod to 2014-08-20 at request of maintainer.sbruno2015-02-102-3/+3 * Update to 0.9.1martymac2015-02-092-3/+9 * - Fix incorrect RUN_DEPENDSkmoore2015-02-091-1/+1 * - Update to 4.3ashish2015-02-095-14/+31 * Add armv6 to supported ONLY_FOR_ARCHS list.sbruno2015-02-081-1/+2 * Use INSTALL_MAN for documentation per r367307 and Porter's Handbookjbeich2015-02-081-1/+1 * - Update to upstream version 0.3.4riggs2015-02-083-36/+52 * sysutils/avfs: Revive and update version 0.9.9=>1.0.2bofh2015-02-078-0/+136 * sysutils/dar: Update version 2.4.15=>2.4.17bofh2015-02-073-5/+4 * Update to version 20150122riggs2015-02-072-4/+6 * Unbreakantoine2015-02-071-2/+1 * Mark BROKEN: Unfetchableantoine2015-02-071-0/+1 * - Update to 1.5.3madpilot2015-02-063-6/+8 * sysutils/backuppc-devel: Fix shebang, sample files, pkg-plistmarino2015-02-063-8/+5 * Drop unneeded NEED_ROOTbapt2015-02-061-1/+0 * Cleanup plistbapt2015-02-061-18/+6 * Typobapt2015-02-061-1/+1 * simplify plistbapt2015-02-061-16/+2 * Get rid of @cwdbapt2015-02-061-5/+2 * - Fix resource leaksvg2015-02-062-0/+40 * Update to 0.10martymac2015-02-053-5/+7 * Update to 20150204.jkim2015-02-052-3/+3 * Fix quoting of function identifiers in postgresql_privs (issue 703olgeni2015-02-052-1/+21 * - Allow staging as a regular userantoine2015-02-042-5/+12 * - Add PC-BSD ports from the 10.1.1 releasekmoore2015-02-0342-3081/+1054 * - Remove always false OSVERSION conditionamdmi32015-02-031-3/+1 * Update poppler to 0.30.0 [1].kwm2015-02-033-3/+3 * [CHANGE CATEGORY] sysutils/currtime: deskutils->sysutilsbofh2015-02-03