Commit Graph

9 Commits

Author SHA1 Message Date
gonzalo
226df9aef1 Update for Spectrwm to 2.3.0.
Bugfixes and others.

Just go ahead sthen@
2013-05-05 16:09:38 +00:00
gonzalo
a9a3b31647 Update for Spectrwm to 2.2.0:
* Fix setkeymapping to call expand_tilde for proper expansion of ~
in path.
* Add new quirk NOFOCUSONMAP.
* Add get_screen_count function that handles the result of
  xcb_get_setup.
* Initialize some pointers that could be freed without being
  initialized.
* Add new ws_next_move and ws_prev_move bindings.
* Fix fullscreen layout stacking issue when using multiple regions.
* Improve man page explanation of verbose_layout.
* Fix input focus fallback issue when running with multiple regions.
* Fix manual focus mode sometimes switching region with pointer
  motion.
2013-04-05 16:32:01 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
gonzalo
2ab5ea23e4 Update for Spectrwm to 2.1.1:
* Avoid a free on an uninitialized variable by setting optval to
  NULL.
* Fix fparseln flags to remove escape characters in the result.
* Fix issue where rapid window crossing events might get ignored.
* Validate bound spawn programs after conf is loaded.
* Fix move/resize to bail if the window gets destroyed.
* Fix bar clock not getting updated during periods of inactivity.

Ok aja@
2012-12-04 16:39:54 +00:00
gonzalo
d70ef6043b Update to 2.1.0:
Improved bar_action handling to eliminate the need for bar_delay.
Renamed screen_* bindings to rg_*; config files using the old bindings
are still supported.
Fixed handling of region focus with empty workspaces.
Fixed toggle_bar not working on empty workspaces.
Fixed issue where multiple key actions might be handled simultaneously.
Fixed focus behavior when iconified windows exist in the ws.
Fixed windows not being unmapped on single-monitor fullscreen layout.
Fixed mouse and keyboard binds to work regardless of caps/numlock state.
Fixed a couple segfaults.
Fixed a couple memleaks.
Kill bar_action script oAn an unclean exit.
Add startup exception mechanism that display error messages in the bar.
Add config file check that uses startup exceptions to tell user if the
file has issues.

Ok aja@
2012-11-05 12:12:36 +00:00
gonzalo
f65098938c Update for Spectrwm to 2.0.2:
* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts
* Added support for Xcursor.
* Fixed several fullscreen layout issues.
* Improved focus handling so related windows are raised when
  appropriate.
* Fixed several focus issues.
* Fixed several issues that could cause segfaults.
* Fixed startup issue where certain windows might not get managed.
* Fixed delay when moving/resizing windows via keyboard.
* Fix scan_xrandr to fallback when a scan results in no new regions.
* Add tilde ~ expansion to autorun command in the config.

Tested on amd64 and zaurus.

Ok kili@ portswise (i didn't test it)
2012-09-05 20:33:43 +00:00
sthen
0d2b074e89 update to spectrwm 1.1.2, ok gonzalo@
* Fix issue where a window/icon could not be clicked or otherwise
be manipulated (skype, thunderbird etc).
* Fix an issue where on some Intel graphics cards when exiting the
screen turned garbled and would blink really badly.
* Bonus fix: spawn_position to actually do what it is supposed to do.
2012-07-18 19:54:56 +00:00
gonzalo
4c1f4c4821 Update for Spectrwm to 1.1.1 with some changes:
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Tons of wart removals
* Add backwards compatibility for the spawn_term binding
* Add clarification to man page that default workspace_limit is 10.

Tested on amd64.

"no objection.." sthen@
2012-07-09 21:35:46 +00:00
ajacoutot
7c48ccfad3 Import spectrwm-1.0.0.
(previously under x11/scrotwm; this is an update to 1.0.0 and renaming)

from Gonzalo L. R. (maintainer)
2012-02-28 05:56:11 +00:00