Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Use string literal in titlebar | James Booth | 2012-04-20 | 1 | -2/+1 |
* | Merge branch 'master' into resize | James Booth | 2012-04-20 | 10 | -12/+280 |
|\ | |||||
| * | Added blinking notifications | James Booth | 2012-04-19 | 3 | -8/+34 |
| * | Added more tests to str_replace | James Booth | 2012-04-19 | 2 | -1/+102 |
| * | Handle ampersand | James Booth | 2012-04-19 | 7 | -3/+118 |
| * | Show different message when disconnected | James Booth | 2012-04-19 | 3 | -1/+27 |
| * | Added KEY_RESIZE to non printable chars | James Booth | 2012-04-15 | 1 | -1/+1 |
* | | Spelling in README | James Booth | 2012-04-18 | 1 | -1/+1 |
* | | Updated README | James Booth | 2012-04-17 | 1 | -0/+3 |
* | | Replace input on resize | James Booth | 2012-04-17 | 4 | -14/+26 |
* | | Moved resize code to windows.c, reorder main loop | James Booth | 2012-04-17 | 4 | -38/+37 |
* | | Removed resize debug from console | James Booth | 2012-04-17 | 1 | -1/+0 |
* | | Added current window refresh on resize | James Booth | 2012-04-16 | 1 | -0/+1 |
* | | Basic resize of bars | James Booth | 2012-04-15 | 3 | -22/+36 |
|/ |