Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Refactored prof_history | James Booth | 2012-05-02 | 1 | -121/+139 |
* | Removed debug from prof_history | James Booth | 2012-05-01 | 1 | -2/+0 |
* | Fixed segfault in prof_history | James Booth | 2012-05-01 | 2 | -13/+45 |
* | Added test exposing segfault in history | James Booth | 2012-05-01 | 1 | -0/+18 |
* | Bash style history | James Booth | 2012-05-01 | 12 | -199/+148 |
* | More work on history | James Booth | 2012-04-30 | 2 | -36/+106 |
* | Create history session | James Booth | 2012-04-30 | 3 | -39/+137 |
* | Started work on bash style history | James Booth | 2012-04-30 | 7 | -3/+161 |
* | Revert "Created command_t struct for command handling" | James Booth | 2012-04-28 | 1 | -18/+4 |
* | Revert "Free split args in command.c" | James Booth | 2012-04-28 | 1 | -3/+1 |
* | Revert "Free command memory" | James Booth | 2012-04-28 | 1 | -1/+0 |
* | Free command memory | James Booth | 2012-04-27 | 1 | -0/+1 |
* | Free split args in command.c | James Booth | 2012-04-27 | 1 | -1/+3 |
* | Created command_t struct for command handling | James Booth | 2012-04-27 | 1 | -4/+18 |
* | Merge branch 'glib' | James Booth | 2012-04-26 | 8 | -56/+39 |
|\ | |||||
| * | Removed trim method from util | James Booth | 2012-04-26 | 4 | -76/+2 |
| * | Replaced trim implementation with g_strstrip | James Booth | 2012-04-26 | 3 | -18/+6 |
| * | Added trim tests | James Booth | 2012-04-26 | 2 | -0/+68 |
| * | Usage of gboolean in command.c | James Booth | 2012-04-24 | 3 | -25/+30 |
| * | Removed ncurses.h from profanity.c | James Booth | 2012-04-24 | 1 | -2/+0 |
| * | Removed commented code from main | James Booth | 2012-04-24 | 1 | -1/+0 |
| * | Removed ncurses.h from command.c | James Booth | 2012-04-24 | 1 | -1/+0 |
| * | Added glib to Makefile | James Booth | 2012-04-24 | 1 | -2/+2 |
* | | Added flash notification and option | James Booth | 2012-04-24 | 4 | -0/+33 |
* | | Added beep setting command | James Booth | 2012-04-24 | 3 | -1/+28 |
* | | Beep on incomming message | James Booth | 2012-04-24 | 1 | -1/+2 |
|/ | |||||
* | Removed old files from .gitignore | James Booth | 2012-04-23 | 1 | -2/+0 |
* | Pulled out TODO | James Booth | 2012-04-23 | 2 | -9/+6 |
* | Tidy commands and contact list | James Booth | 2012-04-23 | 2 | -16/+28 |
* | Added different colour for notifications | James Booth | 2012-04-23 | 1 | -0/+4 |
* | Input buffer 200 chars | James Booth | 2012-04-23 | 1 | -1/+1 |
* | Removed resize debug | James Booth | 2012-04-23 | 1 | -1/+0 |
* | Make pads bigger on resize | James Booth | 2012-04-23 | 1 | -1/+15 |
* | Resize current pad | James Booth | 2012-04-22 | 1 | -2/+13 |
* | Moved windows on resize | James Booth | 2012-04-22 | 6 | -18/+24 |
* | Added status bar resize | James Booth | 2012-04-22 | 3 | -4/+56 |
* | Renamed title_bar_redraw -> title_bar_resize | James Booth | 2012-04-20 | 3 | -3/+3 |
* | Added is_active and is_new to status bar | James Booth | 2012-04-20 | 1 | -2/+8 |
* | Added title bar redraw | James Booth | 2012-04-20 | 3 | -1/+14 |
* | Refactored title bar status | James Booth | 2012-04-20 | 1 | -28/+33 |
* | Store current title for titlebar | James Booth | 2012-04-20 | 1 | -1/+9 |