aboutsummaryrefslogtreecommitdiffstats
path: root/src/wins.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a key binding for generic-copyLukas Fleischer2012-07-061-1/+2
|/
* Add key bindings to go to the previous/next month/yearLukas Fleischer2012-06-131-3/+10
* Rename displacement enumeration elementsLukas Fleischer2012-06-131-8/+8
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-426/+359
* src/wins.c: Run editor and pager in a shellLukas Fleischer2012-05-161-1/+1
* Declare several parameters/variables constantLukas Fleischer2012-05-081-2/+2
* Various code cleanupBaptiste Jonglez2012-05-021-11/+3
* Use percentage-based width for the sidebarLukas Fleischer2012-04-121-23/+14
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Do not strncpy() strings returned by gettext()Lukas Fleischer2012-03-121-9/+4
* Revamp key bindings displayLukas Fleischer2012-03-021-28/+46
* Remove parentheses from return statementsLukas Fleischer2011-11-021-1/+1
* Do not cast unused return values to voidLukas Fleischer2011-11-021-4/+4
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-3/+3
* Avoid unnecessary window updatesLukas Fleischer2011-10-061-30/+34
* Add key binding for pipe-item commandLukas Fleischer2011-07-071-7/+9
* Move endwin() down in wins_prepare_external()Lukas Fleischer2011-07-051-1/+1
* Refactor wins_launch_external()Lukas Fleischer2011-07-021-19/+24
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* 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-2/+2
* Remove unused variables from wins_show().Lukas Fleischer2011-04-031-4/+1
* Overall indentation fixes.Lukas Fleischer2011-03-141-22/+22
* 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
* Check added to avoid problems in case side bar width is not found in configur...Frederic Culot2010-03-231-2/+4
* 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 mem...Frederic Culot2008-12-281-8/+9
* 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
* 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