]> code.delx.au - spectrwm/shortlog
spectrwm
2012-07-20 Reginald KennedyFix linux makefile.
2012-07-20 Marco Peereboomdont errx when xcb_query_font_reply fails + spaces
2012-07-20 David Hillbring back the Display variable. Will be needed for...
2012-07-20 David Hillmake search_win use the same font as the bar
2012-07-20 David Hillfix up search_win to use new font code calculations...
2012-07-20 David Hilla reasonable first attempt to get the bar and bar fonts...
2012-07-20 David Hillallow bar_font to work again.
2012-07-20 Marco Peereboomdrop some X11 includes, begone Xlib!
2012-07-20 Reginald KennedyRemove an empty line.
2012-07-20 Reginald KennedyFix xrandr epileptic seizure issue.
2012-07-20 Reginald KennedyFix issue where _NET_ACTIVE_WINDOW is ignored on unmapp...
2012-07-20 David Hilladd a couple more xcb_flush()'s
2012-07-20 Reginald KennedyFix a few more -Wextra warnings.
2012-07-20 David Hillcast a few types to strtonum
2012-07-20 David Hillfix some sign compare warnings
2012-07-20 David Hillunused defines
2012-07-20 David Hillremove no longer needed includes.
2012-07-20 David Hillremove no longer used functions
2012-07-20 David Hillremove unneeded warnings
2012-07-20 David Hillprefetch the xcb_randr_id so we don't block later
2012-07-20 David Hillremove extra lib dependancies from Makefile
2012-07-20 David Hillremove -lXlib-xcb and -lXtst. Replace with -lX11 and...
2012-07-20 David HillGet rid of XOpenDisplay. Use xcb_connect now!
2012-07-20 Reginald KennedyFix startup error by disabling all traces of xlib font...
2012-07-20 David Hillredo checking for an active wm with xcb
2012-07-20 David Hillremove commented out Xlib code
2012-07-20 David Hillconvert XkbKeycodeToKeysym to xcb
2012-07-20 David HillNoSymbol to XCB_NO_SYMBOL
2012-07-20 David Hillrename atom variables to begin with a_
2012-07-20 David Hilluse xcb instead of RootWindow
2012-07-20 David Hillmove some things into setup_globals()
2012-07-20 Reginald Kennedybar_update() on cycle_layout() for the indicator.
2012-07-20 Reginald KennedyDrain EnterNotify in stack() when appropriate.
2012-07-20 Reginald KennedyAdd event_drain() and drain EnterNotify where appropriate.
2012-07-20 David Hilljust some minor cleanup. whitespace, cast types, etc
2012-07-20 David Hillget rid of the if 0 code. sick of seeing it.
2012-07-20 Reginald KennedySome OpenBSD styling cleanup.
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
next