aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* CTRL-K now works properly in getstring()Frederic Culot2006-12-181-3/+2
|
* sprintf replaced by snprintf and strcpy replaced by strncpyFrederic Culot2006-12-151-4/+4
|
* improvements in the memory deallocation in updatestring()Frederic Culot2006-12-141-6/+9
| | | | updatestring() now returns an integer to handle canceling
* item_in_popup() improved to replace the scroller() function by a pad.Frederic Culot2006-12-131-109/+11
| | | | scroller() function suppressed
* datesec2str() moved to date_sec2hour_str(), date_sec2date_str() and ↵Frederic Culot2006-12-081-1/+56
| | | | update_time_in_date() created
* 'Edit Itm' command added in the status barFrederic Culot2006-11-301-8/+12
|
* memcpy() replaced by memmove() in add_char()Frederic Culot2006-11-281-6/+3
|
* add_char() simplified, using memcpy()Frederic Culot2006-11-021-23/+39
| | | | | updatestring() created getstring() modified to take the max string length as an argument
* display_item() updated to add an asterisk in front of recurrent itemsFrederic Culot2006-10-281-5/+11
|
* getstring() improved to allow the modification of an existing stringFrederic Culot2006-10-281-31/+142
| | | | shwostring(), showcursor(), del_char() and add_char() created
* getstring() improved to check for escape sequenceFrederic Culot2006-09-171-1/+4
|
* mycpy() createdFrederic Culot2006-09-161-1/+12
|
* now() createdFrederic Culot2006-09-161-1/+11
|
* today() createdFrederic Culot2006-09-141-1/+18
|
* fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot2006-09-071-21/+21
|
* status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot2006-09-061-136/+89
| | | | reset_status_page() and other_status_page() created
* '+/-' menu added to status bar while inside TODO panelFrederic Culot2006-08-311-4/+7
|
* one status bar is now created for each panelFrederic Culot2006-08-231-3/+46
|
* keybinding changed: CTRL-L is now used to redraw screenFrederic Culot2006-08-061-8/+11
| | | | keybinding added: R to repeat an item
* Initial revisionFrederic Culot2006-07-311-0/+614