about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Implemented /sub showJames Booth2012-11-273-6/+37
|
* Show usage when invalid /sub argumentJames Booth2012-11-271-32/+35
|
* Fixed GLib assertion error when no theme file loadedJames Booth2012-11-271-2/+6
|
* Show message on /join when windows fullJames Booth2012-11-271-0/+2
|
* Show message on /msg when windows fullJames Booth2012-11-273-0/+16
|
* Added /autoping command to set ping interval or disable with 0James Booth2012-11-266-4/+79
|
* Fixed spelling in reconnectJames Booth2012-11-261-1/+1
|
* Setting /reconnect 0 properly disables reconnectJames Booth2012-11-261-10/+18
|
* Attempt to stop mouse click blocking inputJames Booth2012-11-261-5/+1
|
* Fixed GLib assertion error when no XDG env setJames Booth2012-11-261-2/+4
|
* Added to navigation helpJames Booth2012-11-261-2/+5
|
* Fixed some memory leaksJames Booth2012-11-266-4/+38
|
* Further tidy up of windows.cJames Booth2012-11-265-421/+413
|
* windows tidy upJames Booth2012-11-265-108/+103
|
* Added header define to window.hJames Booth2012-11-251-0/+5
|
* Fixed help config file locationsJames Booth2012-11-253-5/+13
|
* Fixed config location in man pageJames Booth2012-11-251-2/+2
|
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-2510-51/+322
|
* configure.ac Fixed spelling in libnotify messageJames Booth2012-11-251-1/+1
|
* Merge branch 'wheel'James Booth2012-11-253-2/+49
|\
| * Added Cywin mouse wheel handlingJames Booth2012-11-251-0/+10
| |
| * Added cygwin check to configure.acJames Booth2012-11-251-0/+6
| |
| * Fixed compile after merging masterJames Booth2012-11-251-2/+2
| |
| * Merge branch 'master' into wheelJames Booth2012-11-2524-807/+1342
| |\
| * \ Merge branch 'master' into wheelJames Booth2012-11-217-167/+320
| |\ \
| * | | Listen only for mouse events we're interested inJames Booth2012-11-201-1/+1
| | | |
| * | | Wheel jumps four linesJames Booth2012-11-201-2/+2
| | | |
| * | | Added basic mouse wheel handlingJames Booth2012-11-202-2/+33
| | | |
* | | | Fixed /prefs output when no theme chosenJames Booth2012-11-251-1/+6
| |_|/ |/| |
* | | Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-256-32/+129
| | |
* | | Messages not lost when run out of windowsJames Booth2012-11-242-53/+92
| | | | | | | | | | | | Incoming messages are shown in the console when all windows are full
* | | Status bar active on console messages when not in consoleJames Booth2012-11-241-21/+58
| | |
* | | Added console to statusbar window listJames Booth2012-11-242-39/+42
| | |
* | | Allow alt-num to select windowJames Booth2012-11-244-30/+79
| | |
* | | Don't output ctrl charactersJames Booth2012-11-241-1/+9
| | |
* | | Switched to ncurses raw modeJames Booth2012-11-231-1/+1
| | |
* | | Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-235-59/+4
| | | | | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* | | Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-235-4/+59
| | |
* | | Allocate memory for windows when neededJames Booth2012-11-235-263/+347
| | |
* | | Added time to themes, and some example themesJames Booth2012-11-2210-0/+151
| | |
* | | Added input text to themeJames Booth2012-11-226-23/+32
| | |
* | | Added theme to prefs outputJames Booth2012-11-221-0/+2
| | |
* | | Moved colour initialisation to themeJames Booth2012-11-213-204/+42
| | |
* | | Added theme files support with /theme commandJames Booth2012-11-216-30/+118
| | |
* | | Separated colours from main preferencesJames Booth2012-11-217-348/+478
| |/ |/|
* | Added more colour preferencesJames Booth2012-11-217-167/+320
|/
* Send presence changes to chat roomsJames Booth2012-11-203-2/+33
|
* Status bar message now correctly overwrites previous messageJames Booth2012-11-191-1/+19
|
* Handling commands after /disconnectJames Booth2012-11-197-17/+96
|
* Moved disconnect code to profanity moduleJames Booth2012-11-193-4/+11
|