about summary refs log tree commit diff stats
path: root/prof_autocomplete.c
Commit message (Collapse)AuthorAgeFilesLines
* Only update a contact if data changedJames Booth2012-05-241-5/+21
|
* Added result to add and remove from autocompleteJames Booth2012-05-231-9/+9
|
* Autcomplete defaults to string dataJames Booth2012-05-201-1/+6
| | | | | | p_obj_autocomplete_new() can be used to create an autocompleter that stores arbitrary data structures passing memory management functions to get a string, copy and free
* Simplified autocomplete apiJames Booth2012-05-201-42/+41
| | | | | Now stores memory management functions, passed on p_autocomplete_new
* Handling of NULL free_func in prof_autocompelteJames Booth2012-05-201-0/+14
|
* Added common module for glib compatibilityJames Booth2012-05-191-0/+1
|
* Autocomplte uses default functionsJames Booth2012-05-181-13/+21
|
* Autocompletion takes NULL str_func parameterJames Booth2012-05-131-6/+12
| | | | | For cases where the list is made of pure strings, rather than some struct (void *)
* Changed contact list to use generic autocompleteJames Booth2012-05-131-7/+9
|
* Added generic prof_autocompleteJames Booth2012-05-131-0/+200