aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-1/+9
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-8/+7
* Make appearance.calendarview more explicit in config fileBaptiste Jonglez2012-05-311-0/+7
* Provide an array of available date input formatsBaptiste Jonglez2012-05-311-0/+1
* Give a meaning to DATE_FORMATSBaptiste Jonglez2012-05-311-1/+4
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-481/+471
* Allow passing additional parameters to shell_exec()Lukas Fleischer2012-05-161-1/+1
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-1/+1
* src/utils.c: Add a status_ask_simplechoice() functionBaptiste Jonglez2012-05-141-0/+1
* src/utils.c: Add a status_ask_choice() functionBaptiste Jonglez2012-05-141-0/+1
* Declare several parameters/variables constantLukas Fleischer2012-05-081-51/+52
* Refactor startup screen branchLukas Fleischer2012-04-121-1/+1
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-0/+1
* Mark some more variables/parameters constantLukas Fleischer2012-04-051-3/+3
* Fix semantics of "general."{systemdialogs,progressbar}Lukas Fleischer2012-03-291-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-4/+4
* Get rid of string structuresLukas Fleischer2012-03-121-6/+0
* Break out configuration main menuLukas Fleischer2012-03-021-0/+1
* Revamp key bindings displayLukas Fleischer2012-03-021-1/+2
* Add a read-only optionLukas Fleischer2012-02-241-0/+1
* Split note file generation into separate functionLukas Fleischer2012-01-171-0/+1
* Break out different import/export formatsLukas Fleischer2012-01-071-0/+8
* src/utils.c: Mark is_all_digit() parameter constLukas Fleischer2011-12-091-1/+1
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-2/+5
* Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-141-0/+1
* src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer2011-11-141-1/+0
* Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-141-0/+3
* Use a dynamic method to print events to stdoutLukas Fleischer2011-11-141-0/+1
* Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-141-0/+1
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-1/+1
* Use a global configuration variableLukas Fleischer2011-11-141-14/+15
* Merge branch 'maint'Lukas Fleischer2011-11-111-0/+3
|\
| * Do not hardcode paths to the default editor/pagerLukas Fleischer2011-10-041-0/+3
* | Do not cast unused return values to voidLukas Fleischer2011-11-021-4/+4
* | Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-0/+6
* | Pass item durations to recur_item_inday()Lukas Fleischer2011-10-211-1/+2
* | src/utils.c: Remove check_time()Lukas Fleischer2011-10-061-1/+0
* | src/utils.c: Introduce parse_{time,duration}()Lukas Fleischer2011-10-061-0/+2
* | src/calcurse.h: Rework date manipulation constantsLukas Fleischer2011-10-061-5/+13
* | src/utils.c: Mark input string of parse_date() constLukas Fleischer2011-10-061-1/+1
* | Add count buffer to keys_getch()Lukas Fleischer2011-10-061-1/+1
* | Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-061-6/+6
* | src/calendar.c: Add a count parameter to calendar_move()Lukas Fleischer2011-10-061-1/+1
* | Avoid unnecessary window updatesLukas Fleischer2011-10-061-3/+10
* | Add configuration option to run the GC on exitLukas Fleischer2011-10-051-0/+1
* | Add a garbage collector for note filesLukas Fleischer2011-10-051-0/+4
* | Do not unlink() note files on note removalLukas Fleischer2011-10-051-6/+5
* | Accept variable length note namesLukas Fleischer2011-10-051-1/+2
* | Refactor out note deserializationLukas Fleischer2011-10-051-0/+1