]> code.delx.au - spectrwm/shortlog
spectrwm
2012-07-20 Reginald KennedyUpdate freebsd Makefile.
2012-07-20 Reginald KennedyAdd a few more xcb_flush().
2012-07-20 Reginald KennedyAdd another xcb_flush() into a key position.
2012-07-20 David Hillundo if 0 the select code.
2012-07-20 David Hillpid is not unsigned
2012-07-20 David Hillfix window_get_pid().
2012-07-20 David Hilluse UINT32_MAX in xcb_get_property for atoms.
2012-07-20 David Hillfix ewmh_autoquirk to actually test the correct values
2012-07-20 Reginald KennedyAdd xcb_flush() to key positions; remove from map_windo...
2012-07-20 Reginald KennedyAdd xcb_flush to wkill().
2012-07-20 Reginald KennedyFix move() and resize() for mouse input.
2012-07-20 David Hilloops, this should compare to type and not response_type.
2012-07-20 David Hillprint the atom type instead of the response type.
2012-07-20 David Hillif 0 the select() code in the event loop.
2012-07-20 Reginald KennedyRedraw bar on exposure.
2012-07-20 David Hillxcb_flush before polling for events
2012-07-20 Reginald KennedyMake DPRINTF and DNPRINTF obey 80 col while improving...
2012-07-20 David Hilladd a timestamp to debugging messages
2012-07-20 Reginald KennedyRemove the larger hammer in focus_win(), at least tempo...
2012-07-20 David Hillno point in setting state on an already destroyed window.
2012-07-20 Reginald KennedyIn event_error(), show the name of the request that...
2012-07-20 Reginald KennedyUse xcb_event_get_error_label() instead of doing the...
2012-07-20 Reginald KennedyRemove redundant geteventname() since there is xcb_even...
2012-07-20 Reginald KennedyAdd Error event type to debug output.
2012-07-20 Reginald KennedyRemove redundant defines for XCB error macros.
2012-07-20 Reginald KennedyFix XCB error macros to use current naming.
2012-07-20 David Hillinitial event error handling
2012-07-20 David Hillremove some xcb_flush calls
2012-07-20 David Hillreplace XTestFakeButtonEvent with xcb
2012-07-20 Reginald KennedyFix 'double keypress' issue.
2012-07-20 Reginald KennedyConvert geteventname() to XCB.
2012-07-20 Reginald KennedyFix linux Makefile.
2012-07-20 David HillGet rid of a bunch of leftover Xlib events.
2012-07-20 Reginald KennedyFix segfault on search_win().
2012-07-20 David Hillinitial stab at events. ugly.
2012-07-20 David Hillconvert an #if 0'd XGetWMNormalHints to XCB
2012-07-20 Reginald KennedyFix bar_print() so that the background of the text...
2012-07-20 David Hillmissed xcb_icccm_get_wm_protocols_reply_wipe define...
2012-07-20 David HillConvert XGrabKey and Keycode to XCB
2012-07-20 Reginald KennedyFix XCB ICCCM functions to use the icccm prefix.
2012-07-20 David Hillmake syms a global so we don't allocate and free it...
2012-07-20 David Hillconvert a XConfigureWindow to XCB.
2012-07-20 David Hillxcb_disconnect into restart
2012-07-20 David Hillremove a debug statement that snuck in
2012-07-20 David Hillxcb_flush in restart
2012-07-20 David HillXCloseDisplay no longer needed
2012-07-20 David Hillconvert updatenumlockmask to XCB
2012-07-20 David Hillswitch one remaining XUnmapWindow to xcb. Change a...
2012-07-20 David Hillconvert a XGetWindowAttributes to XCB
2012-07-20 David Hillmove drain_enter_notify back to Xlib events til we...
2012-07-20 David Hillturn debugging back off
2012-07-20 David HillConvert XGetWMNormalHints to XCB. Also fix a bug maski...
2012-07-20 David Hillmake SWM_DEBUG compile again
2012-07-20 David Hillcheck to see if there is actual data to use before...
2012-07-20 David Hillfix to actually check there is data to copy.
2012-07-20 David HillXGetClassHint converted to XCB
2012-07-20 David Hillreplace XGetWindowAttributes with xcb window geometry
2012-07-20 David Hillconvert XGetAtomName to xcb
2012-07-20 David Hillfix use after free
2012-07-20 David Hillcleanup get_iconic function
2012-07-20 David Hillconvert a XGetWindowProperty to xcb
2012-07-20 David Hillfix crash in get_win_name.
2012-07-20 David Hillsupport rgb:rr/gg/bb colors
2012-07-20 David HillXGetTransientForHint to XCB
2012-07-20 David HillXGetWMProtocols to XCB
2012-07-20 David Hillconvert another XGetWindowAttributes to xcb
2012-07-20 David HillXGetWMHints to xcb
2012-07-20 David Hillmissed a XCreateFontCursor. Also convert XDefineCursor...
2012-07-20 David Hillconvert XCreateFontCursor to XCB
2012-07-20 David Hillconvert XGrabCursor to XCB
2012-07-20 David HillXQueryPointer to XCB
2012-07-20 David HillXCreateSimpleWindow and XCreatePixmap -> XCB
2012-07-20 David HillXCreateGC, XFreeGC, XFillRectangle, DRAWSTRING replaced...
2012-07-20 David Hillmore readable loop. also fixes minor memleak
2012-07-20 David Hillbetter allocation
2012-07-20 David Hillremove useless cast
2012-07-20 David Hillremove no longer used get_property function
2012-07-20 David Hillconvert get_wm_name to xcb
2012-07-20 David Hillreplace DefaultWidth, DefaultHeight, and DefaultDepth
2012-07-20 David Hillfix propagate and window ID swapage.
2012-07-20 David Hillmissing xcb_icccm_get_wm_hints_reply #define for __Open...
2012-07-20 David Hillswitch to xcb_get_screen_resources_current*
2012-07-20 Reginald KennedyUpdate code to compile against XCB util-wm >= 0.3.8
2012-07-20 Reginald KennedyFix dumpwins().
2012-07-20 David Hillreplace XSync calls with a home grown function
2012-07-20 David Hillconvert config_win and fake_keypress to XCB
2012-07-20 David Hilluse XCB_RANDR_SCREEN_CHANGE_NOTIFY
2012-07-20 David Hillconvert dumpwins() to XCB
2012-07-20 David Hillgo back to using XPending() for now.
2012-07-20 David Hillreplace xrandr setup with XCB
2012-07-20 David Hillconvert a XSelectInput to XCB
2012-07-20 David Hillconvert bar_urgent to XCB
2012-07-20 David HillRevert "convert a XGetWindowAttributes"
2012-07-20 David Hillconvert a XGetWindowAttributes
2012-07-20 David Hillconvert XWarpPointer to XCB
2012-07-20 David Hillconvert XSetWindowBorder()'s and unmanage_window()...
2012-07-20 David Hillconvert root_to_region to XCB
2012-07-20 David Hillconvert send_to_ws() and client_msg() to XCB
2012-07-20 David Hillconvert XMapRaised to XCB
2012-07-20 David Hillconvert XKillClient to xcb
next