]> code.delx.au - spectrwm/shortlog
spectrwm
2012-06-26 Tiago CunhaNon-left aligned text isn't truly justified.
2012-06-26 Tiago CunhaAdd new character sequence used for padding.
2012-06-26 Tiago CunhaUnlink es and it manual pages from the build.
2012-06-26 Reginald KennedyFix 'term' action binding and defaults.
2012-06-23 Marco Peereboomremove ggdb3
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 CunhaFix xterm resource.
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 CunhaWindow names are limited to 64 characters.
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 CunhaAlbeit obvious it also overrides clock_format.
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-05-14 Reginald KennedyAdd details to man page on how to bind non-latin charac...
2012-04-20 Reginald KennedyFix segfault caused by workspaces above 10 not being...
2012-04-09 Reginald KennedyAdd default keybindings for the new workspaces to non...
2012-04-07 Reginald KennedyIncrease workspace hard limit to 22.
2012-02-28 David Hillupdate authors
2012-02-28 David Hillcleanup
2012-02-17 Marco PeereboomPrepare for release 1.0.0. SPECTRWM_1_0_0
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-17 Marco Peereboommake buildversion optional, from drahn
2012-02-17 Marco Peereboombetter fix from davec
2012-02-17 Marco Peereboomattempt to print the git version in the version string
2012-02-17 Marco Peereboomfix freebsd makefile from Niclas Zeising <zeising@daemo...
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 Peereboomremove scrotwm here too
2012-02-15 Marco Peereboomln spectrwm to scrotwm for now
2012-02-15 Marco Peereboomln spectrwm to scrotwm for now
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
2012-02-15 Marco Peereboomadd lteo and tcunha to copyright SCROTWM_BEFORE_RENAME
2012-02-13 Reginald KennedyFix setting of window property strings to use actual...
2012-02-11 Reginald KennedyRemove stray tabs and end of line spaces.
2012-02-11 Reginald KennedyFix include path for Linux rb tree, add slots for FreeB...
2012-02-11 marcoadd rb stuff to linux
2012-02-09 Tiago CunhaUse a red-black tree for the keys.
2012-02-09 Reginald KennedyRemove unused vars.
2012-02-09 Reginald KennedyFix erroneous keysym for flip_layout in the example...
2012-02-09 Lawrence TeoFix height_shrink key binding; use .Xr for xprop(1).
2012-02-09 marcofix se layout, from Niclas Zeising <zeising@daemonic.se>
2012-02-08 Tiago CunhaRemove redundant checks.
2012-02-08 Tiago CunhaClear status-bar when iconifying the last window.
2012-02-08 Tiago CunhaAdd status-bar wrapper function.
2012-02-08 Reginald KennedyAdd flip_layout binding to all keyboard layout examples.
2012-02-08 Marco PeereboomPrepare for release 0.11.0. SCROTWM_0_11_0
2012-02-08 Reginald KennedyAdd flip_layout keyinding.
2012-02-07 Tiago CunhaUse a tail queue for the spawns.
2012-02-07 Tiago CunhaRemove stray spaces.
2012-02-07 Tiago CunhaFallback to WM_NAME if _NET_WM_NAME fails.
2012-02-07 Tiago CunhaUse the global display variable.
2012-02-07 Tiago CunhaRemove unused length parameter.
2012-02-07 Tiago CunhaRemove unneeded atom parameters.
2012-02-07 Tiago CunhaUpdate status-bar when focusing.
2012-02-07 Tiago CunhaUse the warn(3) functions instead of fprintf(3).
2012-02-07 Tiago CunhaNUL terminate the strftime(3) buffer.
2012-02-03 Reginald KennedyWhen responding to a ConfigureRequest event without...
2012-02-03 Marco Peereboombe more paranoid when freeing memory and some whitespac...
2012-02-02 Tiago CunhaFix indentation when defining variables.
2012-02-02 Tiago CunhaUse a tail queue for the quirks.
2012-02-02 Tiago CunhaFix indentation when defining variables.
2012-02-02 Tiago CunhaUse a tail queue for the key bindings.
2012-02-02 Tiago CunhaSort configuration file keywords alphabetically.
2012-02-01 Reginald Kennedy- Add UTF-8 Support.
2012-02-01 Reginald KennedyFix response to applications when windows are not recon...
2012-01-28 Reginald Kennedyscrotwm.c:
2012-01-26 Lawrence TeoAdd the missing ws_prior key binding to the keyboard...
2012-01-26 Lawrence TeoFix Mdocdate error that I made (it's no longer 2011!).
2012-01-25 Reginald KennedyFix 'jump' when moving a non-floated window with the...
2012-01-25 Tiago CunhaDocument the special MOD modifier key.
2012-01-24 Niclas ZeisingClean up properly in linux/Makefile.
2012-01-24 Niclas ZeisingFixes to the FreeBSD Makefile.
2012-01-23 Tiago CunhaPlug memory and file descriptor leak.
2012-01-22 marcobroken space bar
2012-01-21 Reginald KennedyIgnore window crossing events that are generated when...
2012-01-21 Reginald KennedyMoving and resizing floating windows with the mouse...
next