IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
cfa38e1f 2008-06-14 01:07:29 Man page update for fixed font label display change.
7f2bd19b 2008-06-14 01:05:04 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@.
7a45a935 2008-06-13 21:22:34 finally document functions that can be bound, removing the need to have name_to_kbfunc[] around. feedback jmc@, ok oga@
63286dc1 2008-06-13 21:00:35 update to xfs 1.0.8. (The multiple defined symbol problem is not fixed yet)
fb9de713 2008-06-13 17:49:12 Update to xdpyinfo 1.0.3 + one local change: don't print (null) from XF86VidModeGetMonitor().
657fa785 2008-06-13 17:30:58 XF86VidModeGetMonitor: don't return static strings to the caller when the man page says it's dynamically allocated memory. Just leave the NULL there (after discusion with Adam Jackson from X.Org). also remove the RCS keyworks while there to ease future merge.
6b46002c 2008-06-13 16:46:16 sync
a6907fb0 2008-06-13 15:43:03 update to sessreg 1.0.4
b0098b9c 2008-06-13 15:36:15 sync
3a5d11e1 2008-06-13 05:01:00 Update to showfont 1.0.2
f6553ec8 2008-06-13 04:55:03 Update to rgb 1.0.3
daf3b547 2008-06-13 03:41:58 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@
f275352e 2008-06-13 01:01:26 update to mkfontscale 1.0.5
ab31903c 2008-06-13 00:10:59 Update to fstobdf 1.0.3
a22a0d05 2008-06-13 00:07:36 Update to fslsfonts 1.0.2
30017d82 2008-06-13 00:04:06 Update to fonttosfnt version 1.0.4.
4b526e48 2008-06-12 22:20:24 change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered irritating.
6c7c8659 2008-06-12 21:58:28 Actually install xorg.conf for sgi when building a release, so that it ends up in the xetc set...
7b8f1156 2008-06-12 19:10:56 kill another long gone proto
ef151e79 2008-06-12 18:55:35 remove old (moved) code ok oga@
e21a353d 2008-06-12 18:52:07 Enable privsep support. Finally! ok matthieu@.
bfd8533a 2008-06-12 18:50:19 Deal with devices that need to be opened differently to what we do in privsep ( O_NONBLOCK | O_RDWR | O_EXCL) by turning the list of allowed devices into a struct, with the flags we're supposed to use, then using these values with open(). Add /dev/dri/card0 there too (more'll be needed to be added when it matters). This gives privsep with dri a chance to work. ok matthieu
ad2ae846 2008-06-12 18:32:06 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@
5f0dea08 2008-06-12 13:49:35 Update to xfree86-type1-1.0.1.
94f0aa5a 2008-06-12 05:10:24 place the pointer in the middle of the window after resizing with grab, just like keyboard resize. from Edd Barrett ok oga@
84aeb967 2008-06-12 05:01:13 ignore if non-zero expose events, for we could be covered by multiple windows; merely an optimization. ok oga@
0d911cac 2008-06-12 04:59:51 re-work client_placecalc() - make sure new clients sit inside the current screen - respect 'gap' placement on new clients ok oga@
8bb8ef17 2008-06-12 04:22:42 sync
8d46f8e4 2008-06-11 20:55:41 Update to libX11 1.1.4. I've carefully checked that there's no API/ABI change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
5f1431f6 2008-06-11 16:15:28 Fix from X.Org for a possible, non-exploitable crash in the DBE extension. Reported to iDefense by regenrecht. Patch from Dave Airlie.
52218799 2008-06-11 15:39:26 Fixes for various integer overflow problems from X.Org: CVE-2008-2360 - RENDER Extension heap buffer overflow CVE-2008-2361 - RENDER Extension crash CVE-2008-2362 - RENDER Extension memory corruption CVE-2008-1379 - MIT-SHM arbitrary memory read CVE-2008-1377 - RECORD and Security extensions memory corruption
ef9d4b4b 2008-06-10 22:31:30 Pull in a patch from X.Org-current to let X11 run on AMD Geode LX CPUs in basic VESA mode: X86EMU: handle CPUID instruction Starting X on an AMD Geode LX system such as an Alix board with VGA connector, the Xorg driver attempts to issue INT 10/0 to go to mode 3 (VGA). The emulator, running the BIOS code, would then spit out: c000:0282: A2 ILLEGAL EXTENDED X86 OPCODE! The opcode was 0F A2, or CPUID; it was not implemented in the emulator. With this patch it handles the CPUID instruction in one of two ways: 1) if ran on __i386__ or __x86_64__ then it calls the CPUID instruction directly. 2) if ran elsewhere it returns a canned 486dx4 set of values for function 1. Tested with & ok matthieu
f01cdd72 2008-06-10 22:01:31 - actually zero the memory returned by realloc(). - set the return value for the pthread_once() stub.
eb88ad3f 2008-06-10 21:24:16 Include stdlib.h so we have the prototype for realloc. This means that we don't assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@.
f80be2c3 2008-06-09 22:55:10 Remove the special case for amd64 using MTRR. Wasn't compiled in in the first place, and didn't work anyways. ok deraadt, oga, matthieu
45b2fad7 2008-06-05 14:29:01 Enter -> Return, to be consistant and correct. found the hard way by johan and discovered by oga. "do it" oga@
f42ad31e 2008-06-05 04:01:37 prevent trying to exec a null char; could potentially happen with a canceled or empty searchstr. ok oga@
9005249c 2008-06-05 00:07:05 actually honor termpath and lockpath if specified in cwmrc. "now" oga@
2abd40cb 2008-06-03 21:27:47 "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@
c6b3b525 2008-06-03 05:13:48 Revert to 1.4.2.1. The change that pulls Xmd.h in more headers is causing too much problems in ports. requested by espie@ and deraadt@
35417f08 2008-06-01 20:50:40 sync
cd215b2b 2008-06-01 13:05:30 new upstream releases
19a6c8b8 2008-06-01 13:00:45 sync
80656e86 2008-05-31 16:36:47 Update to Mesa 7.0.3. tested my oga@ and johan@
85b293ce 2008-05-31 04:13:27 sync
8d6a1e5b 2008-05-25 11:14:58 update to inputproto 1.4.3
48bc8229 2008-05-24 20:39:01 regen.
1b5891c5 2008-05-24 20:36:04 implement the --disable-ioport configure option to disable the build of ioport and its symlinks and use that option. Requested by kettenis@ and others.
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@