Julien Danjou
4f1940d94f
only focus if new entered windows in != than currently focused
2007-10-11 11:41:40 +02:00
Julien Danjou
c05ed01c1a
bugfix: only catch first click to raise if we're floating
2007-10-11 11:33:40 +02:00
Nikos Ntarmos
8401eee5f5
Implementing a click-to-raise feature
...
When in floating mode or in floating layout the only way to bring one
window on top of another seems to be a focus switch through
focusnext/focusprev. The following patch implements a click-to-raise
feature.
2007-10-11 10:34:16 +02:00
Julien Danjou
9b05a2b21f
bugfix: handle correctly event while mouse moving/resizing
2007-10-11 10:28:43 +02:00
Julien Danjou
d4da588bd8
change escape to the right name
2007-10-10 23:00:59 +02:00
Julien Danjou
f46aeb4cd5
cosmetic: wrong indenting
2007-10-10 21:48:31 +02:00
Julien Danjou
ab7314fec6
add cairo as requirement
2007-10-10 19:59:52 +02:00
Julien Danjou
445479cf8b
use Cairo for rendering square instead of Xlib
2007-10-10 19:59:14 +02:00
Julien Danjou
503e2050c5
bugfix: don't check for current_layout a this moment
...
fix regression introduced by myself with latest patch from daniel
2007-10-10 19:03:23 +02:00
daniel@brinkers.de
9d95d4691c
tags default layout
...
this patch should consider the tags default layout, given in the config
file. It also set the layout to default, when awesome is restarted.
2007-10-10 18:57:26 +02:00
Julien Danjou
a04ce1f4ef
bugfix: fix wrong cursor in mouseresize
2007-10-10 18:21:48 +02:00
Julien Danjou
9aa1621943
bugfix: wrong cursor in move window
2007-10-10 18:19:57 +02:00
Julien Danjou
e733af41ec
remove drawcontext everywhere
2007-10-10 14:09:36 +02:00
Julien Danjou
1a1146eff2
add max and floating layout in default awesomerc
2007-10-10 13:35:19 +02:00
Julien Danjou
f57d275df1
move font to awesomeconf
2007-10-10 13:34:25 +02:00
Julien Danjou
2d0526696c
move cursors in awesome config
2007-10-10 13:29:46 +02:00
Julien Danjou
1a755ff245
simplify color handling
2007-10-10 13:07:12 +02:00
daniel@brinkers.de
ec6525883e
opacity change by mousewheel
2007-10-10 09:58:42 +02:00
Julien Danjou
3dcf2bd5b7
fix inversion of swap{prev,next} bindings
...
Thanks to MATSUU Takuto <matsuu@gmail.com>
2007-10-10 08:08:38 +02:00
Julien Danjou
0f75c91fe7
remove x and y attributes from DC
2007-10-09 22:35:44 +02:00
Julien Danjou
355d3aad5f
remove drawcontext `w' attribute
2007-10-09 22:33:00 +02:00
Julien Danjou
c4b1867a4d
remove h attribute of drawcontext
2007-10-09 22:29:44 +02:00
Julien Danjou
2cc1d24c8c
fix indentation in default config file
2007-10-09 21:45:15 +02:00
Julien Danjou
cb3230bf21
fix typo on space
2007-10-09 21:44:27 +02:00
Julien Danjou
2887bb8b86
avoid DC in drawsquare()
2007-10-09 21:43:26 +02:00
Julien Danjou
aa645b15ab
avoid DC in drawtext()
2007-10-09 21:29:19 +02:00
Julien Danjou
08033b1643
bugfix: print layout symbol in status bar
...
Thanks to Daniel Brinkers
2007-10-09 17:31:44 +02:00
Julien Danjou
92e250aa59
fix typo in config file
2007-10-09 14:00:02 +02:00
Julien Danjou
fd0fc340d7
bugfix: wrong column X coord in multi-columns mode
...
Thanks to Fabienne Ducroquet <fabiduc@gmail.com>
2007-10-09 10:45:27 +02:00
Julien Danjou
de45017b5d
switch to libconfuse instead of libconfig
2007-10-08 18:45:05 +02:00
Julien Danjou
a3fa2f8d4a
set version to devel
2007-10-08 14:27:48 +02:00
Julien Danjou
3046af6f54
new feature: add option to center pointer on focused client
2007-10-08 14:26:43 +02:00
Julien Danjou
158b91adaf
bugfix: reset correctly default bar position on toggle
...
Thanks Daniel Brinkers
2007-10-08 13:07:13 +02:00
Julien Danjou
46cde2d95c
bugfix: resize_hint is a bool, not a float
2007-10-08 10:26:47 +02:00
Julien Danjou
d4f1b99c93
fix typo
2007-10-05 17:02:59 +02:00
Julien Danjou
6a7d435db0
set version to 1.3
2007-10-05 17:01:00 +02:00
Julien Danjou
ba58d5e94b
movetoscreen works with +/- and cycle
2007-10-05 16:58:28 +02:00
Julien Danjou
0792d6c5ac
bugfix: allow cycling back in uicb_setlayout()
2007-10-05 13:52:38 +02:00
Julien Danjou
9ec4e30a85
new feature: mouse wheel on layout symbol switch to prev/next
2007-10-05 13:51:19 +02:00
Julien Danjou
ca35643a5d
new feature: mouse wheel on statusbar do focus{next,prev}
2007-10-05 12:08:20 +02:00
Julien Danjou
eb414ce447
compute x one time only
2007-10-05 12:01:32 +02:00
Julien Danjou
b00f9ab1f6
new feature: add mouse wheel support on tags name
2007-10-05 10:53:39 +02:00
Julien Danjou
96e80f1e83
bugfix: die nicely if no default layout
2007-10-05 09:37:40 +02:00
Julien Danjou
d7aac7b811
better fix for font height problem
...
Thanks to Arnaud Fontaine
2007-10-04 17:35:47 +02:00
Julien Danjou
2e0b2911e3
bugfix: give one more pixel to not cut status text with some fonts
2007-10-04 15:56:20 +02:00
Julien Danjou
1c5cd1ec57
bugfix: add a pixel more for tags drawing, this allows all fonts size to work
2007-10-04 12:55:19 +02:00
Julien Danjou
99ef84e621
bugfix: don't do stuff RootWindow() with non existent screen (Xinerama)
2007-10-03 20:58:00 +02:00
Julien Danjou
97a2085705
cosmetic: remove lines with empty spaces at end
2007-10-03 17:26:14 +02:00
Julien Danjou
e1318b53c2
bugfix: mouse wheel on root window works in Xinerama too
2007-10-03 17:17:46 +02:00
Julien Danjou
067861a942
bugfix: don't put new clients on top without computing statusbar position
2007-10-03 16:18:45 +02:00