Commit graph

362 commits

Author SHA1 Message Date
Julien Danjou
067861a942 bugfix: don't put new clients on top without computing statusbar position 2007-10-03 16:18:45 +02:00
Julien Danjou
2db2dfdc7c bugfix: snap windows to statusbar, not screen edges 2007-10-03 16:14:48 +02:00
Julien Danjou
bf2561a5e8 add documentation for arrange() 2007-10-03 00:33:16 +02:00
Julien Danjou
d193c2471b add documentation to move_mouse_pointer_to_screen() 2007-10-03 00:32:00 +02:00
Julien Danjou
b0933b177c remove useless extern Client sel in tile layout 2007-10-03 00:30:15 +02:00
Julien Danjou
47aff1a860 add documentation for uicb_movetoscreen() 2007-10-03 00:22:29 +02:00
Julien Danjou
e9332cfef8 update documentation for screen.c 2007-10-03 00:20:34 +02:00
Julien Danjou
cd46ec6378 remove stack from externs 2007-10-03 00:15:50 +02:00
Julien Danjou
5ecb754d62 remove useless extern variables 2007-10-03 00:14:39 +02:00
Julien Danjou
7e1be2be50 document detach function 2007-10-03 00:13:09 +02:00
Julien Danjou
7358c9d24c add .gitignore for *.o and awesome binary 2007-10-02 18:45:59 +02:00
Julien Danjou
757c2c77f8 change default colors 2007-10-02 17:15:08 +02:00
Julien Danjou
0745844db5 remove alpha layer; bug otherwise 2007-10-02 17:06:38 +02:00
Julien Danjou
728bcb09be set version to 1.3-devel
We will follow this kind of schema from now.
2007-10-02 15:10:53 +02:00
Julien Danjou
d76902653a change behaviour of uicb_setlayout: no arg now reset to first/default layout ; add bindings in default config 2007-10-02 14:28:39 +02:00
Julien Danjou
4c4fb83e81 new feature: uicb_setlayout can no go backward ; binding Button3 click on layout symbol statusbar for reverse layout switching 2007-10-02 14:22:51 +02:00
Julien Danjou
17ec922077 bug fix: set not matched tags to False instead of nothing 2007-10-02 10:36:49 +02:00
Julien Danjou
5b8c8784c2 remove TODO file ; using bugs list from web site 2007-10-02 10:31:16 +02:00
Julien Danjou
e2c315cf85 remove duplicate line 2007-10-02 00:43:47 +02:00
Julien Danjou
950605b1a0 simplify get_screen_info() 2007-10-01 20:58:29 +02:00
Julien Danjou
2ea22c721c set inline in header file 2007-10-01 20:44:02 +02:00
Julien Danjou
f1ef5c2ddd move uicb_ to end of file 2007-10-01 20:42:59 +02:00
Julien Danjou
272f4b1c2a Xft support 2007-10-01 19:22:57 +02:00
Julien Danjou
7204cbdc46 restore fullscreen support on Xinerama 2007-10-01 16:43:01 +02:00
Julien Danjou
7fff452234 fix snap in Xinerama 2007-10-01 16:25:45 +02:00
Julien Danjou
8d63ecd3aa fix a bug in a height computing 2007-10-01 15:44:14 +02:00
Julien Danjou
9c747d1986 store display in awesomeconf 2007-10-01 15:31:43 +02:00
Julien Danjou
8c531e2a81 store phys_screen 2007-10-01 15:23:05 +02:00
Julien Danjou
bdeb1eaca4 free ScreenInfo unconditionnally 2007-10-01 14:25:56 +02:00
Julien Danjou
784e120fa2 inverse setmwfact value in tileleft layout 2007-10-01 13:00:13 +02:00
Julien Danjou
1695d811e4 change x-terminal-emulator to xterm 2007-10-01 12:50:43 +02:00
Julien Danjou
6e4942711f arrange on old_screen, not on event screen 2007-10-01 12:46:59 +02:00
Julien Danjou
47ec01e571 Revert "fix bug in Xinerama when mouse is not in the same screen that mouse"
This reverts commit 845984fed0.
2007-10-01 12:43:05 +02:00
Julien Danjou
845984fed0 fix bug in Xinerama when mouse is not in the same screen that mouse 2007-10-01 11:28:21 +02:00
Julien Danjou
3e385c3bea use real_screen in grabbuttons(), fix Xinerama support 2007-09-29 13:09:45 +02:00
Julien Danjou
7beabd32d3 enhance windows screen moving when windows are floating 2007-09-28 16:40:20 +02:00
Julien Danjou
ca169340b1 use PATH_MAX instead of _POSIX_PATH_MAX 2007-09-28 13:42:13 +02:00
Julien Danjou
a6943aa3f3 add uicb_exec 2007-09-28 13:39:46 +02:00
Julien Danjou
659adaab5e use get_real_screen() in a lot of places 2007-09-28 11:55:08 +02:00
Julien Danjou
9692e398d5 return DefaultScreen instead of 0 2007-09-28 11:41:03 +02:00
Julien Danjou
6efc6de67e use get_real_screen() in initcolor() 2007-09-28 11:37:36 +02:00
Julien Danjou
d4211d3bfb introduce get_real_scree() 2007-09-28 11:36:39 +02:00
Julien Danjou
8112ec2cca introduce move_client_to_screen to move a client in a new screen and tag it with good tags 2007-09-28 11:30:51 +02:00
Julien Danjou
ab738c9cab bug fix: XClassHint not copied correctly
Thanks Nikos Ntarmos <ntarmos@ceid.upatras.gr>
2007-09-28 10:46:34 +02:00
Julien Danjou
30c9d74dd2 I was too happy, I forgot some printf 2007-09-27 22:31:06 +02:00
Julien Danjou
57e9f1c02c tile layout is Xinerama compliant 2007-09-27 22:29:36 +02:00
Julien Danjou
ca363aa248 add uicb_movetoscreen() 2007-09-27 22:29:09 +02:00
Julien Danjou
ed4f0c20fe fix bug in mouseresize with Xinerama 2007-09-27 21:32:48 +02:00
Julien Danjou
11cbd79c62 make a lot of function in event and statusbar creation/handling Xinerama aware 2007-09-27 21:26:25 +02:00
Julien Danjou
2680d34a64 make manage() more Xinerama efficient 2007-09-27 21:22:01 +02:00