summary refs log tree commit diff stats
path: root/src/fe-gtk
AgeCommit message (Collapse)Author
2013-07-15Implemented clear functionality for DCC download manager. Created clear ↵Helder Martins
button in DCC downloaded manager interface.
2013-07-08Fix warningTingPing
2013-07-07Increase upper limit for max DCC speed in preferencesTingPing
For #672
2013-07-03Now fe_get_{int,str}() sets transient for the main window.Diogo Sousa
This allows window managers to handle the window in a better way, for instance xmonad used to open the dialogs in a new tile and now opens a simple float.
2013-07-01Merge pull request #665 from orium/freebsd-fixesTingPing
Freebsd fixes
2013-07-02Don't use G_VALUE_INIT since it was introduced in glib 2.30, and our minimumDiogo Sousa
requirement is glib 2.28. This was giving a compilation error in FreeBSD 9.1, since it uses glib 2.28.
2013-07-01Don't use popup dialogs for helpTingPing
2013-07-01Improve help messageTingPing
2013-07-01Handle extraneous cli args as urlsTingPing
2013-06-28Added preferences options to enable the server-time extension when available.Diogo Sousa
(Internationalization messages missing.)
2013-06-28fe-gtk: Only escape notification bodies for notification servers that ↵Arnav Singh
support "body-markup".
2013-06-20Fixed indent: spaces -> tabs.Diogo Sousa
2013-06-18fix merge conflictTingPing
2013-06-18Use tabsTingPing
2013-06-19Handle IPv6 addresses correcly in fe_open_url_locale().Diogo Sousa
2013-06-18Now WORD_HOST6 is handled the same way as WORD_HOST.Diogo Sousa
2013-06-18Fix urlgrabber right click selection.RichardHitt
2013-06-16Fix Open Data Folder on unixTingPing
Mentioned in #646
2013-06-15Merge branch 'master' of http://github.com/hexchat/hexchatRichard Hitt
2013-06-15Fix Fedora-19 Segmentation fault, bugid 968817.Richard Hitt
2013-06-13More autojoin wording tweaksTingPing
2013-06-13Tweak autojoin wordingTingPing
2013-06-12Don't open libcanberra connection for every eventTingPing
Closes #645
2013-06-09Add irc_ban_type to preferencesTingPing
2013-06-09Specify what for completion amountTingPing
2013-06-09Add completion_amount to prefsTingPing
... and remove completion_auto which is confusing to say the least.
2013-06-08Add more mnemonics to the menuTingPing
2013-06-07Take two at fixing xtext copying to secondary clipboardTingPing
2013-06-06Save chanopt after any changesTingPing
2013-06-06Add chanopt for stripping colorsTingPing
2013-06-06Add autoconnect option to menu of networksTingPing
2013-06-06Make autojoin a toggle menuTingPing
2013-06-04Add missing gtk_tree_path_free()TingPing
2013-06-04Add copy option to right click in banlistTingPing
Closes #626
2013-06-04copy xtext selection to all clipboardsTingPing
2013-06-02translate servlist tabsTingPing
2013-06-02Rename favorite channels to autojoin channelsTingPing
2013-05-29add .js to list of loadable filetypesTingPing
2013-05-24Fixed mistake in last commit.Diogo Sousa
2013-05-24Spell check dictionaries were not being updated when changed.Diogo Sousa
2013-05-20Improve sort keybinding in servlistTingPing
also disable auto sorting on fav channels, closes #606
2013-05-19Reorganize PreferencesBerke Viktor
2013-05-19Login type cleanupBerke Viktor
2013-05-19Add custom login type to avoid collisionsBerke Viktor
2013-05-19Add variables for user credentials in connect commandsBerke Viktor
2013-05-18Translate search window tooltipsTingPing
2013-05-18Don't use popup when search is not foundTingPing
2013-05-17Fix removing keys from favoritesBerke Viktor
2013-05-17Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTHBerke Viktor
2013-05-16Merge pull request #594 from Tux/masterTingPing
Allow the special colors 32..41 in %Cfg,bg