index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
8
-550
/
+594
*
|
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
*
|
src/recur.c: Support recurrent multi-day appointments
Lukas Fleischer
2011-10-21
1
-45
/
+50
*
|
src/apoint.c: Format recurrent multi-day items properly
Lukas Fleischer
2011-10-21
1
-2
/
+2
*
|
Pass item durations to recur_item_inday()
Lukas Fleischer
2011-10-21
4
-12
/
+13
*
|
Make events start on 00:00 (12:00 a.m.)
Lukas Fleischer
2011-10-21
3
-6
/
+6
*
|
src/event.c: Fix event_inday()
Lukas Fleischer
2011-10-21
1
-1
/
+1
*
|
src/help.c: Update messages referring to durations
Lukas Fleischer
2011-10-06
1
-3
/
+3
*
|
src/apoint.c: Resize duration input field
Lukas Fleischer
2011-10-06
1
-1
/
+2
*
|
src/utils.c: Support more powerful duration strings
Lukas Fleischer
2011-10-06
1
-23
/
+100
*
|
src/utils.c: Remove check_time()
Lukas Fleischer
2011-10-06
2
-32
/
+0
*
|
Use parse_{time,duration}() where appropriate
Lukas Fleischer
2011-10-06
2
-43
/
+39
*
|
src/utils.c: Introduce parse_{time,duration}()
Lukas Fleischer
2011-10-06
2
-0
/
+87
*
|
src/calcurse.h: Rework date manipulation constants
Lukas Fleischer
2011-10-06
1
-5
/
+13
*
|
src/utils.c: Mark input string of parse_date() const
Lukas Fleischer
2011-10-06
2
-5
/
+5
*
|
src/calcurse.c: Support count prefixes for motions
Lukas Fleischer
2011-10-06
1
-19
/
+33
*
|
Add count buffer to keys_getch()
Lukas Fleischer
2011-10-06
5
-12
/
+27
*
|
Add count parameter to *_{in,de}crease()
Lukas Fleischer
2011-10-06
4
-26
/
+26
*
|
src/calendar.c: Add a count parameter to calendar_move()
Lukas Fleischer
2011-10-06
3
-13
/
+15
[prev]
[next]