summary refs log tree commit diff stats
path: root/src/fe-gtk
AgeCommit message (Collapse)Author
2013-07-27Merge pull request #687 from Mikah89/clear_dcc_list_rebasedTingPing
Clear button in dcc download manager
2013-07-27Have join dialog suggest #hexchat for freenode usersTingPing
2013-07-27Tweak cli output and fix related warningsTingPing
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-07-23Removed restriction that disabled the clear button if at least one transfer ↵Helder Martins
item was selected in dcc download manager.
2013-07-17Fixed coding style and clearified some comments, following arnavion suggestionsHelder Martins
2013-07-15Implemented clear functionality for DCC download manager. Created clear ↵Helder Martins
button in DCC downloaded manager interface.
2013-07-12Update docs linksTingPing
2013-07-10Don't grey out log fliename in preferencesTingPing
It can still be useful when global logging is disabled
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