Benedikt Heine
caa63d6275
Sort includes alphabetically
2017-11-25 01:28:03 +01:00
Benedikt Heine
c70da444a9
Move pause_display to queues.c
...
Hint for dbus.c lines (134,138):
pause_display => (displayed->length == 0)
2017-10-29 20:38:40 +01:00
Benedikt Heine
a7003e3616
Refactor: Move queue specific methods to queues.c
2017-10-29 20:38:40 +01:00
Benedikt Heine
2d67a5c78e
Remove unused ERR macro
2017-10-22 10:40:39 +02:00
Benedikt Heine
bc3c6466ca
Remove LENGTH macro and replace with glib one
2017-10-10 23:11:52 +02:00
Nikos Tsipinakis
ce623af5ae
Remove unused verbosity variable
2017-05-04 17:49:31 +03:00
John Chen
7037afb2bc
Fix include. Add empty lines between include layers.
2017-02-14 00:39:04 +08:00
Nikos Tsipinakis
63bb4ad857
Move setting enums to settings.h
...
Not sure why these were in dunst.h in the first place since they are
mostly used by the settings struct.
2017-01-29 15:32:36 +02:00
Nikos Tsipinakis
964688699e
Use include guards consistently
...
* Don't mix pragma guards and include guards, prefer classic include
guards since apparently pragma guards are not a standard yet.
* Use the DUNST_FILE_H naming convention for all include guards.
2017-01-29 15:32:36 +02:00
Nikos Tsipinakis
e0a8b233c2
Move the main function to main.c
...
Move the main function to main.c in the git root to allow for
alternative main functions to be linked in its place. Specifically this
will be used to link the test runner main to run tests.
2016-11-19 12:15:39 +02:00
Nikos Tsipinakis
2df2e7d06c
Move dunst source files to src/
2016-11-19 11:54:03 +02:00