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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-07
Update submodule URL from anongit to gitlab
HEAD
master
Alan Coopersmith
1
-1
/
+1
2023-12-13
gitlab CI: Use Xvfb to allow all tests to run
Alan Coopersmith
1
-3
/
+8
2023-12-08
Fix tests
Uli Schlachter
1
-1
/
+2
2022-10-18
Add README.md
Alan Coopersmith
2
-1
/
+24
2022-10-18
xcb-util-errors 1.0.1
xcb-util-errors-1.0.1
Alan Coopersmith
1
-1
/
+2
2022-07-24
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2022-07-24
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2022-07-24
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2022-07-24
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-1
/
+3
2022-07-24
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2022-07-20
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-07-20
Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
Alan Coopersmith
1
-0
/
+0
2022-06-18
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
Alan Coopersmith
1
-1
/
+2
2022-06-18
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2015-05-06
Do not distribute extensions.c and fix out-of-tree builds
Uli Schlachter
2
-3
/
+6
2015-04-26
set version to 1.0
1.0
Uli Schlachter
2
-1
/
+5
2015-04-26
Add COPYING file
Uli Schlachter
1
-0
/
+23
2015-04-06
tests: Add some XFixes-based tests
Uli Schlachter
1
-0
/
+27
2015-04-06
Add xcb-proto version to xcb-errors.pc
Uli Schlachter
2
-0
/
+5
2015-04-06
Also add a test for maximum major code
Uli Schlachter
1
-0
/
+1
2015-04-06
Re-add a missing length check
Uli Schlachter
2
-2
/
+6
2015-04-06
Ignore "event sent" flag in event codes
Uli Schlachter
2
-3
/
+17
2015-04-05
Update doxygen comments
Uli Schlachter
2
-5
/
+10
2015-04-05
Rename *_get_name_for_event()
Uli Schlachter
3
-8
/
+8
2015-04-05
Handle NULL as context argument
Uli Schlachter
2
-10
/
+61
2015-04-05
Use unchecked QueryExtension requests
Uli Schlachter
1
-1
/
+1
2015-04-05
Update KNOWN_ISSUES (and turn it more into a TODO)
Uli Schlachter
1
-8
/
+4
2015-04-05
Add a function for figuring out information about an event struct
Uli Schlachter
3
-15
/
+134
2015-04-05
tests: Use attribute((format(printf,x,y))) if possible
Uli Schlachter
1
-1
/
+11
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
Test: Factor out string-comparision helper function
Uli Schlachter
1
-52
/
+49
2015-04-04
Test suite: Add tests for XGE event handling
Uli Schlachter
1
-1
/
+77
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
3
-22
/
+66
2015-04-04
Correctly handle calloc() failure
Uli Schlachter
1
-4
/
+4
2015-04-04
Test: Skip tests if no X11 server is available
Uli Schlachter
1
-2
/
+4
2015-04-04
Don't check codes to be in range, but find "best match"
Uli Schlachter
1
-16
/
+40
2015-04-04
Fix test suite compilation
Uli Schlachter
1
-2
/
+2
2015-03-25
Add a KNOWN_ISSUES file
Uli Schlachter
1
-0
/
+8
2015-03-25
test: Also test minor requests for some core requests
Uli Schlachter
1
-0
/
+3
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
tests: Add tests for RandR
Uli Schlachter
1
-1
/
+42
2015-03-25
Add an autotools-based build system
Uli Schlachter
10
-30
/
+195
2015-03-24
Correctly ignore extensions without events / errors
Uli Schlachter
1
-2
/
+4
[next]