summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-10-04Merge pull request #784 from Farow/pull2TingPing
tree-view: switch tabs on mouse wheel up/down
2013-10-05tree-view: switch tabs on mouse wheel up/downFarow
2013-10-04Fix crash with long notify lists.TingPing
2013-10-04libsexy: Improve color parsingFarow
- Background colour is only parsed when there's a comma - Offset for background color is incorrectly calculated (there's no control character, just a comma)
2013-10-04libsexy: never include spaces when spell-checkingTingPing
2013-10-04libsexy: Add "HexChat" to session dictionaryTingPing
2013-10-03Don't try to update the clear button state when there's no DCC window.Arnavion
2013-10-03More improvements to libsexyTingPing
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings
2013-10-03Use spell entry for topicbarTingPing
Closes #150
2013-10-03libsexy: Don't mark nicks spelled incorrectTingPing
2013-10-03Update to gtkspell3's iso code lookupTingPing
This no longer requires libxml so now there is no reason for this to be optional
2013-10-03Remove gtkspell supportTingPing
2013-10-03Fix loading enchant on UnixTingPing
2013-10-03libsexy: load colors more efficientlyTingPing
2013-10-03libsexy: fix spell-check on contractionsTingPing
2013-10-03Parse attributes in the input boxTingPing
2013-10-03Merge pull request #781 from Farow/pull2TingPing
Added shortuct to config folder to installer
2013-10-03Added shortuct to config folder to installerFarow
Fixes #612
2013-10-03Topic bar improvementsTingPing
- Don't show on server tab - Don't show unavailable modes - Remove less used modes and add more common ones - Use proper case for buttons
2013-09-30Strip trailing space from pluginpref_list entriesTingPing
2013-09-30Fix crash in hexchat_pluginpref_list()TingPing
Set max output size to 4096
2013-09-29Update readme.mdTingPing
2013-09-29Merge pull request #775 from benburkhart1/masterTingPing
Channel joiner dialog does not allow you to join a valid channel
2013-09-29RFC 1459 does not require channel name be above 0 characters, only that ↵Benjamin Burkhart
there's a prefix involved, this behavior is present elsewhere in xchat's join channel dialog, making this match.
2013-09-29Remove unused gtk-prefs projectTingPing
2013-09-29Merge branch 'gresource'TingPing
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-09-29Accept %I in text eventsTingPing
2013-09-29Add default keybindings for italics and underlineTingPing
2013-09-28Use Pango Attributes for bold and italicsTingPing
2013-09-27Revert fast scrolling with background imageTingPing
2013-09-27Merge branch 'xtext2'TingPing
2013-09-27Remove overdrawTingPing
2013-09-27Replace xtext's transparency with full window transparencyTingPing
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows.
2013-09-27Update link to site in perl pluginEustachy Kapusta
2013-09-27Tweak svg fileTingPing
2013-09-26Remove useless definesTingPing
- HEXCHAT - USE_DB - SCROLL_HACK - MOTION_MONITOR - ITALIC - COLOR_HILIGHT
2013-09-26Remove XFT, SHM, and MMXTingPing
2013-09-26Remove remnants of native file dialogsTingPing
2013-09-26typoTingPing
2013-09-26Update appdata descriptionTingPing
2013-09-26Remove whats left of gconfTingPing
2013-09-25Make Python version consistent on both platformsTingPing
and don't hardcode 2.7/3.3
2013-09-25Only show users country if its not unknownTingPing
2013-09-25Don't open most windows at mouse positionTingPing
2013-09-25Make join dialog modalTingPing
2013-09-25Update installer links to 2013 redistTingPing
2013-09-24Remove hextrayTingPing
2013-09-24Split long messages at spacesTingPing