aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-342/+280
* Factorize boolean user prompting.Baptiste Jonglez2012-05-141-2/+1
* Miscellaneous small code cleanupsLukas Fleischer2012-04-061-7/+2
* Mark localized string literals constantLukas Fleischer2012-04-051-7/+7
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Trap fgets() failure in *_scan()Lukas Fleischer2012-02-181-1/+3
* src/apoint.c: Update in-notify-bar help for new duration syntaxBaptiste Jonglez2012-01-071-2/+2
* src/apoint.c: Fix a length bug introduced by new duration formatBaptiste Jonglez2012-01-071-1/+1
* src/apoint.c: Remove several unneeded variablesLukas Fleischer2011-12-051-36/+30
* src/apoint.c: Remove apoint_recur_s2apoint_s()Lukas Fleischer2011-11-141-16/+0
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-1/+1
* Use a global configuration variableLukas Fleischer2011-11-141-2/+2
* Remove parentheses from return statementsLukas Fleischer2011-11-021-8/+8
* Do not cast unused return values to voidLukas Fleischer2011-11-021-25/+20
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-2/+2
* src/apoint.c: Format recurrent multi-day items properlyLukas Fleischer2011-10-211-2/+2
* Make events start on 00:00 (12:00 a.m.)Lukas Fleischer2011-10-211-1/+1
* src/apoint.c: Resize duration input fieldLukas Fleischer2011-10-061-1/+2
* Use parse_{time,duration}() where appropriateLukas Fleischer2011-10-061-25/+25
* Add count parameter to *_{in,de}crease()Lukas Fleischer2011-10-061-4/+4
* Remove temporary highlight pointersLukas Fleischer2011-10-061-1/+1
* Do not unlink() note files on note removalLukas Fleischer2011-10-051-9/+7
* Fix apoint_get() call in apoint_switch_notify()Lukas Fleischer2011-07-291-1/+1
* Update the notification item in *_paste_item()Lukas Fleischer2011-07-291-0/+4
* Add "force" parameter to notify_check_next_app()Lukas Fleischer2011-07-291-2/+2
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Use generic lists for appointments.Lukas Fleischer2011-04-191-138/+94
* Use do-while loops when reading start time and duration in apoint_add().Lukas Fleischer2011-04-121-2/+5
* Remove some more dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-121-1/+0
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-4/+4
* Overall indentation fixes.Lukas Fleischer2011-03-141-155/+155
* Parse appointment end times correctly if they date back.Lukas Fleischer2011-03-131-1/+1
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-45/+34
* Make use of erase_note() whenever possible.Frederic Culot2009-07-191-15/+4
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-5/+5
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* The buffer should be allocated dynamically, but I am quite busy right now :'(...Frederic Culot2009-05-221-3/+3
* more code cleanupFrederic Culot2009-01-031-12/+19
* code cleanupFrederic Culot2009-01-021-13/+13
* various bugfixesFrederic Culot2009-01-021-3/+3
* cut/paste feature adedFrederic Culot2009-01-011-9/+115
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-53/+64
* small bugfixes and a major one (freeze when deleting an appointment's note, t...Frederic Culot2008-12-151-5/+6
* small bugfixes and code cleanupFrederic Culot2008-12-141-10/+6
* code cleanupFrederic Culot2008-12-121-8/+5
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-4/+4