awesome/lib
Lucas Schwiderski dc5013dfb9
feat(w.w.slider): Add signals for the dragging state
When trying to hook up the slider to an external value, one would
usually have two data streams:

- `property::value` -> set external value
- external value changed -> `.value = new_value`

The problem is that without manual intervention, these two streams form
a loop, as setting `.value` also emits `property::value`.

The new set of signals is disconnected from the `value` property and its
signal and allows for more fine grained inspection of the dragging
state.

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-12-23 18:50:07 +01:00
..
awful doc: Add the markup example of popup_calendar 2021-11-21 23:49:46 +09:00
beautiful fix(beautiful: gtk): don't crash when both gtk3 and gtk4 are installed 2021-03-25 00:21:04 +01:00
gears gears.matcher: Add `fallback` rules. 2021-10-22 22:26:12 -07:00
menubar test(menubar): don't try to cover deprecated methods (calling any of them will make the warning-check fail in tests) 2021-05-28 00:40:24 +02:00
naughty Apply presets before registering notification 2021-11-26 13:22:58 -06:00
ruled ruled.notification: Handle legacy presets. 2021-09-22 19:17:02 -07:00
wibox feat(w.w.slider): Add signals for the dragging state 2021-12-23 18:50:07 +01:00
beautiful.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00
naughty.lua Add pointless naughty.lua and beautiful.lua files (#1259) 2016-12-08 23:53:50 +01:00