summaryrefslogtreecommitdiff
path: root/src/timelog.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warningsAlexis Hildebrandt2023-02-201-1/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Timelog: Not able to check-in to multiple accounts at a timeNaga Kiran2018-06-251-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Fixed bug with --day-break optionJohn Wiegley2013-02-051-4/+2
* Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-071-1/+1
* Added option --day-breakJohn Wiegley2012-03-171-33/+68
* Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-131-0/+7
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-1/+1
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-8/+7
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Apply timelog time to the check-in dayJohn Wiegley2012-02-281-1/+1
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-5/+6
* Add support for typed metadataJohn Wiegley2010-06-121-4/+5
* Untabified all source filesJohn Wiegley2010-06-111-18/+18
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added some missing calls to add_postJohn Wiegley2009-11-111-0/+1
* Timeclock events now record their file positionJohn Wiegley2009-11-111-35/+25
* Timeclock entries can now have notesJohn Wiegley2009-11-111-6/+17
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+4
* Changed many assert() calls to VERIFY()John Wiegley2009-03-041-1/+1
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-7/+7
* The Great Renaming, Part IIJohn Wiegley2009-02-231-27/+27
* When clocking out, call total_seconds()John Wiegley2009-02-201-1/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-1/+1
* Added braces to avoid a compiler warning.John Wiegley2009-02-031-2/+4
* Refactored the textual parser, to allow easy extensions in Python.John Wiegley2009-01-291-5/+8
* Refactored the timelog code into its own file.John Wiegley2009-01-291-0/+145