IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
d262dc5d 2008-05-24 18:20:21 Update to printproto 1.0.4
1caa4525 2008-05-24 15:46:32 sync
cae2cf16 2008-05-24 15:44:21 Update to libxtrans 1.2
d8808c0d 2008-05-24 14:21:56 Update to libxkbfile 1.0.5
b9c810fd 2008-05-24 14:14:00 Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.
a8393f0f 2008-05-24 13:46:47 update to libXv 1.0.4
b40a014c 2008-05-24 13:31:12 update to libXinerama 1.0.3
b6e6f0b4 2008-05-24 13:29:07 merge libXfont 1.3.2. bump major since some symbols were removed.
28676ec1 2008-05-24 09:29:33 Update to libXext 1.0.4
c17f6cf0 2008-05-24 09:17:11 update to libXScrnSaver 1.1.3
d8ac6b7b 2008-05-24 09:02:48 update to libFS 1.0.1
ddd8d269 2008-05-23 18:57:35 make sure to take bwdith into account when placing a new window. ok oga@
6d576494 2008-05-23 18:48:57 Grab the keyboard when we initialise the menu. This stops the keyboard shortcut code stealing our events in some cases. "put 'er in" okan@.
80fa2403 2008-05-22 06:59:23 More files that got added by mistake.
a81402b2 2008-05-21 21:56:14 sync
3d060c0d 2008-05-21 20:27:45 oops should not have committed this. Noticed by deraadt@.
a939d929 2008-05-21 20:25:41 sync
4203da79 2008-05-21 20:19:51 Update to xf86-video-intel 2.3.1. Tested by many.
bad8c87b 2008-05-21 14:11:19 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@.
ca512ce7 2008-05-20 14:50:51 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@.
f8b4088f 2008-05-19 18:53:09 General cleanup. ok okan@.
88bce60b 2008-05-19 18:07:53 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@
e13d74cf 2008-05-19 17:32:22 Function prototypes should not have parameter names in them. These must have been missed last time i knfed this. ok okan.
d07a7f73 2008-05-19 17:24:19 client_cyclenext() -> client_cycle() since we now pass an arg. removes a stray proto as well. discussed with and ok oga@
796006fd 2008-05-19 17:13:55 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@.
7f3adeac 2008-05-19 17:11:19 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@
80fd6017 2008-05-19 15:17:50 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@
0a4376b1 2008-05-19 12:56:58 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@
98aad18f 2008-05-18 20:06:36 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@
0e709156 2008-05-18 20:00:16 remove extra calls to client_draw_border() ok oga@
8d2a0490 2008-05-18 19:57:43 fix backwards logic in example; found by oga@
ca541498 2008-05-18 19:47:19 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@
61bdc5d3 2008-05-18 19:43:50 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@
86b3e4dc 2008-05-18 19:38:18 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@
e30f288b 2008-05-18 19:34:09 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@
c3eca00a 2008-05-18 19:33:36 - 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@
662115e2 2008-05-17 03:59:54 fix cwm's current XShape support from Edd Barrett -thanks. XShape events should be handled at some point. ok oga@
45395219 2008-05-15 22:18:00 KNF, no binary change. From Pierre Riteau. Thanks!
6c44f202 2008-05-15 21:56:21 tiny bit of knf ok oga@
9b6727b7 2008-05-11 20:58:10 provide a minimal config.site pre-built configure cache, to protect xenocara builds from picking stuff installed by ports. For now only paths to different programs are provided, avoiding the use of bison instead of yacc. feedback from espie@.
4ec03d3e 2008-05-11 20:39:36 sync
c6cf53ff 2008-05-11 20:36:28 Explicitly disable rplay. Found by mbalmer@
790fc260 2008-05-07 06:07:09 - fix an infinite loop by ensuring that realInputProc is never overwritten with the enqueueInputProc (from upstream git) cf. https://bugs.freedesktop.org/show_bug.cgi?id=13511 This should fix hangs people were seeing with icewm, cwm and most probably other WM under some circumstances. ok matthieu@
88f967a8 2008-05-06 15:12:04 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
bc3a587b 2008-05-05 17:54:25 sync
d8028062 2008-05-04 22:45:35 Convert some wscons keyboard layouts to correct X names. -moj ok @johan @oga and @matthieu
519744a5 2008-05-01 18:01:13 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@
2301a6b3 2008-05-01 00:52:43 sync
759b575d 2008-04-30 04:45:21 sync
73b49eda 2008-04-29 20:17:28 Allow slashes in unquoted strings. From Pierre Riteau Makes sense to oga@
5a9e2c97 2008-04-29 18:59:05 Enable building the dri modules and mesa drivers by default on i386 and amd64. ok matthieu@ and todd@ This has been in snaps for over a week, no complaints.
31b5fe3b 2008-04-28 01:27:46 nits from Pierre Riteau - thanks! ok oga@
ca3b6e9d 2008-04-21 19:23:49 Mesa3d and xterm got new releases.
a8dfa1fd 2008-04-21 06:04:31 Add 2 files added with 1.0.4.
cd2e1b31 2008-04-20 19:28:14 If the wskbd map is 'user' don't try to set the xkb layout. Tested by okan@ ok oga@.
1ad4dd48 2008-04-20 16:48:10 This weekend updates
9dbb6c9b 2008-04-20 16:47:32 Update to xset 1.0.4
25faa3f7 2008-04-20 16:42:58 update to xrdb 1.0.5
a9933912 2008-04-20 16:36:07 Update to xprop 1.0.4
b0446f75 2008-04-20 16:32:06 Update to xkbcomp 1.0.4
33acf341 2008-04-20 13:46:02 Update to xinit-1.0.8, while preserving local changes.
e14d5aef 2008-04-20 13:25:46 Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore.
4aab415a 2008-04-19 16:59:34 update to xev 1.0.3
5e9eca7e 2008-04-19 16:54:56 update to xdm-1.1.7 (No changes on OpenBSD).
40cc08d6 2008-04-19 16:23:00 update to x11perf 1.5
a993561b 2008-04-19 15:43:39 update to twm 1.0.4
6f491b67 2008-04-19 14:40:52 Update to xrandr 1.2.3.
73d1e764 2008-04-19 14:03:12 Update SiS driver to 0.10 Tested by todd. ok Matthieu.
d0af8d36 2008-04-19 14:02:04 update to xf86-video-radeonhd-1.2.1.
c00de172 2008-04-19 13:41:45 Update to xf86-video-radeonhd 1.2.0. Tested by jdixon@ and jasper@
ce0d22a5 2008-04-19 13:11:24 When mesa uses sse the current allocator was just using malloc, meaning that the memory was not set to executable. This caused some horrible segfaults that due to lack of hardware i've been unable to track down for months. Conveniently, there was already a memory allocator that uses mmap to create executable memory, #ifdef linux. Make it usable for us too. Problem solved! Thanks for todd@ for helping me debug, and deraadt@ for noticing the allocator. Makes SiS work with dri, probaby solves a bunch of other people too. ok matthieu@ (who has sent this upstream).
27ae5db2 2008-04-19 07:15:17 dri libs depend on libmesa_pic.a
a794a5f8 2008-04-17 21:21:27 Fix from Eric Anholt in Mesa-current: [965] Fix potential segfaults from bad realloc. C has no order of evaluation restrictions on function arguments, so we attempted to realloc from new-size to new-size.
42f2fadd 2008-04-17 20:25:05 pthread_key_create(3) explicitely says that the value associated with a new key is NULL. So set the allocated memory to zero.
11509342 2008-04-16 19:45:22 When running without an xorg.conf file, use the current wscons keymap to setup XkbLayout and XkbOptions. Idea and original code from reyk@, some tweaks by me. ok oga@.
eb613a1b 2008-04-16 13:47:29 merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, this code was almost identical... ok okan.
fb651469 2008-04-16 13:40:34 remove infowin. It slipped out of the last commit, for some reason.
f062e958 2008-04-16 13:38:09 Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc respectively. ok okan.
9aedc9e8 2008-04-16 13:35:37 Remove screen_infomsg(), nothing uses it. ok okan.
8a66857b 2008-04-16 13:33:26 kill an unused struct member. ok okan
8b3d596d 2008-04-15 21:20:56 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@.
5559ba08 2008-04-15 20:26:50 Kill dirent_isdir() and dirent_islink() nothing used them since the new parser went in. ok okan.
26beb05a 2008-04-15 20:24:41 hit it with the knf stick.
a101e9a0 2008-04-15 18:46:58 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@.
36cf099f 2008-04-15 18:33:13 - add vi keybindings to search - allow for ctrl-h as well discussion with and ok oga@
e588092d 2008-04-15 18:22:08 malloc -> calloc suggested by and ok oga@
766b9c69 2008-04-12 17:57:53 regen
fd01a78b 2008-04-12 17:52:43 mkfontscale 1.0.4
58b18c30 2008-04-12 17:51:44 regen
b8c22531 2008-04-12 17:49:58 mkfontdir 1.0.4
ac0cfb4e 2008-04-12 14:59:04 updates
348bddce 2008-04-12 14:43:19 The v4l driver is a linux-only driver. Bye.
9c8d91fa 2008-04-10 21:04:35 Add back a real ChangeLog. automake requires it.
e4105d2f 2008-04-09 20:35:16 merge util-macros 1.1.6
c5b0c07c 2008-04-09 20:31:17 util-macros 1.1.6
3174a0bb 2008-04-09 18:10:47 remove alt-tab menu discussed with a few ok oga@
d7941e9f 2008-04-09 06:12:30 regen with autoconf 2.59p2.
044f72e9 2008-04-09 00:15:22 sync
0f3df054 2008-04-08 21:54:15 sync
ad67a1c4 2008-04-08 21:53:47 be more exact