Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-04 | XKB: Fix initial map setting on startup | Daniel Stone | 1 | -3/+21 | |
Due to an unwitting sense inversion when eliminating XkbFileInfo, we were setting the complete wrong keymap on startup (non-XKB map if we had an XKB map available, or the XKB map if we didn't have any available). Invert the sense properly, and add two small bits that also went missing in that commit. | |||||
2008-02-17 | XKB: Ditch XkbFileInfo | Daniel Stone | 1 | -91/+7 | |
Sorry about the megacommit, but this touches on a lot of stuff. Get rid of XkbFileInfo, which was pretty seriously redundant, and move the only useful thing it had (defined) into XkbDescRec. defined will be removed pretty soon anyway. Is the compat map pointer non-NULL? Then you have a compat map, congratulations! Anyhow, I digress. All functions that took an XkbFileInfoPtr now take an XkbDescPtr, _except_ XkmReadFile, which returns an XkbDescPtr *, because people want to deal in XkbDescPtrs, not XkbDescRecs. | |||||
2008-02-17 | XKB: Remove usage of client-side types | Daniel Stone | 1 | -6/+5 | |
Since we're no longer sharing with Xlib, don't pass Displays and XPointers everywhere. | |||||
2008-02-17 | XKB: Move headers into the server tree | Daniel Stone | 1 | -2/+2 | |
We need to start breaking the XKB API to enforce sanity, so drag whichever headers we need to do so into the server tree, as the client API is set in stone, being part of Xlib. | |||||
2007-03-20 | Static markup and dead code cull over xkb/. | Adam Jackson | 1 | -108/+1 | |
The former <X11/extensions/XKBsrv.h> has been pulled into the server now as include/xkbsrv.h, and the world updated to look for it in the new place, since it made no sense to define server API in an extension header. Any further work along this line will need to do similar things with XKBgeom.h and friends. | |||||
2006-07-28 | Revert xkb changes that broke XkbGetKeyboard() | Kevin E Martin | 1 | -20/+417 | |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 | |
2006-07-08 | Bug #7097: do case-insensitive comparison for some hotkeys. | Tilman Sauerbeck | 1 | -16/+0 | |
xkb's strcasecmp implementation has been moved to the dix so it's now safe to just use strcasecmp(). | |||||
2006-03-31 | Simplify XkbWriteXKBKeymapForNames a bit, and remove debug spew. | Daniel Stone | 1 | -26/+10 | |
2006-03-27 | Prune XKB code to only what we need to run the server. Remove dead | Daniel Stone | 1 | -425/+29 | |
!XKB_IN_SERVER codepaths. Remove HAVE_CONFIG_H codepaths. | |||||
2006-03-27 | Fix remnants of previous busted _XkbStrCaseCmp commit. | Daniel Stone | 1 | -0/+16 | |
2006-03-25 | Bug #3819: Remove open-coding of strcasecmp. | Daniel Stone | 1 | -28/+0 | |
2005-07-03 | Fix more include paths; add dix-config.h to XKB code. | Daniel Stone | 1 | -7/+6 | |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-06-13 | Add xkbfile to symlink.sh, conditionally include "config.h" in | Søren Sandmann Pedersen | 1 | -0/+3 | |
xc/lib/xkbfile | |||||
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+1 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 1 | -1/+1 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 1 | -1/+1 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 1 | -1/+1 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 1 | -92/+3 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | 1 | -11/+67 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 1 | -0/+716 | |