summary refs log tree commit diff stats
path: root/src/fe-gtk/menu.c
AgeCommit message (Collapse)Author
2016-06-29menu: Ensure that toggling lag-o-meter changes timer stateBen Gamari
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-02-19Remove compiled date from aboutTingPing
Distros like Debian depend on repeated builds having the same results which this breaks. Since this provides no real value just remove it.
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-08Minor tidying upArnavion
2014-06-04Fix warningTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
Fixes #958
2014-05-30win32: Fix exiting fullscreen to a maximized windowTingPing
2014-05-29Make lawyers happyBerke Viktor
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
Fixes #662.
2014-02-12Fix some leaksTingPing
2014-01-18Update most deprecated gtk functionsTingPing
2014-01-18Update most deprecated gdk functionsTingPing
2014-01-16Show a popup when opening plugin window when built without supportTingPing
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-09-29Add default keybindings for italics and underlineTingPing
2013-09-25Only show users country if its not unknownTingPing
2013-09-23typo..TingPing
2013-09-23Update help messages for userlist buttons and user popupsTingPing
2013-09-23Revert menu.c @ ae04663aa9TingPing
This caused a few bugs such as improperly setting away/back and redrawing the channel tree when the menu is opened.
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-19Make manual reposition after unfullscreen Windows onlyTingPing
2013-09-19Replace more GDK_* with GDK_KEYTingPing
2013-09-19Add fullscreen to to view menuTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-08-04Add label for website in about dialogTingPing
2013-08-03Use built-in gtk_about_dialogTingPing
2013-07-12Update docs linksTingPing
2013-06-13More autojoin wording tweaksTingPing
2013-06-13Tweak autojoin wordingTingPing
2013-06-08Add more mnemonics to the menuTingPing
2013-06-06Add autoconnect option to menu of networksTingPing
2013-06-06Make autojoin a toggle menuTingPing
2013-06-02Rename favorite channels to autojoin channelsTingPing
2013-05-12Fix favorite channels except in inbound.cBerke Viktor
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-04-03Update hiding menu textTingPing
2013-04-03add %u to userlist popups for accountTingPing
2013-04-03Support account-notify and extended-join capabilitiesTingPing
2013-04-03Remove hardcoded clear keybindingTingPing
You can re-add this easily in settings > keyboard shortcuts
2013-04-03Add new window keybindingTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-02-05change URL for "Contents" option in "Help" menuThor K.H.
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org.
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-11utf8-everywhere: Fixed some remaining C file I/O API calls to use the glib API.Arnav Singh
2012-11-10Eliminate some unused stuffBerke Viktor