okan
9a52c582b1
we should re-focus the client and ungrab the ptr even if we don't have a
...
mouse based match (i.e. in the kbd no match case). update the comment
as well.
ok oga@
2011-03-22 11:09:52 +00:00
okan
482c4ce498
fix nousance of always highlighting the first entry even when there is
...
no match (seen in the ctrl-a case)
ok oga@
2011-03-22 11:05:13 +00:00
okan
d0a487aa3d
move the default case to the end.
...
ok oga@
2011-03-22 11:03:05 +00:00
okan
a9420f917b
reduce the number of times we sync during a window resize.
...
ok oga@
2011-03-22 10:59:08 +00:00
okan
1494c3e4c9
introduce nitems macro, with the appropriate ifndef.
...
ok oga@
2011-03-22 10:57:31 +00:00
okan
2de4639d4c
if virt/horz un-maximizing, restore only the un-maximized axis
...
coordinates; allows moving a client and not restoring the maximized axis
coordinates.
picked from a larger martynas diff from ages ago.
ok oga@
2011-03-22 10:56:08 +00:00
okan
f109779994
(0,0) is also inside in the screen; from Sviatoslav Chagaev.
...
ok oga@
2011-03-22 10:54:42 +00:00
okan
51c21fc3ef
while this piece deals with client argv's in a seemingly inefficient way
...
(noticed by Tim Peniket), since we don't ever do anything with cliarg,
remove the hunk and cliarg completely.
ok oga@
2011-03-22 10:52:37 +00:00
okan
a2810e744d
remove XXX and move a configure event out of the event handler functions.
...
reminded by a similiar diff from Thomas Pfaff.
ok oga@
2011-03-22 10:49:46 +00:00
okan
3b73daa6c2
move the single keycode function directly into the menu code.
...
ok oga@
2011-03-22 10:47:59 +00:00
matthieu
4d8053ee26
Add support for ecdsa SSH keys. From dave at davec dot name. Thanks.
2011-03-19 15:40:02 +00:00
sobrado
056292656a
lexicographically sort keys.
...
ok jakemsr@, jmc@
2011-03-18 20:08:58 +00:00
matthieu
34bb2b0d31
Update to xkbcomp 1.2.1
2011-03-13 15:03:00 +00:00
matthieu
b05803ac41
Remove extra test.
2011-03-09 19:53:24 +00:00
matthieu
7ae39052df
xcb is no longer optional.
2011-03-08 20:48:59 +00:00
matthieu
2cc47a1202
add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable
...
the use of xkeyboard-config xkb definitions instead of the old xkbdata.
This will make testing easier. No changes in default builds.
ok shadchin@
2011-03-08 07:59:23 +00:00
matthieu
b9f6c3a045
Update to xterm version 269.
...
Tested and ok ajacoutot@, jasper@, krw@, shadchin@
2011-03-07 20:41:27 +00:00
okan
eab1b94e0a
if we are saving the pointer location for a specific client, make sure
...
that if it is not already inbounds, put it in the default location,
which happens to be inbounds.
behavior noticed by Thomas Pfaff while maximizing and un-maximizing a
window, leaving the pointer behind and causing client_cycle() to be a
bit lost.
ok oga@
2011-02-13 20:09:57 +00:00
tedu
c222c6a5c7
we lose track of highstack somewhere, so recompute it before we need it.
...
fixes a crash reported by christian neukirchen. ok okan
2011-02-13 17:25:20 +00:00
todd
190e604102
puffy 4.9
2011-02-11 22:26:24 +00:00
matthieu
480ad88cb9
Update to xbiff 1.0.3. No functional change.
2011-01-28 19:43:39 +00:00
matthieu
4366798a7f
Update to x11perf 1.5.3
2011-01-22 14:33:53 +00:00
matthieu
def1874858
Update to xfwp 1.0.2
2011-01-22 14:30:50 +00:00
matthieu
191e43de2c
Update to twm 1.0.6. No functional change.
2011-01-22 14:24:55 +00:00
espie
f1ea238aa1
Picture -> FvwmPicture, to avoid collisions with xrandr includes.
...
As noticed by Tristan Le Guern.
okay matthieu@
2011-01-18 19:28:33 +00:00
shadchin
3e225c3415
Fix compiling layout fr.
...
ok matthieu@
2011-01-16 08:50:41 +00:00
shadchin
fbb1cc1dac
Update to xkbcomp 1.2.0.
...
ok matthieu@
2011-01-11 20:56:40 +00:00
shadchin
8a4ef33aa7
Update to xkbevd 1.1.2. No functional change.
...
ok matthieu@
2011-01-11 20:52:08 +00:00
shadchin
a31c2ef17e
Update to xkbprint 1.0.3. No functional change.
...
ok matthieu@
2011-01-11 20:49:34 +00:00
matthieu
546e991d51
Fix double free in the case of windows with a _NET_WM_NAME property,
...
reported by frantisek holop, patch by Tim van der Molen. Thanks to both.
2011-01-09 17:14:32 +00:00
matthieu
831b8e77d0
Fix duplicated code resulting from a bad merge of xdm 1.1.9.
2011-01-01 20:39:44 +00:00
matthieu
115a56bdd9
Update to xbackkight 1.1.2. No functional change.
2010-12-19 16:28:08 +00:00
martynas
cba4495309
in MotionNotify geom.x, geom.y calculations take into account bwidth.
...
fixes the annoying bug where windows would go +bwidth pixels right,
+bwidth pixels down. ok okan@
2010-12-14 11:08:47 +00:00
matthieu
1471212514
Use ASCII art when the environment is not UTF-8 capable.OB
...
Based on an initial patch by jasper@, ok jasper@.
2010-12-08 21:32:46 +00:00
jasper
a901d331ca
- add a flag to specify the display to start xtsscale on.
...
ok matthieu@
2010-12-06 06:49:47 +00:00
matthieu
57139a92f9
Set datarootdir. fixes manual page installing in the wrong dir noticed
...
by todd@.
2010-11-30 20:05:41 +00:00
matthieu
cbc29667e5
Update to xterm 267. Tested by shadchin@, jasper@, ajacoutot@.
2010-11-29 20:10:09 +00:00
matthieu
05303600f5
regen
2010-11-27 14:26:12 +00:00
matthieu
66473b7fbe
Explicitely link libxcb when needed for static arches.
2010-11-27 14:25:47 +00:00
matthieu
52857b2520
Update to xeyes 1.1.1
2010-11-25 21:59:45 +00:00
matthieu
79dc50bfcd
Update to xcalc 1.0.4.
2010-11-25 21:58:01 +00:00
matthieu
51e80e68c8
Update to xwininfo 1.1.1. rewritten to use XCB.
2010-11-25 21:55:08 +00:00
matthieu
f59c0fe9bd
Update to xlsclients 1.1.0. Rewritten to use XCB.
2010-11-25 21:52:03 +00:00
matthieu
a33d3d9ce4
Update to xlsatoms 1.1.0. rewritten to use XCB.
2010-11-25 21:50:37 +00:00
matthieu
87433ed3c7
Update to xwud 1.0.3
2010-11-11 11:26:53 +00:00
matthieu
8b00aa1929
Update to xwd 1.0.4
2010-11-11 11:23:59 +00:00
matthieu
685d7819f3
Update to xset 1.2.1
2010-11-11 11:21:08 +00:00
matthieu
754160bf1a
Update to xrefresh 1.0.7
2010-11-11 11:18:56 +00:00
matthieu
b45dc03a80
Update to xrdb 1.0.7
2010-11-11 11:16:58 +00:00
matthieu
f8e86fc20b
Update to xkill 1.0.3
2010-11-11 11:14:22 +00:00
matthieu
5791ccddda
Update to xinput 1.5.3
2010-11-11 11:11:47 +00:00
matthieu
f6aa79e580
update to xinput 1.5.3
2010-11-11 11:11:16 +00:00
matthieu
e5e6da8e2a
Update to xgamma 1.0.4
2010-11-11 11:08:43 +00:00
matthieu
842a341083
Update to xdriinfo 1.0.4
2010-11-11 11:06:32 +00:00
matthieu
b6ed7b0486
Update to mkfontdir 1.0.6
2010-11-11 11:00:06 +00:00
matthieu
9c2d63332b
Update to xvinfo 1.1.1. No functional change.
2010-11-06 21:00:44 +00:00
matthieu
47220c0c8b
Remove Xorg RCSId that was left in a previous merge.
2010-11-01 08:58:06 +00:00
matthieu
8e650c8038
Update to xinit 1.3.0
2010-11-01 08:52:28 +00:00
matthieu
7a99a9a1ef
Upate xf86dga to 1.0.3
2010-11-01 08:41:11 +00:00
matthieu
92a7068586
Update to xsm 1.0.2
2010-10-31 20:17:58 +00:00
matthieu
82e6b376ab
Update to xsetroot 1.1.0
2010-10-31 20:13:46 +00:00
matthieu
f9b557d161
Update to xrandr 1.3.4
2010-10-31 20:10:47 +00:00
matthieu
0e83f6a075
Update to xprop 1.2.0
2010-10-31 20:07:15 +00:00
matthieu
41f129a1e2
Update to xmodmap 1.0.5. No functional change.
2010-10-31 20:04:23 +00:00
matthieu
24c92ba218
Update to xman 1.1.1. No functional change.
2010-10-31 20:01:14 +00:00
matthieu
b09d0cbb68
Update to xmag 1.0.4. No functional change.
2010-10-31 19:58:33 +00:00
matthieu
c4f241b19d
Update to xlogo 1.0.3. No functional change.
2010-10-31 19:53:10 +00:00
matthieu
499d07868c
Update to xkbutils 1.0.3. No functional change.
2010-10-31 19:49:20 +00:00
matthieu
3adfb6f110
Update to xkbevd 1.1.1. No functional change.
2010-10-31 19:46:19 +00:00
matthieu
e9e38a8e97
Update to xhost 1.0.4. No functional change.
2010-10-31 19:44:13 +00:00
matthieu
ec7028064c
Update to xgc 1.0.3
2010-10-31 19:41:34 +00:00
matthieu
837055ea1e
Update to xfsinfo 1.0.3
2010-10-31 19:37:32 +00:00
matthieu
d5cfabebad
Update to xfs 1.1.1
2010-10-31 19:35:19 +00:00
matthieu
a76a998565
Update to xfd 1.1.0
2010-10-31 19:26:22 +00:00
matthieu
8889c70dc3
Update to xev 1.1.0
2010-10-31 19:21:25 +00:00
matthieu
f1c430b349
Update to xedit 1.2.0
2010-10-31 19:19:11 +00:00
matthieu
d1934945ed
Update to xdpyinfo 1.2.0
2010-10-31 19:09:31 +00:00
matthieu
d5b8b84f35
Update to appres 1.0.3. No functional change.
2010-10-31 19:05:48 +00:00
matthieu
a2dec4848e
Update to xconsole 1.0.4. No functional change.
2010-10-31 18:27:25 +00:00
matthieu
e978aa14d7
Update to viewres 1.0.3. No functional change.
2010-10-31 18:18:22 +00:00
matthieu
4428bd70a1
Update to twm 1.0.5
2010-10-31 18:16:22 +00:00
matthieu
541c332538
Update to smproxy 1.0.4. No functional change.
2010-10-31 18:09:33 +00:00
matthieu
838595624f
Update to showfont 1.0.3
2010-10-31 18:07:42 +00:00
matthieu
c2eb5b0c69
Update ot rgb 1.0.4. No functional change.
2010-10-31 18:05:44 +00:00
matthieu
6f7b1f0f67
Update to mkfontscale 1.0.8. No functional change.
2010-10-31 18:00:17 +00:00
matthieu
bd1aaf2d24
Update to ico 1.0.3.
2010-10-31 17:57:13 +00:00
matthieu
edf2a1f411
Update to iceauth 1.0.4. No functional change.
2010-10-31 17:55:35 +00:00
matthieu
2e12ec31d8
Update to fstobdf 1.0.4. No functional change.
2010-10-31 17:53:18 +00:00
matthieu
174fe7fdac
Update to fslsfonts 1.0.3
2010-10-31 17:50:25 +00:00
matthieu
06efe31dc9
Update to editres 1.0.5. No functional change.
2010-10-31 17:48:10 +00:00
matthieu
ea47105af2
Update to bitmap 1.0.5. No functional change.
2010-10-31 17:43:24 +00:00
matthieu
49f97c9715
Update to beforelight 1.0.4
2010-10-31 17:37:08 +00:00
matthieu
691448c0ac
Update to bdftopcf 1.0.3. No functional change.
2010-10-31 17:32:23 +00:00
jakemsr
335814b337
typo spotted by espie
2010-10-26 16:04:13 +00:00
matthieu
7447858d98
Update to xterm version 264, Tested at least by krw@, jasper@, ajacoutot@.
2010-10-23 19:14:52 +00:00
jakemsr
66fbac58e1
typos. "ouput" typos spotted by Jan Stary.
2010-10-15 14:24:23 +00:00
jakemsr
622e7bac0c
oops. start with an undefined encoding instead of yuy2. lets the code
...
figure out what encoding to use, based on what the hardware supports.
still uses yuy2 by default if the hardware supports it.
2010-10-15 14:21:20 +00:00
jakemsr
29306fc0e4
declare the global vars as static to not conflict with symbols from
...
libraries
2010-10-15 09:27:26 +00:00
matthieu
be028fef81
Update to xcmsdb 1.0.3
2010-10-06 06:05:48 +00:00
matthieu
62aefcb130
Update to xclock 1.0.5
2010-10-06 06:03:42 +00:00