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