summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-01-29Use verbose builds with travisTingPing
2014-01-29Respect verbosity setting when building htmTingPing
2014-01-29Fixes #881 Fix two bugs --RichardHitt
gtk_xtext_find_char() adjust negative y for int typecast gtk_xtext_find_x() return out_of_bounds TRUE if line outside windodw gtk_xtext_selection_draw() recognize TRUE out_of_bounds
2014-01-29osx: Silence openssl deprecated warningsTingPing
2014-01-28configure: Don't error when python not foundTingPing
2014-01-28osx: Fix bundled PythonTingPing
2014-01-27osx: Fix loading plugins from bundleTingPing
2014-01-27Allow overriding libdirTingPing
2014-01-26win32: Include gtk theme in minimal installTingPing
2014-01-26Show error when you lack write permissions to configdirTingPing
2014-01-26Fix loading default keybindings w/o write permissionsTingPing
Closes #615
2014-01-20Enable --command on win32TingPing
and make existing depend on
2014-01-20Actually call commands sent with --commandTingPing
Closes #884
2014-01-20Remove unused xdcc server pluginTingPing
2014-01-20Translate appdata fileTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2014-01-20Don't store the potfile in gitTingPing
2014-01-20Remove unused pluginsTingPing
2014-01-20Fix warningTingPing
Leftovers from 38cbabea
2014-01-20Remove unused perl filesTingPing
- old example scripts - outdated docs - mingw build script
2014-01-18Revert GtkObject removal until Gtk3TingPing
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
2014-01-16Fix warning when built without pluginsTingPing
2014-01-16configiure: Fix testing compiler flags on anything other than gccTingPing
2014-01-16configure: add missing result messageTingPing
2014-01-16configure: Don't build python or perl plugin when plugins are disabledTingPing
2014-01-15Check for gio during configureTingPing
2014-01-14Add gtk-mac-bundler filesTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-14Don't use SCROLL_HACK on osxTingPing
2014-01-14Clean up formatting during buildTingPing
2014-01-14Move acinclude.m4 into m4 dirTingPing
2014-01-13configure.ac: Actually check the CFLAGS and LDFLAGS returned by ↵Arnavion
ExtUtils::Embed before deciding to compile the Perl plugin. - openSUSE has ExtUtils::Embed, EXTERN.h and perl.so in the base perl package. - Fedora has ExtUtils::Embed in a separate perl-devel package. - Mageia has ExtUtils::Embed in the base perl package but EXTERN.h in a separate perl-devel package. Without this package, the compiler complains about the missing header. - Debian has ExtUtils::Embed and EXTERN.h in the base perl package but perl.so in a separate libperl-dev package. Without this package, gcc compiles successfully but complains at link-time about -lperl (ExtUtils::Embed returns '-lperl' in ldopts but it's not actually installed). configure.ac already requires ExtUtil::Embed to enable perl. To handle the case of Mageia and Debian, this change uses AC_TRY_LINK to verify that the flags returned by ExtUtils::Embed can actually be used to compile before deciding to enable the perl plugin.
2014-01-13Build system improvementsTingPing
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
2014-01-12Tweak 908 syntaxTingPing
2014-01-12Add another badge to readmeTingPing
2014-01-12... Add inbound_sasl_supportedmechs to inbound.hTingPing
2014-01-12Support numeric 908TingPing
2014-01-11Add Turkish language to preferencesTingPing
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
2014-01-11Fix Turkish translation & update language listEustachy Kapusta
2014-01-11Update TranslationsEustachy Kapusta
2014-01-11... and ignore blank network passwordsTingPing
2014-01-11Login when /server is used on known hostnameTingPing
This brings back old behavior where you can /server to another server in the same network and login with services but now is only sent when the server is known not every time so more secure.
2014-01-11libsexy: Properly reflect reset attributes in inputTingPing
2014-01-08Don't select tab while closing with middle-clickTingPing
Also fix unused warning and ignore shift right click
2014-01-08Fix warningsTingPing
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2014-01-04Define AI_ADDRCONFIG in inet.h, needed by OpenBSDConnor Cooper