aboutsummaryrefslogtreecommitdiffstats
path: root/src/wins.c
Commit message (Collapse)AuthorAgeFilesLines
* Check added to avoid problems in case side bar width is not found in ↵Frederic Culot2010-03-231-2/+4
| | | | configuration file.
* Avoid concurrent screen refreshes.Frederic Culot2010-03-211-6/+74
|
* More work on sidebar customization.Frederic Culot2010-03-211-17/+87
|
* Work on sidebar width user-customization.Frederic Culot2010-03-201-8/+22
|
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-58/+51
|
* Key bindings for changing calendar view added to the status bar.Frederic Culot2009-10-281-7/+8
|
* Make use of calendar window attributes instead of constants.Frederic Culot2009-08-251-16/+19
|
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-2/+2
|
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
|
* Flag command added in todo panelFrederic Culot2009-06-261-4/+4
|
* more code cleanupFrederic Culot2009-01-031-3/+137
|
* code cleanupFrederic Culot2009-01-021-4/+4
|
* Automatic periodic saves implementedFrederic Culot2008-12-281-2/+2
|
* Added wrappers around libc's memory management functions, to easily debug ↵Frederic Culot2008-12-281-8/+9
| | | | memory usage
* code cleanupFrederic Culot2008-12-121-8/+4
|
* Building configuration menu to assign keybindingsFrederic Culot2008-11-231-5/+5
|
* More work on ical import. Macros to handle errors and to display messages in ↵Frederic Culot2008-09-201-1/+6
| | | | both command-line and curses mode added
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-4/+4
|
* Scrollbar added in general configuration menuFrederic Culot2008-04-191-2/+17
|
* Generic functions to handle scrolling windows createdFrederic Culot2008-04-181-1/+49
|
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-279/+294
|
* proper cvs tag usedFrederic Culot2008-02-141-1/+1
|
* manpage updatedFrederic Culot2008-02-131-2/+3
| | | | | | | NOTESIZ shortened to be 6 characters long, as only 6 'X' are used in the glibc version of mkstemp(3). bugfix: wrong calculated len in wins_launch_external(), which lead to erroneus note file name
* memory leak fixed in notify_thread_app()Frederic Culot2008-02-101-4/+9
| | | | | | check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable
* Ability to attach notes to todo items addedFrederic Culot2007-12-301-2/+31
|
* wins_prop() suppressedFrederic Culot2007-10-211-137/+112
| | | | routines updated to handle new window_t type
* wins_reset() modified to avoid blank screen when resizing window under LinuxFrederic Culot2007-10-161-7/+1
|
* wins_reset() updated to handle notification bar resetFrederic Culot2007-08-191-1/+7
|
* win and layout become static variablesFrederic Culot2007-08-151-92/+143
| | | | | | wins_prop() added wins_layout() and wins_set_layout() added wins_reset() added
* error handling while in ncurses mode improvedFrederic Culot2007-08-041-4/+2
|
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-4/+50
|
* window_e and window_t addedFrederic Culot2007-07-231-10/+43
| | | | | wins_slct_init(), wins_slctd_set(), wins_slctd_next() and wins_slctd() created
* new source files to store windows handling related routinesFrederic Culot2007-07-211-0/+260