]> code.delx.au - spectrwm/shortlog
spectrwm
2012-07-27 Reginald KennedyRename a variable.
2012-07-27 David Hillfix typo
2012-07-27 Reginald KennedyFix check_conn to work with older libxcb versions.
2012-07-27 Reginald KennedyAdd another check before attempting to use RandR.
2012-07-27 Reginald KennedyDon't query the RandR extension unless it is present.
2012-07-26 Reginald KennedyAdd a check_conn() function for debugging purposes.
2012-07-26 Reginald KennedyAdd variable for debug purposes.
2012-07-26 Reginald KennedyCheck return value of get_screen.
2012-07-25 Reginald KennedyOnly get xrandr extension data if xrandr is supported.
2012-07-25 Reginald KennedyGet actual LOGIN_NAME_MAX value from sysconf.
2012-07-24 Reginald KennedyFix bar 'random' class:instance bar output.
2012-07-23 Reginald KennedyEliminate PSC (path separator char) macro.
2012-07-23 Reginald KennedyAdd tilde (~) expansion to bar_action and program[...
2012-07-23 Reginald KennedyNew debug output for FocusIn and LeaveNotify.
2012-07-22 Reginald KennedyFix user bar_font not being applied to dmenu.
2012-07-21 Reginald KennedyUse a more generalized check for xcb-util < 0.3.8
2012-07-20 Reginald KennedyRemove unneeded variables and some whitespace.
2012-07-20 David Hilluse _icccm_ in the function name to stay current
2012-07-20 David HillAdd myself to the copyright
2012-07-20 David Hillanother potential memleak
2012-07-20 David Hillwe don't do anything with xcb_grab_pointer_reply, so...
2012-07-20 David Hillplug memleak
2012-07-20 David Hillmove out of the loop.
2012-07-20 David Hillplug some more mem leaks.
2012-07-20 David Hillwe need to free what is returned from xcb_key_symbols_g...
2012-07-20 David Hillcheck replies separately
2012-07-20 David Hillplug memleak in find_window
2012-07-20 David Hillplug memory leak in get_win_name
2012-07-20 David Hillremoved unused function
2012-07-20 David Hillplug memory leak in get_atom_name
2012-07-20 David Hillplug memory leak in get_ws_idx
2012-07-20 David Hillmake sure we test the reply to be not NULL too.
2012-07-20 Reginald KennedyFix freebsd makefile.
2012-07-20 Reginald KennedyBegin checking the xcb_get_property_reply before using...
2012-07-20 David Hillrevert getstate change. made windows disappear.
2012-07-20 David Hillin getstate(), we need to fetch type XCB_ATOM_ATOM...
2012-07-20 Reginald KennedyUse intermediate pointer in getstate().
2012-07-20 David Hillapply XftDraw to search_win
2012-07-20 Reginald KennedyFix bar text vertical positioning.
2012-07-20 David Hillallow core fonts to load again. this may need more...
2012-07-20 David Hillspaces no longer allowed in separating fonts. use...
2012-07-20 Reginald KennedyDon't try to setup the bar if it already exists.
2012-07-20 Reginald KennedyUse the same font on all bars.
2012-07-20 Reginald KennedyFix parse_rgb() 8-bit to 16-bit color conversion
2012-07-20 Reginald KennedyFix some styling.
2012-07-20 David Hilluse %ld to print longs
2012-07-20 David Hillbetter Xft support.
2012-07-20 Reginald KennedySet window state to withdrawn, instead of iconic, when...
2012-07-20 Reginald KennedyA better fix.
2012-07-20 Reginald KennedyFix Xlib exiting on error.
2012-07-20 Reginald KennedyOops, bar_font conflicted, renamed bar_font to font...
2012-07-20 Reginald KennedyRemove unneeded bar_fs_height variable.
2012-07-20 David Hillstart of Xft. blows up.
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().
next