summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
2013-10-12win32: Use version information from configure.ac to populate the ↵Arnavion
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
2013-10-10Fix a few cppcheck warnings.XhmikosR
Use the proper data type in format functions and fix a resource leak.
2013-10-09Fix messages with server-time not showing as new activityDiogo Sousa
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746.
2013-10-08Add preference to change tabs on scrollTingPing
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-10-04Fix crash with long notify lists.TingPing
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-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-29Accept %I in text eventsTingPing
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-26Remove remnants of native file dialogsTingPing
2013-09-26Remove whats left of gconfTingPing
2013-09-25Only show users country if its not unknownTingPing
2013-09-24Split long messages at spacesTingPing
2013-09-23Fix /cycle commandTingPing
- Uses the correct channelkey when called from another tab - Allows it to be used from any tab in the same server - Verifies it's a channel you are in
2013-09-23Only underline the channel part if nick prefixTingPing
2013-09-23Fix url detection of channel with nick prefixTingPing
Closes #769
2013-09-23Strip trailing space from CAP REQTingPing
Mentioned in #770
2013-09-20Fix messages on networks that have chantypes the same as nick prefixesTingPing
Closes #763
2013-09-19Add fullscreen to to view menuTingPing
2013-09-17Add message arguement to /queryTingPing
Closes #757
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Fix logging networks with invalid names on WindowsTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-09-15Merge xchat r1525TingPing
Fixes possible crash
2013-09-12Default spotchat to SASLTingPing
2013-09-07Add channelkey to channel listsTingPing
2013-09-07Merge branch 'saslmech'TingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
2013-09-06Merge pull request #733 from hexchat/filedialogTingPing
Improve file dialogs
2013-09-06Fix detecting utf-8 on some networksTingPing
2013-08-31Use mimetypes for audio and imagesTingPing
2013-08-31Improve file dialogsTingPing
- Fixes #314 - Adds file extensions to sound and image browsing - Some options no longer default to our config dir - Always add a shortcut to our config dir - Remove broken 'last_dir' functionality, gtk already knows recent
2013-08-28Update text events, fix colored vhostsNoneGiven
2013-08-26Handle incoming messages from yourselfTingPing
These are common for users of bouncers, private messages still need to be handled.
2013-08-25Update CLEAR and MSG help messageTingPing
2013-08-25Update help for close commandTingPing
2013-08-21Add TinyCrab to network listTingPing
Closes #723
2013-08-20Handle lists in MONITOR repliesTingPing
2013-08-15Merge pull request #718 from Farow/pullTingPing
Channel url improvements
2013-08-15Add ObsidianIRC networkTingPing
#412
2013-08-13Allow multiple channels in url, fix nick reFarow
- Multiple channels have to be separated by a comma - Fix #nick becoming a url for nick instead of #nick
2013-08-13Channel url and cursor fixFarow
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url
2013-08-10Merge branch 'pluginreload'TingPing
2013-08-10And free connect command..TingPing