bew78 - lesell_b
4845a73df2
Update finder.lua.in
2015-04-24 22:47:06 +02:00
Daniel Hahler
344965a328
Merge pull request #206 from dodo/menu-fixes
...
Fixes for awful.menu
2015-04-19 19:02:32 +02:00
Daniel Hahler
d2ddb33708
awesomeConfig.cmake: remove version requirement for xcb-xkb
2015-04-19 03:30:35 +02:00
Daniel Hahler
dd13d8e122
Default config: fix folding from last commit
2015-04-19 02:16:46 +02:00
Daniel Hahler
98c4ae8573
Fix ldoc target for awful.widget.keyboardlayout
...
Define @classmod wibox.widget.keyboardlayout, otherwise ldoc fails to
find the base class:
> module(...) name deduction failed: base .../src/build/docs/capi/ .../src/build/lib/awful/widget/keyboardlayout.lua
Fixes https://github.com/awesomeWM/awesome/pull/149#issuecomment-94014438
2015-04-19 00:31:11 +02:00
▟ ▖▟ ▖
fc39db377f
awful.menu: resize menu when item count changes
...
When the number of items of a menu change by menu:add or menu:delete
and the menu is shown, its wibox has to resize.
2015-04-18 08:57:15 +02:00
▟ ▖▟ ▖
40b4387e6d
awful.menu: update t new layout api
...
Apparently the style to get the direction of a wibox.layout.* changed
from calling get_dir to just accessing the attribute dir.
2015-04-18 08:53:57 +02:00
Emmanuel Lepage Vallée
2f24ec69e1
Merge pull request #149 from lexa/master
...
xkb: implementation of keyboard layout switcher
2015-04-17 11:23:16 -04:00
Daniel Hahler
40e76cf92b
Merge pull request #175 from blueyed/ewmh-fullmax-fix-offscreen
...
ewmh: screen_change: fix off-screen geometries
2015-04-17 17:20:29 +02:00
Julien Danjou
c24862bd45
Update default icons
...
This is a set of icon designed by
Hajime Branko Yamasaki Vukelic <branko@brankovukelic.com>
the original author of the awesome logo.
Signed-off-by: Julien Danjou <julien@danjou.info>
2015-04-11 17:56:49 +02:00
Daniel Hahler
b4787f0252
Merge pull request #186 from blueyed/parse_command-handle-parse-error
...
Set &error in parse_command, return it from luaA_spawn
2015-04-05 13:58:03 +02:00
Uli Schlachter
7ec0ae39df
Merge branch 'master' of https://github.com/heirecka/awesome
2015-04-04 10:03:22 +02:00
Daniel Hahler
a899a46664
Set &error in parse_command, return it from luaA_spawn
...
In case of parse errors from `g_shell_parse_argv`, this now gets
returned by `luaA_spawn`.
2015-03-31 01:17:45 +02:00
Daniel Hahler
594825c929
Fix awful.completion for zsh
...
This fixes 704cf21
.
2015-03-31 00:11:22 +02:00
Aleksey Fedotov
d9b1d5490c
xkb: Added widget to display current keyboard layout
...
Widget shows current keyboard layout short name (usually two letters,
for example 'us', 'de'). Indicator will be hidden if only one layout
configured. Layout can be switched either by clicking on widget or by
function keyboardlayout.next_layout()
2015-03-29 22:36:02 +03:00
Daniel Hahler
418b7cf459
minor: formatting
2015-03-28 22:17:45 +01:00
Heiko Becker
0dcbf1265a
awesomeConfig.cmake: Allow setting AWESOME_DATA_DIR
...
The motivation behind this patch is my distro moving to a multiarch
layout. While binaries, libraries, etc. are are installed into
/usr/{host}/{bin,lib,...} architecture-independent data should still
go to /usr/share.
2015-03-27 14:37:33 +01:00
Daniel Hahler
e1fa04a15d
ewmh: screen_change: fix off-screen geometries
...
When moving a fullscreen/maximized client to a smaller screen or with
different Y offset etc, its offset was not handled properly.
This moves it first into the new area, and then makes sure that its not
off-screen. The latter should not happen, because the width/height is
adjusted before.
2015-03-21 05:54:01 +01:00
Daniel Hahler
07486f7ead
tag.lua: add "property::icon_only" signal
...
Thanks @NormalRa for the patch.
Fixes #138 .
2015-03-17 16:24:47 +01:00
Emmanuel Lepage Vallée
25a750cd4b
Merge pull request #165 from psychon/unfocus-client
...
Make client.focus = nil work (Closes #164 )
2015-03-14 13:43:06 -04:00
Uli Schlachter
df173f7ddd
Make client.focus = nil work ( Closes #164 )
...
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-03-14 09:06:12 +01:00
Uli Schlachter
4636b111b4
cmake: Really add '--dirty' flag to 'git describe' for version
...
This fixes commit 2dc14b10de
.
That commit added the '--dirty' argument the first time we generate the version
stamp file, which is when CMake produces the Makefiles (called from
awesomeConfig.cmake). Later on, we use build-utils/git-version-stamp.sh to
update this file. That file was missing this new argument to 'dit describe'
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-03-07 14:08:39 +01:00
Aleksey Fedotov
996f6785a8
xkb: implementation of keyboard layout switched
...
This patch provides functions to get/set current keyboard layout.
Current implementation doesn't support any configuration of layout,
it's a merely a layout indicator and switcher, however layout
configuration can be set by tools like setxkbmap or by any third-party
tools.
2015-03-03 00:33:16 +03:00
Daniel Hahler
dde5b1b4d1
Merge branch 'taptap-notification-text-update'
...
Closes https://github.com/awesomeWM/awesome/pull/145
2015-02-28 23:54:24 +01:00
taptap
5b81a0db60
Add reset_timer and replace_text functions
...
Enables users to replace text and reset expiration timeouts of existing
notifications, which is necessary for OSD creation by means of naughty.
Signed-off-by: taptap <alexey.e.egorov@gmail.com>
2015-02-28 23:54:02 +01:00
Daniel Hahler
98dd0d6b63
Merge branch 'docs-overhaul'
...
Closes https://github.com/awesomeWM/awesome/pull/146
2015-02-28 23:22:29 +01:00
Julian Wollrath
ca89f0f311
Use LDoc commands to mark parameters as optional in the docs.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:15 +01:00
Julian Wollrath
781f0be520
Drop empty module descriptions from the docs.
2015-02-28 23:14:15 +01:00
Julian Wollrath
fcadebb8ae
Fix Markdown issues with contributing guide.
...
Inline code blocks (`code`) apparently can not be extended about
multiple lines.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:15 +01:00
Daniel Hahler
ffa535ca29
doc: fix markup with wibox.widget.textbox:set_markup
2015-02-28 23:14:14 +01:00
Daniel Hahler
1b6564f209
docs: fix HTML / table param with awful/widget/tasklist.lua
2015-02-28 23:14:14 +01:00
Daniel Hahler
65ad83ac30
docs: ignore awful/widget/init.lua, not common
2015-02-28 23:14:14 +01:00
Daniel Hahler
2930c0ab4a
doc: fix for awful.util.geticonpath
2015-02-28 23:14:14 +01:00
Julian Wollrath
f66b52463d
Convert HTML to Markdown.
2015-02-28 23:14:14 +01:00
Daniel Hahler
12f8be1824
docs/02-contributing.md: fix/improve Patches section
2015-02-28 23:14:14 +01:00
Daniel Hahler
74f2596ae7
docs/02-contributing.md: fix whitespace / formatting
2015-02-28 23:14:14 +01:00
Julian Wollrath
a65affe9d0
Add section about LDoc in the contributing guide.
2015-02-28 23:14:14 +01:00
Julian Wollrath
5b69d8c5dd
Fix spelling in the contributing guide.
2015-02-28 23:14:14 +01:00
Julian Wollrath
3a34b49179
Fix LDoc warning.
2015-02-28 23:14:13 +01:00
Daniel Hahler
faa1c74f03
doc: refer to gears.color.create_pattern from set_color
2015-02-28 23:14:13 +01:00
Julian Wollrath
4d7bd19014
Make everything wibox related a class in the docs.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Julian Wollrath
0b65459e14
Make screen a class in the docs.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Daniel Hahler
a533097cfd
doc: fix typos and add type information to screen module
2015-02-28 23:14:13 +01:00
Julian Wollrath
f8a3209707
Fix ldoc warning.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Julian Wollrath
6de9d1e1d5
Make description of awful.mouse.finder readable.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Julian Wollrath
b16944a654
Fix generation of the docs.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Daniel Hahler
fd63993b09
Add README.md symlink
...
Ref: https://github.com/awesomeWM/awesome/pull/146#issuecomment-75389767
2015-02-28 23:14:13 +01:00
Julian Wollrath
c7709e39d2
Fixup display of e-mail adresses in the docs.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Julian Wollrath
939dab8ba9
Some more doc fixes all over the place.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00
Julian Wollrath
668055479e
Convert usage of HTML to markdown.
...
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-02-28 23:14:13 +01:00