index
:
calcurse.git
master
pu
the main calcurse repository
calcurse Development Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
calendar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compact panels support
Lukas Fleischer
2012-11-25
1
-5
/
+8
*
Merge branch 'maint'
Lukas Fleischer
2012-11-23
1
-25
/
+45
|
\
|
*
Release screen mutex if thread dies
Lukas Fleischer
2012-11-23
1
-16
/
+16
|
*
Lock screen when drawing on the calendar/notification panel
Lukas Fleischer
2012-11-23
1
-3
/
+23
|
*
Replace localtime() with localtime_r()
Lukas Fleischer
2012-11-22
1
-22
/
+22
*
|
Implement a cache for the monthly view
Lukas Fleischer
2012-06-30
1
-1
/
+24
|
/
*
Add key bindings to go to the previous/next month/year
Lukas Fleischer
2012-06-13
1
-0
/
+12
*
Rename displacement enumeration elements
Lukas Fleischer
2012-06-13
1
-8
/
+8
*
Make appearance.calendarview more explicit in config file
Baptiste Jonglez
2012-05-31
1
-6
/
+0
*
Use mvwaddstr() instead of mvwprintw()
Baptiste Jonglez
2012-05-31
1
-6
/
+4
*
Fix incorrect i18n usage for some strings
Baptiste Jonglez
2012-05-25
1
-2
/
+2
*
Switch to Linux kernel coding style
Lukas Fleischer
2012-05-21
1
-445
/
+376
*
Declare several parameters/variables constant
Lukas Fleischer
2012-05-08
1
-3
/
+3
*
Mark localized string literals constant
Lukas Fleischer
2012-04-05
1
-2
/
+2
*
Update copyright ranges
Lukas Fleischer
2012-03-26
1
-1
/
+1
*
Remove all usages of bzero() and bcopy()
Lukas Fleischer
2012-02-19
1
-1
/
+1
*
src/calendar.c: Fix range check in calendar_move()
Lukas Fleischer
2012-01-21
1
-12
/
+14
*
Merge branch 'maint'
Lukas Fleischer
2011-11-11
1
-1
/
+4
|
\
|
*
Cleanup joinable threads on termination
Lukas Fleischer
2011-10-04
1
-1
/
+4
*
|
Remove parentheses from return statements
Lukas Fleischer
2011-11-02
1
-12
/
+12
*
|
Make use of the NULL macro
Lukas Fleischer
2011-11-02
1
-1
/
+1
*
|
Do not cast unused return values to void
Lukas Fleischer
2011-11-02
1
-12
/
+12
*
|
src/calendar.c: Add a count parameter to calendar_move()
Lukas Fleischer
2011-10-06
1
-6
/
+8
|
/
*
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
1
-1
/
+1
*
Remove dead assignments spotted by clang-analyzer.
Lukas Fleischer
2011-04-03
1
-3
/
+0
*
Use upper case for macro names.
Lukas Fleischer
2011-03-15
1
-6
/
+6
*
Overall indentation fixes.
Lukas Fleischer
2011-03-14
1
-68
/
+68
*
Update website links to match the new URL.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Update mail addresses to match the new mailing lists.
Lukas Fleischer
2011-03-04
1
-1
/
+1
*
Remove CVS "$Id" headers.
Lukas Fleischer
2011-03-03
1
-2
/
+0
*
Fixed file permissions.
Lukas Fleischer
2011-03-03
1
-0
/
+0
*
Make parse_date accept several short forms.
Lukas Fleischer
2011-01-11
1
-6
/
+3
*
isBissextile() removed and replaced by isleap macro.
Frederic Culot
2010-10-23
1
-10
/
+4
*
Cosmetics in the calendar weekly view.
Frederic Culot
2010-03-29
1
-2
/
+2
*
Adapt the weekly calendar view to the side bar width.
Frederic Culot
2010-03-29
1
-12
/
+17
*
More work on sidebar customization.
Frederic Culot
2010-03-21
1
-4
/
+5
*
Work on sidebar width user-customization.
Frederic Culot
2010-03-20
1
-12
/
+19
*
All headers gathered into a single one. Typedefs suppressed.
Frederic Culot
2010-03-20
1
-28
/
+30
*
Patch to correct the wrong calculation of recurrent items' dates after a
Frederic Culot
2010-03-08
1
-3
/
+2
*
Compiler problem fixed (thanks Petr for reporting it).
Frederic Culot
2010-03-01
1
-1
/
+3
*
Code to save the calendar default view in the configuration file.
Frederic Culot
2009-10-28
1
-1
/
+13
*
Changes in the calendar weekly view.
Frederic Culot
2009-10-16
1
-8
/
+26
*
More work on the weekly calendar view.
Frederic Culot
2009-10-08
1
-1
/
+19
*
Display week number inside weekly calendar view.
Frederic Culot
2009-08-25
1
-34
/
+127
*
Work on implementing the weekly calendar view.
Frederic Culot
2009-08-24
1
-53
/
+145
*
stdbool header removed, unsigned type used instead
Frederic Culot
2009-07-12
1
-7
/
+7
*
Switch to BSD license.
Frederic Culot
2009-07-05
1
-14
/
+26
*
Day names and selected date colour now follow user's theme.
Frederic Culot
2009-06-20
1
-10
/
+10
*
do not crash when canceling the thread if it was not launched before
Frederic Culot
2009-01-24
1
-5
/
+4
*
Added wrappers around libc's memory management functions, to easily debug mem...
Frederic Culot
2008-12-28
1
-12
/
+9
[next]