]> code.delx.au - spectrwm/history - spectrwm.c
Fix man errors
[spectrwm] / spectrwm.c
2016-08-26 Andrea BolognaniInclude the top level header of each xcb module used
2016-05-17 Reginald KennedyEnsure iconic windows stay iconic when reparenting.
2016-05-09 Reginald KennedyFix workspace cleanup on RandR screenchange.
2016-05-04 Reginald KennedyRedraw the focus window frame when changing regions...
2016-05-04 Reginald KennedyPrepend SWM_LIB to LD_PRELOAD instead of clobbering.
2016-05-02 Reginald KennedyAdd new fullscreen_toggle action.
2016-05-02 Reginald KennedyRename raise_focused to raise and set default binding...
2016-05-02 Campbell BartonSend window to next/previous regions workspace
2016-05-02 Yuri D'EliaImplement the "raise_focused" function
2016-05-02 Yuri D'EliaAlways swap regions when using rg_move_next/rg_move_prev
2016-04-29 Reginald KennedyRemove unused macros.
2016-04-29 Reginald KennedyUpdate the license in spectrwm.c
2016-04-27 David Hillcleanup warnings
2016-04-22 Reginald KennedyFix segfault when handling RRScreenChangeNotify.
2016-04-21 Reginald KennedyFix ICCCM 4.2.3 compliance and add special handling...
2016-04-21 Reginald KennedyUpgrade to window reparenting.
2016-03-23 Reginald KennedyFix possible delay on uniconify/search_win/search_works...
2015-05-26 Reginald KennedyRestore Num_Lock workaround.
2015-05-24 Reginald KennedyFix autorun.
2015-05-22 Marco Peereboomadd queue.h to OSX
2015-05-22 Reginald KennedyImprove the bind[] option to accept pointer buttons.
2015-05-20 Reginald KennedyPacify -Wconditional-uninitialized warnings.
2015-05-14 Reginald KennedyTweak the urgency indicator default padding for urgent_...
2015-04-19 Reginald KennedyAdditional shutdown cleanup.
2015-04-19 Campbell BartonResolve memory leaks on exit
2015-04-19 Reginald KennedyFix MINIMALBORDER on region focus cycling.
2015-04-16 Yuri D'EliaAdd 'MINIMALBORDER' quirk to remove borders from floati...
2015-04-15 Reginald KennedyKeep function prototypes in alphabetical order.
2015-04-15 Campbell BartonResolve memory leaks on exit.
2015-03-25 Reginald KennedyFix segfault when attempting to switch workspace during...
2015-02-27 Reginald KennedyAdd new option: warp_focus
2015-02-27 Jonathan ArmaniAdd a new visible_noswap option that allow to not swap...
2015-02-27 Reginald KennedyRevert "Mouse button mapping config option, by levaidaniel"
2015-02-25 Reginald KennedyChange rg_move_(prev|next) and stack_balance to be...
2015-02-17 Yuri D'EliaStrip trailing padding with urgent_collapse
2015-02-17 Marco Peereboomad yuri to copyrights
2015-02-17 Yuri D'EliaImplement rg_move_prev/rg_move_next to move workspaces...
2015-02-17 Yuri D'EliaAdd 'maximize_hide_bar' to also hide the bar when maxim...
2015-02-17 Yuri D'EliaImplement quirk NOFOCUSCYCLE to remove a window from...
2015-02-17 Yuri D'EliaImplement stack_balance and assign it to M-S-<h,l>
2015-02-17 Campbell BartonMouse button mapping config option, by levaidaniel
2015-02-04 Marco Peereboomadjust copyright dates
2015-01-27 Marco PeereboomAdd Mod5 to support some more weird keyboards.
2014-11-18 Reginald KennedyPrevent possible focus change on release of a pointer...
2014-11-04 David HillUse poll(2) instead of select(2).
2014-10-25 Reginald KennedyFix urgency indicator issue.
2014-10-24 Reginald KennedyFix stacking issue on (re)start when managing unmanaged...
2014-10-14 Reginald KennedyFix focus_urgent.
2014-10-07 Yuri D'EliaHonour correctly "disable_border" in max_stack
2014-09-30 Reginald KennedyFix warp_pointer centering.
2014-08-14 Reginald KennedyAdd new option: urgent_collapse
2014-08-14 Reginald KennedyAdd new quirk: WS[n]
2014-08-07 Reginald KennedyAdd new option: warp_pointer.
2014-07-29 Reginald KennedyConvert all booleans to stdbool.h bool.
2014-07-29 Reginald KennedyFix stacking issue at (re)start when spawn_position...
2014-05-09 Reginald KennedyAdd new quirk IGNORESPAWNWS.
2014-05-09 Reginald KennedyAdd new quirk IGNOREPID.
2014-03-20 Reginald KennedyFix segfault when loading "layout" with non-zero parame...
2014-03-12 Reginald KennedyImprove stacking for windows with multiple transients.
2014-03-07 Reginald KennedySet stacking order when setting up a new status bar.
2014-03-07 Reginald KennedyFix segfault in fullscreen layout when a window with...
2014-02-26 Reginald KennedyFix text rendering issue in search_win.
2014-02-26 Reginald KennedyIgnore EnterNotify when entering from an inferior window.
2014-02-20 Reginald KennedyFix floating windows remaining borderless after being...
2014-02-20 Reginald KennedyFix window border colors when moving windows to hidden...
2014-02-07 Reginald KennedyAdd new OBEYAPPFOCUSREQ quirk.
2014-02-07 Reginald KennedyFix segfault when attempting to set a color on a non...
2014-02-07 Reginald KennedyDeny _NET_ACTIVE_WINDOW ClientMessages with a source...
2014-02-07 Reginald KennedyRename variables that shadow global declarations.
2014-02-07 Reginald KennedyAdd color_focus_maximized and color_unfocus_maximized...
2014-02-07 Reginald KennedyAdd new reorder stack action.
2014-02-07 Reginald KennedyAdd support for _NET_WM_DESKTOP client message.
2014-02-07 Reginald KennedyAdd 'name' configuration option.
2014-02-07 Reginald KennedyAdd support for _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_...
2014-02-07 Reginald KennedyAdd support for _NET_RESTACK_WINDOW.
2014-02-07 Reginald KennedyImprove support for Extended Window Manager Hints ...
2014-02-07 Reginald KennedyAdd new maximize_toggle action.
2014-02-07 Reginald KennedyRevert 2 commits to simplify merge.
2014-02-07 Marco Peereboomoops, killed a d on the way out
2014-02-07 Marco Peereboomplease OCD a little
2013-12-04 Reginald KennedyFix quirk matching of windows missing WM_CLASS.
2013-11-16 Reginald KennedyFix 'bind[] = ...' not unbinding as expected.
2013-11-14 Reginald KennedyImprove spawn program command parsing.
2013-11-08 Reginald KennedyFix segfault when X keyboard map does not include Num_Lock.
2013-11-05 Reginald KennedyFix placement issue when uniconifying floaters.
2013-10-30 Reginald KennedyFix default quirks to work correctly with regex.
2013-10-30 Reginald KennedyAdd new option: iconic_enabled
2013-10-30 Reginald KennedyAdd quirk POSIX Extended Regular Expression pattern...
2013-08-29 Reginald KennedyFix focus border issue on output only windows.
2013-08-12 Reginald KennedyFix segfault when xcb_get_geometry_reply() fails.
2013-08-12 Reginald KennedySome cleanup.
2013-07-30 Reginald KennedyFix compile issue on older versions of XCB.
2013-07-29 Reginald KennedyAdd new focus_urgent binding.
2013-07-18 Reginald KennedyFix crash in rg_n/mvrg_n when the target region does...
2013-07-04 Reginald KennedyFix focus state issue when switching between workspaces.
2013-06-17 Reginald KennedyFix focus issue when (un)mapping a window on an unfocus...
2013-05-07 Reginald KennedyRemove unused local variables.
2013-05-06 Reginald KennedyRemove unused global atom variables.
2013-05-01 Reginald KennedyAdd new $dmenu_bottom spawn argument variable for use...
2013-04-29 Reginald KennedyAdd ability to set tile_gap to negative values.
next