annotate lisp/toolbar/lc-cut.xpm @ 58195:c12b583f54b9

Fixed these problems: ** Clicking on partially visible lines fails From: David Kastrup <dak@gnu.org> Date: 27 Apr 2004 16:42:58 +0200 I had gnus display a mouse-highlighted line (a URL from browse-url) partially at the bottom of its window. If I click with middle mouse key on it, the window gets recentered while I hold the mouse key pressed. If I release it, the window returns into its old position (cursor in top row) and nothing happens, presumably because the click was not registered on the line itself, but on the magically recentered version. That is a nuisance. Recentering of even partially visible click targets should only happen if window-point moves there, but not at the time of the click. From the moment I hold down a key until it gets released, the displayed window portion should not change, with the sole exception of scrolling when dragging at the edge of the screen. (progn (setq line-spacing 4) (dotimes (i (window-height)) (insert "\n" (int-to-string i))) (forward-line -2) (recenter -1)) ** Can't drag modeline when mouse-autoselect-window is set From: Klaus Zeitler <kzeitler@lucent.com> Date: Mon, 11 Oct 2004 11:14:49 +0200 1. start emacs -q --no-site-file 2. set variable mouse-autoselect-window to t 3. split-window-vertically now I can drag the modeline only upwards but not downwards
author Kim F. Storm <storm@cua.dk>
date Sat, 13 Nov 2004 01:40:36 +0000
parents e3fc28ed75ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56001
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
1 /* XPM */
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
2 static char * cut2_xpm[] = {
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
3 "24 24 7 1",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
4 " c None",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
5 ". c #000100",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
6 "+ c #BBBDBA",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
7 "@ c #FFFFFF",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
8 "# c #6B6B66",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
9 "$ c #504D46",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
10 "% c #3E4850",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
11 " ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
12 " ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
13 " . . ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
14 " . . ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
15 " .+. .@. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
16 " .@$ #@. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
17 " .@#. .@+. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
18 " .@+$ #@+. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
19 " #@#. .@+$ ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
20 " .@+$ $@+. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
21 " #@#.%@+# ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
22 " .@+$#++. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
23 " .@+$+. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
24 " .++.. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
25 " ..#$. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
26 " ............. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
27 " . ... ... ... ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
28 " .. .. .. .. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
29 " . . . . ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
30 " .. .. .. .. ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
31 " .... .. . ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
32 " .... .... ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
33 " ",
e3fc28ed75ac Renamed from *-locol.xpm.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
34 " "};