timewarrior/src
2016-04-23 12:54:45 -04:00
..
commands CmdReportDay: Initializes colors for report 2016-04-23 12:54:45 -04:00
libshared@d65b24f967 libshared: Updated to d65b24f9679297a839aae6f1dee6592b8ce42256 2016-04-23 08:29:34 -04:00
.gitignore Ignore: Debugging dir 2016-04-22 01:22:47 -04:00
CLI.cpp CLI: Added handling of argv[0] when it is not named 'timew' 2016-04-22 01:35:30 -04:00
CLI.h CLI: Added ::identifyFilter 2016-04-15 19:31:58 -04:00
CMakeLists.txt Range: Renamed Daterange to Range 2016-04-23 08:52:16 -04:00
Composite.cpp Composite: Described algorithm 2016-04-06 21:45:23 -04:00
Composite.h Composite: Defined start of algorithm 2016-04-01 22:19:33 -04:00
Database.cpp Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Database.h Range: Renamed Daterange to Range 2016-04-23 08:52:16 -04:00
Datafile.cpp Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Datafile.h Range: Renamed Daterange to Range 2016-04-23 08:52:16 -04:00
Exclusion.cpp Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Exclusion.h Range: Renamed Daterange to Range 2016-04-23 08:52:16 -04:00
Extensions.cpp Extensions: No need to show extension output in debug mode, it's redundant 2016-04-09 10:42:21 -04:00
Extensions.h Extensions: Added ::debug 2016-04-08 19:08:24 -04:00
helper.cpp helper: Added createTagColorMap 2016-04-23 12:48:21 -04:00
init.cpp init: Added missing 'summary' command 2016-04-23 01:49:36 -04:00
Interval.cpp Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Interval.h Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
lex.cpp lex: Added test harness for lexer 2016-04-10 10:34:52 -04:00
Lexer.cpp Lexer: Now checks for termination and uses correct cursor math 2016-04-10 11:13:25 -04:00
Lexer.h Lexer: Added UUID recognition 2016-04-03 19:37:11 -04:00
Palette.cpp Palette: Protects itself against initializing from Rules with no theme 2016-04-23 12:51:03 -04:00
Palette.h Palette: Added support for color enable/disable 2016-04-23 00:04:55 -04:00
Range.cpp Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Range.h Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00
Rules.cpp Rules: Sets up defaults in ctor 2016-04-06 00:17:45 -04:00
Rules.h Rules: Sets up defaults in ctor 2016-04-06 00:17:45 -04:00
Timeline.cpp Timeline: Now has a public ::range 2016-04-23 10:40:37 -04:00
Timeline.h Timeline: Now has a public ::range 2016-04-23 10:40:37 -04:00
timew.cpp timew: CLI analysis must be repeated after extensions are found 2016-04-09 10:46:24 -04:00
timew.h helper: Added createTagColorMap 2016-04-23 12:48:21 -04:00
util.cpp util: Don't quote an already-quoted string 2016-04-04 08:58:02 -04:00