Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | | | | | | | | | | | | | | When something happens in the a active window, the status bar shows a blinking notification. Moving to the window stops the blinking. | |||||
| * | Added more tests to str_replace | James Booth | 2012-04-19 | 2 | -1/+102 | |
| | | | | | | | | Handles NULLs and empty strings better | |||||
| * | Handle ampersand | James Booth | 2012-04-19 | 7 | -3/+118 | |
| | | | | | | | | Replaced with & in messages | |||||
| * | Show different message when disconnected | James Booth | 2012-04-19 | 3 | -1/+27 | |
| | | | | | | | | Also show message in active chat windows | |||||
| * | 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 | |
| | |