aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update gitignore0.1Mattias Andrée2014-04-131-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add makefileMattias Andrée2014-04-132-0/+146
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add support in ui to toggle, kill and reviveMattias Andrée2014-04-133-15/+100
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update deps with auto-auto-completeMattias Andrée2014-04-121-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-04-122-28/+88
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-121-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* user interface: hide cursor, set lflags, get window size + fetch window size updatesMattias Andrée2014-04-121-2/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ensure that redshift is running without locale settingsMattias Andrée2014-04-121-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* user interface continuously prints status in initialised terminalMattias Andrée2014-04-112-22/+87
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* somethis we need to sleep when doing a panic killMattias Andrée2014-04-111-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* daemon bug fix + daemon continuously sends statusMattias Andrée2014-04-111-3/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split generate_status_message from use_clientMattias Andrée2014-04-111-11/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugsMattias Andrée2014-04-111-7/+19
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Translate single-parameter -t into dual-parameter -tMattias Andrée2014-04-111-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse all -l -m argumentsMattias Andrée2014-04-111-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse help requests for -l and -mMattias Andrée2014-04-111-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add depsMattias Andrée2014-04-101-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add completionMattias Andrée2014-04-101-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m copyingMattias Andrée2014-04-102-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update readmeMattias Andrée2014-04-101-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* must have been something else...Mattias Andrée2014-04-101-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-101-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make the size of the backlog configurableMattias Andrée2014-04-101-2/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + load configuration scriptMattias Andrée2014-04-101-3/+96
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split into functionsMattias Andrée2014-04-101-47/+121
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* we can tell the daemon to kill or toggle redshift or print its statusMattias Andrée2014-04-101-16/+88
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update status atomicallyMattias Andrée2014-04-101-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-04-101-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + send --status --toggle and --kill to the daemonMattias Andrée2014-04-101-37/+57
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* server does parsing from redshiftMattias Andrée2014-04-101-56/+85
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-101-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parse all optionsMattias Andrée2014-04-101-6/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* parsing of optionsMattias Andrée2014-04-101-11/+93
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* slightly change the name of the socketMattias Andrée2014-04-101-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move source into srcMattias Andrée2014-04-101-0/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* spawn daemon if not runningMattias Andrée2014-04-101-37/+106
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add spec for optionsMattias Andrée2014-04-101-13/+73
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* print verbose output of redshiftMattias Andrée2014-04-101-0/+105
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add copying and licenseMattias Andrée2014-04-102-0/+688
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add readmeMattias Andrée2014-04-101-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* first commitMattias Andrée2014-04-101-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>