72 Commits

Author SHA1 Message Date
Martin Duquesnoy
c68aa48bc2 All: Update !!!! \o/ 2009-02-13 23:02:03 +01:00
Martin Duquesnoy
292ff26eb7 launcher/conf: Add launcher section in the configuration file, see the default conf. 2009-02-03 14:55:57 +01:00
Martin Duquesnoy
2d26778835 conf/menu: Add menu support in the configuration file: menu { set_menu { ... } } (See the default configuration) And call it with a keybind or mousebind : func = "menu" cmd = "<menu name>". 2009-02-02 19:30:39 +01:00
Martin Duquesnoy
33234f2266 Menu: Improve menu draw system ; Add some function ... 2009-02-02 03:42:53 +01:00
Martin Duquesnoy
13363877f7 Menu/layout: Add menu.c & Menu for layout switch (or just switch, manage it in the conf layout { system = "menu/switch"}) 2009-01-31 18:39:49 +01:00
Martin Duquesnoy
c5e2df97f7 infobar: Add launcher ! (alt-p in the basic configuration). 2009-01-18 19:44:05 +01:00
Martin Duquesnoy
796c7988d6 infobar: Add option to set the borders around the tag buttons, the layout button and the infobar. 2009-01-18 03:25:10 +01:00
Martin Duquesnoy
1189fe1690 Add python wmfslib 2009-01-04 18:13:13 +01:00
Martin Duquesnoy
d174422bdb config: Add option stipple (boolean) in titlebar section 2009-01-02 21:36:24 +01:00
Martin Duquesnoy
c6b6bf2cab conf: Add fg_{normal, focus} in titlebar section 2009-01-02 08:39:43 +01:00
Martin Duquesnoy
4c0a33ddfc config: Remove debug 2008-12-09 20:17:28 +01:00
Martin Duquesnoy
30c48c858e client: Add XSetWindowBorderWidth in client_manage for remove, if there is border, the client->win border. 2008-12-09 20:16:43 +01:00
Martin Duquesnoy
05badba757 config: Fix keybind section mistake 2008-12-08 17:04:10 +01:00
Martin Duquesnoy
7d7dbedce9 config: Fix typo 2008-12-07 18:23:10 +01:00
Martin Duquesnoy
9febd06a30 config: Fix mistake 2008-12-07 18:21:51 +01:00
Martin Duquesnoy
f496979219 config: Improve tag section 2008-12-07 18:20:47 +01:00
Martin Duquesnoy
f5a1a72bbc config: Improve tag section 2008-12-07 18:19:41 +01:00
Martin Duquesnoy
0eaed01ca0 config: Add config_struct.h 2008-12-07 17:58:32 +01:00
Martin Duquesnoy
02e19265de config/util: repart some function of config.c -> utile.c 2008-12-07 17:52:48 +01:00
Martin Duquesnoy
f873a83b44 config: Make functions for all config section 2008-12-07 17:37:03 +01:00
Martin Duquesnoy
ddc2ea5254 conf: Add "Super" bind for "Mod4" 2008-12-06 20:33:07 +01:00
Martin Duquesnoy
d8f5701263 conf/tag: If there is no specific screen in tag {}, put it on all screen 2008-12-06 20:29:07 +01:00
Martin Duquesnoy
2edd6dbd02 Limit the alias size -> 256 2008-12-06 20:02:40 +01:00
Martin Duquesnoy
0c6e3212ed conf/event: Fix mouse binding for root (add screen specification in mouse {} too) 2008-12-03 18:20:45 +01:00
Martin Duquesnoy
2450db1d64 conf: Change confalias -> conf.alias 2008-12-03 17:16:28 +01:00
Martin Duquesnoy
9f177d8d4b config: Rename variables -> alias in the configuration file 2008-12-03 17:01:56 +01:00
Martin Duquesnoy
b1e3918504 config: Add option place_at_mouse in the client section 2008-12-03 13:44:46 +01:00
David Delassus
20e74f62e8 tag: Add tag round
Signed-off-by: David Delassus <linkdd62@gmail.com>
2008-12-02 19:32:42 +01:00
David Delassus
aac9b78319 infobar: Add color on the occupied tag by clients
Signed-off-by: David Delassus <linkdd62@gmail.com>
2008-12-02 19:31:34 +01:00
Martin Duquesnoy
8eec996d1b screen/client: Add y in the if of screen_get_sel and client_moveresize for find the screen verticaly 2008-12-01 20:14:45 +01:00
Martin Duquesnoy
077d60c3d4 config/screen: Multi-Head support: Add screen option in tag {} in the configuration file, Improved other things... 2008-12-01 01:37:34 +01:00
Martin Duquesnoy
7e1b325322 tag: Replace tags[][] by **tags 2008-11-30 03:51:33 +01:00
Martin Duquesnoy
8f5fee389d wmfs: NEW IMPORTANT FEATURE: Add multi-head support #1 2008-11-30 03:01:30 +01:00
Martin Duquesnoy
71bec3d1bb conf: Add tag selection for root mouse binding configuration (mouse { tag = x button = .... ) 2008-11-24 01:00:33 +01:00
Martin Duquesnoy
0965e049d1 wmfs: Typo & cosmetic 2008-11-23 16:32:09 +01:00
Martin Duquesnoy
61241a3509 wmfs: Change uicb_reload 2008-11-23 14:57:44 +01:00
Martin Duquesnoy
a9cac394d6 config: Remove useless option 2008-11-23 02:46:15 +01:00
Martin Duquesnoy
ac979c847b wmfs: New feature: Reload configuration function 2008-11-23 02:41:48 +01:00
Martin Duquesnoy
8d0fb5948f Cosmetic & typo #2 2008-11-19 17:09:52 +01:00
Martin Duquesnoy
c49ef0524d Cosmetic & typo 2008-11-18 20:49:54 +01:00
Martin Duquesnoy
587fa97a8c config: Improve config.c: Bug when the default config file is loaded are fixed 2008-11-16 14:23:04 +01:00
Martin Duquesnoy
826a74640f config: Remove tile_symbol 2008-11-13 08:33:44 +01:00
Martin Duquesnoy
22431c203c infobar: New infobar with new BarWindow; Add shadow, better rendering, improve system... 2008-11-13 08:03:56 +01:00
Martin Duquesnoy
b28327f7af frame: Remove buttons stuff and add border "shadow" but no color defined for now. 2008-11-11 13:14:39 +01:00
Martin Duquesnoy
5ba931d1d6 frame: Add frame buttons support: 3 buttons at the top-right of the client for multiple usage 2008-11-10 04:06:14 +01:00
Martin Duquesnoy
9e779d5aa6 all: Prepare the code to Doxygen: Add function comment with definition, parameter & return precision 2008-11-09 18:46:09 +01:00
Martin Duquesnoy
0a15b3ba6f event: Improve event system 2008-11-09 03:36:59 +01:00
Martin Duquesnoy
528a22b75a layout: Add toggle_free function 2008-11-08 23:39:29 +01:00
Martin Duquesnoy
ba425f172f all: Massive change: new way for window management, use frame 2008-11-08 20:32:11 +01:00
Martin Duquesnoy
262b50607d mouse: Add mouse.c and separate mouse action 2008-11-06 23:56:29 +01:00