wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2011-09-27 06:13Add doc/mkfile for building wmii.pdf with an optional MAINFONT variable for building on systems without LinoType's Palatino font.Kris Maglione3+39-2
2011-09-24 03:35remove nonexistent "bar off" command from manualSuraj N. Kurapati1+0-1
2011-09-20 06:49[tray] Add a horrible workaround for broken Qt systray icon implementation. Closes issue #228.Kris Maglione1+50-21
2011-09-20 03:45[wmiir] Flush conversion buffer on short read. Closes issue #235.Kris Maglione1+4-1
2011-09-20 02:06Deal with a particular Qt systray replacement bug. Cleanup a bit more politely on sigterm/sigint.Kris Maglione6+17-10
2011-09-20 00:24Add -n flag to witray to opt out of replacing existing systray.Kris Maglione8+40-20
2011-09-19 20:49Remove some dead code.Kris Maglione1+0-3
2011-09-19 20:39Fix compositing issue per DRDarkRaven. Closes issue #226.Kris Maglione1+1-0
2011-09-19 20:34Remove broken support for local_events. Closes issue #229.Kris Maglione1+0-2
2011-09-19 20:25Closes issue #222.Kris Maglione2+24-1
2011-09-17 21:58Merge.Kris Maglione3+47-30
2011-09-17 21:37Fixes issue #242Juan Pablo Aroztegi1+1-1
2011-09-15 17:22Allow changing screen boundaries with Mod+Mouse3.Kris Maglione3+19-7
2011-09-15 16:38Fix focus issue after restart.Kris Maglione2+5-5
2011-09-14 22:21More robust view urgency tracking. Closes issue #241.Kris Maglione5+65-49
2011-09-14 21:45Fix compiler warnings.Kris Maglione9+18-30
2011-09-03 11:49Add Control-k support to wimenu.Kris Maglione4+7-0
2011-06-01 16:40Description: Fix some manpages mark-up Author: Andrew O. Shadoura <bugzilla@tut.by>Andrew O. Shadoura1+1-1
2011-05-31 05:25Fix XRandR segfault issue. Closes issue #231.Andrew Shadoura1+3-3
2011-05-27 23:52Fix some DISTRIBUTORS typos spotted by Snader_LB (OFTC).Kris Maglione1+5-5
2011-04-21 13:07Add ViewAttach, ViewDetach, AreaAttach, and AreaDetach events.Kris Maglione4+7-5
2010-10-28 13:55Take aspect hints into account in grow commands.Kris Maglione1+12-8
2010-10-13 21:33Fix wmiirc problems in recent commits.Kris Maglione4+11-10
2010-10-07 20:31[wimenu] Add paste key binding.Kris Maglione15+270-48
2010-10-07 20:31[menu] Update manual. Add file completion example.Kris Maglione7+142-25
2010-10-07 20:31[menu] Add vertical mode.Kris Maglione27+402-467
2010-10-07 20:31[mq]: gethostbynameKris Maglione1+1-0
2010-08-29 12:53Fix build on gmake 3.82. Closes issue #216.Kris Maglione3+14-22
2010-08-16 23:38[wmiir] Use stat rater than lstat for proglist. Fixes issue #215.Kris Maglione1+3-3
2010-08-13 00:10Fix wmiir proglist.Kris Maglione3+20-8
2010-08-10 09:46Fix strcasestr.Kris Maglione2+10-10
2010-07-31 23:11[menu] Allow composed input.Kris Maglione5+44-21
2010-07-31 20:20[menu] Fix numeric keypad input. Closes issue #213.Kris Maglione3+7-4
2010-07-27 18:45Don't allow extra content after colors ctl commands.Kris Maglione1+5-5
2010-07-27 18:30Clear window tags on client_destroy.Kris Maglione1+3-1
2010-07-27 18:28Speedup build somewhat.Kris Maglione3+18-13
2010-07-21 14:08Fix quadrant(). Closes issue #210.Kris Maglione1+4-10
2010-07-19 16:50[9libs] Sync with plan9port.Kris Maglione30+837-325
2010-07-19 13:30Allow alpha colors in the bar.Kris Maglione5+13-27
2010-07-19 13:30[python] Small fixes.Kris Maglione2+8-10
2010-07-19 13:29Fix multiscreen focus coloring.Kris Maglione1+1-1
2010-07-15 00:10Fix status bar for silly locales.Kris Maglione2+2-2
2010-07-11 02:35[python] Fix broken patch.Kris Maglione1+1-1
2010-07-09 23:59Use RGBA windows only when required. Closes issue #203.Kris Maglione7+94-46
2010-07-09 21:48[python] Fix 9P muxing deadlock.Kris Maglione1+1-1
2010-07-09 21:48[python] Rephrase async client request chains as coroutines.Kris Maglione4+155-154
2010-07-09 21:17[python] Minor cleanups.Kris Maglione9+153-126
2010-07-08 07:07Deal with Java AWT rendering inanity. Closes issue #5.Kris Maglione1+12-8
2010-07-07 22:47[debian] Fix some lintian warnings.Kris Maglione6+23-28
2010-07-07 04:37[arch] Fix pkgdesc for pyxp/pygmi.Kris Maglione1+2-0
2010-07-07 03:09[debian] Add python to Build-Depends.Kris Maglione2+3-3
2010-07-07 01:23[debian] Add util/genchangelog.Kris Maglione3+32-5
2010-07-02 07:33[p9p] Fix for new bar file format.Robert Ransom1+1-1
2010-07-02 01:45[python] Fix some deadlock issues.Kris Maglione4+96-60
2010-07-01 03:12[python] Fix rather badly broken pygmi.Kris Maglione1+14-7
2010-06-30 04:58Fix possible error stack overflow in last commit.Kris Maglione1+6-6
2010-06-29 17:40Fix updating tags via /client/*/tags. Closes issue #200.Kris Maglione3+13-4
2010-06-28 15:54Fix fs.c bug introduced in revision 9d31d13386b8. Closes issue #199.Kris Maglione1+3-5
2010-06-28 02:51[PKGBUILD] s/(pyxp|pygmi)-hg/python-&/gKris Maglione3+4-31
2010-06-27 21:47[python] Use distutils to compile and install pygmi/pyxp.Kris Maglione15+203-95
2010-06-27 21:11Minor cleanup.Kris Maglione3+10-37
2010-06-27 21:08Update man/Makefile to track changes in mk/man.mkKris Maglione2+12-13
2010-06-27 21:08[guide] Split guide sections into separate .tex files.Kris Maglione5+1481-1457
2010-06-25 21:21Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex.Kris Maglione13+511-422
2010-06-24 15:03Cache property change values to cut down on noise.Kris Maglione3+31-7
2010-06-24 14:39Set ignoreenter indiscriminantly. Closes issue #196.Kris Maglione13+25-24
2010-06-23 14:55Sync makefiles with libixp. Fix some PKGBUILD bugs.Kris Maglione5+56-24
2010-06-21 14:29Make sure a window has a visual before dereferencing it. Fixes issue #195.Kris Maglione2+2-1
2010-06-20 20:37[python] Call background programs with stdin=/dev/null.Kris Maglione1+2-1
2010-06-20 19:59Fix some RGBA color bugs.Kris Maglione3+12-13
2010-06-20 18:24Handle colormapped displays.Kris Maglione32+172-138
2010-06-18 20:44Stop event handler chain after client is destroyed.Kris Maglione1+1-1
2010-06-18 14:57Allow colors to be specified in any form recognized by X, including rgba.Kris Maglione8+29-45
2010-06-18 14:17Change order of initialization after randr screens are added. Closes issue #153.Kris Maglione6+70-56
2010-06-17 23:51Bump IXP_NEEDAPI to 129.Kris Maglione1+1-1
2010-06-17 22:23Use IXP_ASSERT_VERSION macro.Kris Maglione5+14-2
2010-06-16 22:35[wikeyname] Prompt the user for a key if isatty(1).Kris Maglione1+4-1
2010-06-16 22:32[guide] Some updates to wmii.pdf to track the man pages.Kris Maglione12+151-105
2010-06-15 19:13Remove long deprecated special treatment of the '!' tag.Kris Maglione2+9-7
2010-06-15 16:21[pygmi] Make sure Ctl#ctl strings are unicode before joining them. Fixes issue #194.Kris Maglione1+1-1
2010-06-14 14:46Flush X output queue in event_preselect.Kris Maglione1+1-0
2010-06-14 14:30Rearrange some things.Kris Maglione82+666-830
2010-06-12 03:48Fix last commit.Kris Maglione28+358-67
2010-06-12 03:46Treat 1px from the right/bottom edge of the screen as the edge. Closes issue #161.Kris Maglione1+5-0
2010-06-11 08:18Require that clients be given permission to activate themselves.Kris Maglione18+363-266
2010-06-10 23:49Fix /rules in wmiirc and p9p/wmiirc.Kris Maglione3+7-7
2010-06-10 07:23Work around mawk bug that broke wmiirc.Kris Maglione2+12-9
2010-06-10 05:14Float detection enhancements. Add float=always and float=never to clients.Kris Maglione9+77-53
2010-06-09 04:19Update wmii binary with default color scheme.Kris Maglione1+3-3
2010-06-09 03:59Cleanup, minor fixes.Kris Maglione16+453-511
2010-06-06 22:06Fix synthetic configure notify bug. Closes issue #193.Kris Maglione4+11-11
2010-06-06 10:06Update wmiirc and python/wmiirc to new /rules format.Kris Maglione2+16-8
2010-06-06 09:07Add locale charset crud.Kris Maglione21+502-68
2010-06-05 18:36Fix drawing shape mask.Kris Maglione2+14-3
2010-06-05 08:31[witray] Replace currently running system tray at startup.Kris Maglione5+70-11
2010-06-05 00:37Fix some tedious client unmap bugs.Kris Maglione6+34-23
2010-06-04 23:38Revamp color handling. Fixes issue #188.Kris Maglione13+41-54
2010-06-04 22:15[libstuff] Fix nsec().Kris Maglione2+3-3
2010-06-04 20:49[menu] Set tags and window class on menu window.Kris Maglione1+3-0
2010-06-04 20:46Add 'continue' key to /rules.Kris Maglione7+38-24