summary refs log tree commit diff stats
path: root/src/fe-gtk
AgeCommit message (Collapse)Author
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
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
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-10Update channel key inputFarow
- allow up to 23 characters - make the input bigger
2013-08-06Save notify list on close of friends listTingPing
for #570
2013-08-05Bind esc to close in chanlistTingPing
2013-08-05Destroy utility windows with their parents.TingPing
2013-08-04Update text on reload buttonTingPing
2013-08-04Add label for website in about dialogTingPing
2013-08-04Add reload command for plugins and add to guiTingPing
2013-08-03Use built-in gtk_about_dialogTingPing
2013-08-01Fix description line for Scroll Page in fkeys.c.RichardHitt
2013-07-30Scroll-page keybindings: Add Top (C+HOME), Bottom (C+END)Richard Hitt
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.