Raphael Khaiat
0e8634fbe4
Fix bug #104 found by pistache
2011-03-24 13:34:47 +01:00
Raphael Khaiat
df4e32f4f9
Fix feature expose when there is no client on the screen.
...
Bug found by pistache
2011-03-24 13:05:37 +01:00
Viet Nguyen Quoc
6372f3974c
Fix "flick" when new client is not in current tag
2011-03-23 14:15:19 +01:00
Raphael Khaiat
703974cb00
Add the keybind client_set_master in the default wmfsrc
2011-03-23 13:55:54 +01:00
Viet Nguyen Quoc
4064cbdfd9
Add client_set_master command
...
The function swaps selected client with the first one (master).
2011-03-23 13:49:23 +01:00
Raphael Khaiat
a7f9bf65ff
Fix "expose" feature by adding "request_update" to all tags of the
...
screen
2011-03-23 13:42:53 +01:00
Raphael Khaiat
79928efd35
Delete useless function
2011-03-22 14:08:59 +01:00
Raphael Khaiat
b1a52a3a6b
Fix "expose feature"
2011-03-22 14:07:53 +01:00
Raphael Khaiat
41c4570dcf
Add "expose" feature ala mac OS X to display all client of a screen
...
Feature #100 requested by shibo
2011-03-21 13:28:15 +01:00
Paride Legovini
5ece3a6e55
focus_follow_movement caused flickering, fixed.
...
When using focus_follow_movement, client_focus() should be called only
if the target client is unfocused. Calling client_focus() on every motion
event causes an ugly flickering of the window.
Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
2011-03-11 17:18:00 +01:00
Raphael Khaiat
4d39413f56
Merge branch 'master' into bacardi55
2011-03-11 17:17:19 +01:00
Martin Duquesnoy
8bc30628c3
Client: Fix client closing from additional tag
2011-03-06 02:20:49 +01:00
Martin Duquesnoy
041e9ec20d
Event/conf: Add focus_follow_movement [misc] option requested by pl_
2011-02-25 19:22:29 +01:00
Martin Duquesnoy
1e35777c18
Client: Add client_screen_set uicb function requested by 0x1
2011-02-25 11:11:33 +01:00
Raphael Khaiat
3ca201c42a
Delete deprecated option raiseswitch
2011-02-23 23:22:11 +01:00
Raphael Khaiat
34f2cb5b03
Merge branch 'master' of github.com:xorg62/wmfs into bacardi55
2011-02-23 23:19:40 +01:00
Raphael Khaiat
946e4c1606
Remove double follow_client entry in the rule section of the wmfsrc
2011-02-23 23:19:06 +01:00
Clément Bœsch
6291639b24
Remove a lot of static declarations
...
A lot of functions are also moved in the process.
2011-02-23 22:37:42 +01:00
Clément Bœsch
6a0eedb63c
Make a bunch of stuff static
2011-02-23 22:37:13 +01:00
Clément Bœsch
22c9eee9af
Remove unused functions
2011-02-23 22:37:13 +01:00
Clément Bœsch
7d66c50676
Cosmetic
2011-02-23 22:37:13 +01:00
Clément Bœsch
9766392332
Avoid overflow on ret
2011-02-23 21:53:40 +01:00
Clément Bœsch
d79404f5ee
Avoid last ret char not being zero after strncpy
2011-02-23 21:53:40 +01:00
Clément Bœsch
f5134bd6b3
Option -W is deprecated; -Wextra is its replacement
2011-02-23 21:53:40 +01:00
Martin Duquesnoy
d213d13784
Barwin/Frame: Optimization of saikobee feature
2011-02-23 15:15:31 +01:00
Martin Duquesnoy
57019236aa
Merge https://github.com/saikobee/wmfs
2011-02-23 14:15:56 +01:00
Brian Mock
ac00fefaa9
Fixed tag bar border drawing
2011-02-23 00:51:50 -08:00
Brian Mock
ddcdf6ce83
Tag background wasn't shaded properly
2011-02-22 23:25:39 -08:00
Brian Mock
9235775dd2
Final touches, including wmfsrc default options
2011-02-22 19:37:06 -08:00
Brian Mock
971fb3240a
Should work... but no compile
2011-02-22 15:37:50 -08:00
Brian Mock
bd1575e1b2
Fixed some bad whitespace in config.c
2011-02-22 14:05:46 -08:00
Brian Mock
83d2da9da6
Added comments to all my color.c functions
2011-02-22 13:02:40 -08:00
Brian Mock
3be59059f4
Shading seems to work, still need to add config
2011-02-22 12:35:42 -08:00
Raphael Khaiat
891ba6d866
Fix client_tile_raise feature
2011-02-22 14:47:32 +01:00
Brian Mock
5729fe95fb
Fixed style on "if"
2011-02-21 16:30:23 -08:00
Brian Mock
43686dc82c
Fixed licensing info to use my name
2011-02-21 16:28:38 -08:00
Brian Mock
d1f400e940
Forgot license info
2011-02-21 16:23:56 -08:00
Brian Mock
16120744a8
Added color functions
2011-02-21 16:20:02 -08:00
Martin Duquesnoy
e2942ec597
Client: Fix raise of client when maximize
2011-02-21 12:54:42 +01:00
Martin Duquesnoy
bf26e8c22e
Client: Add new_client_get_mouse feature requested by thechitowncubs
2011-02-21 03:20:58 +01:00
Raphael Khaiat
4898e07e5e
Fix typo in wmfsrc about the status_path
2011-02-19 02:13:11 +01:00
Raphael Khaiat
ff7853738f
Merge branch 'master' into bacardi55
2011-02-19 02:09:58 +01:00
Raphael Khaiat
7180d733bd
Correct previous feature for raising tiled client
2011-02-16 19:20:58 +01:00
Raphael Khaiat
325f115c09
Add feature for raising tile client over free client when selected.
...
Feature requested by bacardi55 :)
2011-02-15 19:10:10 +01:00
Martin Duquesnoy
f48b9651c9
Fix mod of configure
2011-02-15 18:12:22 +01:00
Martin Duquesnoy
dcf3979c00
Add removed things from bacadi55 commits
2011-02-15 17:59:25 +01:00
Martin Duquesnoy
db98e3978b
Client: Swap tag in client_swap if c1->tag != c2->tag
2011-02-15 17:57:24 +01:00
Raphael Khaiat
3cc68b6872
Delete unused param
2011-02-14 18:42:23 +01:00
Raphael Khaiat
45e796406b
Add unused function and comments in the wmfsrc
2011-02-14 18:39:50 +01:00
Raphael Khaiat
f91699d6bc
Add function about changing screen in the default wmfsrc
2011-02-02 18:43:04 +01:00