Commit graph

532 commits

Author SHA1 Message Date
Marco Peereboom
8eb6cfee63 kill cvs tags 2011-10-25 15:54:39 -05:00
Marco Peereboom
a5db305980 remove html stuff, we keep it all in the wiki now 2011-10-25 15:22:07 -05:00
Marco Peereboom
50549aa1ce remove port stuff 2011-10-25 15:21:20 -05:00
Marco Peereboom
163f135835 Merge branch 'master' of opensource.conformal.com:/git/scrotwm 2011-10-25 15:20:18 -05:00
Marco Peereboom
9debc3f2ad add fpic 2011-10-25 15:19:50 -05:00
Marco Peereboom
ff40361700 Fancy clang stuff 2011-10-25 15:19:29 -05:00
Marco Peereboom
7d90b3de69 clang warning and remove port stuff 2011-10-25 15:19:02 -05:00
Lawrence Teo
56fb67f0d0 fix NULL pointer dereferences and implement some additional safeguards
ok marco
2011-10-19 21:50:02 -04:00
Marco Peereboom
ebd588d7fe fix default keybindings for floater movement
From: Lawrence Teo <lteo@devio.us>
2011-10-10 09:43:48 -05:00
Marco Peereboom
b7645f9cc2 enable spanish and italian man pages again
got fine updates from native speakers
2011-10-06 14:13:23 -05:00
Marco Peereboom
f31159407e Revert "fix weird french keyboards"
This reverts commit 64075b7af1.

This causes crashes on spanish keyboards.
3364            if (!(win->transient != 0 || win->floating != 0))
(gdb) bt
) at scrotwm.c:6370
(gdb)

The real issue is in keypress though.
if ((keysym == keys[i].keysym || skeysym == keys[i].keysym)
evaluates to true when it shouldn't.
2011-10-06 11:30:45 -05:00
Marco Peereboom
64075b7af1 fix weird french keyboards
At least I was told this works.  Doesn't break my stuff so all is good
:-)

From: Jonathan Armani <dbd@asystant.net>
Via: Lawrence Teo <lteo@devio.us>
2011-10-03 17:10:48 -05:00
Marco Peereboom
15add7f7c0 move and resize floating windows with keyboard
This allows for an almost completely mouse-free operation of scrotwm,
which is especially useful on systems with crappy mice.

From: Lawrence Teo <lteo@devio.us>
2011-10-03 16:39:12 -05:00
marco
af1157519c bring italian man page back to reality; from Andrea Bolognani <eof@kiyuko.org> 2011-09-21 13:46:35 -05:00
marco
161d2c0b22 manpage fixes from Andrea Bolognani <eof@kiyuko.org> 2011-09-20 12:41:46 -05:00
marco
3c33883d02 more clang warnings that are usesul 2011-09-19 23:18:24 -05:00
marco
7e7e905867 shut clang up here too and some more white spaces 2011-09-19 22:01:00 -05:00
marco
7207fd01c3 shut clang up and some white spaces 2011-09-19 21:56:45 -05:00
Marco Peereboom
f27b3e7749 bump version 2011-08-13 20:26:02 +00:00
Marco Peereboom
8e2b81c30c add -lXtst here too 2011-08-10 13:44:36 +00:00
Marco Peereboom
d1c7dc33a6 make urgent printf a lot more sane 2011-08-10 03:03:07 +00:00
Marco Peereboom
77f803db69 stray debug 2011-08-08 22:45:14 +00:00
Marco Peereboom
5d36a5c683 Add a fake mouse button 2 press for mouse starved machines and xterm
convenience.  So now one can paste using M-v.
2011-08-08 22:41:51 +00:00
Marco Peereboom
623ccee722 Disable languages as they are very much out of date
Switch to man/man
Link again Xtst
2011-08-08 22:40:57 +00:00
Marco Peereboom
0f6c75a8fa feh hadn't written the .conf file yet 2011-08-06 18:21:38 +00:00
Marco Peereboom
8d322b0d37 Add urgency hint based on a diff from:
Wido Snikkers <wsnikkers@pcextreme.nl>

Note that for this to work one must enable it in apps, xterm etc

Requested by many.
2011-08-06 18:21:00 +00:00
Marco Peereboom
11e1170f04 bump version 2011-08-02 13:22:34 +00:00
Marco Peereboom
dd4354b774 add a new stack layout status thing to print the number of panes in the
master and slave areas.

From: keenerd <keenerd@gmail.com>
2011-07-19 21:28:15 +00:00
Marco Peereboom
d034409fc9 catch up to new top
From: Alicornio <alicornio@ig.com.br>
2011-07-18 16:19:29 +00:00
Marco Peereboom
d2de668398 document EWMH usage
from Tuukka Kataja <stuge@xor.fi>
2011-07-18 16:16:24 +00:00
Marco Peereboom
6c7fab8bc6 add Tuukka Kataja <stuge@xor.fi> to copyrights 2011-07-18 16:09:43 +00:00
Marco Peereboom
27eedb2351 Update authors 2011-06-28 12:41:07 +00:00
Marco Peereboom
48c0f7f55a Add comment and link to man page. Turns out a lot of people don't know
there is one.  I guess we can thank the Linux howto mentality for that...
2011-06-28 12:28:47 +00:00
Marco Peereboom
bbbb9f12ac add more verbiage to layout 2011-06-24 17:01:43 +00:00
Marco Peereboom
cbd90e50cd bring back old tiling behavior where floating windows stay always on top.
Add key stroke to toggle this behavior per workspace and add it to the
layout entry in the configuration file.
While here add iconify and uniconify key bindings in config file.

requested by many.
2011-06-24 16:53:40 +00:00
Marco Peereboom
014589e605 Make layout fancier by adding master_grow, master_shrink, master_add,
master_del, stack_inc and stack_del to the format string.
2011-06-23 18:56:39 +00:00
Marco Peereboom
2a8d7bafe3 add initial stack mode at start-of-day. this really could use some
percentage value to size the master area.
2011-06-23 17:52:39 +00:00
Marco Peereboom
86d17a1038 remove args constraint and add an example of args in conf file 2011-06-23 16:34:00 +00:00
Marco Peereboom
c2adf746f6 add arguments to autorun, from akfaew@jasminek.net 2011-06-23 16:31:54 +00:00
Marco Peereboom
f5c5fd74a8 work around apps that dont set _NET_WM_PID and roll new version number 2011-06-23 12:13:19 +00:00
Marco Peereboom
948314b98e fix crash on apps that dont play nice with NET_WM_PID. 2011-06-23 11:37:16 +00:00
Marco Peereboom
5f8a010ab2 bump version 2011-06-23 03:05:19 +00:00
Marco Peereboom
8cc48b14f9 add scrotwm.desktop 2011-06-23 03:05:04 +00:00
Marco Peereboom
d4b314be4c document autorun 2011-06-23 02:22:18 +00:00
Marco Peereboom
e5d2c4266c Add autorun to launch apps in workspaces and INITIAL start time and not
at restart time.  Currently it doesn't support arguments so you need a
wrapper script for complicated stuff.

sorry mcbride this can not be done using .xinitrc due to several
chickens and eggs that are in the wrong order.

This is FS#1
2011-06-23 02:15:53 +00:00
Marco Peereboom
871b3ea10a argh delete some stupid debug poop 2011-06-22 18:41:27 +00:00
Marco Peereboom
7b5a1d5df3 realloc cleanup from akfaew@jasminek.net
tsk tsk dwc
2011-06-22 17:53:25 +00:00
Marco Peereboom
2a94bb496c oops! stackinit called too many times due to stray ;
found by Niclas Zeising <niclas.zeising@gmail.com>
2011-06-22 15:31:27 +00:00
Marco Peereboom
e126add24b this should fix a crash seen on linux as reported here:
http://opensource.conformal.com/fluxbb/viewtopic.php?id=120
2011-06-16 13:53:43 +00:00
Marco Peereboom
bfd9ab4a8f make osx compile again. 2011-06-15 00:49:07 +00:00