index
:
xcb/util-errors
master
Helper library for printing information about X11 errors (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-errors)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-06
Re-add a missing length check
Uli Schlachter
1
-2
/
+4
2015-04-06
Ignore "event sent" flag in event codes
Uli Schlachter
1
-3
/
+6
2015-04-05
Update doxygen comments
Uli Schlachter
1
-4
/
+10
2015-04-05
Rename *_get_name_for_event()
Uli Schlachter
2
-4
/
+4
2015-04-05
Handle NULL as context argument
Uli Schlachter
1
-10
/
+38
2015-04-05
Use unchecked QueryExtension requests
Uli Schlachter
1
-1
/
+1
2015-04-05
Add a function for figuring out information about an event struct
Uli Schlachter
2
-0
/
+47
2015-04-05
API docs: Clarify when NULL is returned
Uli Schlachter
1
-2
/
+2
2015-04-05
Fix copy&paste error
Uli Schlachter
1
-1
/
+1
2015-04-04
Add a function for handling XGE events
Uli Schlachter
2
-0
/
+28
2015-04-04
Code generator: Add support for XGE events
Uli Schlachter
2
-6
/
+22
2015-04-04
Save static info as a pointer instead of copying it
Uli Schlachter
3
-11
/
+11
2015-04-04
Move extension name into static info
Uli Schlachter
3
-8
/
+8
2015-04-04
Document failure scenarios for *_new()
Uli Schlachter
1
-1
/
+2
2015-04-04
Also return the extension name for events and errors
Uli Schlachter
2
-6
/
+22
2015-04-04
Correctly handle calloc() failure
Uli Schlachter
1
-4
/
+4
2015-04-04
Don't check codes to be in range, but find "best match"
Uli Schlachter
1
-16
/
+40
2015-03-25
Code generator: Print a warning for xge events
Uli Schlachter
1
-0
/
+2
2015-03-25
Skip XKB events in the code generator
Uli Schlachter
1
-0
/
+3
2015-03-25
Add an autotools-based build system
Uli Schlachter
1
-1
/
+1
2015-03-24
Correctly ignore extensions without events / errors
Uli Schlachter
1
-2
/
+4
2015-03-24
Fix get_strings_entry() to actually work
Uli Schlachter
1
-1
/
+1
2015-03-24
Fix error checking in call to register_extensions()
Uli Schlachter
1
-1
/
+1
2015-03-24
Code generator: Implement errorcopy and eventcopy
Uli Schlachter
1
-2
/
+2
2015-03-24
Mark the auto-generated file as auto-generated
Uli Schlachter
1
-0
/
+1
2015-03-24
static_extension_info_t: Use uint8_t again were possible
Uli Schlachter
2
-3
/
+8
2015-03-24
Implement a working code generator
Uli Schlachter
4
-129
/
+54
2015-03-24
Add a first version of the code generator
Uli Schlachter
1
-0
/
+85
2015-03-18
Include xcb_errors.h from errors.h
Uli Schlachter
2
-1
/
+2
2015-03-18
Define the "unknown foo" lists as strings
Uli Schlachter
3
-12
/
+12
2015-03-18
Add a TODO about round-trips
Uli Schlachter
1
-0
/
+2
2015-03-18
Remove pretty much unused member from xcb_errors_context_t
Uli Schlachter
1
-6
/
+4
2015-03-18
Fix memory leak in xcb_errors_context_new()
Uli Schlachter
1
-0
/
+1
2015-03-18
Add and use helper macro for range checks
Uli Schlachter
1
-4
/
+4
2015-03-18
Fix off-by-one in length check
Uli Schlachter
1
-1
/
+1
2015-03-18
Initial version
Uli Schlachter
4
-0
/
+442