summary refs log tree commit diff stats
path: root/src/fe-gtk
AgeCommit message (Collapse)Author
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
2013-05-11Reorganize a bit and fix spacingBerke Viktor
2013-05-11Re-enable resizeBerke Viktor
2013-05-11fix errorTingPing
2013-05-11serverlistgui cleanupTingPing
2013-05-11Remove some redundancyBerke Viktor
2013-05-11Also disable labels, not just entriesBerke Viktor
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-05-11Skeleton for tabbed uiBerke Viktor
2013-05-11Reorganize the network listBerke Viktor
2013-05-10Replace various network options with universal login method optionBerke Viktor
2013-05-09Added support for marking nicks that are away in different colour when ↵Repentinus
away_size_max = 0, but tracking enabled.
2013-05-08Fix server tab changing color when activeTingPing
2013-05-08Show hours for last seen in friends listTingPing
closes #579
2013-05-07Have gui_input_icon depend on gui_input_nick in prefsTingPing
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-05-03Merge pull request #565 from bviktor/nickservtypeTingPing
Make NickServ registration configurable per-network
2013-05-01Do save_config() on Channel List window min, max changesRichardHitt
#570