index
:
xcb/util
master
Core XCB utility functions (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-util)
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-23
Create a single shared library and header file and reset SONAME
Arnaud Fontaine
2
-10
/
+1
2010-11-14
Add xcb_aux_change_window_attributes_checked
Mikhail Gusarov
2
-0
/
+17
2010-11-14
Don't call exit() in xcb_aux_get_depth; return 0 instead.
Peter Harris
1
-7
/
+4
2010-11-14
Fix copyright statement
Jonathan Landis
1
-0
/
+31
2010-11-14
"Clean up" magic structure stuff for C++.
Ulrich Eckhardt
1
-9
/
+17
2010-11-14
xcb_mask must not be zero when n == 32.
Keith Packard
1
-1
/
+1
2010-11-14
re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the report
Bart Massey
1
-1
/
+1
2010-11-14
fixed existing roundups, added rounddowns
Bart Massey
1
-5
/
+43
2010-11-14
added aux_clear_window() for xlib compatibility, in spite of misgivings
Bart Massey
2
-0
/
+13
2010-11-14
fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming
Bart Massey
1
-2
/
+2
2010-11-14
added fast inline bitops xcb_bitops.h
Bart Massey
2
-1
/
+175
2010-11-14
added aux_set_line_attributes_checked
Bart Massey
2
-0
/
+30
2010-11-14
added PARAM macros
Bart Massey
1
-0
/
+7
2010-11-14
xcb_aux_parse_color()
Bart Massey
2
-0
/
+50
2010-11-14
added checked version of aux_change_gc function
Bart Massey
2
-0
/
+16
2010-11-14
added checked versions of aux_create_window and aux_create_gc functions
Bart Massey
2
-0
/
+55
2010-11-14
added xcb_aux_find_visual functions
Bart Massey
2
-0
/
+43
2010-11-14
added xcb_aux_get_depth_by_visual_id()
Bart Massey
4
-0
/
+348