summaryrefslogtreecommitdiff
path: root/src/text.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-01Use enum for file typesRan Benita1-7/+9
2012-05-09Remove support for xkb_layout and xkb_semantics file typesRan Benita1-4/+0
2012-05-09Change all 'xkb' xkb_keymap names to 'keymap'Daniel Stone1-5/+5
2012-05-09Rename keysym <-> string APIDaniel Stone1-1/+1
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-6/+1
2012-05-01Remove unused stuff from XKBcommonint.hRan Benita1-4/+0
2012-04-30Use stdbool.hRan Benita1-2/+2
2012-04-09Implicitly include config.h in all filesRan Benita1-3/+0
2012-04-09Rename xkb_desc to xkb_keymapDaniel Stone1-2/+2
2012-03-27Fix all -Wsign-compare warningsRan Benita1-1/+1
2012-03-09Introduce xkb_keysym_t typeDaniel Stone1-1/+1
2012-03-09Stringify public name typesDaniel Stone1-14/+8
2012-03-09Remove geometry support, againDaniel Stone1-21/+0
2012-02-25Fix all constness warningsRan Benita1-14/+15
2012-02-15Move include path from X11/extensions/ to xkbcommon/Daniel Stone1-1/+1
2010-10-08Don't return a static buffer in public APIKristian Høgsberg1-1/+5
2010-09-27Dead code removal and static markupAdam Jackson1-1/+1
2010-08-25Pull in a few #defines from libxkbfile and lower kbproto requirementKristian Høgsberg1-1/+0
2010-07-02Rename public entry points to lowercase and underscoreKristian Høgsberg1-1/+1
2010-07-02Pull in enough structs and defines from XKBstr.h to only need XKB.hKristian Høgsberg1-2/+2
2010-06-30Constify XkbcAtomText()Kristian Høgsberg1-1/+1
2010-06-30Drop more malloc/free wrappersKristian Høgsberg1-2/+2
2010-06-28Drop CARD32 and Opaque typesKristian Høgsberg1-2/+2
2010-06-22Use CARD32 instead of Atom, drag in XkbClientMapRecDaniel Stone1-2/+2
2010-06-22Atoms: Avoid allocations in XkbAtomText()Daniel Stone1-98/+0
2010-06-22Expose tbGetBuffer to the rest of libxkbcommonDaniel Stone1-3/+3
2010-06-22XKB: Text: Use keysym <-> string conversion from keysym.cDaniel Stone1-11/+1
2009-04-08Remove all non-public API from XKBcommon.h headerDan Nicholson1-0/+1
2009-03-28Add XkbModIndexText replacementDan Nicholson1-0/+16
2009-03-28Add VMod Text functions from xkbfileDan Nicholson1-0/+83
2009-03-28Add more *Text functions from xkbfileDan Nicholson1-2/+252
2009-03-28Move *Text APIs into libxkbcommonDan Nicholson1-0/+92