summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-30src/llist.c: Compare data pointers if callback is NULLLukas Fleischer
2012-06-30Allow passing more complex data to list callbacksLukas Fleischer
2012-06-30Rename interaction functionsLukas Fleischer
2012-06-30Move interaction functions to a separate fileLukas Fleischer
2012-06-30Remove unused functionsLukas Fleischer
2012-06-30Simplify apoint_switch_notify()Lukas Fleischer
2012-06-30day_store_items(): Return the number of items foundLukas Fleischer
2012-06-30src/args.c: Revise app_arg()Lukas Fleischer
2012-06-30src/day.c: Add day_write_stdout()Lukas Fleischer
2012-06-30Make day_store_items() publicLukas Fleischer
2012-06-30day_store_*(): Add regular expression filter parameterLukas Fleischer
2012-06-30Do not re-fetch items in day_*_{item,note}()Lukas Fleischer
2012-06-30Remove the need for the "day_saved_item" structLukas Fleischer
2012-06-30Simplify display_item*()Lukas Fleischer
2012-06-30Simplify recur_apoint_switch_notify()Lukas Fleischer
2012-06-30Rework generic item containerLukas Fleischer
2012-06-30src/config.c: Fix parsing an unset color themeLukas Fleischer
2012-06-30Fix compilation with NLS disabledLukas Fleischer
2012-06-18src/args.c: Fix bugs address in usage messageLukas Fleischer
2012-06-18src/help.c: Add missing _()Lukas Fleischer
2012-06-18src/keys.c: Fix help strings for generic-{cut,paste}Lukas Fleischer
2012-06-13src/keys.c: Add vim-style default bindings for generic-*Lukas Fleischer
2012-06-13Add key bindings to go to the previous/next month/yearLukas Fleischer
2012-06-13Rename displacement enumeration elementsLukas Fleischer
2012-06-01src/sigs.c: Define "_BSD_SOURCE" and "__BSD_VISIBLE"Lukas Fleischer
2012-06-01src/custom.c: Mark sidebar help string "no-c-format"Lukas Fleischer
2012-05-31Make appearance.calendarview more explicit in config fileBaptiste Jonglez
2012-05-31Use our array of available date input formatsBaptiste Jonglez
2012-05-31Provide an array of available date input formatsBaptiste Jonglez
2012-05-31Give a meaning to DATE_FORMATSBaptiste Jonglez
2012-05-31src/custom.c: Use status_ask_simplechoice()Baptiste Jonglez
2012-05-31Directly use fprintf() where applicableBaptiste Jonglez
2012-05-31src/day.c: Fix typoBaptiste Jonglez
2012-05-31Use mvwaddstr() instead of mvwprintw()Baptiste Jonglez
2012-05-29src/config.c: Bail out on incomplete directiveLukas Fleischer
2012-05-25Fix incorrect i18n usage for some stringsBaptiste Jonglez
2012-05-23Do not localize configuration optionsLukas Fleischer
2012-05-23Merge branch 'maint'Lukas Fleischer
2012-05-21Fix default time format for multi-day appointmentsLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-05-20src/utils.c: Disable canonical mode in press_any_key()Lukas Fleischer
2012-05-19Do not localize dates in pcal exportsLukas Fleischer
2012-05-19src/notify.c: Fix printf() misuseLukas Fleischer
2012-05-17Fix data type of "general.firstdayofweek"Lukas Fleischer
2012-05-17Update configuration dialogsLukas Fleischer
2012-05-17Document removal of the "-N" command line optionLukas Fleischer
2012-05-16src/wins.c: Run editor and pager in a shellLukas Fleischer
2012-05-16Allow passing additional parameters to shell_exec()Lukas Fleischer
2012-05-14Add dummy help for cut and pasteBaptiste Jonglez
2012-05-14Allow resize events while prompting the userBaptiste Jonglez