fe  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2022-01-15
22:48
Fixed 'trailing semicolon in macro used in expression position' warnings Leaf check-in: 396dff3779 user: Charuga tags: trunk
2021-10-24
10:59
Fixed doc error. check-in: 836fc7714c user: lemma tags: trunk
2021-10-18
05:32
Deprecated --fast, --slow. Aliased --regen flag with --gen. check-in: de51dd80d4 user: Alice tags: trunk
05:26
Condensed some docs. check-in: e3ef6dfb9a user: Alice tags: trunk
2021-10-17
23:51
Added '' prefix to doc and adjusted alignments. check-in: 1c6ccfb920 user: Alice tags: trunk
12:39
Prettied help printer. check-in: 1ce27d0153 user: Alice tags: trunk
11:59
Disabled scope flag as it is unimplemented. check-in: 26766d7462 user: Alice tags: trunk
11:53
Removed redundant parser cmd matchers. check-in: f27a041aa5 user: Alice tags: trunk
11:51
Fixed parser producing blank args by stripping the prefix. check-in: 6d6a27ddb0 user: Alice tags: trunk
11:49
Fixed cmd parser not catching valid prefixes. check-in: e075614e3a user: Alice tags: trunk
05:06
Fixed color extending beyond intended text area and changed color to purple. check-in: d143898e3e user: lemma tags: trunk
2021-10-16
14:09
Altered pretty printer, connecting memo lines together, and colored labels & IDs check-in: b495b227ad user: Alice tags: trunk
11:45
Set a 'complete' message to print when the session is empty. check-in: d26aaf6027 user: Alice tags: trunk
11:34
Pretty printer elides label if an ID is identical. check-in: d0af7f8841 user: Alice tags: trunk
11:19
Indented printing of details to line up with the date divider for prettier printing. check-in: 5a29db6a36 user: Alice tags: trunk
11:10
Fixed crash upon missing elem. check-in: 91d23e384c user: Alice tags: trunk
11:02
Display children elems in detailed view and impl agnostic_elem_of supporting fn. check-in: 9ed8d34aed user: Alice tags: trunk
09:22
Fixed erroring upon reuse of InputField::Primary. check-in: d9f2b09848 user: Alice tags: trunk
2021-10-15
11:06
Refactored UI and substantial associated functions check-in: 10bae9a895 user: Alice tags: trunk
2021-10-13
04:02
Removed InputField::{Data, Title} and associated code. check-in: c635f0e448 user: Alice tags: trunk
03:47
Corrected ownership error in parse_item_opts. check-in: 3d6f39c316 user: Alice tags: trunk
03:05
Inserted missing date keyword into the docs. check-in: e92ec3540d user: Alice tags: trunk
03:04
Set an underscore ID to reuse the label as an ID—updated docs to match. check-in: c1947fb849 user: Alice tags: trunk
2021-10-12
12:55
Removed legacy parse_item_opts function. check-in: 3119ee5c6c user: Alice tags: trunk
12:52
Replaced byte-indicing with char-indicing. check-in: ad2448ec15 user: Alice tags: trunk
12:42
Redesigned elem-adding interface and parsing. Updated the help text in tandem. check-in: 5787361dd0 user: Alice tags: trunk
2021-10-08
11:17
Added a help command for listing arguments and usage. check-in: a3a3ead139 user: Alice tags: trunk
2021-10-06
09:08
Updated passing vars to panic per https://github.com/rust-lang/rust/pull/80851 check-in: bc6d1dacc1 user: Alice tags: trunk
08:45
Removed needless mutability. check-in: ab0e989fb5 user: Alice tags: trunk
08:39
Removed debug config path. check-in: ce072ccdf5 user: Alice tags: trunk
2021-10-05
10:58
Removed self keyword from macro calls which was producing compilation errors. check-in: 71724fcb0d user: Alice tags: trunk
2020-11-07
10:33
Assigned the default rate of new items from 0% to 10%. check-in: 3baab40cfa user: Alice tags: trunk
2020-10-31
12:35
Removed skewpercent.rs due to deprecation; moved MinEntry from skewpercent.rs to agenda.rs check-in: 4cd0b7656b user: lemma tags: trunk
12:30
Refactored regen sampling check-in: 49675c0931 user: lemma tags: trunk
2020-10-01
09:52
Renamed aliasing flags to just 'title', 'entitle', 'alias', and added 'unalias', 'rmalias', and 'clear-aliases', with 'title' variants; renamed message updating flags to just 'msg', 'message', and 'label' check-in: f58f1d4dfc user: lemma tags: trunk
2020-09-26
17:34
Relative date adjustments weren't being applied check-in: 8ba9bd448d user: lemma tags: trunk
16:58
Removed a debug line hardcoding the current date to 2000-1-1 check-in: 2e8d9db73c user: lemma tags: trunk
16:55
Added 'today' to date parsing and turned panics into errors check-in: 0aee8511de user: lemma tags: trunk
15:43
Corrected and rewrote some error messages. check-in: f0290fa1c8 user: lemma tags: trunk
14:08
Replaced derive_more::Display with Error in TokenErr and DTErr check-in: b2f363d718 user: lemma tags: trunk
13:46
Converted regexes into static items to prevent needless recompilation check-in: 0837feb485 user: lemma tags: trunk
11:54
Removed deprecated datetime parsers and associated code check-in: c1c38d7fd6 user: Alice tags: trunk
11:43
Converted remind and due parsers to use parse_datetime check-in: e746eea7bb user: Alice tags: trunk
11:24
Converted parse_wait to use parse_datetime check-in: 78907c95bc user: Alice tags: trunk
11:14
Converted parse_range to employ parse_datetime check-in: 857169b69e user: Alice tags: trunk
10:07
Converted command.rs to new datetime parser check-in: 37f7f90ae8 user: lemma tags: trunk
10:05
Rebuilt datetime parsing check-in: 257d33efdb user: Alice tags: trunk
10:04
Boxed parse_add error check-in: f4c92ad7da user: lemma tags: trunk
2020-09-25
23:18
Implemented nth_suffix helper for pretty printing dates check-in: 78c48be21f user: lemma tags: trunk
2020-09-24
20:43
Passing plain integers to parse_wait (as strings) now drops N items from the session; added the 'drop' flag to match check-in: e2b4a683b9 user: lemma tags: trunk