Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | menu: Ensure that toggling lag-o-meter changes timer state | Ben Gamari | |
2016-02-18 | Fix strict prototype warnings | Patrick Griffis | |
2015-02-19 | Remove compiled date from about | TingPing | |
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-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for all allocations | TingPing | |
- 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-08 | Minor tidying up | Arnavion | |
2014-06-04 | Fix warning | TingPing | |
2014-06-04 | Use glib to parse and launch commands for util_exec | TingPing | |
Fixes #958 | |||
2014-05-30 | win32: Fix exiting fullscreen to a maximized window | TingPing | |
2014-05-29 | Make lawyers happy | Berke Viktor | |
2014-05-27 | osx: Properly use app menu | TingPing | |
Mentioned in #994 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-02-12 | Fix some leaks | TingPing | |
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-18 | Update most deprecated gdk functions | TingPing | |
2014-01-16 | Show a popup when opening plugin window when built without support | TingPing | |
2013-10-27 | Properly set away and fullscreen menu items | TingPing | |
2013-09-29 | Add default keybindings for italics and underline | TingPing | |
2013-09-25 | Only show users country if its not unknown | TingPing | |
2013-09-23 | typo.. | TingPing | |
2013-09-23 | Update help messages for userlist buttons and user popups | TingPing | |
2013-09-23 | Revert menu.c @ ae04663aa9 | TingPing | |
This caused a few bugs such as improperly setting away/back and redrawing the channel tree when the menu is opened. | |||
2013-09-20 | First round of using GTK accessor functions | TingPing | |
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-19 | Make manual reposition after unfullscreen Windows only | TingPing | |
2013-09-19 | Replace more GDK_* with GDK_KEY | TingPing | |
2013-09-19 | Add fullscreen to to view menu | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-08-04 | Add label for website in about dialog | TingPing | |
2013-08-03 | Use built-in gtk_about_dialog | TingPing | |
2013-07-12 | Update docs links | TingPing | |
2013-06-13 | More autojoin wording tweaks | TingPing | |
2013-06-13 | Tweak autojoin wording | TingPing | |
2013-06-08 | Add more mnemonics to the menu | TingPing | |
2013-06-06 | Add autoconnect option to menu of networks | TingPing | |
2013-06-06 | Make autojoin a toggle menu | TingPing | |
2013-06-02 | Rename favorite channels to autojoin channels | TingPing | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-04-03 | Update hiding menu text | TingPing | |
2013-04-03 | add %u to userlist popups for account | TingPing | |
2013-04-03 | Support account-notify and extended-join capabilities | TingPing | |
2013-04-03 | Remove hardcoded clear keybinding | TingPing | |
You can re-add this easily in settings > keyboard shortcuts | |||
2013-04-03 | Add new window keybinding | TingPing | |
2013-04-02 | Only include top level includes from GTK+, GLib and GDK-PixBuf | Berke Viktor | |
2013-02-05 | change URL for "Contents" option in "Help" menu | Thor K.H. | |
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org. | |||
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-11-11 | utf8-everywhere: Fixed some remaining C file I/O API calls to use the glib API. | Arnav Singh | |
2012-11-10 | Eliminate some unused stuff | Berke Viktor | |