summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2013-09-24Split long messages at spacesTingPing
2013-09-24Fix tab completion with utf8 completion charTingPing
Closes #738
2013-09-23typo..TingPing
2013-09-23Update help messages for userlist buttons and user popupsTingPing
2013-09-23Revert menu.c @ ae04663aa9TingPing
This caused a few bugs such as improperly setting away/back and redrawing the channel tree when the menu is opened.
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 warningTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it.
2013-09-20Fix messages on networks that have chantypes the same as nick prefixesTingPing
Closes #763
2013-09-19Make manual reposition after unfullscreen Windows onlyTingPing
2013-09-19Replace more GDK_* with GDK_KEYTingPing
2013-09-19Add fullscreen to to view menuTingPing
2013-09-18Improve text repositioning when searchbar string is modified.Richard Hitt
2013-09-17Add message arguement to /queryTingPing
Closes #757
2013-09-16Searchbar: Don't show error on empty stringTingPing
2013-09-16Fix searchbar loading highlight all pref on startTingPing
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Fix xtext crash in rawlog/text events windowTingPing
Closes #740
2013-09-15Fix logging networks with invalid names on WindowsTingPing
2013-09-15use GDK_KEYTingPing
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-14Update tooltip for sound alerts without libcanberraTingPing
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-31Of course mimetype doesn't work on Windows..TingPing
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-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
\"$@\" got malformed and interpreted by the Makefile
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
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-17Make formatting more consistentTingPing
#719
2013-08-16Improve cursor behaviorFarow
- The cursor doesn't turn into a hand for non-url parts of a word - Removal of unneeded variable str