summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use an enum for the type field of day_itemLukas Fleischer2014-05-181-13/+13
* Add default cases to some switch statementsLukas Fleischer2014-05-183-5/+26
* day_item_add_exc(): Fix unwanted fall-throughLukas Fleischer2014-05-181-0/+2
* Reintroduce heading and separator in appointmentsLukas Fleischer2014-05-184-32/+52
* Add support for caption rows in list boxesLukas Fleischer2014-05-187-16/+105
* Remove unused functions border_{,no}color()Lukas Fleischer2014-05-181-41/+0
* ui-day: Large-scale refactoringLukas Fleischer2014-05-186-362/+188
* Store appointments for the current day in a vectorLukas Fleischer2014-05-183-19/+21
* Add a vector implementationLukas Fleischer2014-05-184-0/+207
* ui-calendar: Use scroll window implementationLukas Fleischer2014-05-184-66/+60
* ui-todo: Large-scale refactoringLukas Fleischer2014-05-186-233/+155
* Add support for drawing highlighted decorationLukas Fleischer2014-05-185-11/+18
* custom.c: Simplify codeLukas Fleischer2014-05-181-10/+1
* Remove numbers and whitespace from option menusLukas Fleischer2014-05-182-28/+25
* Reduce flicker when resizing in option menusLukas Fleischer2014-05-184-3/+10
* Use generic list box for notification optionsLukas Fleischer2014-05-181-106/+107
* Use generic list box for general optionsLukas Fleischer2014-05-181-156/+187
* Add a generic list box implementationLukas Fleischer2014-05-183-0/+165
* Rework scroll window implementationLukas Fleischer2014-05-185-93/+123
* Pass date parameter to ui_day_update_panel()Lukas Fleischer2014-05-133-5/+3
* Display translated help pagesLukas Fleischer2013-08-273-3/+64
* Install translated documentationLukas Fleischer2013-08-271-2/+5
* doc/: Add translated documentationLukas Fleischer2013-08-27132-0/+2595
* po/: Translation updates from TransifexLukas Fleischer2013-08-27225-3897/+12445
* Redraw screen if command prompt is canceledLukas Fleischer2013-08-131-1/+2
* .tx/config: Add file filters for all resourcesLukas Fleischer2013-07-241-0/+22
* po/doc/: Update message catalogsLukas Fleischer2013-07-2422-76/+87
* Drop doc/main.txtLukas Fleischer2013-07-244-73/+0
* doc/Makefile.am: Fix "copy-paste.txt" file nameLukas Fleischer2013-07-241-1/+1
* doc/edit.txt: Mention the move featureLukas Fleischer2013-07-241-1/+2
* doc/: Mention punctual appointmentsLukas Fleischer2013-07-242-1/+6
* doc/: Spelling and grammar fixesLukas Fleischer2013-07-2414-39/+39
* Add POT files for online help textsLukas Fleischer2013-07-2324-0/+1281
* .tx/config: Rename main resource to "calcurse"Lukas Fleischer2013-07-231-1/+1
* .tx/config: Set global translation typeLukas Fleischer2013-07-231-0/+1
* .tx/config: Update host URILukas Fleischer2013-07-231-1/+1
* calcurse.pot: Update message catalogLukas Fleischer2013-07-231-715/+202
* po/POTFILES.in: Sync with source treeLukas Fleischer2013-07-231-2/+3
* doc/: Rename copy_paste.txt to copy-paste.txtLukas Fleischer2013-07-231-0/+0
* doc/: Do not mention explicit key bindingsLukas Fleischer2013-07-229-30/+30
* doc/: Fix several typos in online help textsLukas Fleischer2013-07-229-19/+19
* doc/: Formatting fixesLukas Fleischer2013-07-2220-191/+212
* manual.txt: Update "Online help" sectionLukas Fleischer2013-07-221-3/+9
* manual.txt: Update "Creation History" sectionLukas Fleischer2013-07-221-17/+11
* Document for -l/--limit and %(remaing)/%(duration)William Pettersson2013-07-192-4/+38
* Add write and quit commandsLukas Fleischer2013-07-181-3/+26
* Add support for moving appointmentsLukas Fleischer2013-07-181-4/+14
* update_start_time(): Allow for moving an itemLukas Fleischer2013-07-181-3/+7
* Allow for making an appointment punctualLukas Fleischer2013-07-181-3/+8
* key_generic_help(): Use display_help()Lukas Fleischer2013-07-181-1/+1