index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
test/: Add test case for "-S" (pattern search)
Lukas Fleischer
2012-01-22
2
-1
/
+27
*
|
test/: Add test cases for "-a" and "-n"
Lukas Fleischer
2012-01-22
3
-1
/
+39
*
|
test/: Add test cases for "-d" and "-s"/"-r"
Lukas Fleischer
2012-01-22
8
-1
/
+804
*
|
test/: Add generic tests for todo operations
Lukas Fleischer
2012-01-22
5
-1
/
+235
*
|
test/: Add three basic self tests
Lukas Fleischer
2012-01-22
4
-0
/
+25
*
|
test/: Add initial configuration file
Lukas Fleischer
2012-01-22
1
-0
/
+75
*
|
test/run-test.c: Support negative assertions
Lukas Fleischer
2012-01-21
1
-3
/
+14
*
|
Add a minimal test suite
Lukas Fleischer
2012-01-21
5
-2
/
+253
*
|
src/calendar.c: Fix range check in calendar_move()
Lukas Fleischer
2012-01-21
1
-12
/
+14
*
|
Split note file generation into separate function
Lukas Fleischer
2012-01-17
3
-12
/
+23
*
|
Break out different import/export formats
Lukas Fleischer
2012-01-07
5
-1501
/
+1598
*
|
src/apoint.c: Update in-notify-bar help for new duration syntax
Baptiste Jonglez
2012-01-07
1
-2
/
+2
*
|
src/apoint.c: Fix a length bug introduced by new duration format
Baptiste Jonglez
2012-01-07
1
-1
/
+1
*
|
Merge branch 'maint'
Lukas Fleischer
2011-12-16
1
-1
/
+5
|
\
|
|
*
Format "DURATION" field properly on ical export
Jérôme Pinot
2011-12-16
1
-1
/
+5
*
|
src/config.c: Drop support for legacy color schemes
Lukas Fleischer
2011-12-12
1
-85
/
+36
*
|
src/utils.c: Mark is_all_digit() parameter const
Lukas Fleischer
2011-12-09
2
-2
/
+2
*
|
src/config.c: Remove map for configuration variables
Lukas Fleischer
2011-12-09
1
-169
/
+114
*
|
Extract config file handlers into a separate file
Lukas Fleischer
2011-12-09
9
-551
/
+596
*
|
src/day.c: Nuke unneeded variable
Lukas Fleischer
2011-12-09
1
-4
/
+1
*
|
src/todo.c: Remove several unneeded variables
Lukas Fleischer
2011-12-09
1
-19
/
+14
*
|
src/apoint.c: Remove several unneeded variables
Lukas Fleischer
2011-12-05
1
-36
/
+30
*
|
src/utils.c: Support escape sequences in format strings
Lukas Fleischer
2011-11-22
1
-0
/
+55
*
|
Merge branch 'maint'
Lukas Fleischer
2011-11-15
1
-2
/
+5
|
\
|
|
*
src/io.c: Avoid use of memcpy()
Lukas Fleischer
2011-11-11
1
-2
/
+4
|
*
src/io.c: Null-terminate the ical_readline() buffer
Lukas Fleischer
2011-11-11
1
-0
/
+1
*
|
src/utils.c: Support printing '%' in format strings
Lukas Fleischer
2011-11-14
1
-0
/
+9
*
|
src/args.c: Remove obsolete "-N" flag
Lukas Fleischer
2011-11-14
1
-4
/
+0
*
|
src/args.c: Allow for specifying custom format strings
Lukas Fleischer
2011-11-14
1
-23
/
+66
*
|
print_*(): Add format specifier to print notes
Lukas Fleischer
2011-11-14
2
-70
/
+70
*
|
Use a dynamic method to print todo items to stdout
Lukas Fleischer
2011-11-14
3
-13
/
+42
*
|
src/apoint.c: Remove apoint_recur_s2apoint_s()
Lukas Fleischer
2011-11-14
2
-17
/
+0
*
|
Use a dynamic method to print recurrent items to stdout
Lukas Fleischer
2011-11-14
3
-7
/
+33
*
|
Use a dynamic method to print events to stdout
Lukas Fleischer
2011-11-14
3
-3
/
+33
*
|
Use a dynamic method to print appointments to stdout
Lukas Fleischer
2011-11-14
3
-18
/
+52
*
|
Removed unused parameter from apoint_sec2str()
Lukas Fleischer
2011-11-14
4
-8
/
+7
*
|
Use a global configuration variable
Lukas Fleischer
2011-11-14
11
-162
/
+159
*
|
Merge branch 'maint'
Lukas Fleischer
2011-11-11
5
-7
/
+20
|
\
|
|
*
Cleanup joinable threads on termination
Lukas Fleischer
2011-10-04
3
-3
/
+12
|
*
src/io.c: Update todo item count on iCal import
Lukas Fleischer
2011-10-04
1
-0
/
+3
|
*
Do not hardcode paths to the default editor/pager
Lukas Fleischer
2011-10-04
2
-4
/
+5
*
|
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
14
-80
/
+80
*
|
Make use of the NULL macro
Lukas Fleischer
2011-11-02
8
-39
/
+39
*
|
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
20
-511
/
+489
*
|
Avoid use of printf()/fprintf()
Lukas Fleischer
2011-11-02
13
-143
/
+138
*
|
src/recur.c: Speed up recur_item_find_occurrence()
Lukas Fleischer
2011-11-02
1
-0
/
+3
*
|
Avoid unnecessary start time calculations
Lukas Fleischer
2011-10-21
5
-23
/
+70
*
|
src/day.c: Allow editing an item's duration
Lukas Fleischer
2011-10-21
1
-5
/
+47
*
|
src/day.c: Allow cancelling an edit
Lukas Fleischer
2011-10-21
1
-22
/
+23
*
|
src/recur.c: Remove diff_weeks()
Lukas Fleischer
2011-10-21
1
-10
/
+3
[prev]
[next]