Work on sidebar width user-customization.

This commit is contained in:
Frederic Culot
2010-03-20 13:29:47 +00:00
parent a8cb1c92ef
commit ec36b96848
6 changed files with 123 additions and 38 deletions

View File

@@ -1,6 +1,15 @@
2010-03-20 Frederic Culot <frederic@culot.org>
* src/calcurse.h: new header to gather all existing ones
* src/calcurse.c
* src/calendar.c
* src/wins.c
* src/custom.c (custom_sidebar_config): sidebar configuration
added, allowing to change sidebar's width
* src/wins.c (wins_update_border, wins_update_panels): new
functions extracted from wins_update()
2010-03-19 Frederic Culot <frederic@culot.org>