aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionsLukas Fleischer2012-06-304-54/+0
* Simplify apoint_switch_notify()Lukas Fleischer2012-06-304-24/+19
* day_store_items(): Return the number of items foundLukas Fleischer2012-06-302-14/+9
* src/args.c: Revise app_arg()Lukas Fleischer2012-06-301-110/+8
* src/day.c: Add day_write_stdout()Lukas Fleischer2012-06-302-0/+31
* Make day_store_items() publicLukas Fleischer2012-06-303-7/+11
* day_store_*(): Add regular expression filter parameterLukas Fleischer2012-06-301-10/+29
* Do not re-fetch items in day_*_{item,note}()Lukas Fleischer2012-06-301-43/+15
* Remove the need for the "day_saved_item" structLukas Fleischer2012-06-302-34/+24
* Simplify display_item*()Lukas Fleischer2012-06-301-35/+27
* Simplify recur_apoint_switch_notify()Lukas Fleischer2012-06-303-11/+3
* Rework generic item containerLukas Fleischer2012-06-303-90/+134
* src/config.c: Fix parsing an unset color themeLukas Fleischer2012-06-301-1/+5
* Fix compilation with NLS disabledLukas Fleischer2012-06-302-0/+5
* src/args.c: Fix bugs address in usage messageLukas Fleischer2012-06-181-12/+11
* src/help.c: Add missing _()Lukas Fleischer2012-06-181-1/+1
* src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer2012-06-181-2/+2
* src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer2012-06-131-4/+4
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-136-4/+88
* Rename displacement enumeration elementsLukas Fleischer2012-06-136-45/+44
* src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer2012-06-011-0/+10
* src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer2012-06-011-0/+1
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-313-9/+20
* Use our array of available date input formatsBaptiste Jonglez2012-05-311-10/+3
* Provide an array of available date input formatsBaptiste Jonglez2012-05-312-0/+9
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-313-3/+6
* src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez2012-05-311-11/+14
* Directly use fprintf() where applicableBaptiste Jonglez2012-05-311-12/+4
* src/day.c: Fix typoBaptiste Jonglez2012-05-311-1/+1
* Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez2012-05-317-80/+75
* src/config.c: Bail out on incomplete directiveLukas Fleischer2012-05-291-0/+3
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-256-22/+22
* Do not localize configuration optionsLukas Fleischer2012-05-232-18/+18
* Merge branch 'maint'Lukas Fleischer2012-05-233-3/+10
|\
| * Do not localize dates in pcal exportsLukas Fleischer2012-05-192-1/+8
| * src/notify.c: Fix printf() misuseLukas Fleischer2012-05-191-1/+1
* | Fix default time format for multi-day appointmentsLukas Fleischer2012-05-211-6/+10
* | Switch to Linux kernel coding styleLukas Fleischer2012-05-2132-10660/+9174
* | src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer2012-05-201-0/+10
* | Fix data type of "general.firstdayofweek"Lukas Fleischer2012-05-172-16/+19
* | Update configuration dialogsLukas Fleischer2012-05-172-24/+24
* | Document removal of the "-N" command line optionLukas Fleischer2012-05-171-4/+1
* | src/wins.c: Run editor and pager in a shellLukas Fleischer2012-05-161-1/+1
* | Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-164-6/+45
* | Add dummy help for cut and pasteBaptiste Jonglez2012-05-141-0/+4
* | Allow resize events while prompting the userBaptiste Jonglez2012-05-141-1/+6
* | Various fixes.Baptiste Jonglez2012-05-142-3/+3
* | Factorize boolean user prompting.Baptiste Jonglez2012-05-146-35/+19
* | Use status_ask_choice() on more difficult casesBaptiste Jonglez2012-05-142-38/+87
* | Use status_ask_choice() where applicableBaptiste Jonglez2012-05-142-40/+42