aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-25mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2014-05-29add support for N/S/E/W suffixes in the location0.6Mattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-16typoMattias Andrée2-23/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-16broadcast freeze and thawMattias Andrée1-16/+60
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-16m misc + add freeze/thawMattias Andrée3-45/+150
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-06do not allow toggling while dying + change button text to 'Kill immediately' if redshift is already dying0.5Mattias Andrée2-7/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26add missing path for nightshiftrcMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26add x-window-focusMattias Andrée1-3/+18
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-16bump versionMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-16add close button0.3Mattias Andrée1-5/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-16fix version numberMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-16mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-13reduce flicker and make text on focused button bold0.2Mattias Andrée1-12/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-13print locationMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-13add makefileMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-13add support in ui to toggle, kill and reviveMattias Andrée2-15/+99
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-12miscMattias Andrée2-28/+88
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-12mMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-12user interface: hide cursor, set lflags, get window size + fetch window size updatesMattias Andrée1-2/+17
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-12ensure that redshift is running without locale settingsMattias Andrée1-2/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11user interface continuously prints status in initialised terminalMattias Andrée2-22/+87
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11somethis we need to sleep when doing a panic killMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11daemon bug fix + daemon continuously sends statusMattias Andrée1-3/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11split generate_status_message from use_clientMattias Andrée1-11/+21
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11fix bugsMattias Andrée1-7/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11Translate single-parameter -t into dual-parameter -tMattias Andrée1-0/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11parse all -l -m argumentsMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-11parse help requests for -l and -mMattias Andrée1-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10add completionMattias Andrée1-0/+37
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10m copyingMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10must have been something else...Mattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10mMattias Andrée1-5/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10make the size of the backlog configurableMattias Andrée1-2/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10m + load configuration scriptMattias Andrée1-3/+96
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10split into functionsMattias Andrée1-45/+119
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10we can tell the daemon to kill or toggle redshift or print its statusMattias Andrée1-16/+88
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10update status atomicallyMattias Andrée1-6/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10m + send --status --toggle and --kill to the daemonMattias Andrée1-37/+57
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10server does parsing from redshiftMattias Andrée1-56/+85
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10mMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10parse all optionsMattias Andrée1-6/+36
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10parsing of optionsMattias Andrée1-11/+93
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10slightly change the name of the socketMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-10move source into srcMattias Andrée1-0/+234
Signed-off-by: Mattias Andrée <maandree@operamail.com>