summary refs log tree commit diff stats
path: root/src/fe-gtk
AgeCommit message (Collapse)Author
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
2013-05-16Merge pull request #586 from bviktor/authcleanupTingPing
Login and network list cleanup
2013-05-16Have rawlog properly handle newlinesTingPing
This is most noticable with /cycle or the missing USER command on connect.
2013-05-13Allow the special colors 32..41 in %Cfg,bgH.Merijn Brand
Text events allow %Cfg,bg as decribed in "Theming" on https://hexchat.readthedocs.org/en/latest/appearance.html?#theming That section describes mIRC colors 0-15 and local colors 16-31, but when selecting background colors, the 9 special internal colors are extremely useful, like %C20,33 will do bright red on the selected text background color. As the documentation is on-line, this patch has no doc-change. Ideally, the color-codes should show in the colored squares in the preferences color-dialog just as with colors 0-31 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
2013-05-13Use macros instead of raw numbers for login typeBerke Viktor
2013-05-12Remember selected tabBerke Viktor
2013-05-12CosmeticsBerke Viktor
2013-05-12Add auto-reconnect to preferencesTingPing
2013-05-12Fixed misleading comments identifying the coloursHeiki Ojasild
Replaced incorrect numbers (16 to 31) for mIRC colours with the correct ones (0 to 15).
2013-05-12Remove unused variableBerke Viktor
2013-05-12Remove dead GLib codeBerke Viktor
2013-05-12Fix favorite channels except in inbound.cBerke Viktor
2013-05-11Fix crash when quickly attaching/detaching tabsTingPing
2013-05-11Add explanation as wellBerke Viktor
2013-05-11Make login type more intuitive and disable unused /NSBerke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11Fix layout when resizedBerke Viktor
2013-05-11Allocate all extra vertical space to the treeviewsBerke Viktor
2013-05-11Set up window sizes correctlyBerke Viktor
2013-05-11Reorganize the network editorBerke Viktor
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor