summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2007-03-17date_sec2ical_date(), date_sec2ical_datetime() createdFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-03-04border_color() and border_nocolor() updated to take into account newFrederic Culot
2007-02-28bugfix: CTRL-D problems while editing item fixed. Thanks Toucouch for reporti...Frederic Culot
2007-01-16better handling of the values returned by getstring()Frederic Culot
2006-12-18CTRL-K now works properly in getstring()Frederic Culot
2006-12-15sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot
2006-12-14improvements in the memory deallocation in updatestring()Frederic Culot
2006-12-13item_in_popup() improved to replace the scroller() function by a pad.Frederic Culot
2006-12-08datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and update_ti...Frederic Culot
2006-11-30'Edit Itm' command added in the status barFrederic Culot
2006-11-28memcpy() replaced by memmove() in add_char()Frederic Culot
2006-11-02add_char() simplified, using memcpy()Frederic Culot
2006-10-28display_item() updated to add an asterisk in front of recurrent itemsFrederic Culot
2006-10-28getstring() improved to allow the modification of an existing stringFrederic Culot
2006-09-17getstring() improved to check for escape sequenceFrederic Culot
2006-09-16mycpy() createdFrederic Culot
2006-09-16now() createdFrederic Culot
2006-09-14today() createdFrederic Culot
2006-09-07fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot
2006-09-06status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot
2006-08-31'+/-' menu added to status bar while inside TODO panelFrederic Culot
2006-08-23one status bar is now created for each panelFrederic Culot
2006-08-06keybinding changed: CTRL-L is now used to redraw screenFrederic Culot
2006-07-31Initial revisionFrederic Culot