aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TODO: Remove send-item TODO entryLukas Fleischer2011-07-071-2/+0
* Add key binding for pipe-item commandLukas Fleischer2011-07-075-7/+33
* Add todo_pipe_item() functionLukas Fleischer2011-07-052-0/+30
* Add day_pipe_item() functionLukas Fleischer2011-07-052-0/+56
* Add press_any_key() functionLukas Fleischer2011-07-052-0/+13
* Move endwin() down in wins_prepare_external()Lukas Fleischer2011-07-051-1/+1
* Refactor wins_launch_external()Lukas Fleischer2011-07-022-20/+27
* Add shell_exec() functionLukas Fleischer2011-07-022-0/+9
* Add child_wait() functionLukas Fleischer2011-07-022-0/+17
* Add fork_exec() functionLukas Fleischer2011-07-022-0/+72
* Make recur_*_write() publicLukas Fleischer2011-07-022-2/+4
* Refactor out todo item serializationLukas Fleischer2011-07-023-4/+11
* doc/manual.txt: Remove note on missing UTF-8 supportLukas Fleischer2011-07-021-2/+1
* TODO: Remove UTF-8 support from TODO listLukas Fleischer2011-07-021-1/+0
* utf8_width() performance improvementsLukas Fleischer2011-07-021-39/+50
* Avoid segfault in getstr_fixscr()Lukas Fleischer2011-07-021-2/+2
* Use constant for maximum UTF-8 character sizeLukas Fleischer2011-07-024-4/+6
* Refactor getstring codeLukas Fleischer2011-07-021-53/+65
* Make display_todo_item() UTF-8 compatibleLukas Fleischer2011-07-021-5/+14
* Make display_item() UTF-8 compatibleLukas Fleischer2011-06-291-6/+15
* Make getstring() UTF-8 compatibleLukas Fleischer2011-06-291-54/+120
* Split line editing functions into separate fileLukas Fleischer2011-06-294-185/+225
* Add basic UTF-8 helper functionsLukas Fleischer2011-06-293-0/+338
* src/calcurse.h: Add UTF-8 related macrosLukas Fleischer2011-06-291-0/+8
* Enable arrow key navigation by defaultLukas Fleischer2011-06-291-4/+4
* doc/manual.txt: Document backward-kill-wordLukas Fleischer2011-06-291-0/+3
* Handle resize properly in the sidebar config menuLukas Fleischer2011-06-291-5/+16
* Do not try to display items with negative widthLukas Fleischer2011-06-281-0/+3
* Always work with new window dimensions on resizeLukas Fleischer2011-06-281-35/+27
* Avoid redundant redraws on resizeLukas Fleischer2011-06-287-77/+106
* doc/Makefile.am: Fix "--without-asciidoc"Lukas Fleischer2011-06-201-3/+7
* src/llist.c: Use stable insertion algorithmLukas Fleischer2011-06-201-2/+2
* Fix whitespace issuesLukas Fleischer2011-06-095-17/+17
* src/utils.c: Make bell() staticLukas Fleischer2011-06-071-1/+1
* Release 2.9.0.v2.9.0Lukas Fleischer2011-05-242-1/+38
* build-aux/git-version-gen: Ignore timestamps.Lukas Fleischer2011-05-241-0/+1
* Add version information to distribution tarball.Lukas Fleischer2011-05-241-0/+3
* README: Add missing translators.Lukas Fleischer2011-05-241-0/+2
* Translation updates from Transifex.Lukas Fleischer2011-05-247-3903/+1129
* .tx/config: Add EOL character to the last line.Lukas Fleischer2011-05-181-0/+1
* Add missing llist header files to "_SOURCES".Lukas Fleischer2011-05-171-0/+2
* Add iCalendar keywords TODO entry.Lukas Fleischer2011-04-221-0/+2
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-2228-31/+31
* TODO overhaul.Lukas Fleischer2011-04-221-27/+24
* README overhaul.Lukas Fleischer2011-04-221-26/+24
* Ignore daemon lock file if the daemon process died.Lukas Fleischer2011-04-221-1/+1
* Be a bit more fail-safe in "build-aux/git-version-gen".Lukas Fleischer2011-04-221-2/+3
* Return -1 in io_file_is_empty() if file cannot be accessed.Lukas Fleischer2011-04-223-3/+3
* Documentation Makefile overhaul.Lukas Fleischer2011-04-221-3/+11
* Add Git version string support.Lukas Fleischer2011-04-224-1/+32