Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only update a contact if data changed | James Booth | 2012-05-24 | 1 | -1/+1 |
| | |||||
* | Added equality function types to autocomplete | James Booth | 2012-05-23 | 1 | -0/+2 |
| | |||||
* | Added result to add and remove from autocomplete | James Booth | 2012-05-23 | 1 | -2/+2 |
| | |||||
* | Autcomplete defaults to string data | James Booth | 2012-05-20 | 1 | -1/+2 |
| | | | | | | 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 api | James Booth | 2012-05-20 | 1 | -9/+7 |
| | | | | | Now stores memory management functions, passed on p_autocomplete_new | ||||
* | Changed contact list to use generic autocomplete | James Booth | 2012-05-13 | 1 | -4/+7 |
| | |||||
* | Added generic prof_autocomplete | James Booth | 2012-05-13 | 1 | -0/+40 |