1012 Commits

Author SHA1 Message Date
Martin Duquesnoy
86b20ba799 Client: Fix role usage in rule section 2010-08-10 10:45:01 +02:00
Martin Duquesnoy
ec2c2f6337 Client: Fixes details in client_set_rule 2010-08-10 03:38:53 +02:00
Martin Duquesnoy
5d7f4a2382 Config: Add WM_WINDOW_ROLE match in rule section 2010-08-10 03:22:22 +02:00
Martin Duquesnoy
d8d09f9e1a Struct: Fix mistake in Alias struct 2010-08-10 02:47:14 +02:00
Martin Duquesnoy
a496d77f9e Conf: Add [rules] section. (Feature #34 requested by markand CHACHA) clients option, autofree and automax option are DEPRECATED but works for some revision. 2010-08-10 02:40:06 +02:00
Martin Duquesnoy
7a1bfb48f5 Menu: Set clientlist menu alignement to left for better visibility 2010-08-10 01:37:37 +02:00
Martin Duquesnoy
3e71c420d6 Client: Add "all" cmd option to clientlist uicb function to display all client in menu instead only in current tag 2010-08-10 01:31:23 +02:00
Raphael Khaiat
0eab6d1a92 Merge branch 'master' into bacardi55 2010-08-07 14:44:44 +02:00
Martin Duquesnoy
c63a9af492 Layout: Remove layer layout (was for testing) 2010-08-05 16:06:39 +02:00
Martin Duquesnoy
0c38afdb35 Frame: Fix buttons flags with max and layout max 2010-08-05 14:45:21 +02:00
Martin Duquesnoy
19f9a35685 Menu: Improve submenu behaviour (Thanks to peve and mseed) 2010-08-03 20:33:40 +02:00
Raphael Khaiat
ed390279f5 Merge branch 'master' into bacardi55 2010-08-03 08:20:13 +02:00
Martin Duquesnoy
6d99de883c Layout: Fix toggle maximization in free layout 2010-08-03 02:03:01 +02:00
Raphael Khaiat
7abc282d21 Merge branch 'master' into bacardi55 2010-08-03 00:08:52 +02:00
Martin Duquesnoy
ed254ea417 Event: Fix configure event in tiling mode. 2010-08-02 22:10:02 +02:00
Martin Duquesnoy
f2e9c1fd02 Util: Remove debug printf 2010-08-02 19:20:53 +02:00
Martin Duquesnoy
36ca03f8f3 Util: Add patht function to transform path: '~/' is now allowed 2010-08-02 19:20:06 +02:00
Martin Duquesnoy
00638264d3 Frame: Fix buttons flags with free and layout free 2010-08-02 18:56:49 +02:00
Martin Duquesnoy
6a420e2934 Systray: Reparent systray window to infobar 2010-08-02 17:32:16 +02:00
Martin Duquesnoy
132f7d1da4 Client: Add focusontag option in Client structure to save focused client on every tag 2010-08-02 17:26:43 +02:00
Martin Duquesnoy
4a1ab8ef79 Client/Tag: Fix focus problems with tag_transfert 2010-08-02 16:27:30 +02:00
Martin Duquesnoy
61015e2567 Client: Fix possible flash-fullscreen problem 2010-08-02 16:12:33 +02:00
Martin Duquesnoy
5742ed4fca Client: Fix client swapping with additional tag 2010-08-02 15:45:31 +02:00
Martin Duquesnoy
872d9cb348 Event: Remove test in propertynotify handle 2010-07-31 14:30:45 +02:00
Martin Duquesnoy
2292ab97d1 Systray: Fix systray at reloading or for manage already running tray icon 2010-07-31 14:28:04 +02:00
Martin Duquesnoy
3b81cacaac Client: Fix arranging bug when closing client in additional tag condition 2010-07-26 19:38:23 +02:00
Martin Duquesnoy
0270a28181 Ewmh: Improve ewmh_send_message 2010-07-26 11:38:25 +02:00
Martin Duquesnoy
e6fc0a4976 Event: Remove send_client_message function 2010-07-26 11:32:26 +02:00
Martin Duquesnoy
374abb0e26 Update improvement 2010-07-26 11:20:20 +02:00
Martin Duquesnoy
1d5792b278 Conf: Move [systray] section in [bar] section 2010-07-23 14:49:57 +02:00
Martin Duquesnoy
461b45545a Conf/Systray: add [systray] section 2010-07-23 14:36:05 +02:00
Martin Duquesnoy
4cf2b8bf8f Status: Fix text drawing with systray shift 2010-07-23 12:31:08 +02:00
Martin Duquesnoy
cc10d56359 Systray/status: Adapt statuspos (with image/rectangle) with systray width 2010-07-23 04:15:33 +02:00
Martin Duquesnoy
1094861b49 Ewmh: Fix panels crash and type_dock management 2010-07-22 23:57:31 +02:00
Martin Duquesnoy
fdb1d2c748 Systray: Fix BadWindow (because of unmap event) and segfault at pressing button 2010-07-22 22:07:26 +02:00
Martin Duquesnoy
908978cca1 !! Implementation of System tray !! 2010-07-22 20:12:27 +02:00
Raphael Khaiat
b3325867ed Merge remote branch 'origin/master' into bacardi55 2010-07-21 23:04:49 +02:00
Martin Duquesnoy
d32ee3295e Systray: Prepare file 2010-07-21 22:52:18 +02:00
Martin Duquesnoy
910421c41c Layout: Fix screen test in arrange (reported by mseed) 2010-07-21 13:20:09 +02:00
Martin Duquesnoy
46d212297a Ewmh: Add _NET_WM_STATE_STICKY management 2010-07-17 03:32:47 +02:00
Martin Duquesnoy
bf9e9ca578 Improve _NET_WM_STATE part in ewmh_manage_window_type 2010-07-17 03:21:08 +02:00
Martin Duquesnoy
ce652d29e4 Fix _NET_WM_STATE_FULLSCREEN for flash apps or stuff like this 2010-07-17 03:09:55 +02:00
Raphael Khaiat
00e4e9975e Fix a bug that printed the tag previous count instead of the new one when using the tag_add with the name_count = true 2010-07-06 23:03:40 +02:00
Raphael Khaiat
aa04eab011 Delete struct default_tag by using tag structure for default_layout feature 2010-07-05 00:43:33 +02:00
Raphael Khaiat
afdda3b95a Add an option (selected_layout_symbol) in the wmfsrc -> [layouts] to change the star (*) that is used as default symbol for the selected symbol in the layout list in the infobar 2010-07-04 19:42:05 +02:00
Raphael Khaiat
2522b21ab3 Add default_tag section in the tags section of the wmfsrc. It allows
user to set all options of a new tag when they will use add a tag
dynamically. Feature #73 requested by bacardi55
2010-07-04 17:46:01 +02:00
Martin Duquesnoy
8aeded6cd6 Fix mistake in ewmh manage window type function 2010-06-30 13:23:20 +02:00
Raphael Khaiat
9a3b06c645 Wmfs coding norms :) 2010-06-30 13:13:08 +02:00
Raphael Khaiat
89b115e850 Fix bug #54 reported by bacardi55 2010-06-30 00:57:55 +02:00
Raphael Khaiat
e71f85ff26 Fix segfault when using client_ignore_tag. bug #72 reported by myself 2010-06-27 00:47:36 +02:00