summaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
Commit message (Expand)AuthorAgeFilesLines
* Add hidden key handler windowLukas Fleischer2012-12-161-0/+1
* Merge branch 'maint'Lukas Fleischer2012-11-291-0/+2
|\
| * Ignore signals during command executionLukas Fleischer2012-11-281-0/+2
* | io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-3/+3
* | Add compact panels supportLukas Fleischer2012-11-251-1/+2
* | Add configuration option to set a default panelLukas Fleischer2012-11-251-9/+10
* | Remove wins_slctd_init()Lukas Fleischer2012-11-251-1/+0
* | Merge branch 'maint'Lukas Fleischer2012-11-231-1/+22
|\|
| * Release screen mutex if thread diesLukas Fleischer2012-11-231-0/+18
| * Lock screen when drawing on the calendar/notification panelLukas Fleischer2012-11-231-0/+4
| * Do not display a mark when files are auto-savedLukas Fleischer2012-11-231-1/+0
* | Use status_ask_choice() for the export dialogLukas Fleischer2012-11-181-1/+0
* | Remove the erase flag and legacy deletion codeLukas Fleischer2012-07-071-11/+4
* | Merge cut/deleteLukas Fleischer2012-07-071-3/+1
* | Refactor exception handlingLukas Fleischer2012-07-071-2/+5
* | Refactor note removalLukas Fleischer2012-07-071-1/+1
* | Add support for copy/paste registersLukas Fleischer2012-07-071-5/+8
* | Add a key binding for generic-copyLukas Fleischer2012-07-061-0/+1
* | Add interact_day_item_copy()Lukas Fleischer2012-07-061-0/+1
* | Add day_item_fork()Lukas Fleischer2012-07-061-0/+1
* | Refactor *_dup()Lukas Fleischer2012-07-061-0/+4
* | Revise todo_delete_note_bynum()Lukas Fleischer2012-07-041-1/+1
* | Remove unused function day_item_nb()Lukas Fleischer2012-07-041-1/+0
* | Implement a cache for the monthly viewLukas Fleischer2012-06-301-0/+3
* | Remove unneeded parameter/return valueLukas Fleischer2012-06-301-2/+2
* | Revise cut/pastingLukas Fleischer2012-06-301-6/+7
* | Make *_free() publicLukas Fleischer2012-06-301-0/+5
* | Move apoint_{cut,paste}() to interaction unitLukas Fleischer2012-06-301-2/+2
* | Remove "appt_pos" member from day itemsLukas Fleischer2012-06-301-1/+0
* | Add an item parameter to various todo_*() functionsLukas Fleischer2012-06-301-4/+4
* | Add an item parameter to various day_*() functionsLukas Fleischer2012-06-301-4/+4
* | Revise *_delete{,_bynum}()Lukas Fleischer2012-06-301-5/+5
* | Allow passing more complex data to list callbacksLukas Fleischer2012-06-301-4/+4
* | Rename interaction functionsLukas Fleischer2012-06-301-10/+9
* | Move interaction functions to a separate fileLukas Fleischer2012-06-301-10/+19
* | Remove unused functionsLukas Fleischer2012-06-301-4/+0
* | Simplify apoint_switch_notify()Lukas Fleischer2012-06-301-1/+2
* | src/day.c: Add day_write_stdout()Lukas Fleischer2012-06-301-0/+2
* | Make day_store_items() publicLukas Fleischer2012-06-301-0/+2
* | Simplify recur_apoint_switch_notify()Lukas Fleischer2012-06-301-1/+1
* | Rework generic item containerLukas Fleischer2012-06-301-12/+16
|/
* Fix compilation with NLS disabledLukas Fleischer2012-06-301-0/+1
* 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