]> code.delx.au - spectrwm/history - spectrwm.c
Fix XCB error macros to use current naming.
[spectrwm] / spectrwm.c
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
2012-07-20 David Hillconvert a lot more code over to xcb.
2012-07-20 David Hillcreate function get_atom_from_string() and initial...
2012-07-20 David Hillconvert ewmh_autoquirk to XCB
2012-07-20 David Hillconvert teardown_ewmh to XCB
2012-07-20 David Hillconvert ewmh_get_win_state to XCB
2012-07-20 David Hillconvert set_win_state() and getstate() to XCB.
2012-07-20 David Hilloops - don't xcb_disconnect() on restart.
2012-07-20 David Hillconvert bar_refresh() to XCB
2012-07-20 David Hillconvert name_to_color to XCB
2012-07-20 David Hillconvert update_window() to XCB
2012-07-20 David Hillconvert ewmh_update_win_state() to XCB
2012-07-20 David Hillreplace ScreenCount() calls with XCB calls.
2012-07-20 David HillChange some 'Window' types to xcb_window_t's.
2012-07-20 David Hillconvert grabbuttons() and partial unfocus_win to XCB
2012-07-20 David Hillmake ewmh_update_actions() use XCB. Also convert ewmh_hint
2012-07-20 David Hillconvert window_get_pid and partially custom_region...
2012-07-20 David Hillmake get_iconic use xcb
2012-07-20 David Hillmake update_iconic() use xcb
2012-07-20 David Hillmake setscreencolor use xcb
2012-07-20 David Hillmake setup_ewmh() use xcb
2012-07-20 David Hillinitial code to compile in xcb support.
2012-07-16 Reginald KennedyFix issue where _NET_ACTIVE_WINDOW is ignored on unmana...
2012-07-11 Reginald KennedyFix spawn_position to actually do what it is supposed...
2012-07-09 David Hilluse XRRGetScreenResourcesCurrent instead.
2012-07-04 Tiago CunhaSimplify limit retrieving.
next