Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-14 | os/connection: TRANS_NOXAUTH bit comparison brainfart fix. | Jeremy Huddleston | 1 | -1/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=18524 | |||||
2008-11-05 | Use OsSignal in Popen/Pclose to avoid SysV signal() stupidity | Alan Coopersmith | 1 | -4/+4 | |
2008-11-04 | Remove XEvIE | Daniel Stone | 1 | -5/+0 | |
It's unmaintained and has been broken for quite a while; MPX finally smashed it completely. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||||
2008-11-04 | Xi: XINPUT has been mandatory for ages | Daniel Stone | 1 | -1/+0 | |
Ditch all #ifdef XINPUT, since it's always built. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> | |||||
2008-10-26 | Add prototypes for strlcpy/strlcat | Julien Cristau | 2 | -0/+2 | |
2008-10-23 | Argh, macros. | Adam Jackson | 1 | -8/+8 | |
2008-10-23 | Change some #define foo() -> static void foo() | Adam Jackson | 1 | -8/+19 | |
2008-10-21 | Close well known connections in ServerAbort() | Matthieu Herrb | 1 | -0/+1 | |
2008-10-10 | Move xorg_backtrace() up to the OS level so we can call it from DIX. | Adam Jackson | 2 | -0/+202 | |
2008-10-07 | Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH | Jeremy Huddleston | 1 | -5/+0 | |
2008-10-03 | Remove the Must_have_memory hack. | Adam Jackson | 1 | -51/+25 | |
Also remove an astonishing amount of misunderstanding of how casts work. | |||||
2008-10-03 | const cleanup | Adam Jackson | 1 | -3/+1 | |
2008-10-03 | Drop the never-called SkippedRequestCallback list. | Adam Jackson | 1 | -4/+0 | |
2008-10-03 | Unexport MakeClientGrab{Imp,P}ervious | Adam Jackson | 1 | -2/+2 | |
xtrap used to use these, but it's gone now. xtest still does but it's linked statically. | |||||
2008-10-02 | Remove some stale IPv6 debugging | Adam Jackson | 1 | -38/+1 | |
2008-10-02 | Unifdef ISC | Adam Jackson | 1 | -29/+2 | |
2008-09-22 | Default to -br. Add -retro option for the nostalgic. | Adam Jackson | 1 | -2/+4 | |
-retro also reverts to the classic cursor display behavior, meaning, the cursor will be visible before anyone calls XDefineCursor(). | |||||
2008-08-14 | Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ↵ | Jeremy Huddleston | 1 | -0/+4 | |
is flagged as such (cherry picked from commit ba4a7924261070ad0aff7211b7a1c9581fad4646) | |||||
2008-08-13 | Eviscerate save-under support. | Adam Jackson | 1 | -3/+0 | |
Use a compositing manager already. Plus I really wanted to use 'eviscerate' in a commit message. | |||||
2008-08-11 | The smart scheduler is not optional. | Mathieu Bérard | 4 | -32/+0 | |
2008-08-09 | Move string comparaison functions to from dix/ to os/. | Matthieu Herrb | 3 | -0/+136 | |
2008-08-06 | XQuartz: Now properly disable xauth checking on launchd socket and mostly ↵ | Jeremy Huddleston | 1 | -25/+27 | |
fix the xinitrc / launchd race condition | |||||
2008-07-31 | Unifdef XIDLE. | Adam Jackson | 1 | -3/+0 | |
Seriously how was this still here. | |||||
2008-07-24 | Remove some more MEMBUG garbage. | Adam Jackson | 2 | -43/+0 | |
2008-07-24 | Sync is built-in and mandatory. | Adam Jackson | 2 | -5/+0 | |
2008-07-24 | XC-MISC is built-in and mandatory. | Adam Jackson | 1 | -3/+0 | |
2008-07-24 | Bigreqs are built-in and mandatory. | Adam Jackson | 2 | -23/+0 | |
2008-07-24 | Shape extension is built-in and mandatory. | Adam Jackson | 1 | -3/+0 | |
2008-07-23 | Unifdef hpux. | Adam Jackson | 3 | -15/+2 | |
2008-07-23 | Unifdef AIX. | Adam Jackson | 2 | -22/+0 | |
2008-07-23 | Unifdef sgi. | Adam Jackson | 2 | -3/+1 | |
2008-07-23 | Optimize commit 331cc3f0799a54910a99484264f76569beeee55a | James Cloos | 1 | -6/+4 | |
Reorder to minimize comparisons | |||||
2008-07-23 | Unifdef QNX. | Adam Jackson | 4 | -23/+4 | |
Again, hasn't worked since at least 7.0. | |||||
2008-07-23 | Fix LookupColor | James Cloos | 1 | -0/+2 | |
Using strncasecmp(3) with the lenght of the user-supplied colour name will result in a false positive when the db key starts out with the same string. Eg, blue will also match BlueViolet (aka blue violet). Since the shorter strings occur first in the database, avoid such errors by treating a 0 result from strncasecmp(3) as a positive result when the key’s length is longer than the supplied string’s. | |||||
2008-07-18 | Drop the FONTCACHE extension. | Adam Jackson | 1 | -3/+0 | |
This appears to have been dead code since X-TT was merged. | |||||
2008-07-17 | Remove dead code, useless #defines, et al | Daniel Stone | 2 | -4/+0 | |
2008-07-17 | Everyone has urandom | Daniel Stone | 1 | -43/+0 | |
If you don't have urandom, please just add a fallback to /dev/random, rather than building our own random generator. | |||||
2008-07-17 | Dead code removal | Daniel Stone | 9 | -273/+5 | |
Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs. | |||||
2008-07-17 | Drop a bunch of #ifdef Lynx. | Mathieu Bérard | 6 | -31/+4 | |
2008-07-17 | Nuke some ancient code for commandline-challenged OSes. | Adam Jackson | 1 | -115/+0 | |
This appears to have been dead code even in 6.7. | |||||
2008-07-17 | Fix color lookup. | Jie Luo | 1 | -4/+3 | |
OsStrCaseCmp returned inverted comparison sense from normal strcasecmp. | |||||
2008-07-16 | XFree86: Remove XFree86-Misc extension | Daniel Stone | 1 | -3/+0 | |
Its last remaining purpose in life has been destroyed by input properties. Au revoir: it's been fun, by which I mean awful. | |||||
2008-07-16 | OS/KDrive/XFree86: Sanitise colour initialisation | Daniel Stone | 4 | -1556/+1512 | |
OsInitColors always just returned TRUE, so just remove calls to it and insane special-case logic. Remove unused kcolor.c implementation, and merge oscolor.h into oscolor.c since it was the only user. Remove open-coded strncasecmp in oscolor.c. Since we no longer need to call OsInitColors after reading the config file, just call PostConfigInit() from one place, and move PM handling to one place so we can install the signal handlers earlier. | |||||
2008-06-19 | sprintf() -> snprintf() | Matthieu Herrb | 1 | -1/+2 | |
2008-06-13 | Fix "Warning: no previous prototype for `SecureRPCInit'". | Eamon Walsh | 1 | -0/+1 | |
2008-06-13 | Fix multiple warnings in os/xdmauth.c. | Eamon Walsh | 1 | -6/+8 | |
2008-06-13 | Fix "warning: label ‘done’ defined but not used". | Eamon Walsh | 1 | -0/+2 | |
2008-05-26 | Merge branch 'master' into mpx | Peter Hutterer | 2 | -17/+8 | |
2008-05-23 | XQuartz: Add the launchd fd to AllSockets as well | Jeremy Huddleston | 1 | -6/+8 | |
(cherry picked from commit 83f72529394be5871671d73b6ef4f8bc83708f8a) | |||||
2008-05-21 | drop xprint remnants: InitGlobals | George Sapountzis | 1 | -11/+0 | |