2008-01-04 13:11:37 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Update evilwm to 1.0.0
*** Changes between 0.99.25 and 1.0.0:
Mon Jun 11 14:26:33 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk>
* Add basic Xrandr support
Thanks to Yura Semashko for this patch.
Thu May 17 15:48:31 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk>
* When snapping, prefer screen edge to other windows
Wed May 3 16:53:01 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk>
* Don't account for width_inc and height_inc when maximising
Wed May 3 15:38:08 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk>
* Ignore borders when snapping maximised client to screen edge
|
2007-02-01 23:12:25 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Modular Xorg support.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-04-27 12:03:05 by Jonathan Perkin | Files touched by this commit (3) | |
Log message:
Update evilwm to 0.99.25. Changes:
[0.99.24]
* Remove unused def_cmap field from ScreenInfo struct.
* Added -nosoliddrag option (thanks to Erik Auerswald).
* Rewrite grab_keysym() macro as a function.
[0.99.25]
* Regrab keys on receipt of MappingNotify event
* Make spawn() use find_current_screen()
* Fix build errors/warnings when VWM not defined
* Track vdesk separately on each managed screen
* Remove is_sticky tests when only need to check vdesk
* Only snap against clients on the same screen
* Fix configure requests containing sibling information
* Move unused variable workarounds after declarations
* Flesh out some switches with default cases
* Remove redundant call to XShapeSelectInput()
* Move grab_keysym() to main.c, make static
* Make recalculate_sweep() static
* Wrap client_update_current into select_client
* Restructure client_update_current()
* Wrap fetching of mwm_hints property into init_geometry
* Omit some unneeded code when VWM not defined
EWMH atoms mostly, also some keymap defines.
* Code tidy
Dead declarations removed from evilwm.h. Some reordering of other
declarations. Nothing that should affect anything.
* Use XQueryPointer to find pointer root instead of trying to track it
* Macro-ise get_mouse_position()
* Declare some of opt_* as static in main.c
* Don't track bounding_shaped
This is never used outside set_shape and I'm not convinced that
XShapeQueryExtents refers to the old values.
* Fix foolish lookup of screen number where it's already known
* Expose events not needed on frame windows
* Grab buttons when making client instead of every enter event
* Refactored handle_key_event()
|
2006-02-06 21:39:57 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
Make the long-awaited update to 0.99.23. Changes:
2006-02-06
Fixed -v option parsing.
Released 0.99.23.
|
2006-02-06 21:31:58 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Update to 0.99.22. Changes:
2006-01-18
EWMH hints added so vdesk/sticky states persist across wm change.
2006-01-25
Alt+Tab behaviour modified to be more in line with what most people
expect (single Alt+Tab goes back to previously selected window).
Added -altmask to override Shift as default control behaviour change
key.
Added resizing with Ctrl+Alt+Shift+[HJKL].
2006-01-26
Released 0.99.22.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-26 22:40:22 by Antoine Reilles | Files touched by this commit (4) |
Log message:
Update wm/evilwm to 0.99.21
Changelog:
- Removed dependency on Motif header files: supply just as much hint
structure information as is necessary to interpret Motif hints.
- Switch to using a window border for frame's colour, don't touch
frame background. This allows aterm's "fast transparency" to work.
- various bug fixes, and code improvements
|
2006-01-03 15:31:36 by Jonathan Perkin | Files touched by this commit (4) | |
Log message:
Update evilwm to 0.99.19. Changes:
2005-10-06
Info window movement made a bit more sensible.
Don't remove clients from within error handler, instead flag for
removal.
While removing client, only reparent to root if window is withdrawn
or window manager is shutting down (fixes xpdf-in-firefox bug).
Window close key with shift held will XKillClient().
LD: Replace logic to decide if we have a shaped window (cribbed from
fvwm-2.5.10).
LD: Warp mouse pointer to a visible point in shaped windows.
2005-12-29
Documentation updates.
|
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message:
Create directories before installing files into them.
|