summaryrefslogtreecommitdiff
path: root/aux
AgeCommit message (Expand)AuthorFilesLines
2010-12-23Create a single shared library and header file and reset SONAMEArnaud Fontaine2-10/+1
2010-11-14Add xcb_aux_change_window_attributes_checkedMikhail Gusarov2-0/+17
2010-11-14Don't call exit() in xcb_aux_get_depth; return 0 instead.Peter Harris1-7/+4
2010-11-14Fix copyright statementJonathan Landis1-0/+31
2010-11-14"Clean up" magic structure stuff for C++.Ulrich Eckhardt1-9/+17
2010-11-14xcb_mask must not be zero when n == 32.Keith Packard1-1/+1
2010-11-14re-fixed my stupid visual_class typo; thanks to Thomas Hunger for the reportBart Massey1-1/+1
2010-11-14fixed existing roundups, added rounddownsBart Massey1-5/+43
2010-11-14added aux_clear_window() for xlib compatibility, in spite of misgivingsBart Massey2-0/+13
2010-11-14fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable namingBart Massey1-2/+2
2010-11-14added fast inline bitops xcb_bitops.hBart Massey2-1/+175
2010-11-14added aux_set_line_attributes_checkedBart Massey2-0/+30
2010-11-14added PARAM macrosBart Massey1-0/+7
2010-11-14xcb_aux_parse_color()Bart Massey2-0/+50
2010-11-14added checked version of aux_change_gc functionBart Massey2-0/+16
2010-11-14added checked versions of aux_create_window and aux_create_gc functionsBart Massey2-0/+55
2010-11-14added xcb_aux_find_visual functionsBart Massey2-0/+43
2010-11-14added xcb_aux_get_depth_by_visual_id()Bart Massey4-0/+348