Julien Danjou
7ca3bd32bb
fix regression with mousewheel on statusbar
2007-10-12 14:36:36 +02:00
Julien Danjou
03e1b35d44
cosmetic
2007-10-12 13:19:32 +02:00
Julien Danjou
33b0e65b56
don't read anymore on stdin, read from fifo file
2007-10-12 13:10:43 +02:00
Julien Danjou
daee37199b
move #define of config file name in config.c
2007-10-12 13:09:59 +02:00
Julien Danjou
b89779677e
remove snext from Client struct
2007-10-12 11:43:07 +02:00
Julien Danjou
067b15bf7c
new windows will be assigned to the current screen
2007-10-12 10:49:03 +02:00
Julien Danjou
863714f501
use p_delete instead of XFree for our own pointers
2007-10-11 23:44:35 +02:00
Julien Danjou
17cf2c230d
remove display as arg of layouts
2007-10-11 23:35:45 +02:00
Julien Danjou
c4e130d7d9
remove Display as param for uicb
2007-10-11 23:32:29 +02:00
Julien Danjou
0899432059
remove stack
2007-10-11 23:17:12 +02:00
Julien Danjou
c3986a5937
sel is no more extern
2007-10-11 23:12:05 +02:00
Julien Danjou
12ef66b79a
clients list is no more global
2007-10-11 21:50:32 +02:00
Julien Danjou
f840f532e3
Fix e22b1e2a73
, size was set too late, and fix memory leak with *si
2007-10-11 19:29:34 +02:00
Julien Danjou
1fa1ce1c93
dont't close STDIN in cleanup()
2007-10-11 18:56:22 +02:00
Julien Danjou
e22b1e2a73
set statusbar->height in initstatusbar()
2007-10-11 18:43:42 +02:00
Julien Danjou
f20c729d64
better compute for empty circle size
2007-10-11 17:09:38 +02:00
Julien Danjou
a06674fbe7
add drawcircle() function and use it for floating/max windows instead of drawrectangle
2007-10-11 17:06:55 +02:00
Julien Danjou
9ad6b157df
remove math.h
2007-10-11 16:30:49 +02:00
Julien Danjou
1f5a6e918b
use drawrectangle to draw background in statusbar, fix coords of rectangles and compute colors correctly
2007-10-11 16:29:20 +02:00
Julien Danjou
f6ea98649c
drawsquare is now drawrectangle
2007-10-11 15:44:30 +02:00
Julien Danjou
3c6e7fa6de
cosmetic, fix indentations
2007-10-11 15:23:33 +02:00
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