Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added more autcomplete tests, test updating items | James Booth | 2012-05-24 | 1 | -0/+115 | |
| | | ||||||
| * | Only update a contact if data changed | James Booth | 2012-05-24 | 6 | -31/+68 | |
| | | ||||||
| * | Added equality function types to autocomplete | James Booth | 2012-05-23 | 1 | -0/+2 | |
| | | ||||||
| * | Added equality functions to contact | James Booth | 2012-05-23 | 2 | -0/+16 | |
| | | ||||||
| * | Added result to add and remove from autocomplete | James Booth | 2012-05-23 | 5 | -21/+25 | |
| | | ||||||
| * | Formatted presence examples | James Booth | 2012-05-23 | 1 | -5/+48 | |
| | | ||||||
| * | Added some example data | James Booth | 2012-05-23 | 2 | -0/+1743 | |
| | | ||||||
* | | Renamed windows.h -> ui.h | James Booth | 2012-05-24 | 10 | -17/+18 | |
| | | ||||||
* | | Tidied up design doc | James Booth | 2012-05-24 | 1 | -21/+22 | |
|/ | ||||||
* | Added more code documentation | James Booth | 2012-05-22 | 1 | -0/+15 | |
| | ||||||
* | Added some code documentation, DESIGN | James Booth | 2012-05-22 | 1 | -0/+166 | |
| | ||||||
* | Changed linking order in makefile | James Booth | 2012-05-20 | 1 | -1/+1 | |
| | ||||||
* | Added glib to test libs | James Booth | 2012-05-20 | 1 | -1/+1 | |
| | ||||||
* | Updated README | James Booth | 2012-05-20 | 1 | -8/+5 | |
| | ||||||
* | preferences now uses autcomplete for login | James Booth | 2012-05-20 | 1 | -59/+6 | |
| | ||||||
* | Autcomplete defaults to string data | James Booth | 2012-05-20 | 4 | -21/+28 | |
| | | | | | | 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 | 4 | -151/+135 | |
| | | | | | Now stores memory management functions, passed on p_autocomplete_new | |||||
* | Handling of NULL free_func in prof_autocompelte | James Booth | 2012-05-20 | 2 | -3/+123 | |
| | ||||||
* | Added common to tests | James Booth | 2012-05-19 | 1 | -2/+2 | |
| | ||||||
* | Added common module for glib compatibility | James Booth | 2012-05-19 | 4 | -1/+66 | |
| | ||||||
* | Autocomplete tests use heap instead of literals | James Booth | 2012-05-18 | 1 | -9/+33 | |
| | ||||||
* | Autocomplte uses default functions | James Booth | 2012-05-18 | 7 | -14/+173 | |
| | ||||||
* | Autocompletion takes NULL str_func parameter | James Booth | 2012-05-13 | 1 | -6/+12 | |
| | | | | | For cases where the list is made of pure strings, rather than some struct (void *) | |||||
* | Changed contact list to use generic autocomplete | James Booth | 2012-05-13 | 7 | -157/+49 | |
| | ||||||
* | Removed tabcompletion | James Booth | 2012-05-13 | 2 | -71/+0 | |
| | ||||||
* | Added generic prof_autocomplete | James Booth | 2012-05-13 | 3 | -2/+242 | |
| | ||||||
* | contact_list_remove returns void | James Booth | 2012-05-13 | 2 | -5/+5 | |
| | ||||||
* | contact_list_add returns void | James Booth | 2012-05-13 | 2 | -6/+6 | |
| | ||||||
* | Added prof_tabcompletion | James Booth | 2012-05-11 | 3 | -1/+73 | |
| | ||||||
* | Removed item from TODO and added issue instead | James Booth | 2012-05-10 | 1 | -1/+0 | |
| | ||||||
* | Finished /connect tab completion | James Booth | 2012-05-10 | 4 | -8/+32 | |
| | ||||||
* | Added functions for autocompletion of JID on login | James Booth | 2012-05-10 | 1 | -2/+55 | |
| | ||||||
* | Create GSList of jids on preferences load | James Booth | 2012-05-10 | 1 | -0/+24 | |
| | ||||||
* | Logins remembered in ~/.profanity | James Booth | 2012-05-10 | 3 | -0/+48 | |
| | ||||||
* | Removed comments from preferences | James Booth | 2012-05-10 | 1 | -5/+0 | |
| | ||||||
* | Made _save_prefs static | James Booth | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | Write properties on change | James Booth | 2012-05-10 | 1 | -1/+13 | |
| | ||||||
* | Moved beep/flash settings to preferences | James Booth | 2012-05-10 | 8 | -37/+43 | |
| | ||||||
* | Renamed setttings -> ui in prefs | James Booth | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | Look up .profanity in home | James Booth | 2012-05-10 | 1 | -2/+5 | |
| | ||||||
* | Added preferences | James Booth | 2012-05-10 | 5 | -3/+78 | |
| | ||||||
* | Removed some oneliner functions | James Booth | 2012-05-10 | 3 | -31/+7 | |
| | ||||||
* | Removed destroy_list, get_size from contact_list | James Booth | 2012-05-10 | 3 | -61/+17 | |
| | ||||||
* | Using GSList for contact list | James Booth | 2012-05-10 | 6 | -189/+122 | |
| | ||||||
* | Added const qualifiers to contact module | James Booth | 2012-05-09 | 2 | -6/+6 | |
| | ||||||
* | Added license to contact module src | James Booth | 2012-05-04 | 2 | -0/+44 | |
| | ||||||
* | Removed contact type from contact list | James Booth | 2012-05-04 | 1 | -6/+0 | |
| | ||||||
* | Added contact module | James Booth | 2012-05-04 | 7 | -147/+189 | |
| | ||||||
* | Refactored history | James Booth | 2012-05-02 | 1 | -11/+15 | |
| | ||||||
* | Added license to new files | James Booth | 2012-05-02 | 2 | -0/+44 | |
| |