Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | windows tidy up | James Booth | 2012-11-26 | 5 | -108/+103 | |
| | ||||||
* | Added header define to window.h | James Booth | 2012-11-25 | 1 | -0/+5 | |
| | ||||||
* | Fixed help config file locations | James Booth | 2012-11-25 | 3 | -5/+13 | |
| | ||||||
* | Fixed config location in man page | James Booth | 2012-11-25 | 1 | -2/+2 | |
| | ||||||
* | Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOME | James Booth | 2012-11-25 | 10 | -51/+322 | |
| | ||||||
* | configure.ac Fixed spelling in libnotify message | James Booth | 2012-11-25 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'wheel' | James Booth | 2012-11-25 | 3 | -2/+49 | |
|\ | ||||||
| * | Added Cywin mouse wheel handling | James Booth | 2012-11-25 | 1 | -0/+10 | |
| | | ||||||
| * | Added cygwin check to configure.ac | James Booth | 2012-11-25 | 1 | -0/+6 | |
| | | ||||||
| * | Fixed compile after merging master | James Booth | 2012-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into wheel | James Booth | 2012-11-25 | 24 | -807/+1342 | |
| |\ | ||||||
| * \ | Merge branch 'master' into wheel | James Booth | 2012-11-21 | 7 | -167/+320 | |
| |\ \ | ||||||
| * | | | Listen only for mouse events we're interested in | James Booth | 2012-11-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Wheel jumps four lines | James Booth | 2012-11-20 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Added basic mouse wheel handling | James Booth | 2012-11-20 | 2 | -2/+33 | |
| | | | | ||||||
* | | | | Fixed /prefs output when no theme chosen | James Booth | 2012-11-25 | 1 | -1/+6 | |
| |_|/ |/| | | ||||||
* | | | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 6 | -32/+129 | |
| | | | ||||||
* | | | Messages not lost when run out of windows | James Booth | 2012-11-24 | 2 | -53/+92 | |
| | | | | | | | | | | | | Incoming messages are shown in the console when all windows are full | |||||
* | | | Status bar active on console messages when not in console | James Booth | 2012-11-24 | 1 | -21/+58 | |
| | | | ||||||
* | | | Added console to statusbar window list | James Booth | 2012-11-24 | 2 | -39/+42 | |
| | | | ||||||
* | | | Allow alt-num to select window | James Booth | 2012-11-24 | 4 | -30/+79 | |
| | | | ||||||
* | | | Don't output ctrl characters | James Booth | 2012-11-24 | 1 | -1/+9 | |
| | | | ||||||
* | | | Switched to ncurses raw mode | James Booth | 2012-11-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Revert "Stop ctrl-c quitting with /ctrlc off" | James Booth | 2012-11-23 | 5 | -59/+4 | |
| | | | | | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850. | |||||
* | | | Stop ctrl-c quitting with /ctrlc off | James Booth | 2012-11-23 | 5 | -4/+59 | |
| | | | ||||||
* | | | Allocate memory for windows when needed | James Booth | 2012-11-23 | 5 | -263/+347 | |
| | | | ||||||
* | | | Added time to themes, and some example themes | James Booth | 2012-11-22 | 10 | -0/+151 | |
| | | | ||||||
* | | | Added input text to theme | James Booth | 2012-11-22 | 6 | -23/+32 | |
| | | | ||||||
* | | | Added theme to prefs output | James Booth | 2012-11-22 | 1 | -0/+2 | |
| | | | ||||||
* | | | Moved colour initialisation to theme | James Booth | 2012-11-21 | 3 | -204/+42 | |
| | | | ||||||
* | | | Added theme files support with /theme command | James Booth | 2012-11-21 | 6 | -30/+118 | |
| | | | ||||||
* | | | Separated colours from main preferences | James Booth | 2012-11-21 | 7 | -348/+478 | |
| |/ |/| | ||||||
* | | Added more colour preferences | James Booth | 2012-11-21 | 7 | -167/+320 | |
|/ | ||||||
* | Send presence changes to chat rooms | James Booth | 2012-11-20 | 3 | -2/+33 | |
| | ||||||
* | Status bar message now correctly overwrites previous message | James Booth | 2012-11-19 | 1 | -1/+19 | |
| | ||||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 7 | -17/+96 | |
| | ||||||
* | Moved disconnect code to profanity module | James Booth | 2012-11-19 | 3 | -4/+11 | |
| | ||||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 7 | -9/+67 | |
| | ||||||
* | Fixed workaround for old server self room presence check | James Booth | 2012-11-19 | 1 | -0/+1 | |
| | ||||||
* | Handle legacy delayed messages in chat rooms | James Booth | 2012-11-19 | 3 | -22/+25 | |
| | ||||||
* | Handle room member presence | James Booth | 2012-11-19 | 7 | -1/+55 | |
| | ||||||
* | Return whether or not room member presence was changed | James Booth | 2012-11-18 | 2 | -2/+14 | |
| | ||||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 7 | -6/+65 | |
| | ||||||
* | Moved function to remove from roster on nick change | James Booth | 2012-11-18 | 2 | -1/+3 | |
| | ||||||
* | Fixed error when not nick name change presence | James Booth | 2012-11-18 | 1 | -3/+2 | |
| | ||||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 9 | -26/+227 | |
| | ||||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 7 | -0/+76 | |
| | ||||||
* | Support legacy delayed delivery (XEP-0091) as well as XEP-0203 | James Booth | 2012-11-18 | 3 | -13/+41 | |
| | ||||||
* | Merge remote-tracking branch 'dmitry/macos' | James Booth | 2012-11-18 | 3 | -12/+54 | |
|\ | | | | | | | | | Conflicts: src/command.c | |||||
| * | use internal implementation of getline | Dmitry Podgorny | 2012-11-18 | 3 | -12/+54 | |
| | | | | | | | | MacOS doesn't have function getline |