Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | This reverts commit 0c0a242972456e19a609b70cbbfc774cbfc1a91f. | ||||
* | Revert "Free split args in command.c" | James Booth | 2012-04-28 | 1 | -3/+1 |
| | | | | This reverts commit 161157a1c868746d052924bd590c5cfd9f7a75f7. | ||||
* | Revert "Free command memory" | James Booth | 2012-04-28 | 1 | -1/+0 |
| | | | | This reverts commit 07fdb4afef3af00fa47aad74140b3622efa32460. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: command.c | ||||
| * | 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 |
| | | | | | For terminals (e.g. gnome-terminal) that do not support blinking | ||||
* | 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 |
| | | | | | Text is not visible but not lost, resizing will bring it back | ||||
* | 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 |
| |