Skip to content

Commit

Permalink
Prepare release 0.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johns-Q committed Nov 9, 2011
1 parent 7c3bc05 commit 77a5ced
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 11 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
User johns
Date:
Date: Wed Nov 9 15:07:38 CET 2011

Release 0.30.
Improved build system, add gentoo ebuild.
Fix bugs with fullscreen/window switching apps.
Add support of two text line to the clock pluglin.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ HDRS = uwm.h command.h pointer.h keyboard.h draw.h image.h icon.h \
readable_bitmap.h dia.h td.h uwm-config.h queue.h

FILES= Makefile u.xpm contrib/uwm-helper.sh.in uwm.1 uwmrc.5 CODINGSTYLE.txt \
ChangeLog contrib/uwm.doxyfile contrib/uwm16x16.xpm contrib/x.xpm \
contrib/uwmrc.example
README.txt ChangeLog contrib/uwm.doxyfile \
contrib/uwm16x16.xpm contrib/x.xpm contrib/uwmrc.example

all: uwm #udm

Expand Down
65 changes: 60 additions & 5 deletions contrib/uwmrc.example
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ font = [
task = "-*-dejavu sans-*-r-*-*-14-*-*-*-*-*-*-15"
tooltip = "-*-terminus-*-*-*-*-16-*-*-*-*-*-*-15"
panel = "-*-dejavu sans-*-*-*-*-14-*-*-*-*-*-*-15"
clock = "-*-dejavu sans-*-*-*-*-14-*-*-*-*-*-*-15"
clock = "-*-dejavu sans-*-*-*-*-10-*-*-*-*-*-*-15"
button = "-*-dejavu sans-*-r-*-*-14-*-*-*-*-*-*-15"
pager = "5x7"
fallback = "-*-dejavu sans-*-r-*-*-14-*-*-*-*-*-*-15"
Expand Down Expand Up @@ -351,6 +351,8 @@ root-menu = [
;
; configure pointer/mouse buttons on root window
;
; FIXME: change to new button configuration
;
root = [
[ button = 1 root-menu = 0 ]
[ button = 2 root-menu = 1 ]
Expand All @@ -361,14 +363,55 @@ root = [
[ double-click = 1 toggle-show-desktop = true ]
]

;
; configure pointer/mouse buttons on frame of client window
;
; modifier: shift lock ctrl mod1 mod2 mod3 mod4 mod5
; type: button click double-click triple-click long-click
; nr: button nr 0 .. 255
;
; click-raises button raises the client window
; click-focus button focus the client window
; replay send button also to client
;
; [ [ modifier* type nr] option action ]
;
; FIXME: border = is above, planned feature
;{
frame = [
[ [ `button 1 ] click-raises = true border-button = true ]
[ [ `long-click 1 ] border-button = true ]
[ [ `double-click 1 ] toggle-maximize = true ]
[ [ `button 2 ] move = true ]
[ [ `button 3 ] window-menu = true ]
[ [ `double-click 3 ] toggle-shade = true ]
[ [ `button 4 ] shade = true ]
[ [ `button 5 ] shade = false ]
[ [ `button 6 ] lower = true ]
[ [ `button 7 ] raise = true ]
]

;
; configure pointer/mouse buttons on client window
;
client = [
[ [ `button 1 ] click-raises = true click-focus = true replay = true ]
[ [ `button 2 ] click-raises = true click-focus = true replay = true ]
[ [ `button 3 ] click-raises = true click-focus = true replay = true ]
[ [ `mod1 `button 1 ] move = true ]
[ [ `mod1 `button 2 ] move = true ]
[ [ `mod1 `button 3 ] resize = true ]
]
;}

;
; window menu (FIXME: not yet used)
;
window-menu = [
[ text = "Maximize-y" maximize-vertical = true ]
[ text = "Maximize-x" maximize-horizontal = true ]
[ text = "Maximize" toogle-maximize = true ]
[ text = "Unmaximize" toogle-maximize = true ]
[ text = "Maximize" toggle-maximize = true ]
[ text = "Unmaximize" toggle-maximize = true ]

[ text = "Restore" restore = true ]
[ text = "Unshade" toggle-shade = true ]
Expand Down Expand Up @@ -421,7 +464,7 @@ panel = [
; panel height: >0 height in pixel, 0 auto, <0 percent (0)
; height = -99
; panel autohide: 0|1 (0)
auto-hide = false
; auto-hide = true
; panel maximize over panel; 0|1 (0)
maximize-over = false
; panel layer: 0 .. 10 (6)
Expand Down Expand Up @@ -536,6 +579,8 @@ panel = [
; %R HH:MM
; %T HH:MM:SS
; %c preferred date and time representation
; %n for a new line
; %R%n%x for a two line time and date
;
[ type = `clock
width = 0 height = 0
Expand All @@ -556,7 +601,7 @@ panel = [
; FIXME: setting X and auto calculated width didn't work
;x = 66 y = 1
width = -95
auto-hide = false
; auto-hide = true
height = 24
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Pager plugin
Expand Down Expand Up @@ -594,6 +639,16 @@ panel = [
;
[ type = `systray
]

[ type = `clock
width = 0 height = 0
format = "%R%n%d/%m/%y" tooltip = "%c"
[ button = 1 execute = "xcalendar"]
[ button = 2 execute = "oclock"]
[ button = 3 execute = "xclock"]
[ button = 4 execute = "dclock"]
[ button = 5 execute = "cairo-clock"]
]
]

;
Expand Down
9 changes: 6 additions & 3 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,21 @@ <h3>Features</h3>
</UL>

<h2 id="news">News</h2>
<h3></h3>
<h3>Wed Nov 9 15:08:24 CET 2011</h3>

Version 0.30 released.
<BR><a href="http:https://sourceforge.net/projects/uwm/files/source/uwm-0.30.tar.bz2/download">Download source from sourceforge.net (186k)</a><BR>

<h3>Wed Nov 10 21:48:19 CET 2010</h3>

Version 0.25 released.
<BR><a href="http:https://sourceforge.net/projects/uwm/files/uwm-2010-11-10-21.tar.bz2/download">Download source from sourceforge.net (184k)</a><BR>
<BR><a href="http:https://sourceforge.net/projects/uwm/files/source/uwm-2010-11-10-21.tar.bz2/download">Download source from sourceforge.net (184k)</a><BR>
Fixes only queue.h compile error. <a href="http:https://sourceforge.net/tracker/?func=detail&aid=3093960&group_id=278415&atid=1182011">See bug 3093960</a>

<h3>Wed Oct 20 16:46:29 CEST 2010</h3>

Version 0.24 released.
<BR><a href="http:https://sourceforge.net/projects/uwm/files/uwm-2010-10-20-16.tar.bz2/download">Download source from sourceforge.net (184k)</a><BR>
<BR><a href="http:https://sourceforge.net/projects/uwm/files/source/uwm-2010-10-20-16.tar.bz2/download">Download source from sourceforge.net (184k)</a><BR>
Please report bugs, none working applications and feature requests.

<h3>Thu Oct 7 19:25:41 CEST 2010</h3>
Expand Down

0 comments on commit 77a5ced

Please sign in to comment.