summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-30Implement a cache for the monthly viewLukas Fleischer
2012-06-30Remove unneeded parameter/return valueLukas Fleischer
2012-06-30Remove legacy cut/paste codeLukas Fleischer
2012-06-30Revise cut/pastingLukas Fleischer
2012-06-30Make *_free() publicLukas Fleischer
2012-06-30Move apoint_{cut,paste}() to interaction unitLukas Fleischer
2012-06-30Remove "appt_pos" member from day itemsLukas Fleischer
2012-06-30Add an item parameter to various todo_*() functionsLukas Fleischer
2012-06-30Add an item parameter to various day_*() functionsLukas Fleischer
2012-06-30Revise *_delete{,_bynum}()Lukas Fleischer
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