okan
5d67594356
preserve labels after an edit action is aborted; extending the menu
...
struct just for this is the least intrusive approach until the menu code
is reviewed.
inspired by Thomas Pfaff's report on tech@
ok oga@
2010-02-10 01:23:05 +00:00
stsp
33b5baf3fb
Honour program-specified window position in size hints when placing windows.
...
Makes XMMS windows appear as expected.
ok okan, oga
2010-02-02 19:28:46 +00:00
okan
3d3e2130f8
- allow per-screen gap; not (yet) user configurable.
...
- teach _NET_WORKAREA about gap.
ok oga@
2010-01-27 03:04:50 +00:00
todd
f3a12ded08
puffy 4.7
2010-01-27 00:02:27 +00:00
matthieu
f64b917b27
Make ssh-ask-pass Xinerama aware (also works with XRandR thanks to
...
its pseudo-Xinerama emulation). ok stsp@
2010-01-22 11:24:31 +00:00
matthieu
7d573b6e6c
Start adding XRandR support. not really functional yet though.
...
(missing the code to compute the calibration data that restrict events
to a given output)
2010-01-22 07:47:54 +00:00
matthieu
9b4b09eb28
regen
2010-01-17 20:49:46 +00:00
matthieu
2dda0f8061
Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely
...
disable it during Xenocara builds. Problem reported by kili@ who also
tested this patch with an earlier version of the macro.
2010-01-17 20:48:49 +00:00
jcs
fd0eda99be
build with OPT_256_COLORS to support 256 colors now that our ncurses
...
supports it
ok matthieu@
2010-01-13 14:59:37 +00:00
matthieu
09d912a54b
remove xtrap applications. They are disconnected from build for weeks now.
2010-01-11 20:29:48 +00:00
okan
ba93a73ad3
pull all non-X11 headers from calmwm.h and place them only where they
...
are required.
encourged to go all the way by oga@
2009-12-15 04:10:42 +00:00
okan
71e1e63bce
spacing
2009-12-15 03:38:11 +00:00
okan
0c7627b2f7
pull these headers only into files that need them.
...
ok oga@
2009-12-15 03:34:34 +00:00
okan
899043b215
rid ourselves of these functional macros; convert to real functions.
...
ok oga@
2009-12-15 03:26:22 +00:00
okan
5a72fec630
mostly irrelevant now, so remove.
...
ok oga@
2009-12-15 03:25:22 +00:00
okan
9dfa8ad14a
merge the 2 common header files; specific includes to be pulled out as
...
separate commits.
ok oga@
2009-12-15 03:24:36 +00:00
oga
732db655c0
kill _CWM_GRP atom setting. The netwm stuff does us well enough now that
...
it's superfluous.
ok okan@
2009-12-14 16:39:01 +00:00
oga
d0275e11af
add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.
...
ok okan@
2009-12-11 18:09:16 +00:00
oga
3ec3bf2582
another int/long fixup that was giving dodgy property values on amd64, shame on
...
me for not reading xlibs (appauling) documentation more closely.
ok okan@
2009-12-11 17:57:38 +00:00
oga
cb76db27c6
implement support for _NET_WM_DESKTOP properties on windows.
...
it works kinda like _CWM_GRP, which we added to aid restarts a while
ago, but it's standardised and clients are specifically allowed to set
it to request a desktop.
for noe we leave _CWM_GRP support in, but its days are now numbered.
while i'm here fixup an int/long mixup with an earlier diff.
ok okan@
2009-12-11 17:55:42 +00:00
oga
7d0bb562dc
Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec
...
says that a pager can change the property at any time (most need a
clientmessage). So deal with property updates.
Needed to shuffle some of the other code around since we can't just use
shortcut_to_name[] everywhere now.
ok okan@
2009-12-11 17:51:42 +00:00
oga
c77ea38a4c
Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)
...
and _NET_SHOWING_DESKTOP (we're never doing so right now).
only three informational root-window hints to go.
ok okan@
2009-12-10 23:21:26 +00:00
oga
a53f6f767e
Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and
...
_NET_DESKTOP_GEOMETRY.
ok okan@
2009-12-10 23:14:58 +00:00
oga
206c3e3bc9
finish unfucking the screen_ctx handling.
...
remove screen_current() it was utterly bogus when nscreens > 1.
pass a fake client_ctx in the case where there's no client and the
kbfunc or mousefunc doesn't need a real one, it just contains the
current screen, modify these functions so that they pass down the screen
context to their callees.
make groups per screen, it's the only way it makes sense in this regard.
ok okan@.
2009-12-10 17:16:51 +00:00
okan
ed29ebe53b
start fixing screen_ctx usage, for it is utterly broken. bring font
...
into screen_ctx and start passing screen_ctx around to in order get rid
of Curscreen; fixup per-screen config colors the same way.
diff mostly from oga@, with a bit harsher reaction to the state of screen_ctx.
"please commit" oga@
2009-12-08 16:52:17 +00:00
oga
2f8a50c4d5
Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and
...
unchangable. the group code needs some cleaning up before this will be a
bit less hackish.
ok okan@
2009-12-07 23:19:51 +00:00
oga
13825a5c16
support _NET_CLIENT_LIST.
...
the x property api doesn't let you remove one entry from an X property
array, so client_remove is kinda expensive, but there's no real way
around that..
ok okan@
2009-12-07 22:46:15 +00:00
oga
2a5e34e85e
Implement _NET_ACTIVE_WINDOW. for now just the informational hint is
...
supported, the client message to change this will be supported when all
informational hints are working.
ok okan@
2009-12-07 22:21:59 +00:00
matthieu
fe460e3f8a
One more build fix for static arches. ok todd@.
2009-12-07 21:21:02 +00:00
okan
51fb32f347
introduce the beginnings of netwm support, minimally and correctly;
...
allows java to be happy, but additionally stops others from whinning
about a non-netwm complaint wm. more to come.
written a few times; this one includes a clever hack from oga@ to
populate _NET_SUPPORTED.
ok oga@
2009-12-07 21:20:52 +00:00
okan
bb65c9fc09
fix off-by-one where a mere click would select the first item inside a menu
...
from Thomas Pfaff
ok oga@
2009-12-07 19:48:08 +00:00
okan
d23d607f19
we already have sc from the passed cc, so just used that instead.
...
ok oga@
2009-12-07 19:45:36 +00:00
okan
4b33ec9b0c
be consistent
...
ok oga@
2009-12-07 19:44:31 +00:00
okan
d1ba9d87b1
remove unused extern
...
ok oga@
2009-12-07 19:42:59 +00:00
matthieu
e7f06501b3
Complete list of libraries for static only arches.
...
Noticed on vax by todd@.
2009-12-03 22:18:11 +00:00
matthieu
ea5560740d
Move back build of xtsscale with other apps. It doesn't require
...
an installed header anymore.
2009-12-01 21:36:52 +00:00
matthieu
8318994a85
Use the ws-properties.h file from xf86-input-ws source directory.
...
There are architectures that don't build the X server nor drivers
so they won't have this file installed.
Noticed by todd@ on hppa.
2009-12-01 21:20:56 +00:00
tobias
18dd1d8fc7
style (whitespaces)
...
ok oga, okan
2009-11-28 17:52:12 +00:00
matthieu
e58626a0cd
Move app/xtsscale build after drivers, since it requires a
...
header installed by driver/xf86-input-ws.
Problem noticed by jdixon@
2009-11-26 22:53:50 +00:00
matthieu
dcbd99cf98
white space
2009-11-26 18:13:47 +00:00
sobrado
106b1b9087
"usage:" is usually lower case.
...
ok matthieu@
2009-11-26 14:25:05 +00:00
matthieu
12890188ae
Use Mdocdate and add my name to copyrights.
2009-11-26 12:01:38 +00:00
matthieu
017934b7cb
Tidy up error messages.
2009-11-26 11:35:29 +00:00
matthieu
3726a05d85
Document aborting the process with ESC.
2009-11-26 11:02:35 +00:00
matthieu
cff976af37
Allow the ESC key to interrupt the calibration process.
2009-11-26 10:58:45 +00:00
matthieu
bbbb8c20ea
Better error handling during device selection.
2009-11-25 23:00:57 +00:00
matthieu
f194ce2bfc
Search for calibration properties atoms earlier, to avoid a screen
...
flash when they are not present.
2009-11-25 19:43:05 +00:00
matthieu
2733f18bd5
New, XInput based, version of xtsscale(1).
...
XInput is used to get raw events from the device and device properties
are used to send the data back to the X server.
Calibration can now be done without restarting X.
2009-11-25 18:30:13 +00:00
tobias
44eea5f75c
Corrected grammar in comment.
...
ok (and better style suggestion by) oga, okan
2009-11-22 21:38:50 +00:00
matthieu
82b21994c2
Fix small merge glitch.
2009-11-08 10:27:36 +00:00
matthieu
aa9c87d712
Missed files in previous update.
2009-11-08 10:21:41 +00:00
matthieu
58d19af4a2
Update to xcompmgr 1.1.5
2009-11-08 10:14:59 +00:00
matthieu
a754bcb2f1
Missed file in previous update.
2009-11-05 19:50:08 +00:00
matthieu
8ca7440026
regen
2009-10-31 21:47:52 +00:00
matthieu
46b4d11241
unused file.
2009-10-31 17:07:12 +00:00
matthieu
d7db8936f6
Fontcache is gone.
2009-10-31 17:05:32 +00:00
matthieu
51df35cad6
Update to xterm 250
2009-10-31 14:11:57 +00:00
matthieu
b3c79eb869
Finish update to 1.0.2: missing files.
2009-10-24 17:02:14 +00:00
matthieu
8230162872
Update to xwud 1.0.2
2009-10-24 15:44:14 +00:00
matthieu
564f273b51
Update to xwininfo 1.0.5
2009-10-24 15:37:50 +00:00
matthieu
5c52321f03
Update to xwd 1.0.3
2009-10-24 15:34:20 +00:00
matthieu
d5162c9a3c
Update to xvinfo 1.1.0
2009-10-24 15:27:08 +00:00
matthieu
13d20df973
Update to xsetroot 1.0.3
2009-10-24 15:23:17 +00:00
matthieu
23e0fdf2ad
Update to xrefresh 1.0.3
2009-10-24 15:18:49 +00:00
matthieu
8a7b9482d5
Update to xrdb 1.0.6
2009-10-24 15:15:11 +00:00
matthieu
fe899414b6
Update to xprop 1.1.0
2009-10-24 15:10:42 +00:00
matthieu
a97776ca7f
Update to xpr 1.0.3
2009-10-24 15:05:16 +00:00
matthieu
430009b415
Update to xman 1.1.0
2009-10-24 15:00:51 +00:00
matthieu
3337d84178
Update to xlsclients 1.0.2
2009-10-24 14:52:00 +00:00
matthieu
973f367b87
Update to xlsatoms 1.0.2
2009-10-24 14:48:18 +00:00
matthieu
02385edf52
Update to xkill version 1.0.2
2009-10-24 14:31:24 +00:00
matthieu
c7ac4d0b62
Finish 1.0.2 merge: removed files missed.
2009-10-24 14:28:19 +00:00
matthieu
f44a894376
Update to xkbutils 1.0.2
2009-10-24 14:25:00 +00:00
matthieu
f8f52ab1fb
Udate to xinput version 1.5.0
2009-10-24 14:17:46 +00:00
matthieu
8a4dfaafb9
Update to xhost 1.0.3
2009-10-24 14:14:08 +00:00
matthieu
50b3664bc3
Update to xgamma 1.0.3
2009-10-24 14:11:55 +00:00
matthieu
3c1ea789d5
Update to xev 1.0.4
2009-10-24 14:07:05 +00:00
matthieu
658adee8db
Update to xdriinfo 1.0.3
2009-10-24 14:03:09 +00:00
matthieu
f724ac0ee7
Update to xdpyinfo 1.1.0
2009-10-24 13:53:53 +00:00
matthieu
252286b3cb
sprintf() -> snprintf()
2009-10-24 13:34:54 +00:00
matthieu
d98b1feacd
update to xcmsdb 1.0.2
2009-10-23 20:50:22 +00:00
matthieu
5f8169f66e
update to xclipboard 1.1.0
2009-10-23 20:46:20 +00:00
matthieu
78d88d8014
update to x11perf 1.5.1
2009-10-23 20:36:40 +00:00
matthieu
8bf5933d01
really update to smproxy 1.0.3.
...
(previous commit was done without updating anything)
2009-10-23 20:31:39 +00:00
matthieu
b2e66f9c00
update to smproxy 1.0.3
2009-10-23 20:28:32 +00:00
matthieu
a7bf3d9e64
update to mkfontdir 1.0.5
2009-10-23 20:17:18 +00:00
matthieu
d8c028716d
update to mkfontscale 1.0.7
2009-10-23 20:14:10 +00:00
matthieu
aee867dd88
update to iceauth 1.0.3
2009-10-23 19:59:11 +00:00
naddy
e0924b72dd
use openpty(3) to grab a pseudo-tty, patterned after xterm; ok matthieu@
2009-10-13 21:11:08 +00:00
matthieu
75e28f55c7
update to setxkbmap 1.1.0
2009-10-10 10:33:01 +00:00
matthieu
9fb099a14a
update to xbacklight 1.1.1
2009-10-10 10:22:10 +00:00
matthieu
aacbb9a89f
update to xfs 1.1.0.
2009-10-10 10:12:48 +00:00
matthieu
00e4302533
update to xmodmap 1.0.4
2009-10-10 09:47:10 +00:00
matthieu
72710be2d2
update to xset 1.1.0. tested by naddy@
2009-10-10 09:42:16 +00:00
matthieu
683b9ddb1b
Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.
2009-10-05 18:17:43 +00:00
matthieu
2e533db842
update to luit version 1.0.4.
2009-10-04 16:13:59 +00:00
matthieu
6dece721c7
Disable xtrap test clients. ok oga@
2009-10-04 15:01:49 +00:00
matthieu
80cf1b72ef
update to xrandr 1.3.2
2009-09-26 14:53:04 +00:00
matthieu
86728bc555
update to xmag 1.0.3
2009-09-26 14:49:36 +00:00
matthieu
bebee9da71
remove obsolete commands.
2009-09-26 14:45:03 +00:00
matthieu
614e0aa897
remove rstart, take #2 .
2009-09-26 14:44:02 +00:00
matthieu
2b5f2a1839
Remove rstart.
2009-09-26 14:42:30 +00:00
matthieu
909f263119
update to xclock 1.0.4
2009-09-26 14:35:39 +00:00
matthieu
6dad7ec690
update to xauth 1.0.4
2009-09-26 14:32:12 +00:00
matthieu
fc72d75df9
Update to bitmap 1.0.4
2009-09-26 14:06:18 +00:00
matthieu
da78e706dc
Update to bdftopcf 1.0.2
2009-09-26 14:04:52 +00:00
matthieu
d37cd34628
update to appres 1.0.2
2009-09-26 14:03:15 +00:00
oga
3bb2531f46
With Xinerama enabled, the borders of a maximized window will show up on
...
all adjacent screens. This patch hides the borders while the window is
maximized.
From Bertrand Janin; thanks!
ok okan@
2009-09-25 15:57:49 +00:00
sobrado
7c562918ba
libXt is built with /etc/X11/app-defaults as the default search path,
...
not /usr/X11R6/lib/X11/app-defaults.
ok matthieu@
2009-09-23 20:02:22 +00:00
sthen
6b50184426
Update to xterm 248, fixing several bugs including a regression with
...
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-19 00:03:36 +00:00
matthieu
23f548aa24
update to xterm 247, a small bug fix over version 246.
2009-09-05 16:06:57 +00:00
okan
d1b60130a8
re-introduce the intention of the change from rev 1.4 in menu.c here
...
instead, by moving the check for '\0' to only the places that it
matters. hint and 50% of the diff from oga@, prodded by todd@
ok oga@
2009-09-05 16:06:15 +00:00
matthieu
3af530ab2b
update to xterm 246. Has been in snapshots for some time.
2009-09-05 15:58:09 +00:00
tobias
6e4f4540c2
style
...
ok oga
2009-09-05 14:10:11 +00:00
okan
c3064dbf27
unroll the CCTOSC macro; from Thomas Pfaff
...
ok oga@
2009-08-27 01:38:08 +00:00
okan
2f17ef273a
static; ok oga@
2009-08-25 12:05:11 +00:00
okan
1facf8e143
we are not doing access control here, so replace the "check if file is
...
executable" goo with access(2).
originally from jacekm@ long time ago.
"i can live with that" oga@
2009-08-25 02:02:59 +00:00
oga
1a74c54fd8
Reduce duplciation of code for checking modifiers in key/mouse bindings.
...
shaves a bunch of bytes.
ok okan@
2009-08-25 01:44:39 +00:00
oga
9924c77a57
Instead of calling conf_bind*() 50 gazillion times in a row, store an
...
array with all the parameters in and just loop over that to setup the
default keybindings - it's so much easier to read.
okan@ "love love love"ed this
2009-08-25 01:42:05 +00:00
oga
78deb6c3b0
Instead of messing around everytime we do a resize, just clamp the
...
resize increments to a minimum of one, and use it unconditionally.
"you've convinced me, do it!" okan@
2009-08-25 01:32:40 +00:00
okan
30e985c9db
unroll macro; ok oga@
2009-08-25 01:26:09 +00:00
oga
081d2deacd
Add a keybinding to allow horizontal maximisation of a window (CMS-enter).
...
based on a diff by Thomas Pfaff; thanks!
ok okan@
2009-08-24 23:54:41 +00:00
okan
5111e27310
bring together gathering, calculating and applying of size hints;
...
additionally, respect aspect ratio hints.
ok oga@
2009-08-24 23:49:04 +00:00
oga
67c21c1d1a
Instead of having a function that just calls TAILQ_INIT on a global, use
...
TAILQ_HEAD_INITIALIZER() and drop the function.
ok okan@
2009-08-24 21:22:48 +00:00
oga
5407ee5608
instead of checking for flags in the client context, then removing them.
...
e.g.:
if (flags & flags_we_care_about)
flags &= ~(flags_we_care_about);
just whack the flags unconditionally, it's simpler.
okan@ agrees.
2009-08-24 17:04:39 +00:00
okan
a75b749328
remove unnecessary Ar macros
...
ok jmc@
2009-08-08 17:27:51 +00:00
okan
fb65a7fcc0
remove unnecessary Dq macro; based on a diff from Martin Toft
...
feedback and ok jmc@, martynas@
2009-08-08 00:25:52 +00:00
matthieu
160be1ef33
Initialize ed.used_stdout at the beginning of do_extract() to avoid
...
reading uninitialized memory later.
Reported by Philip Guenther. Thanks.
2009-07-19 08:12:09 +00:00
oga
7230692acb
use fnmatch to glob the entries in the exec menu.
...
allows shell globbing constructs such as *ctl, etc in the exec menu (m-?
by default).
Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as
me when reworking it, and oked this one.
2009-06-26 12:45:12 +00:00
todd
c4dd635c0a
puffy 4.6
2009-06-26 12:33:59 +00:00
okan
d893a97dee
static local functions and data; almost identical diff from Thomas Pfaff
...
ok oga@
2009-06-26 12:21:58 +00:00
okan
28840135ea
tidy up startup/init routines
...
ok oga@
2009-06-23 21:52:38 +00:00
okan
e61fd04310
compact a bit by condensing a few if-else's; from Thomas Pfaff
...
"go on then" oga@
2009-06-20 00:55:41 +00:00
okan
a7dfb91b88
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
...
place anyway, this makes things a bit more consistent; from Thomas Pfaff
ok oga@
2009-06-20 00:22:39 +00:00
okan
0230e26854
spacing
2009-06-20 00:19:56 +00:00
sobrado
9bc8348d66
`exec'' and
`ssh'' are lowercase.
...
ok martynas@
2009-06-19 10:43:49 +00:00
sobrado
2de9f26c1d
items on the first list should have full stops too.
...
ok martynas@
2009-06-18 20:44:40 +00:00
sobrado
b0a20e655b
the on-line manual should use the same notation for key bindings
...
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.
ok martynas@
2009-06-18 20:24:54 +00:00
okan
1183bd535d
remove unnecessary casts; from Thomas Pfaff
...
ok oga@
2009-06-17 13:08:37 +00:00
okan
89d865166d
re-factor parts of mouse move/resize bit to shrink and make more
...
readable; no behavior change
ok oga@
2009-06-17 12:45:01 +00:00
okan
96b7d95a17
move like defines to a central, logical location; no binary change.
...
aok oga@
2009-06-17 12:30:17 +00:00
jcs
17c4b628de
typo
2009-06-06 23:33:20 +00:00
matthieu
1c68deb738
workaround for a problem that appeared with xterm 243 on arm cpus.
...
It dumps core in VTInitialize() if charproc.c is compiled with -O2.
The problem is in the lines 5610 to 5614 of this file, which were
added by xterm 243, but I can't see an obvious problem here.
2009-05-31 16:22:34 +00:00
okan
f18194f34c
'no' is the answer to the comment question: cc->name can't be NULL at
...
this point due to client_setname()'s work; remove this check.
ok oga@
2009-05-30 00:30:27 +00:00
okan
9e51da2d59
re-order a bit for readability.
...
"if it makes you happy" oga@
2009-05-30 00:30:17 +00:00
okan
56f901ac72
revert the 1.4 change - causes a double free noticed by grange@ a while
...
ago while using kazehakase (or clients that don't set a name).
ok oga@
2009-05-30 00:29:08 +00:00
sthen
01c9bf9a3c
In movetogroup, check the window's current group and skip client_hide()
...
if it's the same as the active group. Was in my original movetogroup diff,
but it got simplified a little too far. ok oga@
2009-05-19 12:49:37 +00:00
matthieu
224dd37703
update to xinput 1.4.2
2009-05-18 20:50:15 +00:00
okan
403de0648e
nuke the leading underscore notation for local static functions - there
...
are far better ways to know.
"go for it" oga@
2009-05-18 00:23:35 +00:00
oga
099e0eb73d
oops, we appear to have grown an extra prototype for group_only(), get
...
the secateurs out.
2009-05-18 00:17:46 +00:00
oga
01972f31ae
Rip out the event layer and just use a static array of callbacks like
...
every other window manager since twm.
The event layer is very nice, very shiny, very flexible, and very much
underutilised. We don't need any of those shiny features so it's
probably better to earn ourselves 1k smaller text size instead.
ok todd@, okan@
2009-05-18 00:14:19 +00:00
okan
60e9431c86
redraw all borders at once on reload
...
"sure" oga@
2009-05-17 23:54:17 +00:00
okan
d3c904a333
a long time coming - re-work the way we deal with colors: since we're
...
using Xft(3), use it to select the font color as well instead of trying
to build one; properly allocate and free colors at-will, e.g. we now
have configurable colors.
feedback and ok's todd@ and oga@
2009-05-17 23:40:57 +00:00
okan
1a91924225
minor bit of knf, just to be consistent; oga@ doesn't mind that much
2009-05-17 23:37:52 +00:00
okan
b25495ebda
unbreak
2009-05-17 22:48:47 +00:00
sthen
5dd486dee8
add a "movetogroup" function, which hides the current window from
...
display and moves it to another group. useful with the recently added
"grouponly" function, giving the ability to use groups as simple
virtual desktops (similar to e.g. xmonad, dwm and scrotwm).
this doesn't have default keyboard bindings; cwmrc(5) now shows how
you could use these functions (use M-1...9 for grouponly1...9 and
MS-1...9 for movetogroup1...9 to emulate the default dwm bindings).
ok oga@
2009-05-17 17:04:59 +00:00
sthen
662b00c143
redraw the border when unhiding a client window. fixes the situation where
...
you change to a different group and the mouse isn't over a window; previously
the border of the previously active window was highlighted but it didn't
actually have focus.
reads ok to oga@.
2009-05-17 16:51:43 +00:00
oga
11fa2e97eb
add missing prototype.
2009-05-14 16:29:58 +00:00
oga
873b5b8ebb
Add a new command (currently no default keybindings for it), grouponly[1-9].
...
This works like the group select binding, but hides all other groups.
So, the people who've been complaining that they don't get "virtual
desktops" in cwm may want to try this out in cwmrc (from memory, untested):
---
#cwmrc
# add new windows to the current group
set sticky
# automatically sticky windows. xclock for now.
# to make more windows sticky use group_toggle to unset their group
autogroup 0 xclock
# make the group selection keys hide other groups, emulate virtual desktops
bind CM-1 grouponly1
bind CM-2 grouponly2
bind CM-3 grouponly3
bind CM-4 grouponly4
bind CM-5 grouponly5
bind CM-6 grouponly6
bind CM-7 grouponly7
bind CM-8 grouponly8
bind CM-9 grouponly9
---
mostly by sthen, tweaks from me.
ok todd@, "if it works i'm ok with it" okan@, ok sthen@
2009-05-14 16:24:04 +00:00
okan
0eea198f30
right and middle mouse buttons swapped; from rgouveia@cosmico.net
2009-05-04 22:01:35 +00:00
okan
fcc63352ee
no need to use the global here.
...
ok todd@ oga@
2009-05-04 19:13:33 +00:00
okan
d997637f54
properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.
...
ok oga@
2009-05-04 18:05:21 +00:00
matthieu
033e24f23d
update to xinit 1.1.1
2009-05-03 13:17:37 +00:00
oga
d95aa59b6a
fix usage(). this bit me when I actually tried to use it. Now it matches
...
the manpage (which is correct).
ok matthieu@
2009-05-02 19:18:13 +00:00
matthieu
03806ef23c
update to xinput 1.4.1
2009-05-02 15:24:13 +00:00
matthieu
eed3adbba8
update to xrandr 1.3.0
2009-05-02 15:21:24 +00:00
okan
ce9db1f7f3
fix the other 50% of xrandr cases; reported by sthen@
...
"commit that" oga@, ok sthen@
2009-05-01 17:50:20 +00:00
okan
94cef1175b
don't sync more than 60 times per sec on resize and move; idea from scrotwm.
...
ok oga@ sometime ago
2009-04-15 14:10:07 +00:00
okan
cc291e2910
properly teardown X connection upon quit; static a few while here,
...
requested by oga@
ok oga@ sometime ago
2009-04-15 14:01:45 +00:00
okan
3a114084bf
we include sys/param.h, so remove sys/types.h; sort while here.
...
ok oga@
2009-04-12 23:51:10 +00:00
matthieu
388c3eba67
Update to xterm 243. tested by naddy@.
...
Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to
freed memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when
pastes of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new
resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT
Atom in preference to UTF8_STRING (discussion with Stanislav Sedov
regarding koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work
around /etc/man.conf's with those variables already set (report by
Mar'yasin Semion).
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
containing the same string for shifted/unshifted keys will be seen by
tcap-query as only the unshifted key. (This would only happen with an
incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242 , which disallowed
zero/negative values (Redhat Bugzilla #487829 ).
2009-04-04 15:10:44 +00:00
martynas
b2a47454e5
- avoid shadowed Mask declaration in menu_filter
...
- make _xev_reincorporate static
evmask naming oga@, input okan@. ok okan@, oga@
2009-03-28 16:38:54 +00:00
matthieu
8264c1f76d
Disable applications not maintained anymore by X.Org: rstart/rstartd and
...
proxymngr. ok todd@.
2009-03-28 15:38:46 +00:00
matthieu
47a95020af
Update to xterm 242. Tested by jsg@.
2009-03-09 22:13:04 +00:00
matthieu
9aede42132
Remove deprected applications that have been disconnected for a while.
2009-03-08 13:40:19 +00:00
matthieu
c92ee53ccf
regen
2009-03-08 09:49:03 +00:00
matthieu
8563657009
Update to xauth 1.0.3 + fixes from git head. Partially addresses system/6097.
2009-03-08 09:35:07 +00:00
todd
04a164dc63
puffy 4.5
2009-02-09 16:13:47 +00:00
martynas
af87ed9631
add 'moveamount' to cwmrc; it sets keyboard movement amount, making
...
it more useful on large screens
manpage tweak & ok jmc@
ok okan@, oga@
2009-02-07 21:07:00 +00:00
martynas
0c4060da89
remove leftover from mdoc.samples; ok jmc@
2009-02-07 16:59:11 +00:00
martynas
33c5846d9b
fix off-by-one in geom.[xy], after pwin changes. keyboard movement
...
to the rightmost or bottommost corners would confuse cwm:
- there's no way to get the window back
- tab cycling breaks
ok okan@, oga@
2009-02-03 22:20:31 +00:00
matthieu
65fb6f112c
Better looking default resources for the XDM chooser.
...
ok pyr@, sobrado@.
2009-02-02 21:01:57 +00:00
matthieu
8fd38b9171
getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
...
This code already does this if IPv6 support is compiled in. It
was dereferencing a NULL pointer in the IPv4 only case.
2009-01-30 21:46:35 +00:00
matthieu
fef4aae88f
regen
2009-01-30 17:18:13 +00:00
matthieu
384148c3d5
Fix a merge botch in xdm 1.1.8 update.
2009-01-30 17:17:19 +00:00
matthieu
5847d1746e
Add more input checks. From "nobody@example.com" on bugs@.
2009-01-30 11:06:25 +00:00
matthieu
dbbba05dba
xdm 1.1.8.
2009-01-29 22:18:35 +00:00
okan
ce211a10b8
remove Nscreens and x_screenname() - we really don't need them.
...
ok oga@
2009-01-27 02:16:20 +00:00
oga
e75ea3304d
One of the most annoying things to do was restart cwm and lose all of
...
your group state. Fix this up by using an X Atom (_CWM_GRP) to store the
name of the group that we're using (the name, not the number is because
at one point we may make the group numbers dynamic). I've been talking
about this since c2k8. so CM-w means you keep all of your windows grouped
properly.
ok okan@, todd@
2009-01-27 00:42:53 +00:00
okan
95be5acd6a
passing a null pointer to free() is valid; sprinkle a few free->xfree.
...
ok oga@
2009-01-23 20:47:45 +00:00
oga
b32f2133fb
Whitespace nit.
...
pointed out by okan.
2009-01-23 20:07:20 +00:00
oga
ed5d1f7c8b
Switch to using XInternAtoms for caching the atom numbers. Saves a pile
...
of function calls and server roundtrips.
ok okan@
2009-01-23 20:04:30 +00:00
okan
479c9127c8
move conf_clear() and add proto.
...
ok todd@ oga@
2009-01-23 19:00:59 +00:00
oga
9908d2b7cb
Move the keybinding argument to a union to prevent warnings where
...
sizeof(int) != sizeof(void *). This has been annoying me for ages.
ok okan@, todd@
2009-01-23 18:58:40 +00:00
okan
17141e7c32
now that pwin is gone gone gone, we no longer have to do the bwidth
...
dance; xevents now able to deal with a border being set (which fixes
those annoying movie-watching apps).
ok todd@, oga@
2009-01-22 19:01:56 +00:00
oga
dea701e5a4
The default font name is strduped, so don't test for default font name
...
(therefore leaking it) when cleaning up a conf struct.
ok okan@
2009-01-22 18:16:38 +00:00
oga
d12622bfcd
Oops, missed an atom.
...
ok okan@.
2009-01-22 18:06:16 +00:00
oga
353996486d
Cache all of the X atoms we use at startup.
...
Do this instead of querying for them every time we use them. This
removes an XXX that has been in there since time began. This will become
more important as we move towards supporting netwm.
ok todd@, okan@.
2009-01-22 15:26:33 +00:00
todd
eeba7da292
borderwidth as a cwmrc(5) keyword, really helps debugging
...
from okan@
ok oga@
2009-01-21 15:04:38 +00:00
todd
5409a9c73b
library dependency ordering matters for static archs, -lXext last in this case
...
from matthieu@, verified on vax
2009-01-19 20:23:19 +00:00
okan
927ee3a5a8
remove unused
...
ok oga@
2009-01-17 20:39:24 +00:00
oga
d1881c13d9
Finally fix the really annoying race where if you rapidly switch groups several
...
times you'd end up losing clients (thinking they had gone away).
From the ICCCM (which should not be read without a stiff drink in hand,
I made this mistake so you don't have to): to request a window to be
withdrawn one should send a synthetic UnmapRequest event when iconified.
To request iconification one should just unmap the window. The ICCM
further recommends that the synthetic event should just be taken as a
cue to withdraw, to deal with legacy clients. Taking a hint from this,
rework xev_handle_unmaprequest to correctly detect these situations. A
Withdrawn window may come back anywhere, even as a subwindow of
something else, so the correct way to handle this state is to forget it
ever existed.
While i'm here, kill a dumb attempt to notice this in client_delete, and
nuke the very unnecessary arguments.
Todd confirmed this fixes the `race'.
ok todd@, ok ok okan@
2009-01-17 18:41:50 +00:00
okan
a738af5c3d
revert just the 'race fix'; more works needs to be ironed out with
...
events and state.
agreed by oga
2009-01-16 16:49:17 +00:00
okan
77631d0413
remove pwin, bringing us to one client, one window. we no longer have
...
to push attributes around, so things get a lot simplier, while fixing a
few issues in the meantime; original suggestion by Edd Barrett many many
moons ago.
annoying window placement and race, found in c2k8 by todd, fix by oga!
lots of feedback from todd and oga - thanks!
"commit that bad boy" oga@
2009-01-16 15:24:14 +00:00
oga
7b0ecc6d1f
On startup, don't leak memory when we enumerate existing windows.
...
The behaviour until now was to ask X for the windows name (which is
malloced) then drop that on the floor and do nothing with it. Skip this
foolery and just skip the window. I don't believe I never noticed this before!
"you can has ok" okan@
2009-01-15 17:23:12 +00:00
okan
454d1e5ef5
- add missing prototypes.
...
- properly name, place and static private functions.
- move function which finds the xinerama screen for a coordinate to
a more appropriate place while altering its semantics to match others.
- tiny bit of style.
ok oga@
2009-01-15 00:32:35 +00:00
okan
b14cbfe250
better cast; noticed by ray@
...
ok ray@ oga@
2009-01-13 15:25:43 +00:00
oga
1b62620f13
Add -Wall to CFLAGS, it's helped find a few dodgy constructs.
...
ok okan@.
2009-01-11 21:48:27 +00:00
oga
b1941d120c
shortcut_to_name should not be defined as static in a header file. Put
...
it in group.c where it it used most, and add an extern definition for
the other users of it.
Found by gcc -Wall. ok okan@
2009-01-11 21:46:48 +00:00
okan
331aeae1e7
add missing prototypes
...
ok oga@
2009-01-11 21:34:22 +00:00
okan
f950e7b909
better comparison idiom; found with -Wall
...
ok oga@
2009-01-11 21:33:45 +00:00
okan
1f1b40b2c2
- merge grab_sweep() into mousefunc_window_resize().
...
- merge grab_drag() into mousefunc_window_move().
- properly name, proto and static private functions.
- since we already do XMoveResizeWindow() and XMoveWindow() in (now)
mousefunc_window_resize() and mousefunc_window_move() respectively,
client_resize() and client_move() calls are unnecessary.
ok oga@
2009-01-11 18:34:46 +00:00
okan
343413a720
FcNameParse() manpage lies, cast here.
...
found with pcc.
ok oga@
2009-01-11 18:32:08 +00:00
okan
7b276c6791
remove unused variables
...
ok oga@
2009-01-11 18:25:49 +00:00
matthieu
52d6539f3c
xterm 239
...
correct a cast in input.c, which broke translation of numeric
keypad codes to pageup, pagedown, etc., on 64-bit platform (Debian
#511138 , report by Larry Doolittle).
2009-01-10 18:08:42 +00:00
oga
d6ad440728
If the mousebutton is unknown when we go to grab, don't just print a
...
warning, but also skip the XGrabButton call. Noticed by code inspection
by okan@, but we agreed my fix was cleaner.
ok okan.
2009-01-08 21:35:19 +00:00
matthieu
7a43c97042
Disable allowFontOps, allowTcapOps and allowWindowOps by default
...
on OpenBSD.
2009-01-06 20:31:59 +00:00
matthieu
7d6f399c75
xterm 238. includes fix for CVE-2008-2383.
2009-01-06 20:10:20 +00:00
okan
32b6a0bc15
remove "search should ignore the current window" from list, for the
...
current behavior is better...
ok oga@
2009-01-06 00:41:09 +00:00
okan
4d0c216b55
HasXinerama is an int
...
ok oga@
2009-01-06 00:19:55 +00:00
okan
f7e5fe5537
remove unused code
...
ok oga@
2009-01-06 00:18:07 +00:00
matthieu
ea3c465f2e
Avoid infinit loop on make clean. Problem found by mglocker@.
2009-01-03 17:55:00 +00:00
matthieu
6cc8d9324a
xedit 1.1.2
2009-01-01 15:30:40 +00:00
matthieu
6e75710066
mkfontscale 1.0.6
2009-01-01 15:24:14 +00:00
matthieu
1533e1e5e4
Disable build of deprecated proxymngr and xfindprox applications.
2008-12-23 09:02:50 +00:00
matthieu
696c509e89
Remove obsolete applications (replaced by xinput).
2008-12-23 08:59:21 +00:00
oga
d4dd2359ac
Kill obviously dead variable.
2008-12-04 23:55:04 +00:00
oga
15161fba13
Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it
...
shouldn't get that signal), and this causes problems for our children
since they inherit the ignore.
Pointed out by Jacek Masiulani in pr 6010; thanks!
2008-12-03 23:55:46 +00:00
matthieu
b44ff0aad7
xedit 1.1.1
2008-10-13 20:53:31 +00:00
matthieu
2712cbe1e6
luit 1.0.3
2008-10-13 20:34:11 +00:00
oga
eb02c0fb7a
Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr
...
reconfiguration events and change our sizes depending on that. We also detect
the xinerama screens for maximize, vertmaximize and initial window placement.
This could be improved by automatically resizing maximized windows when
the screen resolution changes and by moving windows that would be hidden
into visible space. Said changes will come shortly.
Tested by many. matthieu@ didn't oppose.
2008-09-29 23:16:46 +00:00
matthieu
215beda67c
xterm 237. tested by krw@ oga@ and others.
2008-09-23 19:08:55 +00:00
oga
f5db6743c6
.Bl needs a matching .El. From Martin Toft a while ago, thanks!
2008-09-22 14:37:12 +00:00
oga
a31ba9ca46
Improve wording of the ``ignore'' directive. From Martin Toft a while
...
ago, ok okan@ from similar amount of time ago.
2008-09-22 14:35:16 +00:00
oga
9e7ba1fa24
*sigh* Revert the diff that wasn't meant to go in yet.
...
note to self: When you mean to type cvs commit search.c, don't forget
the filename.
2008-09-22 14:28:04 +00:00
oga
0f0542ace1
Display the current window title not a previous one in the case of
...
``show all'' in the window search dialogue. Noticed and diff from Tim
van der Molen, thanks!
2008-09-22 14:15:03 +00:00
matthieu
20301d4446
Remove deprecated applications (have been disabled for several month).
2008-09-14 13:18:28 +00:00
matthieu
c274ccee10
build xcompmgr.
2008-09-13 16:36:52 +00:00
matthieu
15769b01aa
Patch from X.Org -current: Make usage() report the current version.
2008-09-13 16:22:25 +00:00
matthieu
dd8896a496
Xenocara build infrastructure and regen autotools files.
2008-09-13 16:19:05 +00:00
matthieu
8f60c8493e
Import xcompmgr 1.1.4.
...
It will replace the version in ports now that its license has been
clarified. ok ajacoutot@ balmer@ oga@.
2008-09-13 16:15:43 +00:00
matthieu
f7acc14330
Enable xinput, disable xsetmode & xsetpointer.
2008-09-07 21:09:57 +00:00
matthieu
2ea901fcb3
Xenocara build infrastructure and regen autotools files.
2008-09-07 13:31:56 +00:00
matthieu
4f74aa8fd3
Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1).
2008-09-07 13:28:39 +00:00
canacar
0f1b286a2e
Keep the exec menu entries sorted.
...
Go for it okan@
2008-09-03 04:39:12 +00:00
matthieu
52d6163acf
Remove extra semi-colon after conditional. Tested by phessler@.
2008-09-01 19:18:13 +00:00
matthieu
b58642ac9d
xwininfo 1.0.4
2008-08-27 19:30:04 +00:00
matthieu
ef0d58967c
xwd 1.0.2
2008-08-27 19:24:47 +00:00
matthieu
cf96e1067e
xterm-236. Tested by form@ and simon@.
2008-08-25 18:05:56 +00:00
oga
5d526ad59f
fix the froggy problem.
...
Implement a handler for the MappingEvent, meaning that the keymap has changed.
When this happens, ungrab all bindings, update the map, and regrab.
Fixes the problem where some keybindings wouldn't work under non us or
uk keymaps (especially the .fr map, it seems). Issue noticed by
ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff
from ratchov@.
ok okan.
2008-07-22 21:01:54 +00:00
oga
cdb45f007b
We've been handling grabbing wrong all this time (noticed at c2k8).
...
add conf_grab() and conf_ungrab, and use them in the keybinding manipulation
functions to {,un}grab the binding for all screens we have defined.
the lovely little ordering problem comes in here, since when we parse
the config initially Screenq is empty, so regrab after we fill the
queue, hopefully later reordering will remove this little need and there
will be much rejoicing.
ok okan.
2008-07-22 20:51:54 +00:00
oga
c462c7e1b6
split x_setup() into two. dpy_init() for setting up the display and
...
checking the X config, and x_setup to set up the screens.
There's an ordering problem that means that some of this init needs to
come after the config is parsed, the rest should ideally happen before
though. This is a rough split, it will be refined later. Again, needed
for an upcoming change.
ok okan.
2008-07-22 20:42:24 +00:00
oga
893d8d3dd0
Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes
...
that are coming up depend on it.
ok okan.
2008-07-22 20:26:12 +00:00
oga
91dbf08299
Kill screen_init(). it's been stubbed out for a while now. I don't envision it
...
coming back in it's current form.
ok okan@.
2008-07-22 19:54:57 +00:00
oga
ea5ee72e33
kill another leftover prototype.
...
ok okan@
2008-07-22 19:52:54 +00:00
matthieu
f4cf1775d9
Formatting fix. From Tim van der Molden.
2008-07-20 06:47:48 +00:00
oga
b4d2f0f926
Put back the initialisation of gc in group_cycle. No cookie for okan.
...
Reported by Dan Harnett, thanks!
2008-07-18 15:40:52 +00:00
okan
4c22c74258
add cwm to exec/restart menu
...
ok matthieu@ oga@
2008-07-16 12:43:05 +00:00
okan
45606f7a0d
move client_vertmaximize to a more sensible location, purely for readability.
...
"don't mind at all" oga@
2008-07-15 22:12:09 +00:00
okan
d995c0ea4d
save an X call and use what we already have stored.
...
ok oga@
2008-07-15 22:06:48 +00:00
okan
37abf72424
don't compensate for bwidth twice.
...
ok oga@
2008-07-15 13:52:02 +00:00
okan
53b397c1a3
Nm makes more sense than Xr, from Pierre Riteau - thanks!
2008-07-11 22:43:44 +00:00
oga
36326e6e7f
Change "a window" to "current window" in documentation. it's more correct.
...
While i'm here: Capital letter and full stop in descriptions in cwmrc.5
"looks good - do it" okan@.
2008-07-11 15:42:29 +00:00
okan
ee7ecdb4de
add Xr for cwm(1)
2008-07-11 15:20:04 +00:00
okan
d9407b888b
no more hidden (and mysterious) config reloads and allow binding a key
...
to a config reload; CMS-r by default.
ok oga@
2008-07-11 15:18:29 +00:00
okan
2e276584ab
replace snprintf with strlcpy
...
ok oga@
2008-07-11 14:24:34 +00:00
okan
de181a1c1f
we already have ymax, so use it instead of asking X for it again.
...
ok oga@
2008-07-11 14:23:30 +00:00
okan
cfb9c394cb
spacing, declaration lineup to be consistent throughout cwm,
...
readability, and a bit of knf.
ok oga@
2008-07-11 14:21:28 +00:00
todd
c727b6dd04
puffy 4.4
2008-07-02 02:29:59 +00:00
okan
9280b8fb5b
only cycle through visible *and* non-ignored windows.
...
ok oga@
2008-06-30 17:52:37 +00:00
oga
ff24dcbd56
Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,
...
so it's hard to press by accident, but there if you need it.
requested (in a way) and tested by johan and todd.
2008-06-25 22:44:42 +00:00
oga
553a7ea586
Support mod4 (windows key) in mouse bindings too.
2008-06-25 22:40:27 +00:00
oga
ff29a8e71a
Support shift in mouse bindings. There's really no reason not to.
...
tested by johan@ and todd@.
2008-06-25 22:38:36 +00:00
oga
5c700f8601
Actually grab the correct mouse buttons for a window, instead of doing the
...
old hardcoded ones (which now can be wrong).
tested by todd@ and johan@.
2008-06-25 22:37:29 +00:00
oga
7d5d330707
Sort flags.
...
From Pierre Riteau, thanks!
ok okan@.
2008-06-25 01:09:09 +00:00
oga
6963c8bb7d
Stop keyboard move moving the window utterly off the screen. If that
...
happens there's no way to get it back. Also, stop resize making a
windows size negative or zero. X does not like that one bit.
Diff from Martynas. Ok okan@.
2008-06-25 00:52:47 +00:00
matthieu
932e098f54
regen
2008-06-19 21:58:47 +00:00
matthieu
136098757a
- Don't depend on installed lbxproxy.
...
- Comment out the lbxproxy config in sample configuration file.
problem noticed by naddy@
2008-06-19 21:58:14 +00:00
oga
cb1f8b37f8
Don't link "-lX11 -lXau -lXdmcp" twice.
...
From Martin Toft, thanks!
2008-06-19 02:21:30 +00:00
oga
2ece6ad4cf
No need to map/unmap the window on hide/show since we already do the
...
same to its parent.
"makes sense" okan@.
2008-06-18 20:42:29 +00:00
matthieu
2a567d887f
Tis file is no longer in xinit 1.1.0.
2008-06-18 20:33:15 +00:00
matthieu
1420b92429
update to xinit 1.1.0.
2008-06-18 20:31:51 +00:00
matthieu
08ba1c99bd
Disconnect lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist
...
from the build. Those clients are not useful anymore now that the
server side is not there anymore. ok krw@ mbalmer@ and others.
2008-06-18 20:19:53 +00:00
oga
6bc6a1ee97
Revert previous "fix" it introduces new issues of its own.
...
The problem that's causing us to lose windows is that rapid hiding and
unhiding causes a backlog of X events, so we lose track of client state,
and delete cc->pwin when we should not. A proper fix will arrive when it's been
worked out.
2008-06-18 19:09:12 +00:00
okan
5cf4e1c7ef
missed one mouse function
...
noticed by oga
2008-06-17 23:46:49 +00:00
oga
81e6cb3e95
Ignore caps lock and numlock for keyboard bindings. The way Xlib makes
...
you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the
list of keybinding modifiers. They don't make much sense here.
based on a heavily modified diff from Martynas.
ok okan.
2008-06-17 23:40:33 +00:00
matthieu
a107e63a20
Replace rsh with ssh in the extrace/merge example. Rsh is no more.
2008-06-17 21:34:31 +00:00
oga
812ce180c5
Just rework the mouse binding calculation on event to look like the
...
kbfunc one. Makes the code a lot easier to read.
Fixes a bug i introduced in the last commit here.
ok okan.
2008-06-17 20:55:48 +00:00
oga
34c24fdb68
The mousebinding code missing a break once it had found the correct
...
binding, this expose another issue that's still being debugged.
Issue pointed out by Dan Harnett, thanks!
While i'm here KNF and rework the logic to not be ass-backwards.
ok okan.
2008-06-17 20:21:17 +00:00
mk
3d8c29aa2b
Make this not crash when compiled with -g.
...
Found by myself, analysis by kurt@, fix by me with input from otto.
``Just get some fix in...'' deraadt
2008-06-16 19:09:48 +00:00
oga
4ef73665d3
Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.
...
makes the code a lot simpler. While here rearrange the font handling functions
to be less shit.
ok and help okan@.
2008-06-15 02:47:46 +00:00
okan
b3cbe6ba11
(mostly) proper xshape event support
...
ok oga@
2008-06-14 22:04:11 +00:00
okan
a880cefb2e
unbreak
2008-06-14 21:59:09 +00:00
okan
b48fb0f64d
slightly alter the semantics of config files:
...
- if no config file, continue silently and apply defaults
- if config file, parse and move on
- if config file specified but not found, error out
ok oga@
2008-06-14 21:51:00 +00:00
okan
4a6468a264
confable menu and window mouse bindings from rivo nurges (thanks!) with
...
some minor fixups, man page bits and knf.
ok oga@
2008-06-14 21:48:54 +00:00
matthieu
2bcb8fed1a
Update to xkbcomp 1.0.5
2008-06-14 17:11:32 +00:00
matthieu
c2c271a871
Update to xfsinfo 1.0.2
2008-06-14 16:49:28 +00:00
matthieu
a1c7582f93
config.h.in was renamed xfs-config.h.in. missed in previous commit.
...
noticed by claudio@.
2008-06-14 13:07:28 +00:00
matthieu
cfa38e1f98
Man page update for fixed font label display change.
2008-06-14 01:07:29 +00:00
matthieu
7f2bd19b4a
When displaying a multi-lines label, switch to a fixed-width font
...
for 2nd and following lines, to make ascii art look correct.
ok deraadt@, grunk@.
2008-06-14 01:05:04 +00:00
okan
7a45a93574
finally document functions that can be bound, removing the need to have
...
name_to_kbfunc[] around.
feedback jmc@, ok oga@
2008-06-13 21:22:34 +00:00
matthieu
63286dc135
update to xfs 1.0.8.
...
(The multiple defined symbol problem is not fixed yet)
2008-06-13 21:00:35 +00:00
matthieu
fb9de713bd
Update to xdpyinfo 1.0.3 + one local change: don't print (null)
...
from XF86VidModeGetMonitor().
2008-06-13 17:49:12 +00:00
matthieu
a6907fb0c2
update to sessreg 1.0.4
2008-06-13 15:43:03 +00:00
matthieu
3a5d11e108
Update to showfont 1.0.2
2008-06-13 05:01:00 +00:00
matthieu
f6553ec825
Update to rgb 1.0.3
2008-06-13 04:55:03 +00:00
oga
daf3b54725
Don't client_delete() on an Unmap event, only do that on a client delete event.
...
found by (among others) todd@ when you have a lot of clients and do something
that maps and umaps a lot of windows fast.
Debugged with aid of gdb, todd, okan and NULL pointers in a pizza place in
edmonton while waiting an inordinately long time for food.
ok okan@, todd@
2008-06-13 03:41:58 +00:00
matthieu
f275352e0c
update to mkfontscale 1.0.5
2008-06-13 01:01:26 +00:00
matthieu
ab31903cb7
Update to fstobdf 1.0.3
2008-06-13 00:10:59 +00:00
matthieu
a22a0d05d6
Update to fslsfonts 1.0.2
2008-06-13 00:07:36 +00:00
matthieu
30017d821b
Update to fonttosfnt version 1.0.4.
2008-06-13 00:04:06 +00:00
okan
7b8f1156d3
kill another long gone proto
2008-06-12 19:10:56 +00:00
okan
ef151e79af
remove old (moved) code
...
ok oga@
2008-06-12 18:55:35 +00:00
okan
ad2ae8461f
instead of forcing the ptr in the middle everytime, be more 'calm'; keep
...
the ptr still unless it moves out-of-bounds, then just follow the edge.
brought up by todd@
ok oga@
2008-06-12 18:32:06 +00:00
okan
94f0aa5a59
place the pointer in the middle of the window after resizing with grab,
...
just like keyboard resize.
from Edd Barrett
ok oga@
2008-06-12 05:10:24 +00:00
okan
84aeb967ba
ignore if non-zero expose events, for we could be covered by multiple
...
windows; merely an optimization.
ok oga@
2008-06-12 05:01:13 +00:00
okan
0d911cac19
re-work client_placecalc()
...
- make sure new clients sit inside the current screen
- respect 'gap' placement on new clients
ok oga@
2008-06-12 04:59:51 +00:00
okan
45b2fad725
Enter -> Return, to be consistant and correct.
...
found the hard way by johan and discovered by oga.
"do it" oga@
2008-06-05 14:29:01 +00:00
okan
f42ad31e00
prevent trying to exec a null char; could potentially happen with a
...
canceled or empty searchstr.
ok oga@
2008-06-05 04:01:37 +00:00
okan
9005249c59
actually honor termpath and lockpath if specified in cwmrc.
...
"now" oga@
2008-06-05 00:07:05 +00:00
okan
2abd40cbdb
"Meta is a perfectly well defined concept in X (The keys bound to the
...
Meta_L or Meta_R keysysm). no need to redefine it roughly there" - matthieu@
2008-06-03 21:27:47 +00:00
okan
ddd8d269ff
make sure to take bwdith into account when placing a new window.
...
ok oga@
2008-05-23 18:57:35 +00:00
oga
6d57649414
Grab the keyboard when we initialise the menu. This stops the keyboard
...
shortcut code stealing our events in some cases.
"put 'er in" okan@.
2008-05-23 18:48:57 +00:00
oga
bad8c87b4a
Make menu_filter handle mouse movement too. This enables the keyboard
...
search dialogues to be manipulated with the mouse, too. It also allows
me to shrink the codebase further by killing grab_menu().
One known issue with highlighting the first entry in a search dialogue,
that'll be fixed soonish.
ok okan@, tested by Edd Barrett and todd@.
2008-05-21 14:11:19 +00:00
oga
ca512ce795
Pull out the behaviour in grab_label and search_start into one utility
...
function menu_filter(). The plan is to eventually merge in grab_menu too.
Shrinks the code a fair bit.
Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other
windows. This is particuarly noticable on slow machines with a LOT of xterms
(todd, you're an odd man).
ok okan@, todd@.
2008-05-20 14:50:51 +00:00
oga
f8b4088fad
General cleanup.
...
ok okan@.
2008-05-19 18:53:09 +00:00
okan
88bce60b1c
stop normalizing search input; searching and matching are still
...
case-insensitive. since this was the only use of normalizing input,
simplify as well.
allows one to exec with mixed case unmatched commands.
"works for me" oga@
2008-05-19 18:07:53 +00:00
oga
e13d74cfcc
Function prototypes should not have parameter names in them. These must
...
have been missed last time i knfed this.
ok okan.
2008-05-19 17:32:22 +00:00
okan
d07a7f737f
client_cyclenext() -> client_cycle() since we now pass an arg.
...
removes a stray proto as well.
discussed with and ok oga@
2008-05-19 17:24:19 +00:00
oga
796006fd7f
allow an autogroup value of 0 to mean no group. This means you can set
...
automatically "sticky" (in the traditional sense of the word) windows in
autogroup mode.
Based on an initial diff from Andrew Fresh, thanks!
ok okan@.
2008-05-19 17:13:55 +00:00
okan
7f3adeacc7
as done with cycle/rcycle, make prev/next group switching one kbfuncs
...
and use a flag; adjusted to match and rename to {r,}cycle.
"ok, since i came up with the same thing" oga@
2008-05-19 17:11:19 +00:00
oga
80fd601708
Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the
...
mru getting the order messed up when gvim/xpdf et all steal key events.
While i'm here, change the logic in client_cyclenext() to use break instead
of goto, it's nicer that way.
Thirdly, instead of two different kbfuncs, just use the one and a flag.
"put your cycle diff in so I can pkg_delete gvim" okan@
2008-05-19 15:17:50 +00:00
okan
0a4376b166
finally implement keyboard binding for group toggling
...
idea for the
"slightly-less-abhorrent-hack-but-a-hack-nonetheless-TM" from oga@
grab and ungrab the keyboard to get around some silly X apps that like
stealing events
ok oga@
2008-05-19 12:56:58 +00:00
okan
98aad18f7d
send the correct x/y coordinates to XConfigureWindow()
...
fixes some windows that seem as if they don't fit; noticed by Edd Barrett.
ok oga@
2008-05-18 20:06:36 +00:00
okan
0e709156e6
remove extra calls to client_draw_border()
...
ok oga@
2008-05-18 20:00:16 +00:00
okan
8d2a0490e4
fix backwards logic in example; found by oga@
2008-05-18 19:57:43 +00:00
oga
ca54149838
Fix two problems with conf_unbind():
...
1) it used TAILQ_FOREACH() when it's removing entrys from the list, this
is bad.
2) We didn't free key, so there was a small memleak too.
also rework conf_bindname's logic slightly to be more simple.
ok okan@
2008-05-18 19:47:19 +00:00
oga
61bdc5d36a
Kill conf_get_int(), it was a silly function anyway.
...
Since it's only used once just put the (simplified) logic into
conf_client() instead. This means we can kill an enum and
CONF_IGNORECASE, too.
ok okan@
2008-05-18 19:43:50 +00:00
oga
86b3e4dc4d
group_ctx->name is only used in this one function, and for now it
...
corresponds directly to the static list of group names. Just use the
static list and stop strdup()ing a new version for the context struct.
Since that never got freed this also fixes a small memleak.
Kill some unused variables while i'm here.
ok okan@
2008-05-18 19:38:18 +00:00
oga
e30f288bf4
When we're cleaning out the lists in parse_config and conf_clear it's a
...
lot simpler just to do while (entry = TAILQ_FIRST(head)) than to do a
for () over the whole lot. Simpler, shorter and probably faster.
ok okan@
2008-05-18 19:34:09 +00:00
okan
c3eca00a7c
- re-order and mostly re-write cwmrc(5)
...
- merge example config file into cwmrc(5) and remove (little good in here)
feedback from jmc@ - thanks!
ok simon@
2008-05-18 19:33:36 +00:00
okan
662115e25e
fix cwm's current XShape support from Edd Barrett -thanks.
...
XShape events should be handled at some point.
ok oga@
2008-05-17 03:59:54 +00:00
oga
4539521994
KNF, no binary change.
...
From Pierre Riteau. Thanks!
2008-05-15 22:18:00 +00:00
okan
6c44f202a4
tiny bit of knf
...
ok oga@
2008-05-15 21:56:21 +00:00
matthieu
c6cf53ff4a
Explicitly disable rplay. Found by mbalmer@
2008-05-11 20:36:28 +00:00
tobias
88f967a8bd
Signal handler of SIGCHLD calls waitpid() which sets errno on error. To
...
avoid clubbering of errno in normal context, save_errno got introduced.
ok oga
2008-05-06 15:12:04 +00:00
oga
519744a58e
Rework the alt-tabbing code to be a lot simpler.
...
Diff mostly from Edd Barrett, with some minor changes from me.
Unfortunately the issue where apps like gvim and xpdf are stealing
keyrelease events causing the ordering to be messed up, but this is a
lot better. A fix for the aforementioned issue shall be forthcoming,
once a good one's been found.
ok okan@, also tested by todd@
2008-05-01 18:01:13 +00:00
simon
73b49edae1
Allow slashes in unquoted strings.
...
From Pierre Riteau
Makes sense to oga@
2008-04-29 20:17:28 +00:00
okan
31b5fe3b59
nits from Pierre Riteau - thanks!
...
ok oga@
2008-04-28 01:27:46 +00:00
matthieu
a8dfa1fd5d
Add 2 files added with 1.0.4.
2008-04-21 06:04:31 +00:00
matthieu
9dbb6c9bfd
Update to xset 1.0.4
2008-04-20 16:47:32 +00:00
matthieu
25faa3f792
update to xrdb 1.0.5
2008-04-20 16:42:58 +00:00
matthieu
a99339125b
Update to xprop 1.0.4
2008-04-20 16:36:07 +00:00
matthieu
b0446f754a
Update to xkbcomp 1.0.4
2008-04-20 16:32:06 +00:00
matthieu
33acf34151
Update to xinit-1.0.8, while preserving local changes.
2008-04-20 13:46:02 +00:00
matthieu
e14d5aefcd
Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore.
2008-04-20 13:25:46 +00:00
matthieu
4aab415a58
update to xev 1.0.3
2008-04-19 16:59:34 +00:00
matthieu
5e9eca7e93
update to xdm-1.1.7 (No changes on OpenBSD).
2008-04-19 16:54:56 +00:00
matthieu
40cc08d6c3
update to x11perf 1.5
2008-04-19 16:23:00 +00:00
matthieu
a993561bd4
update to twm 1.0.4
2008-04-19 15:43:39 +00:00
matthieu
6f491b67d8
Update to xrandr 1.2.3.
2008-04-19 14:40:52 +00:00
oga
eb613a1bb7
merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,
...
this code was almost identical...
ok okan.
2008-04-16 13:47:29 +00:00
oga
fb651469ee
remove infowin. It slipped out of the last commit, for some reason.
2008-04-16 13:40:34 +00:00
oga
f062e958e0
Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc
...
respectively.
ok okan.
2008-04-16 13:38:09 +00:00
oga
9aedc9e805
Remove screen_infomsg(), nothing uses it.
...
ok okan.
2008-04-16 13:35:37 +00:00
oga
8a66857b72
kill an unused struct member.
...
ok okan
2008-04-16 13:33:26 +00:00
oga
8b3d596db5
make the argument parser for commands accept quoted strings, while i'm
...
there make u_spawn use exec_wm (renamed to u_exec) for it's execution to
remove duplicated code.
This means constructs like this work in .cwmrc:
bind CM-t "ssh -Y 192.168.1.2 \"xterm -e top\""
or alternatively:
bind CM-t "ssh -Y 192.168.1.2 'xterm -e top'"
"in it goes" okan@.
2008-04-15 21:20:56 +00:00
oga
5559ba08b3
Kill dirent_isdir() and dirent_islink() nothing used them since the new
...
parser went in.
ok okan.
2008-04-15 20:26:50 +00:00
oga
26beb05af2
hit it with the knf stick.
2008-04-15 20:24:41 +00:00
oga
a101e9a0c8
Add "gap" support to .cwmrc. The options put in here make gaps on the edge
...
of the screen where an application won't be {,vert}maximized over. used for
placing a statusbar or something like xclock.
Patch from Edd Barrett, with input from myself and okan. Thanks!
ok okan@.
2008-04-15 18:46:58 +00:00
okan
36cf099f9d
- add vi keybindings to search
...
- allow for ctrl-h as well
discussion with and ok oga@
2008-04-15 18:33:13 +00:00
okan
e588092d97
malloc -> calloc
...
suggested by and ok oga@
2008-04-15 18:22:08 +00:00
matthieu
766b9c6928
regen
2008-04-12 17:57:53 +00:00
matthieu
fd01a78b07
mkfontscale 1.0.4
2008-04-12 17:52:43 +00:00
matthieu
58b18c30eb
regen
2008-04-12 17:51:44 +00:00
matthieu
b8c22531e6
mkfontdir 1.0.4
2008-04-12 17:49:58 +00:00
okan
3174a0bb47
remove alt-tab menu
...
discussed with a few
ok oga@
2008-04-09 18:10:47 +00:00
oga
edd5ee518b
No cookie for okan.
...
fix use-after-free that broke exec's path getting stuff.
``paths'' isn't used anymore, but pointers to within that array are still
used in the next loop. delay freeing it until after then.
2008-04-08 17:38:27 +00:00
okan
fdb2248a19
better 'quit' keybinding default (CMS-q)
...
feedback from oga@ and simon@
ok oga@ simon@
2008-04-08 14:12:28 +00:00
simon
2fc4faf28a
Make _xev_quit "volatile sig_atomic_t" for proper correctness.
...
Noticed by oga@, thanks!
2008-04-08 00:09:50 +00:00
simon
8797c69ac9
Add quit function, bind it per default to CM-q and change exec_wm
...
binding to CM-w.
Inital diff from Gleydson Soares
Feedback from oga@ and okan@
ok oga@
2008-04-07 23:47:09 +00:00
okan
33d3a7edf1
- use $PATH before _PATH_DEFPATH, from Tim van der Molen
...
- plug leak, noticed by oga
feedback and ok oga@
2008-04-05 21:09:19 +00:00
simon
3bf9d124cf
Sync usage() with reality and manpage.
...
"ok, but no cookie" oga@
2008-04-03 13:58:57 +00:00
matthieu
84ff75cce6
Clear the password as early as possible in the BSD auth case. ok deraadt@
2008-04-02 20:08:52 +00:00
oga
da6f5be7c3
Fix a couple of issues with the maximization code.
...
If a window is vertically maximized, then resized, before the MAXIMIZED
flag wasn't removed, now it is. so doing a resize then does the right
thing.
Also, separate flags are needed for vertical and normal maximziation,
else when you do vertical-maximize, followed by maximize, the window
returns to it's original size.
ok simon@, okan@
2008-03-26 15:45:42 +00:00
matthieu
bbc31bf586
Introduce bsd.xconf.mk to set default config variables used
...
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00
matthieu
d00d2dd896
msg_controllen has to be CMSG_SPACE so that the kernel can account for
...
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This
works now that kernel fd passing has been fixed to accept a bit of
sloppiness because of this ABI repair.
lots of discussion with kettenis. From deraadt@
2008-03-24 21:24:52 +00:00
simon
0141485332
Replace the symlink configuration scheme with a simple yacc parser as
...
found in other places of the tree. Remove sticky and font commandline
options and add another one for alternative config locations.
Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there.
tested by various kind people, feedback from oga@ and okan@ - thanks!
ok oga@, jasper@, okan@
2008-03-23 15:09:21 +00:00
okan
f8bcc1f10d
allow autogrouping and sticky mode to work together
...
ok oga@
2008-03-22 21:34:07 +00:00
oga
d8e2d259e2
Rip out, burn, and dance around the grave of group-edit mode.
...
I've yet to speak to anyone who uses it, so just kill it.
You can still add/remove from groups using the mouse binding. Groups
may get a re-work sometime soon if i have a stroke of genius.
knocks about 4k off the i386 binary for me.
ok okan@, todd@.
2008-03-22 15:09:45 +00:00
oga
420d083afc
Remove a bunch of unused variables and incorrect comments.
...
"ok with me" okan@.
2008-03-22 14:09:02 +00:00
merdely
68bd73c06e
Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1).
...
ok matthieu@
2008-03-22 12:40:02 +00:00
matthieu
b3afb49cf6
Get rid of strcat() and strcpy(), fixing a potential stack overflow.
...
With help and ok deraadt@, millert@, oga@.
2008-03-20 20:45:10 +00:00
matthieu
ffca1db806
update to xterm 234. tested by merdely@, 'looks ok' deraadt@.
2008-03-19 21:15:46 +00:00
matthieu
dd869f4ed4
Remove a useless use of cat pointed by espie@ some time ago.
2008-03-19 20:31:09 +00:00
oga
4685ce9dbc
As mentioned in my last commit, there was an issue where the switching
...
code would always assume that the number of windows to switch to was
three if there were more windows hidden. Check for CLIENT_HIDDEN when we
count. Now it counts correctly.
ok simon@.
2008-03-19 00:18:28 +00:00
oga
92c71b48a2
client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT.
...
this prevents the issue where you close or hide a window, and end up
with no client selected (you're on the root window). When that happened
alt-tab failed. This, however, exposed to me a few more issues in the
alt-tabbing code:
-the code to detect how many lines we need looks bogus (you always get
three)
-alt-tabbing when everything is hidden always reawakes the most recent
window.
Fixes for these will be forthcoming.
ok simon@.
2008-03-18 00:48:56 +00:00
matthieu
7830df18ed
Regen with autoconf 2.59-p2, with AM_SANITY check zapped.
2008-03-15 18:08:24 +00:00
matthieu
16236de311
Repair msg_controllen. In those cases it should just be
...
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
of alignment. Based on fixes in base system.
2008-03-15 17:14:11 +00:00
sthen
4756cae49c
typo fix. ok oga
2008-03-14 14:38:10 +00:00
matthieu
f0623845fe
Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system.
...
ok deraadt@
2008-03-13 06:53:06 +00:00
matthieu
6da4224300
use explicit path to openssl. Reported by Dave Del Debbio. Thanks.
2008-03-07 07:48:10 +00:00
matthieu
d5cb652a3f
Change the default for XSRCDIR to /usr/xenocara. ok deraadt@
2008-03-03 07:01:44 +00:00
matthieu
ef3b0a0644
Fix initialization of vmin. This has caused script(1) to exit immediatly
...
when started inside an xterm that started with vmin=0 (because it had
no tty to inherit the correct value from). ok kettenis@, krw@, oga@.
2008-02-24 22:22:48 +00:00
oga
e2e723ac91
Fix a build race in ssh-askpass. This shouldn't happen, so XXX it.
...
ok matthieu@.
xenocara is now locked.
2008-02-22 11:35:22 +00:00
todd
655aabf8b5
puffy 4.3
2008-02-21 08:10:52 +00:00
todd
f076f9f5f7
no dri/GL apps for landisk; ok matthieu@
2008-02-21 08:04:44 +00:00
oga
43f7e32207
add exec_wm to calmwm.h, it was missing (bad ian@!)
...
Also, exec_wm() currenty err()s out if something failed with the exec,
killing the currently running wm. This is bad. Replace the err() with
warn() instead.
from Gleydson Soares, thanks!
2008-02-20 13:00:18 +00:00
oga
95429f5a28
Typo: s/supression/suppression
...
from Pierre Riteau, thanks!
2008-02-20 12:56:10 +00:00
miod
1d9ffcbd8d
Disable a few more binaries on m88k due to static linking.
2008-02-16 21:41:37 +00:00
matthieu
e8985d1d21
Change the default pointerMode for real now.
2008-02-16 09:49:28 +00:00
matthieu
3d2000e90b
Merge xterm 232.
...
New local change: default value for pointerMode is 0.
2008-02-16 09:40:00 +00:00
matthieu
065d15d7f3
Import xterm version 232. tested by many.
2008-02-16 09:34:45 +00:00
oga
5683e22512
usage never returns, and thus should be __dead.
...
ok jasper@.
2008-02-13 21:48:03 +00:00
oga
0f28b15cb7
add usage() for when an unknown option is given.
...
from Gleydson Soares <gsoares@gmail.com>, thanks!
ok jasper@
2008-02-13 21:04:19 +00:00
oga
10cf0b3574
Make cwm print the XDisplayName() if it fails to open the display,
...
instead of an error message that'll be gibberish to most people.
from Gleydson Soares. Thanks!
ok simon@.
2008-02-13 12:09:47 +00:00
mcbride
696e2f3de3
Run the program if xidle recieves a SIGUSR1.
...
ok matthieu jmc
2008-02-10 10:57:05 +00:00
ian
3e0ea9a7e9
Trivial typo in recent "exec windowmanager" addition
2008-01-22 17:35:23 +00:00
oga
225642aa5e
All of the 9wm code in cwm has been removed or re-written. Edit LICENSE
...
and the manpage to reflect this. While i'm here remove the note in todo
about cleaning up the menu code; it's been done.
ok ian@, okan@ (he also provided most of the manpage rework)
2008-01-16 16:14:55 +00:00
oga
78d222002b
huge amount of cleanup and dead code removal.
...
full description of changes:
-remove fontlist, and all associated structures/calls, it's not needed.
this also removes any doubt about leftover 9wm code (the list was
borrowed from it). Since cwm now uses Xft for everything, the legacy
font handling is just not needed.
-add /* FALLTHROUGH */ comments into grab_{label,menu}. I actually
didn't intend grab_menu to be a fallthrough, but it actually works quite
well there, so remove the extra rectangle drawing. I love it when that
happens.
-remove a couple of unused prototypes that were obviously missed
before.
-remove a bunch of commented out or if 0ed out code. It doesn't look to
be coming back anytime soon.
-several functions returned an int, but this was never checked. most of
them only failed if they failed to grab the pointer (thus the internal
state didn't change), so just make them void and return early if this is
the case.
-remove several unused functions and some useless variables.
knocks something like 200bytes off the stripped binary size for me.
ok marc@, tested by several others.
2008-01-16 11:39:20 +00:00
oga
7153b9f746
Rewrite most of grab_menu in grab.c (it was partly 9wm code).
...
This should work functionally the same, with a few simplifications.
Changes:
- we don't care if you're holding another button when you release the
menu key if you don't want to select anything, move off the menu.
- remove the hysteresis from the menu selection (before you had to move
more than three pixels onto a new menu entry before it selected it)
- simplify a lot of the selection code
- kill dead code.
- do what the XXX comment said and cache the screensize (i may tweak
this later).
As far as I can tell, the only code remaining from 9wm is the list of
fonts in calmwm.c. Others appear to concur.
ok marc@, looked over and tested by a few others. Reminders from okan@.
2008-01-14 15:21:10 +00:00
matthieu
f55efa314e
More __foo__ substitutions for xterm manual pages. From
...
Tim van der Molen, Thanks.
2008-01-13 17:22:58 +00:00
matthieu
c8a36eb115
regen
2008-01-12 14:20:50 +00:00
matthieu
a80a36f4ed
On OpenBSD use 'openssl rand 16 -hex' to generate the cookie.
...
This avoids the quoting hell needed for 'dd /dev/arandom |
hexdump' that confuses cpp from gcc 2.95.
2008-01-12 14:20:27 +00:00
oga
1385b56548
- Remove the "all rights reserved" tag at the top of most of the source
...
files, and replace them with the actual ISC license.
- add license to the manpage (it was lacking before)
- correct license statement in the README
Permission given by Marius (copyright holder):
"1. please replace with the standard ISC license
2. you may add the ISC license to the man page
3. feel free to replace the information in the README as well"
and Dros (copyright holder for group.c):
"Please switch group.c to the ISC License."
ok ian@
2008-01-11 16:06:44 +00:00
oga
0e2ef8a148
Kill some more dead code, cursor.c goes away.
...
ok marc@
2008-01-08 20:21:43 +00:00
matthieu
27a404c4f3
cleandir needs clean
2008-01-06 18:13:58 +00:00
matthieu
2249aa4d17
"fix" make distclean
2008-01-06 10:56:10 +00:00
matthieu
a6465035d9
Remove a generated file.
2008-01-06 10:11:42 +00:00
matthieu
bf3696e31a
Set the resolution at which fonts in the login widget are rendered.
...
Switch to Luxi TrueType fonts which look more like helvetica.
Tested by bernd@.
2008-01-05 17:23:14 +00:00
marc
1545e483a5
Adjust initial window placement with any geometry that would place
...
the window at or over the right or bottom edge.
OK oda@
2008-01-03 20:20:20 +00:00
oga
ee4e50a6e2
Kill draw.c, nothing uses the code in it.
...
More dead code removals to come.
ok marc@
2008-01-03 01:58:16 +00:00
oga
52cb71d16c
Kill some warnings intoduced with the execwm feature.
...
ok marc@
2008-01-03 01:56:25 +00:00
marc
1b1b4fdaa3
remove declaration of removed function
...
Reminded by matthieu@ (thanks!)
2008-01-02 20:54:32 +00:00
marc
535778c84f
remove unused code
...
OK oga@
2008-01-02 20:47:11 +00:00
marc
296e93a651
Only use the x,y values from the XSizeHints structure when they are greater
...
than zero. The fields are obsolete and not always used.
OK jasper@
2008-01-01 22:28:59 +00:00
matthieu
53c3762283
Fix the computed width of the rectangle to clear when no
...
error message is present and Xft is used.
2008-01-01 21:26:57 +00:00
okan
66ad53aad5
allow the search feature to work in the root window, like other similar ones.
...
ok todd@
2007-12-31 02:49:45 +00:00
ian
bb9a96e5b3
Add a "restart wm" function. ok oga@
2007-11-28 16:35:52 +00:00
oga
cd016f1192
Another messed up keybinding.
...
I blame todd...
ok okan@
2007-11-28 16:02:37 +00:00
okan
b017f68352
re-add a lost group keybinding
...
ok oga@ todd@
2007-11-27 17:17:08 +00:00
matthieu
36c8394511
Fix logic inversion in geometry computation in norender digital mode.
...
patch from millert@, who's apparently to shy to commit to xenocara.
2007-11-27 11:30:33 +00:00
matthieu
787f23118b
enable xbacklight
2007-11-24 17:07:52 +00:00
matthieu
381e02cb6f
BSD makefile plus regen autotools stuff
2007-11-24 17:07:03 +00:00
matthieu
b48b541785
xbacklight 1.1
2007-11-24 17:04:53 +00:00
matthieu
4604f50a51
merge xrandr 1.2.2
2007-11-24 17:01:24 +00:00
matthieu
7f9b9fc892
xrandr 1.2.2
2007-11-24 16:58:12 +00:00
oga
cc56ce7a75
Make cwm default keybindings always exist. Additional keybindings now
...
overlap with the new ones, overriding them. Also a new "unmap" keyword
in binding definitions now unmaps a binding without adding a new one.
This seriously shrinks the ~/.calmwm/.keys directory of anyone who defines
their own bindings whilst wanting some of the defaults.
Looked over, liked and ok todd@
2007-11-19 22:18:16 +00:00
jmc
98e3c06118
fix a pasto: documentation/5639 from viq
...
while i'm at it:
- fix an .El botch up
- kill trailing whitespace
- new sentence, new line
2007-11-16 23:04:56 +00:00
todd
f18f596ede
introduce conf_bindname() to drastically simplify conf.c
...
really liked by oga@
2007-11-13 23:26:04 +00:00
todd
87e41b32a9
enable pointer movement in cwm via C-<arrowkeys>
...
looked over by oga@
2007-11-13 23:08:49 +00:00
oga
b8e78047f2
Small manpage nit.
...
From Okan Demirmen, thanks!
2007-11-08 13:03:22 +00:00
oga
2651bb08ad
Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when
...
moving and resizing windows using the keyboard.
Future diffs might make this value configurable.
ok jasper@, todd@.
2007-11-07 22:02:04 +00:00
oga
d65837aad5
Document cwm's keybinding support. It was already there, but not in the manpage.
...
While I'm here add support for extra modifier keys.
"commit commit!" jasper@, ok todd@.
2007-11-07 22:00:26 +00:00
oga
7732ed6345
Add support to cwm for resizing the windows using Control-Meta-[hjkl].
...
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name).
ok jasper@, todd@.
2007-11-07 21:58:03 +00:00
ian
877d86684f
wording
2007-10-07 16:56:21 +00:00
matthieu
f0133a7a00
merge xfs 1.0.5. This version contains security fixes for heap overflow
...
and corruption vulnerabilites. CVE-2007-4568.
2007-10-02 19:21:11 +00:00
matthieu
e79e53bbfb
xfs 1.0.5
2007-10-02 19:15:44 +00:00
jasper
8974a1ab8d
When cycling, only the end of the window names will be printed if the
...
name is too long. so show the beginning instead.
from Pierre Riteau <pierre.riteau at free.fr>
"looks correct" matthieu@
2007-10-02 18:01:45 +00:00
matthieu
3af148660f
regen
2007-09-28 20:23:21 +00:00
matthieu
0e83804bba
use /dev/arandom to generate the cookie. Problem noticed by
...
Joerg Sonnenberger. Thanks.
2007-09-28 20:23:04 +00:00
matthieu
4798ec43f3
revert previous. This is not the good place to patch.
2007-09-28 20:22:10 +00:00
matthieu
23feae05f5
use /dev/arandom to generate the cookie. Problem noticed
...
by Joerg Sonnenberger. Thanks.
2007-09-28 20:12:18 +00:00
matthieu
7bf5786e70
Fix the commented out way to disable root logins.
...
Reported by Iruata Souza.
2007-09-27 19:21:13 +00:00
matthieu
17cb7ede6c
merge xwininfo 1.0.3
2007-09-16 17:31:43 +00:00
matthieu
9977061927
xwininfo 1.0.3
2007-09-16 17:30:15 +00:00
matthieu
7387f85bf1
merge xvinfo 1.0.2
2007-09-16 17:28:15 +00:00
matthieu
835b00790e
xvinfo 1.0.2
2007-09-16 17:26:07 +00:00
matthieu
0ff179393d
merge xsetroot 1.0.2
2007-09-16 17:23:32 +00:00
matthieu
58c489655b
xsetroot 1.0.2
2007-09-16 17:21:49 +00:00
matthieu
fec256451c
merge xset 1.0.3
2007-09-16 17:19:11 +00:00
matthieu
37f8d7274f
xet 1.0.3
2007-09-16 17:17:35 +00:00
matthieu
9878bac117
merge xrdb 1.0.4
2007-09-16 17:16:13 +00:00
matthieu
0ff6d88dfa
xrdb 1.0.4
2007-09-16 17:14:29 +00:00
matthieu
f3c6326df7
merge xprop 1.0.3
2007-09-16 17:11:49 +00:00
matthieu
a0a1a73a3a
AC_CHECK_HEADERS_ONCE -> AC_CHECK_HEADERS to keep compatibility
...
with autoconf 2.59 for now.
2007-09-16 17:11:21 +00:00
matthieu
623309c577
xprop 1.0.3
2007-09-16 17:05:26 +00:00
matthieu
fbff1ef522
merge xmodmap 1.0.3
2007-09-16 17:03:32 +00:00
matthieu
7d60ff45b2
xmodmap 1.0.3
2007-09-16 17:02:03 +00:00
matthieu
bd9d60ad55
merge xmessage 1.0.2
2007-09-16 16:59:47 +00:00
matthieu
29e2756ff0
xmessage 1.0.2
2007-09-16 16:57:45 +00:00
matthieu
8aee380437
merge xman 1.0.3
2007-09-16 16:55:45 +00:00
matthieu
02a3dd2824
xman 1.0.3
2007-09-16 16:51:46 +00:00
matthieu
ee39ea4354
merge xmag 1.0.2
2007-09-15 17:23:05 +00:00
matthieu
fa2ab941bd
xmag 1.0.2
2007-09-15 17:20:36 +00:00
matthieu
532e51aa57
merge xload 1.0.2
2007-09-15 17:16:52 +00:00
matthieu
9c3899b537
xload 1.0.2
2007-09-15 17:14:49 +00:00
matthieu
59ec33559d
merge xinit 1.0.6
2007-09-15 17:12:01 +00:00
matthieu
7fd4ac2fb1
xinit 1.0.6
2007-09-15 17:05:29 +00:00
matthieu
fa21c3270a
merge xhost 1.0.2
2007-09-15 16:00:30 +00:00
matthieu
d6759afeab
xhost 1.0.2
2007-09-15 15:58:47 +00:00
matthieu
f020cfcb46
merge xgamma 1.0.2
2007-09-15 15:52:21 +00:00
matthieu
18d423ef4b
xgamma 1.0.2
2007-09-15 15:49:35 +00:00
matthieu
9aab5a6490
merge xdriinfo 1.0.2
2007-09-15 15:39:51 +00:00
matthieu
3d61dd3fc4
xdriinfo 1.0.2
2007-09-15 15:35:32 +00:00
matthieu
06bf462789
merge xdm 1.1.6
2007-09-15 15:22:59 +00:00
matthieu
b55ce0c285
xdm 1.1.6
2007-09-15 15:13:04 +00:00
matthieu
62f469b3bf
merge xconsole 1.0.3
2007-09-13 21:15:15 +00:00
matthieu
f6734f3c2a
xconsole 1.0.3
2007-09-13 21:10:16 +00:00
matthieu
ccf5c8c675
merge xclock 1.0.3
2007-09-12 11:55:22 +00:00
matthieu
4f7a0beba6
xclock 1.0.3
2007-09-12 11:52:32 +00:00
matthieu
9f5d7767a1
merge xcalc 1.0.2
2007-09-12 11:38:09 +00:00
matthieu
ba1c346bf4
xcalc 1.0.2
2007-09-12 11:34:14 +00:00
matthieu
ca718b24b2
merge setxkbmap 1.0.4
2007-09-12 11:12:18 +00:00
matthieu
58e8aa09a2
setxkbmap 1.0.4
2007-09-12 11:08:59 +00:00
matthieu
b004e47bf8
merge sessreg 1.0.3
2007-09-11 14:29:16 +00:00
matthieu
f9d2a33fbd
sessreg 1.0.3
2007-09-11 14:26:27 +00:00
matthieu
9f945fbaef
merge mkfontdir 1.0.3
2007-09-11 13:58:31 +00:00
matthieu
fdeb77034e
mkfontdir 1.0.3
2007-09-11 13:56:17 +00:00
matthieu
44d4697efa
merge ico 1.0.2
2007-09-11 11:31:58 +00:00
matthieu
498643624b
ico 1.0.2
2007-09-11 11:28:37 +00:00
matthieu
e5591833f2
merge iceauth 1.0.2
2007-09-11 11:24:39 +00:00
matthieu
3960c21118
iceauh 1.0.2
2007-09-11 11:19:35 +00:00
jasper
3bbf519bbb
fix buffer overflow, as sizeof(paths) won't fit inside the array.
...
from Stefan Kempf
"looks right to me" matthieu@
2007-09-06 06:01:14 +00:00
matthieu
3f0bef6b35
Add some usage notes describing the current limitations.
2007-08-31 22:02:51 +00:00
matthieu
7c79bd957e
- Make the draw_text() function more generic.
...
- Display an error message on the screen when the calibration error
is too high before re-starting.
2007-08-31 21:53:55 +00:00
matthieu
69e64ab313
Switch to Xft/Xrender rendering. Welcome to the 21st century.
2007-08-31 21:17:33 +00:00
matthieu
f45e8d18fc
Normally, rawmode should not be selected in the output of xtsscale.
2007-08-31 21:14:04 +00:00
matthieu
954f29d459
Remove the useless ts structure, and fix the setting
...
of the new calibration values.
2007-08-31 20:59:33 +00:00
matthieu
63b35455d7
Fix error computation, in the case where one axis is inverted.
2007-08-31 20:28:18 +00:00
matthieu
bd8915f09a
First round of bug fixes/enhancements.
...
- fix arithmetic errors.
- auto-detect swapxy.
2007-08-30 19:45:25 +00:00
matthieu
0a2bda0266
Install new xterm icons.
2007-08-25 19:17:16 +00:00
matthieu
f3e9bf06bc
update to xterm 229. Tested on various architectures by aanriot@
2007-08-25 18:58:42 +00:00
matthieu
bb994eccf4
import xterm 229
2007-08-25 18:53:27 +00:00
matthieu
9b62700738
Enable Xft support in xdm. X resources for greeter will probably need
...
some tweaks for low resolution/low colors displays.
2007-08-22 18:45:09 +00:00
matthieu
b46e07479c
Nick@ reported that Shift-F1 to Shift-F4 behaviour changed in
...
xterm-225. This is now controlled by a resource. So force it to the
legacy mode.
2007-08-08 14:35:12 +00:00
matthieu
39d2de7893
Disable xdmcp over IPv6 for now, like it was in XF4 because the
...
current code listens to IPv6 only by default.
tested and ok mbalmer@
2007-08-06 13:48:50 +00:00
matthieu
a462491a05
Fix quoting for cpp processing
2007-08-05 20:01:48 +00:00
matthieu
ce9833d5cb
bring OpenBSD local diffs back in
2007-08-05 19:54:19 +00:00
matthieu
0fbe2a53f3
merge xdm 1.1.4
2007-08-05 19:37:39 +00:00
matthieu
9ab55f74d2
Import xdm 1.1.4
2007-08-05 19:00:25 +00:00
todd
3540f26824
crank to 4.2
...
puffy v4.2 courtesy Ty Semaka, thanks!
2007-08-03 03:46:18 +00:00
mbalmer
6fa4e46eb4
Typo, it's xsetroot, not setroot.
...
ok matthieu.
2007-07-30 12:38:19 +00:00
matthieu
9be58eca1a
regen
2007-07-29 11:34:29 +00:00
matthieu
46796a2b84
preprocess man page with tbl
2007-07-05 22:20:55 +00:00
matthieu
678c0fa793
the xterm manual page needs to be pre-processed by tbl.
2007-07-05 22:09:06 +00:00
jmc
76c5c60953
Okan Demirmen sent me a diff to kill some silly Fa macros, then persuaded
...
me to clean this page up;
jasper and bernd gave oks for the Fa removal;
2007-06-29 21:10:37 +00:00
matthieu
2b69aaee49
mkfontscale now have a workaround to build on sh. So re-enable it.
...
Remainded by todd@.
2007-06-28 18:48:49 +00:00
todd
4253076c6b
implement keyboard initiated movement of windows
...
enhanced version of diff originally from niallo@
man bits from niallo@
ok niallo@ japser@
2007-06-27 13:28:22 +00:00
niallo
b321a79f63
modify "exec" dialog so that it auto-completes based on executables in
...
_PATH_DEFPATH
add an "ssh-to" dialog which auto-completes based on contents of
~/.ssh/known_hosts (M-.)
testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@
mk@ and David Cathcart <david at cathcart.cx>
ok todd@
2007-06-26 19:34:26 +00:00
matthieu
b3161bf821
Fix static linking.
2007-06-20 21:46:22 +00:00
matthieu
ac30841897
pretty SRCS list.
2007-06-15 19:43:57 +00:00
matthieu
53c7172c05
Merge xterm version 225
2007-06-15 19:34:50 +00:00
matthieu
06d70fc7d7
import xterm 225
2007-06-15 19:29:55 +00:00
jasper
9805442434
don't map hidden windows on re-start.
...
from aon@iki.fi
2007-06-08 16:29:19 +00:00
jasper
4869cf83ca
document the autogroup functionality.
...
with aon@iki.fi
2007-06-06 22:08:02 +00:00
jasper
f1ac24d0ea
make it possible to cycle through the windows when non are selected.
...
(eg. when they're hidden, now you can cycle through them)
from aon@iki.fi
2007-06-05 19:03:20 +00:00
jasper
a60196d67f
draw window borders when redrawing a window
...
from aon@iki.fi
2007-06-05 18:57:03 +00:00
matthieu
816b8a79ef
use make install-strip for the real install.
2007-05-31 15:55:45 +00:00
matthieu
204aa41af3
merge bdftopcf 1.0.1
2007-05-31 05:02:23 +00:00
matthieu
3af72200d7
import bdftopcf version 1.0.1
2007-05-31 04:43:46 +00:00
matthieu
4cf94bad7a
fix switching to UTF-8 mode. tested and ok naddy@, msf@.
2007-05-30 21:39:16 +00:00
jasper
4f2fd05371
show hidden windows when they should (eg. when the pointer is warped to them)
...
from aon@iki.fi via bernd@
2007-05-29 22:38:44 +00:00
jasper
a2e344b05f
don't give borderless windows a border, when they're inactive
...
from aon@iki.fi via bernd@
2007-05-29 22:35:04 +00:00
jasper
4c01ca1125
add two missing closedir()'s
...
from Antti Nykänen <aon at iki.fi> via bernd@
ok pedro@
2007-05-28 21:11:39 +00:00
pedro
357754d976
Remove files that shouldn't be there, okay matthieu@
2007-05-28 20:29:25 +00:00
jasper
857d1a8dab
convert globals from G_foo to Foo, as per TODO.
...
"looks good" pedro@, ok matthieu@
2007-05-28 18:34:27 +00:00
matthieu
ff940966b4
Fix installation phase to not overwrite existing /etc/X11/xdm/.
...
Based on an initial patch by kili@. ok kili@
2007-05-28 17:36:57 +00:00
jasper
c3fa8832ed
full screen sized windows
...
ok matthieu@
2007-05-27 09:23:12 +00:00
jasper
8326dc8ba6
autoconf junk was zapped, so no need for HAVE_CONFIG_H
2007-05-22 22:14:42 +00:00
jasper
1706741235
remove useless #ifdef
...
ok pedro@
2007-05-22 17:59:17 +00:00
jasper
c79e190087
remove bogus entry (shortcut for xlock) which has been taken care of (C-M-DEL)
...
ok pedro@
2007-05-22 17:38:51 +00:00
robert
6f6554cb81
more information about passing scale values to wsconsctl(8)
2007-05-22 09:43:22 +00:00
robert
12bf0133a6
hook xtsscale(4) to the build
2007-05-22 09:23:09 +00:00
jasper
9f4c24c2df
we don't use this file on openbsd, so zap it.
...
ok matthieu@ pedro@
2007-05-21 19:24:46 +00:00
jasper
620c663fe1
fix optind
...
ok ray@
2007-05-21 07:53:11 +00:00
robert
22432ec2e5
add xtsscale(1), an application that can be used to
...
calibrate touchscreens driven by the uts(4) driver.
it is not linked to the build yet; discussed with matthieu@
2007-05-20 14:43:12 +00:00
matthieu
97b0c49761
use ${INSTALL_DATA} to install pixmaps. From Tim van der Molen. Thanks.
2007-05-16 19:59:15 +00:00
matthieu
0485d9744a
resize doesn't need X libs.
2007-05-11 06:54:20 +00:00
matthieu
e4a722ff69
libXaw needs libXpm.
2007-05-11 06:42:50 +00:00
matthieu
3209d0529b
regen
2007-05-10 21:38:25 +00:00
matthieu
16e2433edc
Work-around gcc segfault on landisk
2007-05-10 21:37:15 +00:00
jasper
a9c22dfab1
- new sentence, new line.
...
- use .Pp instead of just a newline
- no empty lines between sections.
ok jmc@ matthieu@
2007-05-10 21:28:23 +00:00
jasper
275aee2374
- add a "-d" option, to specify the display cwm should be started on
...
- adjust argc/argv by optind
- add an ENVIRONMENT section to the manpage
ok matthieu@ ray@
2007-05-10 17:23:49 +00:00
matthieu
8c005bdc41
Disable xfs on landisk and vax for now.
2007-05-09 06:19:30 +00:00
matthieu
0c8fca2585
wm2 is going to ports...
2007-04-27 18:27:54 +00:00
bernd
7b0c14c612
Connect cwm. ok matthieu@
2007-04-27 18:19:00 +00:00
bernd
6f6ac0afb1
Apply cwm-3-input_shift.diff from http://aon.iki.fi/cwm/ .
2007-04-27 18:10:39 +00:00
bernd
7065381a5a
Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/ . Document the new
...
key binding.
2007-04-27 18:08:14 +00:00
bernd
7e895a0aca
Remove autoconf crap and other stuff we don't need.
2007-04-27 18:04:40 +00:00
bernd
6c8a95a45f
Simple Makefile to build cwm.
2007-04-27 18:01:38 +00:00
bernd
1d12f3d8c4
Initial import of cwm-3.
...
tested by sturm@, ok matthieu@
2007-04-27 17:58:48 +00:00
jmc
0624b3c21b
defintion -> definition; ok matthieu
2007-04-16 16:32:01 +00:00
jmc
1434ad26ad
desciption -> description; ok matthieu
2007-04-16 16:31:11 +00:00
matthieu
220aba5953
regen
2007-04-15 14:09:29 +00:00
matthieu
d0f11da262
remove extra white space
2007-04-14 16:11:13 +00:00
matthieu
78e84685c7
BSD make based build infrastructure for xterm. The autoconf based
...
one was too painful to get working on landisk (static only).
2007-04-09 19:11:43 +00:00
matthieu
9a4d745922
Fix libraries list for static architectures
2007-04-09 18:59:57 +00:00
matthieu
103d933d37
fix libraries list for static architectures
2007-04-09 15:48:56 +00:00
matthieu
e46fbfffa8
fix library list for static architectures
2007-04-09 15:47:23 +00:00
matthieu
dfd79f109e
Fix libraries list for static architectures
2007-04-09 15:43:48 +00:00
matthieu
e8f770056e
redefine realinstall, not install here. Fixes existing afterinstall targets.
2007-04-09 11:23:29 +00:00
matthieu
28973488c0
Fix libraries list for static architectures
2007-04-09 11:14:25 +00:00
matthieu
a6580ebfdf
Fix libraries for static architectures.
2007-04-09 10:43:05 +00:00
matthieu
5d45273a48
Fix libraries list for static arches
2007-04-09 10:33:47 +00:00
matthieu
8c469d8056
Complete list of libraries for static architectures
2007-04-08 21:53:14 +00:00
matthieu
01c8e24d13
regen
2007-04-08 21:42:21 +00:00
matthieu
8d3e37cbf4
Build xfs with fontcache support.
2007-04-08 21:41:40 +00:00
matthieu
4dd3c5cd04
regen
2007-04-07 18:00:10 +00:00
matthieu
18ce9e9e14
Re-enable bsdauth support. Reported and tested by ajacoutot@
2007-04-07 17:58:02 +00:00
matthieu
40441dfe2a
pass CFLAGS to configure
2007-04-07 15:45:13 +00:00
matthieu
a9b60c64cf
Strip programs installed by automake.
2007-04-07 15:10:35 +00:00
matthieu
be0175017e
regen
2007-04-05 20:47:08 +00:00
matthieu
c38612e0f6
Fix library ordering for static arches
2007-04-05 20:29:27 +00:00
tedu
e917930990
disable the alt-arrow combos by default. alt-left/right seems
...
much more useful controlling firefox history than bouncing the screen
around. ok marco
2007-04-05 02:30:07 +00:00
david
417e49cb7f
more $Xenocara$ -> $OpenBSD$; ok matthieu@
2007-04-04 22:33:46 +00:00
david
8eda1a96a2
do_exit must be called before exiting so ssh-agent can be killed
...
matches XF4 version; ok matthieu
2007-04-04 22:29:12 +00:00
matthieu
ca57eb7602
XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara
...
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj
suggested by espie@ ok krw@ mbalmer@
2007-03-31 20:25:53 +00:00
aanriot
9618db6f9c
- add an INSTALL_DATA target in bsd.xorg.mk (inspired by bsd.port.mk).
...
- start using it in fvwm, ssh-askpass and xsystrace (more to come).
ok matthieu@
2007-03-30 17:24:12 +00:00
matthieu
4bf984ced2
We now need an obj dir here. Spotted by bernd@ thanks.
2007-03-27 19:49:43 +00:00
matthieu
3d6760b7f5
Use ttyC1 for xdm on zaurus.
2007-03-26 12:15:47 +00:00
aanriot
8da46d9539
automatically fill in the currently used release of OpenBSD before
...
installing .fvmwrc (it's affecting the pager).
help & ok matthieu@
2007-03-25 19:35:56 +00:00
matthieu
00a847b3f8
regen with libtool 1.5.22p9
2007-03-25 13:02:54 +00:00
matthieu
4e76d392e1
skip mkfontscale on landisk for now (gcc ICE).
2007-03-25 11:33:49 +00:00
todd
f873679456
permit environment to over-ride DESTDIR like release(8) describes
...
ok matthieu@
2007-03-24 22:18:54 +00:00
matthieu
c456c0adb9
remove generated file
2007-03-19 22:11:28 +00:00
matthieu
5e22827c49
Good bye two more generated files.
2007-03-19 22:08:44 +00:00
matthieu
6637a9a36e
regen with automake 1.9.6p2
2007-03-18 22:29:12 +00:00
matthieu
4d981f1f43
don't assume mkinstalldirs is executable.
2007-03-18 19:41:57 +00:00
matthieu
df973de8c3
regen
2007-03-16 00:03:49 +00:00
dim
09bb9606b8
Fix xdm build by replacing the strange 0xa0 char that ended up in
...
app/xdm/Makefile.bsd-wrapper by accident.
ok matthieu@
2007-03-05 17:55:55 +00:00
matthieu
dcd6bceb5c
Specify default VT in Xservers only on i386/amd64
2007-03-04 13:58:18 +00:00
matthieu
43d786bc16
Import xlsfonts version 1.0.2
2007-03-03 11:01:49 +00:00
matthieu
adbf3d9417
Import xfontsel version 1.0.2
2007-03-03 10:58:30 +00:00
matthieu
d441c6f94d
regen
2007-03-03 10:55:16 +00:00
matthieu
794e5124dc
import xpr version 1.0.2
2007-03-03 10:52:49 +00:00
matthieu
1f89efaad3
Import xrdb version 1.0.3
2007-03-03 10:34:05 +00:00
matthieu
2650e723a1
merge version 1.0.3
2007-03-03 10:31:03 +00:00
matthieu
f187d2f397
Import editres version 1.0.3
2007-03-03 10:29:04 +00:00
matthieu
67ede815c6
regen
2007-03-03 10:27:09 +00:00
matthieu
f8abf3e394
Import bitmap version 1.0.3
2007-03-03 10:25:03 +00:00
matthieu
a00bce1d44
import appres version 1.0.1
2007-03-03 10:19:00 +00:00
matthieu
45c07b00ec
regen
2007-03-03 10:17:40 +00:00
todd
34b5d4a9ac
crank to 4.1
...
puffy v4.1 courtesy Ty Semaka, thanks!
2007-02-28 16:01:01 +00:00
matthieu
805cce48aa
Explicitely disable ttf, to avoid picking the port's version.
...
Noticed by mbalmer@.
2007-02-04 21:07:34 +00:00
matthieu
1065942024
Specify VT for X explicitely. Problem noticed by Andreas Bihlmaier, henning@
...
and todd@.
2007-01-29 18:38:46 +00:00
matthieu
3d42cefac4
updated patch from reyk@: no need to check for invalid screen dimensions
...
this is a bug^Wfeature of the radeon driver.
2007-01-09 21:49:12 +00:00
matthieu
3d14ea0ed8
Make ssh-askpass Xinerama aware. Patch from reyk@. Thanks.
2007-01-07 14:04:46 +00:00
matthieu
903237ba38
add fvwm.1 which is a generated file to CLEANFILES
2007-01-02 13:07:35 +00:00
matthieu
c5daf098a9
Define xkb config dir properly.
2007-01-01 17:10:08 +00:00
matthieu
8cfead4a47
make the install target more similar to what is done in the base system.
2006-12-17 20:41:36 +00:00
matthieu
a5c193b05a
remove update target
2006-12-17 19:52:56 +00:00
matthieu
cd8354634a
regen
2006-12-17 18:29:08 +00:00
matthieu
2b2dbfaaff
Fix installation in DESTDIR, from X.Org git repository
2006-12-17 18:27:22 +00:00
matthieu
51c376a9ff
enable luit
2006-12-17 14:34:07 +00:00
matthieu
f0d5f42c51
deprecated as of X.Org 7.2
2006-12-17 11:30:16 +00:00
matthieu
a8ecc922b6
regen
2006-12-16 21:29:40 +00:00
matthieu
d8d6bdc94b
fonttosfnt 1.0.3
2006-12-16 21:28:27 +00:00
matthieu
0fe835db1a
- merge editres 1.0.2
...
- regen generated files
2006-12-16 21:27:08 +00:00
matthieu
2023282ee0
editres 1.0.2
2006-12-16 21:25:18 +00:00
matthieu
0bcbde2b02
- merge beforelight 1.0.2
...
- regen generated files
2006-12-16 21:23:36 +00:00
matthieu
3fcf383681
beforelight 1.0.2
2006-12-16 21:21:55 +00:00
matthieu
d95c5d8cd8
xauth 1.0.2
2006-12-16 21:17:26 +00:00
matthieu
88d115ad77
regen
2006-12-16 21:15:27 +00:00
matthieu
0475110e4b
mkcfm has been obsoleted in X.Org 7.2RC3
2006-12-16 19:29:02 +00:00
matthieu
161648e654
regen
2006-12-16 17:56:18 +00:00
matthieu
0dc5b49d33
xfs 1.0.4 from X.Org 7.2RC3
2006-12-16 17:53:42 +00:00
matthieu
51ff47082f
Remove generated file
2006-12-16 17:51:59 +00:00
matthieu
b9d4db4670
regen
2006-12-16 17:50:43 +00:00
matthieu
53dfb31231
twm 1.0.3 from X.Org 7.2RC3
2006-12-16 17:46:41 +00:00
matthieu
81dbef9670
regen
2006-12-16 17:45:03 +00:00
matthieu
6df4e69656
sessreg 1.0.2 from X.Org 7.2RC3
2006-12-16 17:42:52 +00:00
matthieu
7afc5eab70
Avoid infinit recursion on cleandir.
2006-12-09 15:31:01 +00:00
matthieu
03d555ad9a
Fix build without obj dir. From todd@
2006-12-04 20:55:17 +00:00
todd
be1c69b4d7
X11BASE not X11_BASE; ok matthieu@
2006-12-04 14:01:25 +00:00
matthieu
6a5579f8e8
Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other
...
directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
2006-12-02 16:28:48 +00:00
matthieu
9c11a10307
Fix variable substitution in man page. From todd@
2006-12-02 10:26:16 +00:00
matthieu
3ff14c9380
regen
2006-12-02 08:56:58 +00:00
matthieu
acbe2ff991
Fix configuration files installations. Patch from Kean Johnston.
2006-12-02 08:56:16 +00:00
matthieu
21a52a550f
Install configuration in /etc/X11
2006-11-29 12:30:11 +00:00
matthieu
90a7aefc6c
Install config in /etc/X11
2006-11-29 12:25:39 +00:00
matthieu
ed50e38125
Install configuration in /etc/X11
2006-11-29 12:17:58 +00:00
matthieu
eb500fcb15
regen
2006-11-29 12:16:20 +00:00
matthieu
8a2d071aed
Install startup script in /etc/X11
2006-11-29 12:16:07 +00:00
matthieu
e94657a96f
DESTDIR support
2006-11-29 12:11:47 +00:00
matthieu
610d0785bf
regen
2006-11-29 11:42:26 +00:00
matthieu
4c28396995
Install configuraton in /etc/X11
2006-11-29 11:41:28 +00:00
matthieu
dd7117e102
Install app-defaults in right directory
2006-11-29 11:33:49 +00:00
matthieu
1e28c40f9b
Force ownership of installed app-defaults
2006-11-29 11:33:14 +00:00
matthieu
a5ffd120a6
Install app-defaults resource file
2006-11-29 11:30:05 +00:00
matthieu
8efd21bcb3
Disable shared greeter library
2006-11-28 20:13:42 +00:00
matthieu
7916deaa60
app-defaults live in /etc/X11/app-defaults
2006-11-28 19:07:42 +00:00
matthieu
02b07c8967
xkb data files live in /etx/X11/xkb
2006-11-28 19:06:59 +00:00
matthieu
d2bcc0e2e3
Missing newline
2006-11-28 19:05:40 +00:00
matthieu
14c70c4e75
install system.twmrc in /etc/X11/twm
2006-11-28 19:04:48 +00:00
matthieu
cd9eb53273
regen
2006-11-28 19:02:33 +00:00
matthieu
e2689d874b
OpenBSD customization: disable Xrender by default.
2006-11-28 15:57:55 +00:00
matthieu
1dfdf4e4af
OpenBSD fix: tighten modes of shared memory segment
2006-11-28 15:57:06 +00:00
matthieu
605ae7a69f
regen
2006-11-28 15:44:15 +00:00
matthieu
0262eb169a
OpnBSD customization:
...
- support for X server privilege separation
- logos
2006-11-28 15:41:12 +00:00
matthieu
81f1193344
OpenBSD fixes
2006-11-28 13:54:26 +00:00
matthieu
8c2119ae06
Fix xman.help location
2006-11-28 13:53:23 +00:00
matthieu
82f22332f2
fix mandir
2006-11-28 13:50:15 +00:00
matthieu
a8a7f42d66
restore a fix from X.Org that I lost in previous merge.
2006-11-28 13:19:50 +00:00
matthieu
1fb204e4b8
OpenBSD fixes and customizations.
2006-11-28 13:13:06 +00:00
matthieu
9732fb01be
Fix system.twmrc handling
2006-11-28 13:11:16 +00:00
matthieu
fb170e144a
Commit correct file removal.
2006-11-28 12:56:37 +00:00
matthieu
f9b1d75809
Remove generated files.
2006-11-28 12:54:08 +00:00
matthieu
6387c7f1e3
Remove RCS Ids.
2006-11-28 12:05:19 +00:00
matthieu
77ac7d8efa
Really fix man page install.
...
XX There ought to be a better way to do that
2006-11-27 20:39:39 +00:00