debian/0000775000000000000000000000000012300551506007165 5ustar debian/copyright0000664000000000000000000000227112052224763011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: jwm Upstream-Contact: Joe Wingbermuehle Source: http://freshmeat.net/projects/pekwm X-Upstream-Vcs: https://jwm.svn.sourceforge.net/svnroot/jwm X-Source: http://joewing.net Files: * Copyright: 2005-2011 Joe Wingbermuehle License: GPL-2+ Files: debian/* Copyright: 2005-2012 Jari Aalto License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/README.Debian0000664000000000000000000000112212052224763011230 0ustar jwm for Debian -------------- Upstream sources use /etc/system.jwmrc, but this has been changed to /etc/jwm/jwmrc in Debian. There is no automatic configuration which would add programs to the menus. Edit /etc/jwm/jwmrc or copy it to personal ~/.jwmrc startup file. Notes: The AltGr-key (keycode 113) seems to be dead, so the workaround was to to replace key bindings in jwm's configuration /etc/jwm/jwmrc from nextstacked to next -- Jari Aalto , Sat, 12 Dec 2009 18:36:38 +0200 debian/README.Debian-source0000664000000000000000000000054412052224763012535 0ustar Jwn for Debian -------------- The compile time libraries used were following (from ./configure output): Confirm: yes Icon: yes PNG: yes XPM: yes XFT: yes XRender: yes FriBidi: no Shape: yes Xinerama: yes Debug: no -- Jari Aalto , Fri, 26 Jan 2007 15:44:52 +0200 debian/postrm0000664000000000000000000000107112052224763010441 0ustar #!/bin/sh # jwm.postrm set -e PACKAGE="jwm" MENU="/etc/menu-methods/$PACKAGE" Debhelper () { : # Automatically generated #DEBHELPER# } Main () { case "$1" in remove) if [ -f $MENU ]; then chmod a-x $MENU [ -x /usr/bin/update-menus ] && update-menus fi ;; purge) # remove the files that install-menu creates: # ( cd /etc/X11/jwm/ && rm system.* menus.dat menudefs.hook ) ;; upgrade) ;; *) echo "$0: postrm called with unknown argument \`$1'" >&2 ;; esac Debhelper } Main "$@" # End of file debian/jwm.postinst0000775000000000000000000000140512052224763011600 0ustar #!/bin/sh # jwm.postinst PATH=/usr/bin:$PATH set -e PACKAGE="jwm" MENU="/etc/menu-methods/$PACKAGE" GENERICBIN=/usr/bin/x-window-manager ETCALT=x-window-manager BIN=/usr/bin/jwm PRIORITY=20 Warn () { echo "$@" >&2 } Alternatives () { update-alternatives --install $GENERICBIN $ETCALT $BIN $PRIORITY } DamageControl () { # jwm 0.23-2 deleted $GENERICBIN link. Make sure it's there # regenerate the link if ! [ -L $GENERICBIN ]; then ln -s /etc/alternatives/$ETCALT $GENERICBIN; fi } Debhelper () { : # Automatically generated #DEBHELPER# } Main () { if [ -f $MENU ]; then chmod a+x $MENU [ -x /usr/bin/update-menus ] && update-menus fi DamageControl Alternatives Debhelper } Main "$@" # End of file debian/menu0000664000000000000000000000013512052224763010061 0ustar ?package(jwm):needs="wm" section="Window Managers" \ title="Jwm" \ command="/usr/bin/jwm" debian/clean0000664000000000000000000000002212052224763010172 0ustar *.log po/stamp-po debian/NEWS.Debian0000664000000000000000000000037212052224763011055 0ustar jwm (2.0.1-2) unstable; urgency=low * The background icon location has changed from $HOME/bg.xpm to $HOME/jwm-bg.xpm * Jwm default setup no longer captures Alt-Tab key. -- Jari Aalto Fri, 11 Dec 2009 19:48:33 +0200 debian/changelog0000664000000000000000000003104412300551503011036 0ustar jwm (2.1.0+svn579-2ubuntu1) trusty; urgency=low * Use autotools-dev for newer arches (closes: #727911). * Correct use of missing Fribidi functions. -- Daniel T Chen Mon, 17 Feb 2014 21:53:08 -0500 jwm (2.1.0+svn579-2) unstable; urgency=low * debian/control: - (Depends): Remove iceweasel | www-browser to reduce depends (Closes: #93606). - (Standards-Version): Update to 3.9.4. * debian/patches - (50): Comment out gnome-www-browser. -- Jari Aalto Tue, 20 Nov 2012 07:02:17 +0200 jwm (2.1.0+svn579-1) unstable; urgency=low * New upstream release. * debian/patches (02): Remove. Use destdir accepted upstream. -- Jari Aalto Sat, 07 Jul 2012 08:43:35 +0300 jwm (2.1.0-3) unstable; urgency=low * debian/control - (Description): Adjust wording about memory usage (Closes: #663996). - (Standards-Version): Update to 3.9.3.1. * debian/rules - Fortify code with all hardening flags enabled, including CPPFLAGS (closes: #662802). -- Jari Aalto Sat, 24 Mar 2012 06:44:32 -0400 jwm (2.1.0-2) unstable; urgency=low * Bug fixed in 2.1.0-1 but not closed - Makefile.in -- add DESTDIR support (Closes: #560836). * debian/compat - Update to 9. * debian/control - (Build-Depends): Update to debhelper 9. Change libpng12-dev to libpng-dev; libpng 1.5 transition . - (Depends): Add x-terminal-emulator, www-browser. - (Standards-Version): Update to 3.9.3. * debian/copyright - Update to Copyright Format 1.0. * debian/menu-method - Rewrite. Output to /etc/jwm/debian-menu (Closes: #588597, #470416). * debian/patches - (57): New. Include debian from dir /etc/jwm (Closes: #392838). * debian/rules - Install system.jwmrc (CloseS: #644625). - Use hardened CFLAGS. http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags -- Jari Aalto Mon, 05 Mar 2012 16:48:00 -0500 jwm (2.1.0-1) unstable; urgency=low * New upstream release - Manual page fixes (Closes: #559166, #559167, #559169). - EXEC: is not working from .jwmrc (Closes: #582841). Upstream: "This should be fixed now. I just tested it and it works for me". - Iceweasel cannot be expanded fullscreen; works in other WMs (Closes: #589376). Upstream: "I believe this has been fixed. I am able to use Firefox in fullscreen mode without any problems". - Multibytes characters title cannot be displayed (Closes: #458826). Upstream: "This has been fixed (I don't know how to test it though)". - Browser's javascript steals focus. Works in other WMs (Closes: #636842). Upstream: "I'm not able to reproduce this with the current version." * debian/*.mk - Remove. No longer needed. * debian/clean - New file. Clean up temporary files (FTBFS; Closes: #643173). * debian/compat - Update to 8. * debian/control - (Build-Depends): debhelper 8. - (Standards-Version): Update to 3.9.2. - (Vcs-*): New headers. * debian/copyright - Update to DEP 5. * debian/install - New file. * debian/jwm.examples - Remove. Handled by newest debhelper. * debian/jwm.* - Rename all file to not include package prefix. * debian/debian.menu-methods.sh - Add final newline. * debian/NEWS.Debian - Delete extra whitespaces. * debian/patches - Refresh patches (FTBFS; Closes: #643173). - (7x): Remove all manual page patches; accepted upstream. * debian/rules - Clean up code for minimalistic dh(1). - (get-changelog): New. - (override_dh_installchangelogs): New. * debian/upstream.changelog - New file. -- Jari Aalto Tue, 27 Sep 2011 18:54:47 +0300 jwm (2.0.1-3) unstable; urgency=low * debian/control - (Build-Depends): update to debhelper 7.1. Add libfribidi-dev. - (Standards-Version): update to 3.8.4. * debian/rules - Update to dh(1) - (binary-arch): add dh_installwm. * debian/patches - (Number 77): Compile fix for libfribidi-dev 0.19.2-1. The library's header files have changed. * debian/rules: - Remove rules handled by dh(1). -- Jari Aalto Wed, 10 Mar 2010 09:09:11 +0200 jwm (2.0.1-2) unstable; urgency=low [ Jari Aalto ] * Upgrade package to "3.0 (quilt)". * debian/changelog - Improve layout of all releases (canonical form). * debian/compat: - Update to 7 * debian/control - (Build-Depends): update debhelper to 7. Remove dpatch. - (Homepage): New field. - (Standards-Version): update to 3.8.3. - (Suggests): New. Add x11-apps (xload). - (Uploaders): Remove; not applicable. * debian/debian-autotools.mk - New file * debian/Jwm.desktop - [Window Manager](Terminal, TryExec): New attributes. Thanks to Stefan Pofahl . (Closes: Bug#508073, #546510). - [Desktop Entry](Encoding): Remove, no longer needed. * debian/jwm.examples - New file. * debian/jwm.manpages - New file. * debian/jwm.menu-method - (postoutput): Add shutdown-menu. Thanks to Stefan Pofahl - Fix A-Tab keycode. Thanks to Frank Siebler * debian/jwm-poweroff.sh - New script for the shutdown menu * debian/patches - Convert all dpatch files to quilt series. * debian/README.Debian - Remove duplicate compilation information that is in README.Debian-source. * debian/rules - Clean rules and use debian-autools.mk. - (install): Rewrite. Do not use upstream Makefile at all (too many problems). - (install): Correct location of *.desktop directory (Closes: #559599). * debian/source/format - New file * debian/watch - Tighten regexp. [ Ricardo Mones ] * debian/changelog - Fix a couple of typos. * debian/control - (Description): more typos fixed. -- Jari Aalto Sat, 12 Dec 2009 22:28:59 +0200 jwm (2.0.1-1) unstable; urgency=low * New upstream release (Closes: #384553 * debian/control - (Description): Reworded. Add 2 spaces in front of URL. - (Build-Depands): Added dpatch. * debian/copyright - Update to latest template. - Mention Debian source repository. * debian/menu: - Change output encoding from ISO-8859-1 to UTF-8 to work with C locales. (Closes: #392845) - Change WindowManagers to 'Window Managers' * debian/menu-method - include menu.h without path component (Closes: #408519). * debian/patches - New. Convert package to dpatch format. * debian/rules - Change -$(MAKE) to fix lintian warning. * debian/watch - New file. * src/Makefile.in - Add patch 60 to comment out strip (Closes: #437244) -- Jari Aalto Thu, 02 Aug 2007 10:45:54 +0300 jwm (1.5-1) unstable; urgency=low * New upstream release. * debian/menu - New file. Added jwm.menu-methods (initial code sent by Paolo D'Emilio ; thanks). - Add IconPath to include /usr/X11R6/include/X11/pixmaps. - Update restart and exit icon *.xpm names. - User menus do not yet work: added to TODO. - Reduce tray size from 32 to 24 pixels to make more room under 1024x768 laptops (size comparable to e.g. fluxbox) * debian/jwm.menu-method - Correct menu path from /usr/sbin/install-menu to /usr/bin/install-menu * debian/jwm.menu - Correct package name: pwm => jwm. Removed commands: exit, restart. * debian/control - (Buil-depends): Add libxft-dev, libxrender-dev, libfontconfig1-dev, zlib1g-dev. Removed libx11-dev, x-dev -- Jari Aalto Wed, 29 Mar 2006 14:36:49 +0300 jwm (1.4-1) unstable; urgency=low * New upstream release. -- Jari Aalto Sun, 26 Feb 2006 23:53:59 +0200 jwm (1.3-1) unstable; urgency=low * New upstream release. -- Jari Aalto Sun, 5 Feb 2006 22:57:26 +0200 jwm (1.1-1) unstable; urgency=low * New upstream release. * debian/control - (Build-Depends): Add libpng12-dev, libxpm-dev, libxinerama-dev - (Description) format to fit in 80 characters. -- Jari Aalto Sat, 4 Feb 2006 13:08:37 +0200 jwm (0.23-3.1) unstable; urgency=high * Non-maintainer upload. * High-urgency upload for RC bugfix. * debian/control - Build-depend on libxext-dev and libxpm-dev instead of on the obsolete xlibs-dev; thanks to Justin Pryzby for testing. See . Closes: #346625. (FTBFS: build-depends on removed xlibs-dev). * Re-run autoconf to pull in a current version of AC_PATH_X, to avoid a build-dep on libxt-dev. -- Steve Langasek Tue, 17 Jan 2006 05:12:03 -0800 jwm (0.23-3) unstable; urgency=medium * debian/changelog - (urgency): Set to medium. Restore /usr/bin/x-window-manager. * debian/control - (Homepage): more accurate location (wishlist; Closes #327013) - (Description): Update wording. * debian/jwm.postinst - Accidental /usr/bin/x-window-manager link deletion. (important; Closes: #327136). -- Jari Aalto Fri, 9 Sep 2005 13:49:37 +0300 jwm (0.23-2) unstable; urgency=low * debian/control - (Provides): Add "x-window-manager". See Debian Policy Manual Chapter 11 - Customized programs: 11.8.3 Packages providing a terminal emulator. See also 7.4 Virtual packages - Provides. * debian/copyright - Updated new FSF address * debian/jwm.postinst - Register /etc/alternatives with priority 20. * debian/jwm.prerm - New file. Unregister /etc/alternatives * debian/patches - Closes: #326420 (serious; amd64/unstable compile error fix). src/hint.c::GetWindowAtom() arg: CARD32 *value => Window *value. Patch thanks to Andreas Jochens * debian/TODO.Debian - Rename to debian/TODO due to dh_installdocs(1). * Misc Notes - Send notification to upstream about rest of the compiler warnings. -- Jari Aalto Sat, 3 Sep 2005 14:02:01 +0300 jwm (0.23-1) unstable; urgency=low * Initial Debian release (sponsored; David Moreno Garza). Closes: #323353 (WNPP RFP; retitled ITP) * debian/control - (Build-Depends): Remove gcc. Unnecessary. * debian/rules - Remove non-used dh_* lines. * Misc Notes - All revision numbers changed due to Debian ftp-master message that orig.tar was not uploaded. Started at N.N-1 -- Jari Aalto Mon, 29 Aug 2005 22:24:15 +0300 jwm (0.23-0.11) unstable; urgency=low * debian/Jwm.desktop - New file for /usr/share/xsessions/ -- Jari Aalto Mon, 29 Aug 2005 09:06:32 +0300 jwm (0.23-0.10) unstable; urgency=low * debian/control - (Depends): Remove debhelper(1) ${misc:Depends}. Unnecessary. - (Suggests): Add 'menu'. * debian/dirs - Remove. Unnecessary * debian/rule - Change --sysconfig to /etc/jwm * debian/jwm.postrm - New file. -- Jari Aalto Sun, 21 Aug 2005 11:37:40 +0300 jwm (0.23-0.9) unstable; urgency=low * debian/compat - New file. -- Jari Aalto Fri, 19 Aug 2005 11:07:40 +0300 jwm (0.23-0.8) unstable; urgency=low * debian/control - Fix Build-Depends and tested with pbuilder(1) -- Jari Aalto Thu, 18 Aug 2005 00:48:04 +0300 jwm (0.23-0.7) unstable; urgency=low * debian/control - Fix missing newline. Updated policy to 3.6.2 -- Jari Aalto Wed, 17 Aug 2005 17:46:38 +0300 jwm (0.23-0.6) unstable; urgency=low * example.jwmrc - Change border's width and height twice smaller. -- Jari Aalto Tue, 16 Aug 2005 13:41:03 +0300 jwm (0.23-0.5) unstable; urgency=low * example.jwmrc - Remove non-existing programs. - Change to use better default font. -- Jari Aalto Tue, 16 Aug 2005 13:41:03 +0300 jwm (0.23-0.4) unstable; urgency=low * debian/rules - (configure): Add --sysconf option to put files in /etc -- Jari Aalto Tue, 16 Aug 2005 12:24:10 +0300 jwm (0.23-0.3) unstable; urgency=low * Move /etc/system.jwmrc to /etc/jwmrc -- Jari Aalto Tue, 16 Aug 2005 12:13:05 +0300 jwm (0.23-0.2) unstable; urgency=low * Move /usr/etc/system.jwmrc to /etc -- Jari Aalto Tue, 16 Aug 2005 12:12:03 +0300 jwm (0.23-0.1) unstable; urgency=low * Initial private package. -- Jari Aalto Tue, 16 Aug 2005 11:00:32 +0300 debian/debian.menu-methods.sh0000664000000000000000000000112212052224763013351 0ustar #!/bin/sh # [Developer only] # This is debugging script for menu methods. # # To make real test, run these: # # cp jwm.menu-method /etc/menu-methods/jwm # update-menus" bin=./jwm.menu-method chmod +x $bin # This was exerpted from: update-menus --stdout > /tmp/menu-stdin $bin -v < -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* # FreeSans-10 => # FreeSans-9:bold => # - Change also RootMenu height 32 => 15 # # 3) Substitute all quotes with backslash+quote # # 4) Substitute all newlines with "\n\" # # To test: # # update-menus --stdout > /tmp/menu-stdin # cd debian/ # [1] cp menu-method /etc/menu-methods/jwm # [2] /etc/menu-methods/jwm -v < /tmp/menu-stdin # ls -la /etc/jwm/ # cat /etc/jwm/jwm.debian # # Run 1 & 2 if you modify the menu-method file and want to see results # # To test desktop: # # cp Jwm.desktop /usr/share/jwm/xsessions/Jwm.desktop compat="menu-1" # /etc/menu-methods/menu.h !include menu.h rootprefix="/etc/jwm/" genmenu="debian-menu" outputencoding="UTF-8" userprefix="jwmrc" treewalk="(M)" #rcfile="system.jwmrc"; #examplercfile="system.jwmrc-menu"; function q($com)=esc($com,"\"") #function f($com)=" \"" q(title()) "\" f.exec \"" q($com) " &\"\n" function xml_escape($s) = replace(replace(replace($s, \ "&", "&"), \ ">", ">"), \ "<", "<") supported x11= nstring(level(), " ") " " xml_escape($command) "\n" text= nstring(level(), " ") " " xml_escape(term()) "\n" endsupported startmenu=nstring(level(), " ") " \n" endmenu=nstring(level(), " ") " \n" # submenutitle= nstring(level(), " ") " \"" q(title()) q($section) "\"\n" preoutput="\n\n" postoutput="\n" # End of file debian/install0000664000000000000000000000013312052224763010561 0ustar src/jwm usr/bin debian/*.desktop usr/share/xsessions debian/jwm-poweroff.sh usr/lib/jwm debian/manpages0000664000000000000000000000000612052224763010705 0ustar jwm.1 debian/dirs0000664000000000000000000000001112052224763010047 0ustar /etc/jwm debian/docs0000664000000000000000000000005212052224763010043 0ustar example.jwmrc debian/README.Debian-source debian/patches/0000775000000000000000000000000012300551440010611 5ustar debian/patches/57-jwmrc--debian-include.patch0000664000000000000000000000050712052224763016136 0ustar From: Jari Aalto Subject: Include Debian menu --- a/example.jwmrc +++ b/example.jwmrc @@ -38,6 +38,9 @@ --> + + /etc/jwm/debian-menu + xscreensaver-command -activate debian/patches/50-jwmrc--removed-menus.patch0000664000000000000000000000237512052224763016057 0ustar From a877571416b687906acc0cd1088de1bde088e655 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 27 Sep 2011 18:36:28 +0300 Subject: [PATCH] example.jwmrc: comment out Applications menu (Debian provides this) Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/example.jwmrc +++ b/example.jwmrc @@ -6,8 +6,9 @@ x-terminal-emulator - gnome-www-browser + xscreensaver-command -activate debian/patches/03-man-jwmrc.patch0000664000000000000000000000142412052224763013757 0ustar From a9793c48d453288cd6efe715ece81cba72ead286 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 11:36:03 +0300 Subject: [PATCH] jwm.1.in: change system resource file name Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- jwm.1.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jwm.1.in b/jwm.1.in index c0b9f31..8a73bf8 100644 --- a/jwm.1.in +++ b/jwm.1.in @@ -44,7 +44,7 @@ Display version information and exit. .RE .SH FILES -.IP "@SYSCONF@/system.jwmrc" +.IP "@SYSCONF@/jwmrc" The default JWM configuration file. .IP "~/.jwmrc" Local configuration file. Copy the default configuration file to this -- 1.7.5.4 debian/patches/10-jwmrc--clock-24h-format.patch0000664000000000000000000000134012052224763016230 0ustar From 0c505ba8e6116738674b1c213b6008a56ec6beb3 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 11:39:35 +0300 Subject: [PATCH] example.jwmrc: Set clock format 24h Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/example.jwmrc b/example.jwmrc index e7b15e9..2a7c777 100644 --- a/example.jwmrc +++ b/example.jwmrc @@ -81,7 +81,7 @@ xload -nolabel -bg black -fg red -hl white - xclock + xclock -- 1.7.5.4 debian/patches/55-alt-tab.patch0000664000000000000000000000137312052224763013422 0ustar From bd7c63b2eee5bb89759d4bfd23a688e57f87219b Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 12:03:18 +0300 Subject: [PATCH] example.jwmrc: Change A-Tab keycode Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/example.jwmrc +++ b/example.jwmrc @@ -201,7 +201,7 @@ select escape - nextstacked + next close desktop# root:1 debian/patches/31-jwmrc--fonts.patch0000664000000000000000000000335312052224763014416 0ustar From bf1ca9fe50f4eff39767f134ee4bd63376518564 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 11:43:43 +0300 Subject: [PATCH] example.jwmrc: Change fonts (lower) Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/example.jwmrc +++ b/example.jwmrc @@ -90,7 +90,7 @@ - FreeSans-9:bold + -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* 4 20 @@ -111,7 +111,7 @@ - FreeSans-12:bold + -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* black gray80:gray90 black @@ -120,7 +120,7 @@ - FreeSans-12:bold + -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* gray90 black 0.75 @@ -135,7 +135,7 @@ - FreeSans-12:bold + -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* black gray90 white @@ -144,7 +144,7 @@ - FreeSans-10 + -*-fixed-*-r-*-*-10-*-*-*-*-*-*-* black black yellow debian/patches/30-jwmrc--terminal--browser--menu-heigh.patch0000664000000000000000000000211712052224763020733 0ustar From c3b4419e2910b237fbf053bbd7f66e3c5add1d65 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 11:42:31 +0300 Subject: [PATCH] example.jwmrc: Lower menu height, use x-www-browser, add gnome-www-browser Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) --- a/example.jwmrc +++ b/example.jwmrc @@ -4,8 +4,9 @@ - - xterm + + x-terminal-emulator + gnome-www-browser dia debian/patches/series0000664000000000000000000000035612300550650012034 0ustar 03-man-jwmrc.patch 10-jwmrc--clock-24h-format.patch 30-jwmrc--terminal--browser--menu-heigh.patch 31-jwmrc--fonts.patch 32-jwmrc--colors.patch 50-jwmrc--removed-menus.patch 55-alt-tab.patch 57-jwmrc--debian-include.patch 60-fribidi.patch debian/patches/32-jwmrc--colors.patch0000664000000000000000000000127312052224763014566 0ustar From ff5cf224850ca1923d1239bdf689afc9f0c3d2c9 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 26 Sep 2011 11:56:15 +0300 Subject: [PATCH] example.jwmrc: Use clean colors Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto --- example.jwmrc | 3 +++ 1 file changed, 3 insertions(+) --- a/example.jwmrc +++ b/example.jwmrc @@ -96,7 +96,10 @@ white + + gray30:gray60 black 1.0 debian/patches/60-fribidi.patch0000664000000000000000000000147712300551440013476 0ustar Index: jwm-2.1.0+svn579/src/font.c =================================================================== --- jwm-2.1.0+svn579.orig/src/font.c 2012-01-26 20:04:17.000000000 -0500 +++ jwm-2.1.0+svn579/src/font.c 2014-02-17 22:27:26.906074506 -0500 @@ -248,11 +248,13 @@ #ifdef USE_FRIBIDI temp = AllocateStack((len + 1) * sizeof(FriBidiChar)); - unicodeLength = fribidi_utf8_to_unicode((char*)str, len, temp); + unicodeLength = fribidi_charset_to_unicode(FRIBIDI_CHAR_SET_UTF8, + (char*)str, len, temp); fribidi_log2vis(temp, unicodeLength, &type, temp, NULL, NULL, NULL); - fribidi_unicode_to_utf8(temp, len, (char*)temp); + fribidi_unicode_to_charset(FRIBIDI_CHAR_SET_UTF8, temp, len, + (char*)temp); output = (char*)temp; #else debian/watch0000664000000000000000000000013012052224763010216 0ustar version=3 http://www.joewing.net/programs/jwm/index.shtml .*jwm-(\d+\.[\d.]+.*).tar.bz2 debian/jwm-poweroff.sh0000775000000000000000000000153112052224763012154 0ustar #!/bin/sh # # Copyright (C) 20007-2008 Jari Aalto # # License # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # Visit x-terminal-emulator \ -name Poweroff \ -title Poweroff \ -e /bin/sh -c '/bin/echo give root password for POWEROFF or press C-d to exit; /bin/su -c /sbin/poweroff' # End of file debian/prerm0000664000000000000000000000043112052224763010241 0ustar #!/bin/sh # jwm.prerm set -e PACKAGE="jwm" SECTION=x-window-manager BIN=/usr/bin/jwm Alternatives () { update-alternatives --remove $SECTION $BIN } Debhelper () { : # Automatically generated #DEBHELPER# } Main () { Alternatives } Main "$@" # End of file debian/upstream.changelog0000664000000000000000000014011512052224763012706 0ustar ------------------------------------------------------------------------ r257 | joewing | 2011-09-26 05:22:29 +0300 (Mon, 26 Sep 2011) | 1 line Updated license. ------------------------------------------------------------------------ r256 | joewing | 2011-09-26 01:32:12 +0300 (Mon, 26 Sep 2011) | 1 line Update version (2.1.1). ------------------------------------------------------------------------ r255 | joewing | 2011-09-25 23:59:54 +0300 (Sun, 25 Sep 2011) | 1 line Fix issues with dragging windows to new desktops and fix a fullscreen problem. ------------------------------------------------------------------------ r254 | joewing | 2011-09-25 23:59:07 +0300 (Sun, 25 Sep 2011) | 1 line Attempt to fix a bug where desktops can disappear. ------------------------------------------------------------------------ r253 | joewing | 2010-12-26 08:09:30 +0200 (Sun, 26 Dec 2010) | 1 line Attempted build fix for newer versions of fribidi. ------------------------------------------------------------------------ r252 | joewing | 2010-12-26 08:03:07 +0200 (Sun, 26 Dec 2010) | 1 line Fix a fullscreen problem with some programs (patch from Patriot). ------------------------------------------------------------------------ r251 | joewing | 2010-12-17 03:18:53 +0200 (Fri, 17 Dec 2010) | 1 line Show popups on the pager with desktop names (patch from Steve Neumann). ------------------------------------------------------------------------ r250 | joewing | 2010-12-15 00:02:39 +0200 (Wed, 15 Dec 2010) | 1 line Add 'prev' and 'prevstacked' key bindings and fix the 'desktop' keybinding (patch from Steve Neumann). ------------------------------------------------------------------------ r249 | joewing | 2010-12-13 06:05:59 +0200 (Mon, 13 Dec 2010) | 1 line Add support for virtual desktops in 2-dimensions. ------------------------------------------------------------------------ r248 | joewing | 2010-12-12 23:14:51 +0200 (Sun, 12 Dec 2010) | 1 line Fix a crash when updating _NET_CLIENT_LIST_STACKING and update documentation. ------------------------------------------------------------------------ r247 | joewing | 2010-12-12 22:46:46 +0200 (Sun, 12 Dec 2010) | 1 line Add time zone support (patch from Steve Neumann). ------------------------------------------------------------------------ r246 | joewing | 2010-09-11 06:27:52 +0300 (Sat, 11 Sep 2010) | 1 line Add a 'nofocus' group option to prevent windows from stealing the focus when mapped. ------------------------------------------------------------------------ r245 | joewing | 2010-05-04 07:24:04 +0300 (Tue, 04 May 2010) | 1 line Don't make windows forever invisible if they are mapped in the Withdrawn state. ------------------------------------------------------------------------ r244 | joewing | 2010-05-02 20:16:47 +0300 (Sun, 02 May 2010) | 1 line Go back to always grabbing the mouse on windows. ------------------------------------------------------------------------ r243 | joewing | 2010-04-17 02:01:50 +0300 (Sat, 17 Apr 2010) | 1 line Fix a bug with windows losing focus. ------------------------------------------------------------------------ r242 | joewing | 2010-04-13 06:25:30 +0300 (Tue, 13 Apr 2010) | 1 line Add locale support for the clock popup. ------------------------------------------------------------------------ r241 | joewing | 2010-04-11 00:59:50 +0300 (Sun, 11 Apr 2010) | 1 line Speed up the last fix ------------------------------------------------------------------------ r240 | joewing | 2010-04-11 00:47:53 +0300 (Sun, 11 Apr 2010) | 1 line Ungrab the mouse for the top window to work around a bug in flash. ------------------------------------------------------------------------ r239 | joewing | 2010-04-10 23:43:47 +0300 (Sat, 10 Apr 2010) | 1 line Fix handling of _NET_WM_STRUT_PARTIAL ------------------------------------------------------------------------ r238 | joewing | 2010-04-10 23:28:49 +0300 (Sat, 10 Apr 2010) | 1 line Fix a crash when a client strut is removed. ------------------------------------------------------------------------ r237 | joewing | 2010-04-10 23:09:46 +0300 (Sat, 10 Apr 2010) | 1 line Better handling for _NET_WM_WINDOW_TYPE_DESKTOP. ------------------------------------------------------------------------ r236 | joewing | 2010-04-10 22:48:40 +0300 (Sat, 10 Apr 2010) | 1 line Fix an issue with window state handling. ------------------------------------------------------------------------ r235 | joewing | 2010-04-10 22:24:43 +0300 (Sat, 10 Apr 2010) | 1 line Improve EWMH support ------------------------------------------------------------------------ r234 | joewing | 2010-04-10 22:23:49 +0300 (Sat, 10 Apr 2010) | 1 line Fix a bug with maximization. ------------------------------------------------------------------------ r233 | joewing | 2010-04-09 07:32:52 +0300 (Fri, 09 Apr 2010) | 1 line Add support for _NET_WM_STATE_SKIP_TASKBAR. ------------------------------------------------------------------------ r232 | joewing | 2010-04-09 06:59:56 +0300 (Fri, 09 Apr 2010) | 1 line Updated example configuration ------------------------------------------------------------------------ r231 | joewing | 2010-04-06 08:58:40 +0300 (Tue, 06 Apr 2010) | 1 line Fix an issue with JWM and render ------------------------------------------------------------------------ r230 | joewing | 2010-04-06 08:53:31 +0300 (Tue, 06 Apr 2010) | 1 line Fix maximization problem with some GNOME programs. ------------------------------------------------------------------------ r229 | joewing | 2010-04-06 03:22:24 +0300 (Tue, 06 Apr 2010) | 1 line Fix a bug with withdrawn windows ------------------------------------------------------------------------ r228 | joewing | 2010-04-02 06:42:21 +0300 (Fri, 02 Apr 2010) | 1 line Yet another attempt to fix an issue with icons displaying incorrectly on some systems. ------------------------------------------------------------------------ r227 | joewing | 2010-03-25 01:46:21 +0200 (Thu, 25 Mar 2010) | 1 line Attempt to fix an issue with semi-transparent icons with some setups. ------------------------------------------------------------------------ r226 | joewing | 2010-03-23 05:29:36 +0200 (Tue, 23 Mar 2010) | 1 line Fix a bug with per-desktop backgrounds. ------------------------------------------------------------------------ r225 | joewing | 2010-03-23 05:07:42 +0200 (Tue, 23 Mar 2010) | 1 line Make dragging a window to the edge of the screen switch desktops. ------------------------------------------------------------------------ r224 | joewing | 2010-03-23 04:38:04 +0200 (Tue, 23 Mar 2010) | 1 line Clean up nextstacked key binding. ------------------------------------------------------------------------ r223 | joewing | 2010-03-10 06:30:52 +0200 (Wed, 10 Mar 2010) | 1 line Fix a fribidi compilation issue ------------------------------------------------------------------------ r222 | joewing | 2010-02-21 04:14:30 +0200 (Sun, 21 Feb 2010) | 1 line Add a 'show tray' key binding (patch from Omair Eshkenazi) ------------------------------------------------------------------------ r221 | joewing | 2010-01-30 02:17:32 +0200 (Sat, 30 Jan 2010) | 1 line Update the man page on the opacity group option ------------------------------------------------------------------------ r220 | joewing | 2010-01-30 02:06:46 +0200 (Sat, 30 Jan 2010) | 1 line Fix the opacity group setting ------------------------------------------------------------------------ r219 | joewing | 2010-01-18 07:31:37 +0200 (Mon, 18 Jan 2010) | 1 line Fix a bug with window placement ------------------------------------------------------------------------ r218 | joewing | 2010-01-18 06:43:07 +0200 (Mon, 18 Jan 2010) | 1 line Fix a compile error if libjpeg is enabled and libpng is disabled ------------------------------------------------------------------------ r217 | joewing | 2010-01-18 06:39:04 +0200 (Mon, 18 Jan 2010) | 1 line Fix a bug with minimizing clients that are slow to map ------------------------------------------------------------------------ r216 | joewing | 2010-01-18 05:49:35 +0200 (Mon, 18 Jan 2010) | 1 line Fix nextstacked key binding ------------------------------------------------------------------------ r215 | joewing | 2010-01-02 02:39:58 +0200 (Sat, 02 Jan 2010) | 1 line Fix a build issue with some versions of gcc ------------------------------------------------------------------------ r214 | joewing | 2009-12-07 05:37:56 +0200 (Mon, 07 Dec 2009) | 1 line Fix syntax errors in the jwm man page ------------------------------------------------------------------------ r213 | joewing | 2009-12-07 02:29:19 +0200 (Mon, 07 Dec 2009) | 1 line Multibyte fix for title bars from Hiroyuki Yamamori ------------------------------------------------------------------------ r212 | joewing | 2009-09-28 04:24:27 +0300 (Mon, 28 Sep 2009) | 1 line Fix a crash with popups if a window has no title ------------------------------------------------------------------------ r211 | joewing | 2009-09-24 04:37:35 +0300 (Thu, 24 Sep 2009) | 3 lines Only restore the maximized status of a client when moving if it was only maximized in one direction. ------------------------------------------------------------------------ r210 | joewing | 2009-09-24 04:37:32 +0300 (Thu, 24 Sep 2009) | 3 lines Do transparency based on the stacking order. The key binding and window menu for transparency have been removed for now. ------------------------------------------------------------------------ r209 | joewing | 2009-09-24 04:37:18 +0300 (Thu, 24 Sep 2009) | 3 lines Tweak button label sizes and remove ALIGN_RIGHT, which wasn't used and probably wrong. ------------------------------------------------------------------------ r208 | joewing | 2009-09-24 04:36:53 +0300 (Thu, 24 Sep 2009) | 1 line Update the man page with info about "Opacity". ------------------------------------------------------------------------ r207 | joewing | 2009-09-24 04:35:30 +0300 (Thu, 24 Sep 2009) | 2 lines Fix for windows loosing focus when switching desktops. ------------------------------------------------------------------------ r206 | joewing | 2009-09-24 04:35:25 +0300 (Thu, 24 Sep 2009) | 2 lines Make "next" and "nextstacked" restore minimized clients if needed. ------------------------------------------------------------------------ r205 | joewing | 2009-09-24 04:35:22 +0300 (Thu, 24 Sep 2009) | 2 lines Fix a crash with jwm -p. ------------------------------------------------------------------------ r204 | joewing | 2009-09-24 04:35:17 +0300 (Thu, 24 Sep 2009) | 2 lines Don't allow the pager labels to run outside of the desktop. ------------------------------------------------------------------------ r203 | joewing | 2009-09-24 04:35:12 +0300 (Thu, 24 Sep 2009) | 1 line Allow pager labels. ------------------------------------------------------------------------ r202 | joewing | 2009-09-24 04:31:18 +0300 (Thu, 24 Sep 2009) | 2 lines Fix text width on menu items. ------------------------------------------------------------------------ r201 | joewing | 2009-09-24 04:31:15 +0300 (Thu, 24 Sep 2009) | 2 lines Put fullscreen clients on the top layer. ------------------------------------------------------------------------ r200 | joewing | 2009-09-24 04:31:12 +0300 (Thu, 24 Sep 2009) | 2 lines Update the man page. ------------------------------------------------------------------------ r199 | joewing | 2009-09-24 04:31:09 +0300 (Thu, 24 Sep 2009) | 2 lines Add the ability to resize from the top of the window. ------------------------------------------------------------------------ r198 | joewing | 2009-09-24 04:31:06 +0300 (Thu, 24 Sep 2009) | 2 lines Fix a memory leak. ------------------------------------------------------------------------ r197 | joewing | 2009-09-24 04:31:03 +0300 (Thu, 24 Sep 2009) | 2 lines Add the ability to set the window buttons via the configuration file. ------------------------------------------------------------------------ r196 | joewing | 2009-09-24 04:30:56 +0300 (Thu, 24 Sep 2009) | 2 lines Updated example configuration. ------------------------------------------------------------------------ r195 | joewing | 2009-09-24 04:30:26 +0300 (Thu, 24 Sep 2009) | 2 lines Remove the "Corner" configuration option since it no longer does anything. ------------------------------------------------------------------------ r194 | joewing | 2009-09-24 04:24:58 +0300 (Thu, 24 Sep 2009) | 2 lines Allow setting the version used for creating tarballs. ------------------------------------------------------------------------ r193 | joewing | 2009-09-24 04:24:55 +0300 (Thu, 24 Sep 2009) | 2 lines Fix some configure problems. ------------------------------------------------------------------------ r192 | joewing | 2009-09-24 04:24:51 +0300 (Thu, 24 Sep 2009) | 2 lines Fix some build problems. ------------------------------------------------------------------------ r191 | joewing | 2009-09-24 04:24:48 +0300 (Thu, 24 Sep 2009) | 2 lines Fix the inclusion of Xmu.h ------------------------------------------------------------------------ r190 | joewing | 2009-09-24 04:24:44 +0300 (Thu, 24 Sep 2009) | 2 lines Fix the use of an uninitialized value. ------------------------------------------------------------------------ r189 | joewing | 2009-09-24 04:24:41 +0300 (Thu, 24 Sep 2009) | 2 lines Clean up the use of libXmu. ------------------------------------------------------------------------ r188 | joewing | 2009-09-24 04:24:32 +0300 (Thu, 24 Sep 2009) | 2 lines No more 3D buttons. ------------------------------------------------------------------------ r187 | joewing | 2009-09-24 04:24:29 +0300 (Thu, 24 Sep 2009) | 2 lines Fix the size of buttons on the confirm dialog. ------------------------------------------------------------------------ r186 | joewing | 2009-09-24 04:24:26 +0300 (Thu, 24 Sep 2009) | 2 lines Clean up some border stuff. ------------------------------------------------------------------------ r185 | joewing | 2009-09-24 04:24:23 +0300 (Thu, 24 Sep 2009) | 2 lines Make status windows rounded. ------------------------------------------------------------------------ r184 | joewing | 2009-09-24 04:24:20 +0300 (Thu, 24 Sep 2009) | 2 lines Log a debug message about the composite extension. ------------------------------------------------------------------------ r183 | joewing | 2009-09-24 04:24:15 +0300 (Thu, 24 Sep 2009) | 2 lines Fix shaded rounded windows. ------------------------------------------------------------------------ r182 | joewing | 2009-09-24 04:24:12 +0300 (Thu, 24 Sep 2009) | 2 lines Fix some warnings. ------------------------------------------------------------------------ r181 | joewing | 2009-09-24 04:24:08 +0300 (Thu, 24 Sep 2009) | 2 lines Fix a link error with Xmu functions. ------------------------------------------------------------------------ r180 | joewing | 2009-09-24 04:24:04 +0300 (Thu, 24 Sep 2009) | 15 lines User-contributed JWM-enhancements: Patriot: - Rounded window corners - Transparent menus, trays, and window support. - Borderless taskbutton tweak. - Flat menu button option. - New tray/tasklist border. - xcompmgr bug workaround. - User replaceable window button mask. - gxine fullscreen fix. Dougal: - Show-desktop keybinding. - Opacity keybinding. - Transparent group. ------------------------------------------------------------------------ r179 | joewing | 2009-09-24 04:23:48 +0300 (Thu, 24 Sep 2009) | 2 lines Some speedups. ------------------------------------------------------------------------ r178 | joewing | 2009-09-24 04:23:44 +0300 (Thu, 24 Sep 2009) | 2 lines Better icon hashing. ------------------------------------------------------------------------ r177 | joewing | 2009-09-24 04:23:41 +0300 (Thu, 24 Sep 2009) | 2 lines Bump version number. ------------------------------------------------------------------------ r176 | joewing | 2009-09-24 04:23:37 +0300 (Thu, 24 Sep 2009) | 2 lines With "nextstacked", don't raise until the modifier key is released. ------------------------------------------------------------------------ r175 | joewing | 2009-09-24 04:23:34 +0300 (Thu, 24 Sep 2009) | 2 lines Add the ability to stick/unstick windows with a key binding. ------------------------------------------------------------------------ r174 | joewing | 2009-09-24 04:23:29 +0300 (Thu, 24 Sep 2009) | 2 lines Add the ability to switch to the previous desktop via a key binding. ------------------------------------------------------------------------ r173 | joewing | 2009-09-24 04:23:08 +0300 (Thu, 24 Sep 2009) | 2 lines Fix a key binding issue with lock modifiers. ------------------------------------------------------------------------ r172 | jeremy-c-reed | 2008-01-23 21:18:46 +0200 (Wed, 23 Jan 2008) | 6 lines Explain what a pager is. Mention how to move windows in a pager. (From Will Davies on mailing list.) Also mention about scroll wheel (note this is duplicated in the manpage). Point to other section for more details. And for ActiveBackground menion it is for "background". ------------------------------------------------------------------------ r171 | jeremy-c-reed | 2008-01-23 21:03:35 +0200 (Wed, 23 Jan 2008) | 2 lines Mention some of the default colors for WindowStyle. ------------------------------------------------------------------------ r170 | jeremy-c-reed | 2008-01-23 21:00:55 +0200 (Wed, 23 Jan 2008) | 2 lines Add missing semicolons. ------------------------------------------------------------------------ r169 | jeremy-c-reed | 2008-01-23 20:59:07 +0200 (Wed, 23 Jan 2008) | 2 lines Fix typo. ------------------------------------------------------------------------ r168 | joewing | 2007-07-06 03:00:32 +0300 (Fri, 06 Jul 2007) | 2 lines Fix a maximization bug on restart. ------------------------------------------------------------------------ r167 | joewing | 2007-07-05 04:56:09 +0300 (Thu, 05 Jul 2007) | 2 lines Fix a file descriptor leak and give swallow windows time to map before restarting. ------------------------------------------------------------------------ r166 | joewing | 2007-06-25 03:59:47 +0300 (Mon, 25 Jun 2007) | 2 lines Work-around for a key binding issue. ------------------------------------------------------------------------ r165 | joewing | 2007-06-25 03:11:06 +0300 (Mon, 25 Jun 2007) | 2 lines Fix a bug with menu includes. ------------------------------------------------------------------------ r164 | joewing | 2007-06-25 02:55:43 +0300 (Mon, 25 Jun 2007) | 2 lines Update version. ------------------------------------------------------------------------ r163 | joewing | 2007-06-25 01:28:25 +0300 (Mon, 25 Jun 2007) | 2 lines Fix a background bug, make alt+right click resize, update default config. ------------------------------------------------------------------------ r162 | joewing | 2007-06-23 23:13:18 +0300 (Sat, 23 Jun 2007) | 2 lines Support JPEG icons. ------------------------------------------------------------------------ r161 | joewing | 2007-06-22 05:30:17 +0300 (Fri, 22 Jun 2007) | 2 lines Update the default config and fix parsing of the Desktops tag. ------------------------------------------------------------------------ r160 | joewing | 2007-06-22 04:47:30 +0300 (Fri, 22 Jun 2007) | 2 lines Make maximization by double clicking the title bar use client settings. ------------------------------------------------------------------------ r159 | joewing | 2007-06-21 07:31:05 +0300 (Thu, 21 Jun 2007) | 2 lines Clean up some parsing stuff and make confirm buttons wider. ------------------------------------------------------------------------ r158 | joewing | 2007-06-21 05:19:32 +0300 (Thu, 21 Jun 2007) | 2 lines Add hmax and vmax group options. ------------------------------------------------------------------------ r157 | joewing | 2007-06-21 05:03:23 +0300 (Thu, 21 Jun 2007) | 2 lines Fix a bug with matching against window instance names. ------------------------------------------------------------------------ r156 | joewing | 2007-06-21 04:50:38 +0300 (Thu, 21 Jun 2007) | 2 lines Fix nextstacked key binding. ------------------------------------------------------------------------ r155 | joewing | 2007-06-19 05:29:25 +0300 (Tue, 19 Jun 2007) | 2 lines Stop png.h's whining. ------------------------------------------------------------------------ r154 | joewing | 2007-06-19 04:58:04 +0300 (Tue, 19 Jun 2007) | 2 lines Horizontal/vertical maximization and JPEG support. ------------------------------------------------------------------------ r153 | joewing | 2007-06-15 07:11:53 +0300 (Fri, 15 Jun 2007) | 2 lines Allow tiled backgrounds and make menu includes work right. ------------------------------------------------------------------------ r152 | joewing | 2007-06-02 06:06:55 +0300 (Sat, 02 Jun 2007) | 2 lines Make buttons appear depressed when clicking them and fix 8-bit color. ------------------------------------------------------------------------ r151 | joewing | 2007-05-16 06:40:06 +0300 (Wed, 16 May 2007) | 2 lines Fix a seg fault. ------------------------------------------------------------------------ r150 | joewing | 2007-05-16 06:34:35 +0300 (Wed, 16 May 2007) | 2 lines FIx gradients when using psuedo-color. ------------------------------------------------------------------------ r149 | joewing | 2007-04-04 05:51:18 +0300 (Wed, 04 Apr 2007) | 2 lines Put Jeremy's changes back in that I accidently overwrote... ------------------------------------------------------------------------ r148 | joewing | 2007-03-19 05:17:48 +0200 (Mon, 19 Mar 2007) | 2 lines Document scroll wheel mouse bindings for task lists. ------------------------------------------------------------------------ r147 | joewing | 2007-03-19 05:12:26 +0200 (Mon, 19 Mar 2007) | 2 lines Make tray buttons appear pressed when showing a root menu. ------------------------------------------------------------------------ r146 | joewing | 2007-03-19 04:57:34 +0200 (Mon, 19 Mar 2007) | 2 lines Remove some dead code. ------------------------------------------------------------------------ r145 | joewing | 2007-03-19 04:52:56 +0200 (Mon, 19 Mar 2007) | 2 lines Make "nextstacked" work. ------------------------------------------------------------------------ r144 | joewing | 2007-03-17 02:03:20 +0200 (Sat, 17 Mar 2007) | 2 lines Make FocusNextStackedCircular raise clients. ------------------------------------------------------------------------ r143 | joewing | 2007-03-09 03:04:26 +0200 (Fri, 09 Mar 2007) | 2 lines Fix a dock seg fault and an issue with solid backgrounds. ------------------------------------------------------------------------ r142 | jeremy-c-reed | 2007-02-28 05:56:19 +0200 (Wed, 28 Feb 2007) | 2 lines Fix two typos in debugging output. ------------------------------------------------------------------------ r141 | jeremy-c-reed | 2007-02-28 05:55:36 +0200 (Wed, 28 Feb 2007) | 4 lines Remove the blank line at top after comments before header. This fixes problem where some implementation of man/mandoc macros with groff display a blank page before the document itself. ------------------------------------------------------------------------ r140 | joewing | 2007-01-14 05:05:27 +0200 (Sun, 14 Jan 2007) | 2 lines Fix a bug with menus without a label. ------------------------------------------------------------------------ r139 | joewing | 2007-01-13 06:53:16 +0200 (Sat, 13 Jan 2007) | 2 lines Don't show empty menus. ------------------------------------------------------------------------ r138 | joewing | 2007-01-09 05:32:28 +0200 (Tue, 09 Jan 2007) | 2 lines Fix window mapping. ------------------------------------------------------------------------ r137 | joewing | 2007-01-07 07:24:58 +0200 (Sun, 07 Jan 2007) | 2 lines Set the desktop on windows that map themselves. ------------------------------------------------------------------------ r136 | joewing | 2007-01-07 07:15:30 +0200 (Sun, 07 Jan 2007) | 2 lines Center icons. ------------------------------------------------------------------------ r135 | joewing | 2007-01-07 07:05:12 +0200 (Sun, 07 Jan 2007) | 2 lines Speed up image loading. ------------------------------------------------------------------------ r134 | joewing | 2007-01-07 06:38:59 +0200 (Sun, 07 Jan 2007) | 2 lines Fix mouse position when moving maximized windows. ------------------------------------------------------------------------ r133 | joewing | 2007-01-07 06:31:33 +0200 (Sun, 07 Jan 2007) | 2 lines Maintain _XSETROOT_ID on the root window. ------------------------------------------------------------------------ r132 | joewing | 2007-01-06 05:18:19 +0200 (Sat, 06 Jan 2007) | 2 lines Fix endian bug with icons. ------------------------------------------------------------------------ r131 | joewing | 2007-01-05 08:22:32 +0200 (Fri, 05 Jan 2007) | 2 lines Fix background handling. ------------------------------------------------------------------------ r130 | joewing | 2007-01-05 06:23:36 +0200 (Fri, 05 Jan 2007) | 2 lines Retain maximized status when moving windows. ------------------------------------------------------------------------ r129 | joewing | 2007-01-04 06:40:11 +0200 (Thu, 04 Jan 2007) | 2 lines Add background support and the ability to have per-desktop backgrounds. ------------------------------------------------------------------------ r128 | joewing | 2006-12-31 01:06:17 +0200 (Sun, 31 Dec 2006) | 2 lines Fix a bug that caused trays not to be drawn sometimes. ------------------------------------------------------------------------ r127 | joewing | 2006-12-28 06:10:13 +0200 (Thu, 28 Dec 2006) | 2 lines Unmaximize maximized windows when moving with the pager. ------------------------------------------------------------------------ r126 | joewing | 2006-12-28 06:06:07 +0200 (Thu, 28 Dec 2006) | 2 lines Updated example configuration. ------------------------------------------------------------------------ r125 | joewing | 2006-12-28 06:04:21 +0200 (Thu, 28 Dec 2006) | 2 lines Remove unused package stuff. ------------------------------------------------------------------------ r124 | joewing | 2006-12-27 03:14:10 +0200 (Wed, 27 Dec 2006) | 2 lines Add the ability to move windows with the pager. ------------------------------------------------------------------------ r123 | joewing | 2006-12-24 21:50:38 +0200 (Sun, 24 Dec 2006) | 2 lines Fix a seg fault when minimized windows don't have names. ------------------------------------------------------------------------ r122 | joewing | 2006-12-24 09:04:29 +0200 (Sun, 24 Dec 2006) | 2 lines More doxygen comments. ------------------------------------------------------------------------ r121 | joewing | 2006-12-24 07:06:45 +0200 (Sun, 24 Dec 2006) | 2 lines Bump version to 1.9 ------------------------------------------------------------------------ r120 | joewing | 2006-12-24 06:55:54 +0200 (Sun, 24 Dec 2006) | 2 lines Convert tabs to spaces ------------------------------------------------------------------------ r119 | joewing | 2006-12-24 06:28:05 +0200 (Sun, 24 Dec 2006) | 2 lines Code cleanups. ------------------------------------------------------------------------ r118 | joewing | 2006-12-24 04:24:45 +0200 (Sun, 24 Dec 2006) | 2 lines New look. ------------------------------------------------------------------------ r117 | joewing | 2006-12-23 08:42:17 +0200 (Sat, 23 Dec 2006) | 3 lines Make menus appear on the left if there isn't enough room on the left (mdsama). ------------------------------------------------------------------------ r116 | joewing | 2006-12-23 08:36:16 +0200 (Sat, 23 Dec 2006) | 2 lines Focus transients of active windows when they appear. ------------------------------------------------------------------------ r115 | joewing | 2006-12-23 08:25:48 +0200 (Sat, 23 Dec 2006) | 2 lines Fix a problem with Swallow on startup. ------------------------------------------------------------------------ r114 | joewing | 2006-12-23 07:22:30 +0200 (Sat, 23 Dec 2006) | 2 lines Fix dock when restarting. ------------------------------------------------------------------------ r113 | joewing | 2006-12-23 04:39:18 +0200 (Sat, 23 Dec 2006) | 3 lines Fix a bug that could cause windows to jump to the upper left corner of the screen when being moved and add some more doxygen comments. ------------------------------------------------------------------------ r112 | joewing | 2006-11-04 23:08:19 +0200 (Sat, 04 Nov 2006) | 1 line bump version to 1.8rc4 ------------------------------------------------------------------------ r111 | joewing | 2006-11-04 22:56:10 +0200 (Sat, 04 Nov 2006) | 2 lines Don't drop events from StartupCommand and Swallow. ------------------------------------------------------------------------ r110 | joewing | 2006-11-04 22:45:44 +0200 (Sat, 04 Nov 2006) | 2 lines Improve _NET_WM_STATE_FULLSCREEN support. ------------------------------------------------------------------------ r109 | joewing | 2006-10-30 06:31:33 +0200 (Mon, 30 Oct 2006) | 1 line Trim leading and trailing space from configuration options ------------------------------------------------------------------------ r108 | joewing | 2006-10-28 05:18:30 +0300 (Sat, 28 Oct 2006) | 2 lines Fix root menu keybinding in the default config. ------------------------------------------------------------------------ r107 | joewing | 2006-10-24 04:11:54 +0300 (Tue, 24 Oct 2006) | 2 lines Fix some seg faults with invalid configuration files. ------------------------------------------------------------------------ r106 | joewing | 2006-10-23 05:04:21 +0300 (Mon, 23 Oct 2006) | 2 lines Fix an issue with auto-hide trays hidding when they shouldn't. ------------------------------------------------------------------------ r105 | joewing | 2006-10-20 07:17:10 +0300 (Fri, 20 Oct 2006) | 3 lines Fix a bug that caused windows to be mapped incorrectly when started at the same time as JWM. ------------------------------------------------------------------------ r104 | joewing | 2006-10-19 04:33:56 +0300 (Thu, 19 Oct 2006) | 2 lines Fix a bug that caused jwm to seg fault after a client was killed. ------------------------------------------------------------------------ r103 | joewing | 2006-10-15 07:57:43 +0300 (Sun, 15 Oct 2006) | 2 lines Remove "GNU-ism" from makefile. ------------------------------------------------------------------------ r102 | joewing | 2006-10-01 23:17:03 +0300 (Sun, 01 Oct 2006) | 2 lines Full screen support etc. ------------------------------------------------------------------------ r101 | joewing | 2006-08-20 04:23:37 +0300 (Sun, 20 Aug 2006) | 2 lines Unmaximize maximized windows that resize themselves. ------------------------------------------------------------------------ r100 | joewing | 2006-08-18 06:13:42 +0300 (Fri, 18 Aug 2006) | 2 lines When maximizing, place the window on the screen of its center point. ------------------------------------------------------------------------ r99 | joewing | 2006-08-18 06:07:23 +0300 (Fri, 18 Aug 2006) | 2 lines Add some comments. ------------------------------------------------------------------------ r98 | joewing | 2006-08-18 04:50:55 +0300 (Fri, 18 Aug 2006) | 2 lines Allow windows to be lowered with alt+right click. ------------------------------------------------------------------------ r97 | joewing | 2006-08-18 04:27:00 +0300 (Fri, 18 Aug 2006) | 2 lines Fix alt+left click moving so that windows don't jump. ------------------------------------------------------------------------ r96 | joewing | 2006-08-18 04:20:17 +0300 (Fri, 18 Aug 2006) | 2 lines Hide popups if the mouse moves over them. ------------------------------------------------------------------------ r95 | joewing | 2006-08-14 07:02:21 +0300 (Mon, 14 Aug 2006) | 2 lines Fix seg fault when a TrayButton points to an invalid root menu. ------------------------------------------------------------------------ r94 | joewing | 2006-08-14 07:01:54 +0300 (Mon, 14 Aug 2006) | 2 lines Bump version. ------------------------------------------------------------------------ r93 | joewing | 2006-08-13 23:27:29 +0300 (Sun, 13 Aug 2006) | 2 lines Update version for release candidate. ------------------------------------------------------------------------ r92 | joewing | 2006-08-13 23:26:36 +0300 (Sun, 13 Aug 2006) | 2 lines Fix --disable-shape ------------------------------------------------------------------------ r91 | joewing | 2006-08-13 23:22:29 +0300 (Sun, 13 Aug 2006) | 2 lines Update documentation. ------------------------------------------------------------------------ r90 | joewing | 2006-08-13 22:56:41 +0300 (Sun, 13 Aug 2006) | 2 lines Add some doxygen comments. ------------------------------------------------------------------------ r89 | joewing | 2006-08-13 10:50:37 +0300 (Sun, 13 Aug 2006) | 2 lines Fix key code bindings and icon redrawing. ------------------------------------------------------------------------ r88 | joewing | 2006-08-12 04:58:53 +0300 (Sat, 12 Aug 2006) | 2 lines Don't stop move/resize due to superfluous configure requests. ------------------------------------------------------------------------ r87 | joewing | 2006-08-11 07:35:37 +0300 (Fri, 11 Aug 2006) | 2 lines Add RestartCommand. ------------------------------------------------------------------------ r86 | joewing | 2006-08-10 07:41:40 +0300 (Thu, 10 Aug 2006) | 2 lines Support window controls in root menus. ------------------------------------------------------------------------ r85 | joewing | 2006-08-09 04:56:40 +0300 (Wed, 09 Aug 2006) | 2 lines Reduce X resource usage. ------------------------------------------------------------------------ r84 | joewing | 2006-08-08 05:35:03 +0300 (Tue, 08 Aug 2006) | 2 lines Remove some dead code. ------------------------------------------------------------------------ r83 | joewing | 2006-08-08 05:33:34 +0300 (Tue, 08 Aug 2006) | 2 lines Support multiple root menus. ------------------------------------------------------------------------ r82 | joewing | 2006-08-08 04:46:40 +0300 (Tue, 08 Aug 2006) | 2 lines Reduce flicker when redrawing borders. ------------------------------------------------------------------------ r81 | joewing | 2006-08-06 06:50:28 +0300 (Sun, 06 Aug 2006) | 2 lines Update version and fix click propagation through popups. ------------------------------------------------------------------------ r80 | joewing | 2006-08-06 06:36:40 +0300 (Sun, 06 Aug 2006) | 2 lines Fix move cursor. ------------------------------------------------------------------------ r79 | joewing | 2006-08-06 06:26:33 +0300 (Sun, 06 Aug 2006) | 2 lines Fix keyboard input. ------------------------------------------------------------------------ r78 | joewing | 2006-08-06 06:19:37 +0300 (Sun, 06 Aug 2006) | 2 lines Fix alt+click moving. ------------------------------------------------------------------------ r77 | joewing | 2006-08-06 05:38:42 +0300 (Sun, 06 Aug 2006) | 2 lines Some optimizations. ------------------------------------------------------------------------ r76 | joewing | 2006-08-05 22:05:57 +0300 (Sat, 05 Aug 2006) | 2 lines Never warp the mouse when a tray is shown. ------------------------------------------------------------------------ r75 | joewing | 2006-08-05 10:40:18 +0300 (Sat, 05 Aug 2006) | 2 lines Fix some mouse event handling. ------------------------------------------------------------------------ r74 | joewing | 2006-08-01 03:40:11 +0300 (Tue, 01 Aug 2006) | 2 lines Fix some placement and resize issues. ------------------------------------------------------------------------ r73 | joewing | 2006-08-01 03:04:40 +0300 (Tue, 01 Aug 2006) | 2 lines Improve aspect ratio resizing. ------------------------------------------------------------------------ r72 | joewing | 2006-07-30 07:28:39 +0300 (Sun, 30 Jul 2006) | 2 lines Fix menu click issue and some other cleanups. ------------------------------------------------------------------------ r71 | joewing | 2006-07-29 06:47:33 +0300 (Sat, 29 Jul 2006) | 2 lines Remove some redundant code. ------------------------------------------------------------------------ r70 | joewing | 2006-07-29 06:08:04 +0300 (Sat, 29 Jul 2006) | 2 lines Preserve the shaded status when minimizing. ------------------------------------------------------------------------ r69 | joewing | 2006-07-29 05:57:05 +0300 (Sat, 29 Jul 2006) | 2 lines Fix a bug with raising shaded windows from a task list. ------------------------------------------------------------------------ r68 | joewing | 2006-07-29 05:40:28 +0300 (Sat, 29 Jul 2006) | 2 lines Add the ability to move windows with alt+click (Jeremy C. Reed). ------------------------------------------------------------------------ r67 | joewing | 2006-07-28 08:01:24 +0300 (Fri, 28 Jul 2006) | 1 line Fix some mouse issues ------------------------------------------------------------------------ r66 | joewing | 2006-07-28 07:20:21 +0300 (Fri, 28 Jul 2006) | 1 line Some changes ------------------------------------------------------------------------ r65 | joewing | 2006-04-28 05:35:44 +0300 (Fri, 28 Apr 2006) | 2 lines Updated version to v1.7. ------------------------------------------------------------------------ r64 | joewing | 2006-04-26 05:01:15 +0300 (Wed, 26 Apr 2006) | 2 lines Fix clock, moving maximized windows, and Tray valign attribute. ------------------------------------------------------------------------ r63 | joewing | 2006-04-23 07:17:11 +0300 (Sun, 23 Apr 2006) | 2 lines Don't redraw the clock every second unless needed (lior2b). ------------------------------------------------------------------------ r62 | joewing | 2006-04-23 07:07:00 +0300 (Sun, 23 Apr 2006) | 2 lines Make left click on the window icon show the window menu (lior2b). ------------------------------------------------------------------------ r61 | joewing | 2006-04-23 06:59:20 +0300 (Sun, 23 Apr 2006) | 2 lines Un-maximize windows on move and resize (lior2b). ------------------------------------------------------------------------ r60 | joewing | 2006-04-23 06:44:27 +0300 (Sun, 23 Apr 2006) | 2 lines Support menus that are too big for the screen. ------------------------------------------------------------------------ r59 | joewing | 2006-04-19 07:41:05 +0300 (Wed, 19 Apr 2006) | 2 lines Update README with FriBidi info. ------------------------------------------------------------------------ r58 | joewing | 2006-04-19 07:30:05 +0300 (Wed, 19 Apr 2006) | 2 lines Put brackets around minimized items (lior2b). ------------------------------------------------------------------------ r57 | joewing | 2006-04-19 07:24:02 +0300 (Wed, 19 Apr 2006) | 2 lines Updated minimized icon (lior2b). ------------------------------------------------------------------------ r56 | joewing | 2006-04-19 07:22:26 +0300 (Wed, 19 Apr 2006) | 2 lines Pretty window icons (lior2b). ------------------------------------------------------------------------ r55 | joewing | 2006-04-19 07:21:24 +0300 (Wed, 19 Apr 2006) | 2 lines Improved configure. ------------------------------------------------------------------------ r54 | joewing | 2006-04-09 03:21:15 +0300 (Sun, 09 Apr 2006) | 2 lines Don't raise clients when reversing a show desktop. ------------------------------------------------------------------------ r53 | joewing | 2006-04-09 03:06:25 +0300 (Sun, 09 Apr 2006) | 2 lines Make the second click on a "showdesktop" button restore minimized windows. ------------------------------------------------------------------------ r52 | joewing | 2006-04-08 05:39:53 +0300 (Sat, 08 Apr 2006) | 2 lines Updated man page. ------------------------------------------------------------------------ r51 | joewing | 2006-04-08 05:13:10 +0300 (Sat, 08 Apr 2006) | 2 lines New mouse bindings, fix key mask bug. ------------------------------------------------------------------------ r50 | joewing | 2006-04-03 05:26:33 +0300 (Mon, 03 Apr 2006) | 2 lines Change the default popup delay to 600 ms and add a 3 pixel border. ------------------------------------------------------------------------ r49 | joewing | 2006-04-03 00:58:54 +0300 (Mon, 03 Apr 2006) | 2 lines Fix a bug with snap-to-screen. ------------------------------------------------------------------------ r48 | joewing | 2006-04-03 00:50:30 +0300 (Mon, 03 Apr 2006) | 2 lines Fix a bug involving maximized windows and the clock. ------------------------------------------------------------------------ r47 | joewing | 2006-04-02 22:57:06 +0300 (Sun, 02 Apr 2006) | 2 lines Fix a key binding issue with keycode. ------------------------------------------------------------------------ r46 | joewing | 2006-03-28 05:22:14 +0300 (Tue, 28 Mar 2006) | 2 lines Fix some issues with shaded windows. ------------------------------------------------------------------------ r45 | joewing | 2006-03-21 06:59:01 +0200 (Tue, 21 Mar 2006) | 2 lines Updated screen handling. ------------------------------------------------------------------------ r44 | joewing | 2006-03-19 04:57:01 +0200 (Sun, 19 Mar 2006) | 2 lines Fix keybinding issue on shutdown/restart (lior2b). ------------------------------------------------------------------------ r43 | joewing | 2006-03-19 04:46:37 +0200 (Sun, 19 Mar 2006) | 2 lines Fix menu behavior. ------------------------------------------------------------------------ r42 | joewing | 2006-03-19 04:39:58 +0200 (Sun, 19 Mar 2006) | 2 lines Fix confirm dialogs. ------------------------------------------------------------------------ r41 | joewing | 2006-03-19 04:30:58 +0200 (Sun, 19 Mar 2006) | 2 lines Fix user-specified clock height. ------------------------------------------------------------------------ r40 | joewing | 2006-03-19 02:36:19 +0200 (Sun, 19 Mar 2006) | 2 lines Restack clients after unshade. ------------------------------------------------------------------------ r39 | joewing | 2006-03-18 22:08:36 +0200 (Sat, 18 Mar 2006) | 2 lines Fix an ugly bug. ------------------------------------------------------------------------ r38 | joewing | 2006-03-18 09:52:52 +0200 (Sat, 18 Mar 2006) | 2 lines Some cleanups. ------------------------------------------------------------------------ r37 | joewing | 2006-03-18 08:58:05 +0200 (Sat, 18 Mar 2006) | 2 lines Fix swallow. ------------------------------------------------------------------------ r36 | joewing | 2006-03-18 08:42:49 +0200 (Sat, 18 Mar 2006) | 2 lines Fix FriBidi UTF conversion. ------------------------------------------------------------------------ r35 | joewing | 2006-03-18 08:27:07 +0200 (Sat, 18 Mar 2006) | 2 lines Don't pause waiting for swallow items. ------------------------------------------------------------------------ r34 | joewing | 2006-03-18 06:23:57 +0200 (Sat, 18 Mar 2006) | 2 lines Another attempt to fix Xinerama. ------------------------------------------------------------------------ r33 | joewing | 2006-03-18 06:07:56 +0200 (Sat, 18 Mar 2006) | 2 lines Fix a bug related to removing Dock and restarting. ------------------------------------------------------------------------ r32 | joewing | 2006-03-16 07:12:35 +0200 (Thu, 16 Mar 2006) | 2 lines Clean up some stuff. ------------------------------------------------------------------------ r31 | joewing | 2006-03-16 06:44:22 +0200 (Thu, 16 Mar 2006) | 2 lines Add coordinates attribute to MoveMode and ResizeMode. ------------------------------------------------------------------------ r30 | joewing | 2006-03-16 05:07:29 +0200 (Thu, 16 Mar 2006) | 2 lines Make it possible to fix the width of the clock. ------------------------------------------------------------------------ r29 | joewing | 2006-03-16 04:29:16 +0200 (Thu, 16 Mar 2006) | 2 lines Fix snap-to-screen with Xinerama. ------------------------------------------------------------------------ r28 | joewing | 2006-03-15 06:26:31 +0200 (Wed, 15 Mar 2006) | 2 lines Check for a destroy when a window unmaps. ------------------------------------------------------------------------ r27 | joewing | 2006-03-15 05:31:55 +0200 (Wed, 15 Mar 2006) | 2 lines Fix xinerama and shading of shaped windows. ------------------------------------------------------------------------ r26 | joewing | 2006-03-15 03:45:42 +0200 (Wed, 15 Mar 2006) | 2 lines Fix a Xinerama window placement issue. ------------------------------------------------------------------------ r25 | joewing | 2006-03-15 03:40:20 +0200 (Wed, 15 Mar 2006) | 2 lines Don't need that. ------------------------------------------------------------------------ r24 | joewing | 2006-03-14 06:15:06 +0200 (Tue, 14 Mar 2006) | 2 lines Try again.. ------------------------------------------------------------------------ r23 | joewing | 2006-03-14 06:12:24 +0200 (Tue, 14 Mar 2006) | 2 lines Move some stuff around. ------------------------------------------------------------------------ r22 | joewing | 2006-03-14 06:08:11 +0200 (Tue, 14 Mar 2006) | 2 lines Bug fix and speed improvements. ------------------------------------------------------------------------ r21 | joewing | 2006-03-12 11:29:11 +0200 (Sun, 12 Mar 2006) | 2 lines Ignore caps lock and number lock modifiers. ------------------------------------------------------------------------ r20 | joewing | 2006-03-12 05:57:12 +0200 (Sun, 12 Mar 2006) | 2 lines Fix handling of shape events. ------------------------------------------------------------------------ r19 | joewing | 2006-03-12 03:28:32 +0200 (Sun, 12 Mar 2006) | 2 lines Make configure smarter. ------------------------------------------------------------------------ r18 | joewing | 2006-03-12 01:14:30 +0200 (Sun, 12 Mar 2006) | 2 lines Resizing clock, autohide fixes, popup options. ------------------------------------------------------------------------ r17 | joewing | 2006-03-11 10:16:13 +0200 (Sat, 11 Mar 2006) | 2 lines Clean up some stuff. ------------------------------------------------------------------------ r16 | joewing | 2006-03-11 05:48:46 +0200 (Sat, 11 Mar 2006) | 2 lines Better colormap support, constrained client-requested resizes. ------------------------------------------------------------------------ r15 | joewing | 2006-03-10 05:59:06 +0200 (Fri, 10 Mar 2006) | 2 lines Make color stuff platform independent ------------------------------------------------------------------------ r14 | joewing | 2006-03-09 07:18:58 +0200 (Thu, 09 Mar 2006) | 2 lines Much faster color lookups and an unmap fix. ------------------------------------------------------------------------ r13 | joewing | 2006-03-08 07:47:53 +0200 (Wed, 08 Mar 2006) | 2 lines Speed up loading of XPMs. ------------------------------------------------------------------------ r12 | joewing | 2006-03-08 07:25:17 +0200 (Wed, 08 Mar 2006) | 2 lines Don't sync, and don't grab the server waiting for swallow items. ------------------------------------------------------------------------ r11 | joewing | 2006-03-08 07:03:19 +0200 (Wed, 08 Mar 2006) | 2 lines Some bug fixes ------------------------------------------------------------------------ r10 | joewing | 2006-03-07 06:49:18 +0200 (Tue, 07 Mar 2006) | 2 lines Much faster color allocation for 24/32 bit displays. May not be portable... ------------------------------------------------------------------------ r9 | joewing | 2006-03-06 06:43:42 +0200 (Mon, 06 Mar 2006) | 2 lines Use FriBidi for right-to-left text ------------------------------------------------------------------------ r8 | joewing | 2006-03-06 02:53:37 +0200 (Mon, 06 Mar 2006) | 2 lines showdesktop TrayButton option and some fixes ------------------------------------------------------------------------ r7 | joewing | 2006-02-09 04:17:22 +0200 (Thu, 09 Feb 2006) | 2 lines Added valign and halign for Tray ------------------------------------------------------------------------ r6 | (no author) | 2006-02-04 08:59:44 +0200 (Sat, 04 Feb 2006) | 1 line This commit was manufactured by cvs2svn to create tag 'start'. ------------------------------------------------------------------------ r5 | joewing | 2006-02-04 08:59:44 +0200 (Sat, 04 Feb 2006) | 2 lines Initial import ------------------------------------------------------------------------ r4 | (no author) | 2006-02-04 08:59:31 +0200 (Sat, 04 Feb 2006) | 1 line This commit was manufactured by cvs2svn to create branch 'jwm'. ------------------------------------------------------------------------ r3 | joewing | 2006-02-04 08:59:31 +0200 (Sat, 04 Feb 2006) | 2 lines Initial revision ------------------------------------------------------------------------ r2 | root | 2006-01-18 19:10:40 +0200 (Wed, 18 Jan 2006) | 1 line initial checkin ------------------------------------------------------------------------ r1 | (no author) | 2006-01-18 19:10:40 +0200 (Wed, 18 Jan 2006) | 1 line New repository initialized by cvs2svn. ------------------------------------------------------------------------ debian/control0000664000000000000000000000262312300545362010576 0ustar Source: jwm Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jari Aalto Build-Depends: debhelper (>= 9), autotools-dev, libxext-dev, libpng-dev, libxpm-dev, libxinerama-dev, libxft-dev, libxrender-dev, libfontconfig1-dev, zlib1g-dev, libx11-6, libfribidi-dev (>= 0.19.2) Standards-Version: 3.9.4 Vcs-Browser: http://git.debian.org/?p=collab-maint/jwm.git Vcs-Git: git://git.debian.org/git/collab-maint/jwm.git Package: jwm Provides: x-window-manager Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rxvt-unicode-256color | rxvt-unicode | rxvt-unicode-lite | gnome-terminal | konsole | x-terminal-emulator Suggests: menu, x11-apps Homepage: http://www.joewing.net/programs/jwm Description: very small lightweight pure X11 window manager with tray and menus Low resource Window manager ideal for older PCs. It uses a minimum of external libraries, thus very little memory, includes virtual screens, menubar and root-menu popup. . JWM is a window manager for the X11 Window System. JWM is written in C and uses only Xlib and (optionally) the shape extension and libXpm. It can support some MWM, GNOME, and WM Spec hints. The menu configuration files are managed in XML format. . Compared to other light WM, like Fvwm95, the Jwm consumes considerably less memory while providing the same functionality. debian/source/0000775000000000000000000000000012052224763010473 5ustar debian/source/format0000664000000000000000000000001412052224763011701 0ustar 3.0 (quilt) debian/TODO0000664000000000000000000000117712052224763007671 0ustar User menus are not implemented yet ---------------------------------- Paolo D'Emilio writes: The only big difference is that I willingly avoided adding icons, because I haven't found a way to select menu items outside the screen. Another thing I couldn't replicate is the user menu generation; userprefix expects a folder and uses the same filename used for the global rc file; set as it is in my draft (userprefix="jwmrc") it would create ~/jwmrc/jwmrc instead of ~/.jwmrc See Debian Menu System Chapter 5 - What packages with menu managers should do /usr/share/doc/menu/htmlch5.html debian/compat0000664000000000000000000000000212052224763010371 0ustar 9 debian/rules0000775000000000000000000000154612300545415010255 0ustar #!/usr/bin/make -f PACKAGE = jwm CHANGELOG = debian/upstream.changelog PKGDIR = $(CURDIR)/debian/$(PACKAGE) ETCDIR = $(PKGDIR)/etc/$(PACKAGE) export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFaLAGS_MAINT_APPEND = -Wl,--as-needed # Upstream does not support CPPFLAGS export CC := $(CC) $(CPPFLAGS) # Run manaually to get updates get-changelog: svn log https://jwm.svn.sourceforge.net/svnroot/jwm \ | sed 's/[[:space:]]*$$//' \ > $(CHANGELOG) override_dh_installchangelogs: dh_installchangelogs $(CHANGELOG) override_dh_install: dh_install install -D -m 644 example.jwmrc $(ETCDIR)/system.$(PACKAGE)rc override_dh_auto_configure: dh_auto_configure -- --sysconfdir=/etc/jwm override_dh_auto_install: # Disable. See debian/install instead. %: dh $@ --with autotools_dev # End of file