index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wins.c
Age
Commit message (
Expand
)
Author
2011-03-03
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
Fixed file permissions.
Lukas Fleischer
2010-03-23
Check added to avoid problems in case side bar width is not found in configur...
Frederic Culot
2010-03-21
Avoid concurrent screen refreshes.
Frederic Culot
2010-03-21
More work on sidebar customization.
Frederic Culot
2010-03-20
Work on sidebar width user-customization.
Frederic Culot
2010-03-20
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2009-10-28
Key bindings for changing calendar view added to the status bar.
Frederic Culot
2009-08-25
Make use of calendar window attributes instead of constants.
Frederic Culot
2009-07-12
stdbool header removed, unsigned type used instead
Frederic Culot
2009-07-05
Switch to BSD license.
Frederic Culot
2009-06-26
Flag command added in todo panel
Frederic Culot
2009-01-03
more code cleanup
Frederic Culot
2009-01-02
code cleanup
Frederic Culot
2008-12-28
Automatic periodic saves implemented
Frederic Culot
2008-12-28
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-12
code cleanup
Frederic Culot
2008-11-23
Building configuration menu to assign keybindings
Frederic Culot
2008-09-20
More work on ical import. Macros to handle errors and to display messages in ...
Frederic Culot
2008-04-19
some memory leaks fixed using valgrind and some minor code cleanup
Frederic Culot
2008-04-19
Scrollbar added in general configuration menu
Frederic Culot
2008-04-18
Generic functions to handle scrolling windows created
Frederic Culot
2008-04-12
Yet another style for source code. GNU style now used (I am fed up with tabs...)
Frederic Culot
2008-02-14
proper cvs tag used
Frederic Culot
2008-02-13
manpage updated
Frederic Culot
2008-02-10
memory leak fixed in notify_thread_app()
Frederic Culot
2007-12-30
Ability to attach notes to todo items added
Frederic Culot
2007-10-21
wins_prop() suppressed
Frederic Culot
2007-10-16
wins_reset() modified to avoid blank screen when resizing window under Linux
Frederic Culot
2007-08-19
wins_reset() updated to handle notification bar reset
Frederic Culot
2007-08-15
win and layout become static variables
Frederic Culot
2007-08-04
error handling while in ncurses mode improved
Frederic Culot
2007-07-28
unuseful headers removed and some functions became static
Frederic Culot
2007-07-23
window_e and window_t added
Frederic Culot
2007-07-21
new source files to store windows handling related routines
Frederic Culot