summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
AgeCommit message (Collapse)Author
2015-05-27Fix mnemonic collisionTingPing
Alt+a is used for mark away in the menus and also highlight all in the search box, change the latter to alt+h. Fixes #1008 https://bugzilla.redhat.com/show_bug.cgi?id=1173082
2015-04-21Remove r from mode buttonsTingPing
No network can agree on what mode r actually means so we can't have nice things. Closes #1287
2015-04-21Fix mode button text being cut offTingPing
This no longer restricts their width and uses monospace fonts so they are still the same width. Closes #1356 Fixes #1354
2015-02-01Fix logging hostname of queriesTingPing
- Move query topic setting from frontend (where its too late) - Respect chanopts for logging hostname - Open query logfile *after* chanopts loaded
2014-12-31Show correct number of channels/dialogs when closing server tabTingPing
2014-12-31Move userlist sorting to frontendTingPing
This Fixes possible crashes when the two usertrees get out of sync and a double free occurs. Also now requires restart to change sort orders. Fixes #1252 Fixes #818 (probably)
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free
2014-12-10Create configuration option to control middle click tab close.md_5
Some might argue that this shouldn't be able to be configured as it is "common" behaviour in other programs such as web browsers, but for me it is an annoyance because for 15 years this has not been the behaviour of X-Chat. Quite simply, this creates a configuration option for 537fb856, as unobtrusively as possible, under the channel switcher preferences tab. Closes #1232
2014-12-08Removed unused hexchat_filename_*_utf8 macros.Arnavion
2014-12-08Minor tidying upArnavion
2014-12-04Fix some obvious type warnings.Arnavion
2014-09-21Fix attempting to toggle visibility when tray disabledTingPing
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-05-23Enable drag and drop on WindowsTingPing
The issues around it no longer seem to exist in current GTK
2014-05-21Fix drag and dropTingPing
2014-05-11Add option to bounce dock icon on OSXTingPing
2014-03-15Partial revert of 5f732128TingPing
Still some scrolling issues remain, much work is to be done to properly fix it.
2014-02-07Fix hiding unsupported channel modes in topicbarTingPing
2014-02-06Use a standard GtkScrolledWindow with xtextTingPing
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext
2014-01-18Update most deprecated gtk functionsTingPing
2014-01-18Update most deprecated gdk functionsTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-08Don't select tab while closing with middle-clickTingPing
Also fix unused warning and ignore shift right click
2014-01-02Bind middle-click to close tabTingPing
Closes #832
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-10-08Work around for /away being called multiple timesTingPing
This will have to be solved eventually in menu.c so you can change their status without emitting the signals.
2013-10-06Round 2.5 of gtk accessor functionsTingPing
Some leftovers in chanview-tabs and maingui
2013-10-03More improvements to libsexyTingPing
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings
2013-10-03Use spell entry for topicbarTingPing
Closes #150
2013-10-03libsexy: Don't mark nicks spelled incorrectTingPing
2013-10-03Remove gtkspell supportTingPing
2013-10-03Topic bar improvementsTingPing
- Don't show on server tab - Don't show unavailable modes - Remove less used modes and add more common ones - Use proper case for buttons
2013-09-27Replace xtext's transparency with full window transparencyTingPing
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows.
2013-09-26Remove useless definesTingPing
- HEXCHAT - USE_DB - SCROLL_HACK - MOTION_MONITOR - ITALIC - COLOR_HILIGHT
2013-09-25Don't open most windows at mouse positionTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it.
2013-09-19Add fullscreen to to view menuTingPing
2013-09-16Searchbar: Don't show error on empty stringTingPing
2013-09-16Fix searchbar loading highlight all pref on startTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
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-10Update channel key inputFarow
- allow up to 23 characters - make the input bigger
2013-06-18Now WORD_HOST6 is handled the same way as WORD_HOST.Diogo Sousa
2013-06-13More autojoin wording tweaksTingPing
2013-06-06Save chanopt after any changesTingPing
2013-06-06Add chanopt for stripping colorsTingPing
2013-06-06Add autoconnect option to menu of networksTingPing
2013-05-11Fix crash when quickly attaching/detaching tabsTingPing