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
/
todo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent segfault when all todo items are hidden
Lukas Fleischer
2016-10-14
1
-0
/
+3
*
Update copyright ranges
Lukas Fleischer
2016-01-30
1
-1
/
+1
*
Display priority todo items above regular items
Lukas Fleischer
2016-01-27
1
-0
/
+4
*
Make automatic selection of todo items smarter
Lukas Fleischer
2016-01-18
1
-7
/
+14
*
Improve ordering of todo items
Lukas Fleischer
2016-01-18
1
-2
/
+20
*
Use a separate field for the completed status
Lukas Fleischer
2016-01-18
1
-20
/
+10
*
Add a "hide completed" view to the todo panel
Lukas Fleischer
2016-01-18
1
-2
/
+15
*
Add long format specifiers "raw" and "hash"
Lukas Fleischer
2016-01-13
1
-0
/
+11
*
Implement {apoint,event,todo}_tostr()
Lukas Fleischer
2016-01-13
1
-4
/
+14
*
Update copyright ranges
Lukas Fleischer
2015-02-07
1
-1
/
+1
*
ui-todo: Large-scale refactoring
Lukas Fleischer
2014-05-18
1
-2
/
+2
*
Use tabs instead of spaces for indentation
Lukas Fleischer
2013-04-14
1
-49
/
+51
*
Mark todo_get_position() public
Lukas Fleischer
2013-02-14
1
-1
/
+1
*
todo.c: Split out UI-related functions
Lukas Fleischer
2013-02-14
1
-179
/
+0
*
Update copyright ranges
Lukas Fleischer
2013-02-04
1
-1
/
+1
*
Add compact panels support
Lukas Fleischer
2012-11-25
1
-2
/
+2
*
Avoid core dump if window is too small
Lukas Fleischer
2012-11-25
1
-0
/
+3
*
Refactor todo_chg_priority()
Lukas Fleischer
2012-11-18
1
-18
/
+7
*
Use integers rather than floats everywhere
Lukas Fleischer
2012-07-10
1
-3
/
+2
*
Revise todo_delete_note_bynum()
Lukas Fleischer
2012-07-04
1
-7
/
+1
*
Make *_free() public
Lukas Fleischer
2012-06-30
1
-1
/
+1
*
Add an item parameter to various todo_*() functions
Lukas Fleischer
2012-06-30
1
-11
/
+4
*
Revise *_delete{,_bynum}()
Lukas Fleischer
2012-06-30
1
-4
/
+3
*
Move interaction functions to a separate file
Lukas Fleischer
2012-06-30
1
-105
/
+3
*
Switch to Linux kernel coding style
Lukas Fleischer
2012-05-21
1
-232
/
+189
*
Allow passing additional parameters to shell_exec()
Lukas Fleischer
2012-05-16
1
-1
/
+2
*
Factorize boolean user prompting.
Baptiste Jonglez
2012-05-14
1
-11
/
+2
*
Use status_ask_choice() where applicable
Baptiste Jonglez
2012-05-14
1
-14
/
+10
*
Declare several parameters/variables constant
Lukas Fleischer
2012-05-08
1
-2
/
+2
*
Mark several functions static
Lukas Fleischer
2012-04-20
1
-1
/
+1
*
Miscellaneous small code cleanups
Lukas Fleischer
2012-04-06
1
-2
/
+1
*
Mark localized string literals constant
Lukas Fleischer
2012-04-05
1
-6
/
+6
*
Update copyright ranges
Lukas Fleischer
2012-03-26
1
-1
/
+1
*
src/todo.c: Remove several unneeded variables
Lukas Fleischer
2011-12-09
1
-19
/
+14
*
Use a global configuration variable
Lukas Fleischer
2011-11-14
1
-2
/
+2
*
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
1
-5
/
+5
*
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
1
-4
/
+4
*
Avoid use of printf()/fprintf()
Lukas Fleischer
2011-11-02
1
-1
/
+1
*
Add count parameter to *_{in,de}crease()
Lukas Fleischer
2011-10-06
1
-8
/
+8
*
Remove temporary highlight pointers
Lukas Fleischer
2011-10-06
1
-1
/
+1
*
Do not unlink() note files on note removal
Lukas Fleischer
2011-10-05
1
-6
/
+6
*
Accept variable length note names
Lukas Fleischer
2011-10-05
1
-2
/
+2
*
Refactor out note functions
Lukas Fleischer
2011-07-21
1
-25
/
+4
*
Add todo_pipe_item() function
Lukas Fleischer
2011-07-05
1
-0
/
+29
*
Refactor out todo item serialization
Lukas Fleischer
2011-07-02
1
-0
/
+9
*
Use constant for maximum UTF-8 character size
Lukas Fleischer
2011-07-02
1
-1
/
+1
*
Make display_todo_item() UTF-8 compatible
Lukas Fleischer
2011-07-02
1
-5
/
+14
*
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
1
-1
/
+1
*
Return -1 in io_file_is_empty() if file cannot be accessed.
Lukas Fleischer
2011-04-22
1
-1
/
+1
*
Use generic lists for todo items.
Lukas Fleischer
2011-04-19
1
-105
/
+72
[next]