Julien Pivotto
a1ad5685f9
Fix libvte bug when resizing them
...
Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
2011-01-03 22:27:41 +01:00
Raphael Khaiat
1460229397
Merge branch 'master' into bacardi55
2011-01-03 21:40:27 +01:00
Martin Duquesnoy
47a68568fe
Tag: Fix last feature with tag_round
2011-01-03 21:33:43 +01:00
Martin Duquesnoy
a0fd6a77cc
Layout: Fix nmaster ksh bug with tile_right/left
2011-01-03 20:01:04 +01:00
Martin Duquesnoy
e32726f008
Tag: Fix infobar position when tag switch with last feature
2011-01-03 19:40:42 +01:00
bacardi55@gmail.com
74bbf0bd04
Merge remote branch 'github/master' into bacardi55
2011-01-02 19:51:36 +01:00
Martin Duquesnoy
b85b6bd687
Tag: Add toggle to prev selected tag if tag is selected two times (requested by addikt1ve)
2011-01-02 19:36:33 +01:00
Julien Pivotto
bf16b4a2e7
Add a 'ignoretags' rule
...
Signed-off-by: bacardi55@gmail.com <bacardi55@daimadoshi.bacardi55.org>
2010-12-31 15:12:53 +01:00
Philippe Pepiot
f2bd808b86
Fix segfault in parser if options == PARSE_MAX_LIST-1
...
Reported by Armael
Increase PARSE_MAX_LIST from 10 to 32
2010-12-25 16:25:42 +01:00
bacardi55@gmail.com
f2734a5f2b
Correct typo thanks to ubitux
2010-12-19 13:42:39 +01:00
bacardi55@gmail.com
b4fb75806a
Merge branch 'master' into bacardi55
2010-12-19 13:14:30 +01:00
Philippe Pepiot
dbe7588c0a
Ignore SIGALRM before restart
...
If new wmfs process receive SIGALRM before set the handler, wmfs quits
Bug found by Erus
2010-12-18 14:58:29 +01:00
Engil Hramn
dae3019185
Fix some error in the manpage and in the information printed by the binary
2010-12-09 17:09:47 +01:00
Raphael Khaiat
3f461810d2
Add engil's patch
2010-12-09 16:01:19 +01:00
Raphael Khaiat
0a708c8dda
Merge branch 'master' into bacardi55
...
Conflicts:
src/config.c
2010-12-07 19:16:32 +01:00
Philippe Pepiot
6072c2d811
Set default tag params. (patch by bacardi55) fixes #51
2010-12-07 01:38:21 +01:00
Philippe Pepiot
ce3813608c
Status script not spawned if still running
2010-12-07 01:34:22 +01:00
Philippe Pepiot
6c332c9ea5
Oops. Fix signal not handled at all
2010-12-07 01:19:28 +01:00
Philippe Pepiot
d606f999f9
Add distclean target (clean && remove Makefile)
2010-12-07 00:30:36 +01:00
Philippe Pepiot
87575a019d
Use SIGALRM instead of pthread for status script
2010-12-07 00:28:12 +01:00
Philippe Pepiot
6882cfb986
Only one handler for signals
2010-12-07 00:12:54 +01:00
Philippe Pepiot
9e457b3832
Remove glibc stuffs, wmfs is not ansi C that's a fact
2010-12-06 23:49:42 +01:00
Philippe Pepiot
c8a74878a1
Remove double fork for spawn and kill status with SIGTERM
2010-12-03 16:59:07 +01:00
Philippe Pepiot
d0058146dd
Remove non used function get_mouse_pos
2010-12-03 12:36:51 +01:00
Philippe Pepiot
77e458048d
Fix tag_new() tag name
...
possible overflow + random memory access
2010-12-03 11:06:33 +01:00
Raphael Khaiat
f6206d65b1
Merge branch 'master' into bacardi55
...
Conflicts:
src/wmfs.c
2010-11-30 00:38:27 +01:00
Philippe Pepiot
c90a5743b3
Parser: Use read() instead of mmap()
2010-11-29 22:08:01 +01:00
Philippe Pepiot
3459ed0b20
Define optarg and optind (was breaking compilation on NetBSD)
2010-11-29 21:17:04 +01:00
Martin Duquesnoy
3cf93a0961
Launcher: Add width_limit option in multi set_launcher section to limit size of launcher window (Requested by s__C)
2010-11-28 13:06:24 +01:00
Martin Duquesnoy
719654fcbc
Ewmh: Add _WMFS_FONT property for external information about font
2010-11-26 21:32:28 +01:00
Raphael Khaiat
e053d41a3d
Change the default name at empty as it should be
2010-11-21 22:06:55 +01:00
Raphael Khaiat
1170a6afbc
Put back the good default value, thanks xorg62
2010-11-21 22:01:43 +01:00
Raphael Khaiat
a42237aab7
Correction of the #51 bug for default_tag value in tag defined in the
...
wmfsrc without all options.
2010-11-21 21:55:57 +01:00
Raphael Khaiat
f5f2d8c7de
Correction for the new function stay_last_tag
2010-11-21 19:58:01 +01:00
Raphael Khaiat
bc31510d64
Merge branch master in bacardi55
2010-11-19 23:41:56 +01:00
Raphael Khaiat
f928497e70
Add "stay_last_tag" fonction/keybind
2010-11-19 20:17:17 +01:00
Philippe Pepiot
daeffb324e
Fix possibles segfaults, dead assignment and other division by zero.
...
Thanks to clang build report
2010-11-19 19:55:57 +01:00
Philippe Pepiot
d75746bcf4
s/strcpy/strncpy and fix somes unused variables
2010-11-19 17:36:37 +01:00
Philippe Pepiot
82b17ea02f
Improve allocating system and integrate parser
...
emalloc remplaced with xcalloc/xmalloc/xrealloc
and easy wrappers for strings zmalloc/zcalloc/zrealloc
- exit on fail
- prevent size_t overflow
Integrate parser in src/
2010-11-19 16:42:14 +01:00
Philippe Pepiot
19ecd89d89
End func_list[] with { NULL, NULL }
2010-11-19 14:44:34 +01:00
Philippe Pepiot
c7b2d98303
BuildSystem: fix XDG_CONFIG_DIR issue
2010-11-19 14:35:35 +01:00
Raphael Khaiat
546366b282
Merge master in bacardi55 branch
2010-11-18 19:48:18 +01:00
Raphael Khaiat
20c99826ce
Merge branch 'master' into bacardi55
...
Conflicts:
src/wmfs.c
2010-11-18 19:47:36 +01:00
Martin Duquesnoy
eda1bfdfec
Merge branch 'master' of git.wmfs.info:wmfs
2010-11-18 19:12:35 +01:00
Martin Duquesnoy
22295948ec
Ewmh: Remove _NET_WORKAREA support, Fix bug #58 signaled by Kernald.
2010-11-18 19:12:10 +01:00
Philippe Pepiot
c2664e8e85
wmfs compile with -W -Wall -Wextra (TODO: fix types !!)
2010-11-17 02:27:15 +01:00
Raphael Khaiat
e5b2a9e058
Add a uicb function to go to the last tag directly (will probably be
...
used only by myself ^^)
2010-11-17 01:52:24 +01:00
Philippe Pepiot
b6c557a8ee
Declare _POSIX_SOURCE for glib to define kill()
2010-11-17 01:30:35 +01:00
Philippe Pepiot
14f12edf25
Remove non ansi comments
2010-11-17 01:30:12 +01:00
Philippe Pepiot
3d6f8da805
Declare func_list const
2010-11-17 01:24:57 +01:00