debb3534c7
concurrency_ytil: Thread id
2016-12-23 05:18:58 +01:00
fa0d77f267
refactor(file_descriptor): Use unique_ptr
2016-12-23 01:07:00 +01:00
bc9b9f0d12
refactor: Cleanup
2016-12-21 23:22:02 +01:00
185363056a
refactor(x11): Cleanup
2016-12-21 15:04:16 +01:00
c01f111e34
refactor(modules): Move setup to constructor
2016-12-21 08:00:09 +01:00
a89c4ef2dd
refactor: Move all event handling to the controller
2016-12-20 05:16:04 +01:00
b417c9f812
feat(github): New module
...
Module used to query the GitHub API for information.
Currently only supports notification count.
Ref #84
2016-12-19 22:12:31 +01:00
a0d485f79d
refactor: Initialize data
2016-12-15 09:30:31 +01:00
f9062d031c
refactor(clang-tidy): Apply fixes
2016-12-15 03:30:41 +01:00
105e4437ff
fix(memory_util): Initialize malloc ptr
2016-12-14 15:06:46 +01:00
b156d1bbf4
refactor(bspwm): Cleanup
2016-12-14 11:01:44 +01:00
7822f912aa
feat(socket): Utility function peek()
2016-12-14 11:01:44 +01:00
5077325044
refactor(string_util): Use rvalue references for *trim()
2016-12-14 11:01:44 +01:00
5e2a0bd298
refactor(alsa): Forward alsa structs and split classes
2016-12-14 11:01:44 +01:00
1a2a6e5fab
refactor: Construction methods
2016-12-14 11:01:44 +01:00
08be86fbe1
wip(refactor): Improve signal and event handling
2016-12-14 11:01:44 +01:00
0ed173b96e
refactor(i3): Output based wrapping
2016-12-14 04:45:31 +01:00
f4529dde99
feat(i3): Conditional wrap around on scroll
...
Ref #242
2016-12-14 00:46:54 +01:00
44da14755d
refactor(clang-tidy): Apply fixes
2016-12-04 04:11:47 +01:00
0cfddf7d72
feat(token): Add optional suffix to label tokens
2016-12-04 04:03:17 +01:00
5f6d73a415
fix(command): Use execlp()
...
Ref #214
2016-12-03 20:52:43 +01:00
ef9b37447b
fix(xcb): Deallocate using deleter
2016-12-03 16:44:08 +01:00
086e498388
fix: Replace process on reload
2016-12-03 15:46:48 +01:00
0f91d3d8df
fix(ewmh): Use deleter to deallocate atoms
2016-12-03 15:45:11 +01:00
c6540a8950
refactor: Signaling
2016-12-01 08:56:16 +01:00
6f6c5b7459
fix(string_util): Join vector of strings
2016-11-27 01:32:21 +01:00
c5bc338ae3
feat(math_util): Templated min/max
2016-11-26 13:09:29 +01:00
9f4638f42c
refactor: Cleanup
2016-11-26 06:13:20 +01:00
ff9be848c7
refactor(clang-tidy): Apply fixes
2016-11-25 21:58:49 +01:00
4268817c51
fix(config): Trigger reload on correct event
...
Fixes #85
2016-11-25 14:17:56 +01:00
8db3e79919
refactor(clang-format): Apply fixes
2016-11-25 14:17:41 +01:00
84d58e7619
refactor: Cleanup handling of syntax tags
2016-11-25 04:34:24 +01:00
0c64b64ff8
refactor: Cleanup
2016-11-22 01:22:47 +01:00
25e33b6aab
refactor: Separate render component
2016-11-21 16:16:02 +01:00
4179f8b7f9
feat: added max and min values to tokens
2016-11-20 16:37:48 -08:00
d6a5212ef3
fix(volume): Handle alsa playback range
...
Ref #174
2016-11-20 23:49:08 +01:00
c6d85b2b92
refactor: Optimize build
2016-11-20 23:04:31 +01:00
40fcabd644
fix(config): Proper dereference of ${self.key}
2016-11-19 19:18:28 +01:00
fd57ab0f3d
fix: project rename
2016-11-19 06:26:07 +01:00
51d8f289fa
feat(xwindow): New module "xwindow"
...
Add module to display title of active window.
Requires WM with support for the _NET_ACTIVE_WINDOW hint.
Ref #84
2016-11-19 04:05:13 +01:00
e3065d0e6c
feat(ipc): New ipc module
...
Add a new module that allow users to configure hooks
on received ipc messages. The hook will execute the defined
shell script and the output of the script will be used
as the module content.
Ref #84
2016-11-14 09:26:40 +01:00
9a0df75a91
feat(fs): New filesystem module
...
Module that displays details about
mounted filesystems, #84
Closes #153
2016-11-13 06:14:34 +01:00
3edd33be99
fix(build): Include poll.h instead of sys/poll.h
...
- Include <poll.h> to get rid of musl warnings
2016-11-12 15:50:18 +01:00
869c5fe718
refactor: Code cleanup
2016-11-04 19:21:56 +01:00
d74dd7f3ef
fix(build): Remove disabled libs
2016-11-03 19:01:45 +01:00
e7cb345cec
wip: Separate source from definitions
2016-11-03 12:54:32 +01:00
26c308cc19
feat(color_util): Utility functions for color handling
2016-10-31 01:25:19 +01:00
1075144b00
refactor(eventloop): Use concurrent queue for events
...
Events are now enqueued using a thread safe concurrent queue
which makes the previous eventloop locking redundant.
2016-10-29 06:48:51 +02:00
fa7e3d4430
fix(script): Terminate running commands
...
Make sure the previous command has ended before
executing a new command.
This also fixes the execution block that was
caused by the tailing the command output of
action commands.
Fixes jaagr/lemonbuddy#131
2016-10-28 18:54:08 +02:00
eac65cdabb
fix(cmake): Make specific c++lib linking optional
...
- Do not enforce linking against libc++
- Fix various linter warnings
2016-10-25 20:47:53 +02:00