Emmanuel Lepage Vallee
8fb4e2b721
doc: Add a client "sticky" example.
2021-03-22 00:54:00 -07:00
Emmanuel Lepage Vallee
522d628c2c
doc: Complete the widget documentation page.
...
This adds the `awful.widget` content along with some images.
2021-03-22 00:54:00 -07:00
Emmanuel Lepage Vallee
ac0aeb65c0
doc: Modernize the landing page.
...
The previous index.html was scary and the most useful links were
at the bottom. This commit fixes that.
It also adds an image of the default config with some labels to name
all visible components.
2021-03-22 00:54:00 -07:00
Uli Schlachter
1792780cf3
I want to see the error message!!!
2021-03-22 00:54:00 -07:00
Uli Schlachter
97a60818c4
Another ugly hack to get Travis to show output
2021-03-22 00:54:00 -07:00
Emmanuel Lepage Vallee
9f50c5e062
doc: Add more tag images.
2021-03-22 00:54:00 -07:00
Emmanuel Lepage Vallée
1c8b0b924d
`ruled.client` fixes ( #3195 )
...
* ruled.client: Fix a regression introduced when append/remove was added.
* ruled.client: Fix an error message grammar.
2021-03-22 00:04:13 -07:00
Emmanuel Lepage Vallée
50fa1b8679
naughty: Correctly notify the client when a notification is dismissed. ( #3184 )
...
Fix #3182
Co-authored-by: Uli Schlachter <psychon@znc.in>
2021-03-22 00:03:37 -07:00
Emmanuel Lepage Vallee
42a86efa50
doc: Document some of the `tag` properties.
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
9b4f5b7969
doc: Add an example for mouse `snap` and client edge tiling.
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
a39f66e1c6
doc: Add an example for the client struts.
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
1cbd839084
tests: "Complete" the screen template.
...
This isn't very nice code, far from it. But it renders fine. So,
as mentionned like what, 1.5 years ago, the original code dump was
half of the scope. This is the second half. It it has various sizes
for various core objects. All of them are hardcoded and some off by
a few pixels, but overall it works.
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
d9514820ef
mouse: Add an `awful.mouse.snap.aerosnap_distance` global variable.
...
The distance to snap clients to each other was already something which
could be configured. The distance to enable screen edge wasn't.
Fixes #3025
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
f982cecd6b
tests: Fix a regression in the placement rendering.
...
One is a real bug introduced by some ruled.client changes which
cause the clients to be moved twice in the first loop. This needs
fixing, but is mitigated for the doc.
The other is mostly fixed in the last commit and was a shim bug.
2021-03-21 23:58:05 -07:00
Emmanuel Lepage Vallee
e5a84e2fda
shims: Prevent signals when setting the client geo to the same value.
2021-03-21 23:58:05 -07:00
Aire-One
8bdabb234b
draft
2021-03-21 23:58:05 -07:00
Uli Schlachter
413d47d5a5
Merge pull request #3280 from sclu1034/issue/3270
...
Improve gears.shape module description.
2021-03-12 07:24:31 +01:00
Lucas Schwiderski
7bc3ec4c35
Fix composite widgets with top level container
...
When wrapping container widgets to create reusable composite widgets,
`drill` will be called twice on the same widget definition. The first
call happens within the wrapping function and applies the children
widgets fine. The second call happens when the composite widget is used,
but since there are no children widgets defined, the call to
`set_children` sets the existing child to `nil` instead.
Fixes #3213 .
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-03-11 12:32:28 +01:00
Lucas Schwiderski
bed737a29f
Add tests for widget constructors
...
Adds unit tests for the widget constructors that used to accept an
unused argument.
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-03-08 20:09:58 +01:00
Lucas Schwiderski
08a1018775
Add changelog for breaking change
...
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-03-08 20:09:57 +01:00
Lucas Schwiderski
ad1a28ced2
Remove unused first parameter in some constructors
...
Fixes #3214 .
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-03-08 20:09:41 +01:00
Lucas Schwiderski
ca066e8d0f
Respect line column limit
2021-03-07 11:09:45 +01:00
Lucas Schwiderski
a8d830f1e6
Improve gears.shape module description.
...
Fixes #3270 .
2021-03-06 17:10:20 +01:00
jpkotta
aba1cf398f
fix client:activate action mouse_center ( #3257 )
2021-02-28 23:03:14 -08:00
Uli Schlachter
db330e0cfe
Make sure that c.name is never nil ( #3251 )
...
Fixes: https://github.com/awesomeWM/awesome/issues/3248
Signed-off-by: Uli Schlachter <psychon@znc.in>
2021-02-28 23:02:54 -08:00
mergify[bot]
4319b16110
Merge pull request #3249 from Grumph/gears_improvements
...
Make gears.string.*with functions more permissive
2021-01-27 20:19:03 +00:00
Grumph
4e36cf862f
Add tests
2021-01-27 01:41:56 +01:00
Grumph
f6a2306d1a
Protect endswith and startswith from nil str
...
A nil parameter can mean an empty string (e.g. client.name), so we
just return false.
2021-01-26 17:58:25 +01:00
mergify[bot]
66b1780d85
Merge pull request #3221 from Jonta/patch-1
...
Grammar
2020-12-05 17:13:30 +00:00
Jonta
1c53c36eb7
Grammar
2020-12-05 16:17:45 +01:00
Unai
538586c170
textbox: print traceback on error ( #3205 )
2020-11-01 16:12:42 -08:00
mergify[bot]
cc67a5b40b
Merge pull request #3199 from psychon/grid_direction_properties
...
Fix setters/getters for grid layout direction properties
2020-10-13 07:23:23 +00:00
Uli Schlachter
f1871873aa
Fix setters/getters for grid layout direction properties
...
Wow. This code was so weirdly broken, I have no words.
Fixes: https://github.com/awesomeWM/awesome/issues/3198
Signed-off-by: Uli Schlachter <psychon@znc.in>
2020-10-10 17:32:04 +02:00
mergify[bot]
9e67481ee9
Merge pull request #3197 from dpetzold/fix-awesome-client-example
...
Fix awesome-client example
2020-10-09 20:21:52 +00:00
Derrick Petzold
f49687256d
Make easier to cut-n-paste
2020-10-09 11:30:17 -07:00
Derrick Petzold
d33d38e768
Fix awesome-client example
2020-10-09 11:27:37 -07:00
mergify[bot]
6f047e9468
Merge pull request #3125 from actionless/hotkeys-vimdiff
...
feat(awful: hotkeys_popup: vim): add vimdiff
2020-10-07 15:04:52 +00:00
Emmanuel Lepage Vallée
ed6cdf87b1
Merge pull request #3187 from PlayerNameHere/master
...
Fix wibox.layout.stack:raise() returning prematurely and inserting the widget at the end instead of the start
2020-09-28 23:32:06 -07:00
Emmanuel Lepage Vallée
5cbc423938
notifications: Make `:reset_timer()` more intuitive. ( #3175 )
...
Previously it would only work if there already was a timeout to
avoid some infinite loops. Now it just delay the new timer to the
next loop.
Fix #3147
2020-09-27 23:34:14 -07:00
PlayerNameHere
45cfbe72bf
Add getters for wibox.layout.stack offset properties
...
Getters for the horizontal_offset and vertical_offset properties
were missing, which resulted in nil when trying to get them.
2020-09-28 00:00:08 +08:00
PlayerNameHere
2647e1c855
Fix emitted signals in wibox.layout.stack:set_horizontal_offset()
2020-09-27 23:58:22 +08:00
PlayerNameHere
13e41a2a7b
Fix wibox.layout.stack:raise()
...
There seem to be two issues here. First, the if-statement at the
beginning of the function will return prematurely if
`self._private.widgets[index]` exists. There seems to be a
missing `not` there.
Second, index 1 is interpreted as the top of the stack (although the
documentation says otherwise), but the widget is inserted at the end of
`self._private.widgets`, so it gets pushed to the bottom
instead of the top.
2020-09-27 16:02:17 +08:00
actionless
a2674c2d14
feat(awful: hotkeys_poup): better visually split multiple keys
2020-09-26 04:43:12 +02:00
mergify[bot]
ca29aa191f
Merge pull request #3183 from focusaurus/patch-1
...
Doc typo width property duplicated instead of height
2020-09-19 21:59:12 +00:00
Peter Lyons
764b84da56
Doc typo mislabeled height
2020-09-19 08:28:00 -06:00
mergify[bot]
d06069e5dc
Merge pull request #3180 from jcrd/fix-getopt-2
...
Make 's' getopt flag take an argument
2020-09-17 17:22:11 +00:00
James Reed
af7a6de1dc
Make 's' getopt flag take an argument
2020-09-17 03:27:35 -06:00
mergify[bot]
296a9de8b9
Merge pull request #3179 from jcrd/fix-getopt
...
Fix missing getopt flags
2020-09-17 00:13:55 +00:00
James Reed
bcc7f62657
Fix missing getopt flags
...
Flags 'f' and 's' were added.
2020-09-16 14:27:14 -06:00
Emmanuel Lepage Vallée
46a9a7b970
modeline: Check the first XDG and fallback paths for modelines. ( #3172 )
...
This is not perfect. If the first config is invalid, then it wont use
the correct modeline. However there is no way to know if the config
is valid before attempting to execute it, so it's the best we can do.
Fix #3166
2020-09-14 11:02:09 -07:00