]> code.delx.au - spectrwm/history - spectrwm.c
Update code to compile against XCB util-wm >= 0.3.8
[spectrwm] / spectrwm.c
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.
2012-07-04 Tiago CunhaTurn this into a function.
2012-07-03 Reginald KennedyAdd backwards compatibility for the spawn_term binding.
2012-07-02 Reginald KennedyImprove configurerequest handling.
2012-07-02 Reginald KennedyFix status bar flicker by double-buffering the output.
2012-06-26 Tiago CunhaAdd new character sequence used for padding.
2012-06-26 Reginald KennedyFix 'term' action binding and defaults.
2012-06-12 Reginald KennedyAdd horizontal_flip and vertical_flip layout options.
2012-06-07 Reginald KennedyFix issue replacing certain configuration bindings.
2012-06-05 Tiago CunhaAdd new window related character sequence.
2012-06-05 Tiago CunhaCharacter sequence for the floating indicator.
2012-06-05 Tiago CunhaMissed a few spaces in the default format.
2012-06-05 Tiago CunhaSprinkle some const.
2012-06-05 Tiago CunhaNo point having static here.
2012-06-05 Tiago CunhaTechnically, it's a tree, now.
2012-06-05 Tiago CunhaMove a few spaces to the right place.
2012-06-05 Tiago CunhaLimit window name to 64 characters by default.
2012-06-05 Tiago CunhaSupport maximum length in the character pairs.
2012-06-05 Tiago CunhaWarn the user if format is too long.
2012-06-05 Tiago CunhaThe screen number can be fetched from the region.
2012-06-05 Tiago CunhaAdd the ability to format the status-bar output.
2012-06-05 Tiago CunhaZap superfluous calls to bar_update.
2012-06-05 Tiago CunhaRefresh status-bar after moving a window.
2012-06-05 Tiago CunhaKill references before focusing on a new window.
2012-06-05 Tiago CunhaDon't call the status-bar wrapper function.
2012-06-05 Tiago CunhaReuse class hint in the status-bar.
2012-06-05 Tiago CunhaRemove unused variable.
2012-06-05 Tiago CunhaFix a few style nits.
2012-06-05 Reginald KennedyAdd new options to change focus behavior on window...
2012-06-05 Reginald KennedyFix input focus not being set in max_stack mode on...
2012-05-26 Reginald KennedyFix missing charset warnings with a less-constrained...
2012-05-16 David Hillconvert from deprecated XKeycodeToKeysym to XkbKeycodeT...
2012-04-20 Reginald KennedyFix segfault caused by workspaces above 10 not being...
2012-04-07 Reginald KennedyIncrease workspace hard limit to 22.
2012-02-17 Marco Peereboomfix a real issue of an uninitialized variable, found...
2012-02-17 Marco Peereboomcouple unused vars and bad pointer checks, from clang
2012-02-17 Marco Peereboomfix 2 clang -analyze warnings
2012-02-16 Marco Peereboommake osx compile again
2012-02-16 Lawrence TeoAdjust copyright years and authors list on man page.
2012-02-15 Marco Peereboomtry multiple config files
2012-02-15 Marco Peereboomtry scrotwm.conf when spectrwm.conf isn't found
2012-02-15 Marco Peereboomrename scrotwm to spectrwm