Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | Replace xtext's transparency with full window transparency | TingPing | |
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-26 | Remove XFT, SHM, and MMX | TingPing | |
2013-09-26 | Remove whats left of gconf | TingPing | |
2013-09-11 | Bump Version to 2.9.6 | TingPing | |
2013-08-28 | BUILD: use thememan.in instead of Makefile echo | hasufell | |
2013-08-28 | BUILD: add --with-theme-manager configure option | hasufell | |
2013-08-27 | BUILD: use a blacklist rather than a whitelist for python versions | hasufell | |
2013-08-27 | STYLE: tabs, not whitespaces | hasufell | |
2013-08-27 | BUILD: consistently use PKG_CONFIG | hasufell | |
2013-08-26 | STYLE: add missing comma | hasufell | |
2013-08-26 | BUILD: use pkg-config to detect python | hasufell | |
2013-08-02 | Merge pull request #677 from hasufell/master | TingPing | |
CONFIGURE: add "--enable-minimal-flags" | |||
2013-07-26 | Use system's libsexy by default | TingPing | |
It will still fallback to static | |||
2013-07-12 | MAKE: backwards compat for old libtool | hasufell | |
2013-07-11 | CONFIGURE: add "--enable-minimal-flags" | hasufell | |
This will turn off automagic adding of flags that might be unwanted such as "-g" or "-pipe". | |||
2013-06-15 | Fix building with static spell | TingPing | |
2013-06-15 | Add configure patch from gentoo | TingPing | |
2013-06-01 | configure.ac: Use pkg-config's CFLAGS for libxml2 instead of guessing our own. | Arnav Singh | |
2013-05-12 | Reduce GLib requirement | Berke Viktor | |
2013-05-12 | g_slist_copy_deep() requires GLib 2.34 | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-05-08 | stop using gconf | TingPing | |
2013-05-09 | CONFIGURE: fix undefined reference to `g_type_init' | hasufell | |
These two assignments have no place here and will overwrite the previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0". This can lead to build failure during linking stage depending on the chosen configure options. | |||
2013-05-03 | Add python3 plugin | TingPing | |
2013-04-28 | Install a pkgconfig .pc file. This allows external plugins to find | Christoph J. Thompson | |
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in | |||
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph J. Thompson | |
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c | |||
2013-04-27 | Use regular canberra not gtk | TingPing | |
2013-04-27 | Escape all the things | TingPing | |
2013-04-27 | use libcanberra for beeps | TingPing | |
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-22 | Fix Ubuntu build warnings by using gcc flag -Wno-unused-result | RichardHitt | |
2013-04-17 | g_file requires gio | TingPing | |
2013-04-17 | Install sound file on unix | TingPing | |
for #542 | |||
2013-04-14 | G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+ | Berke Viktor | |
2013-04-13 | Nuke last Tcl and SASL remnants | Berke Viktor | |
2013-04-02 | Enable cast checks | Berke Viktor | |
2013-04-02 | Merge pull request #496 from bviktor/toplevel-includes | TingPing | |
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486 | |||
2013-04-02 | Set up CFLAGS on Unix too | Berke Viktor | |
2013-04-03 | gtk_show_uri() requires GTK+ 2.14 | Berke Viktor | |
2013-04-02 | Fix textfe with dbus disabled | TingPing | |
2013-04-02 | Version bump | Berke Viktor | |
2013-04-01 | Fix detecting python3 | TingPing | |
2013-04-01 | add missing fi | TingPing | |
2013-03-31 | CONFIGURE: allow to pass specific python version | hasufell | |
This is useful if distros support installing multiple python versions in parallel such as: 2.5, 2.6, 2.7. For python3.* we will get syntax error during the imports, so the checks will successfully disable it. It defaults to python2. | |||
2013-03-31 | CONFIGURE: don't enable gconf schemas when gtk is disabled | hasufell | |
This is nitpicky, since we could assume the user wants gconf schema if gconftool-2 is available. However this can be a wrong assumption. | |||
2013-03-31 | CONFIGURE: fix configure when gtk+ is not installed | hasufell | |
AM_PATH_GTK_2_0 would be an undefined macro then | |||
2013-03-27 | Bump glib requirement | TingPing | |
For gregex mentioned in #371 | |||
2013-03-03 | Use AC_CONFIG_FILES | TingPing | |
2013-03-03 | Fix macro searching | TingPing | |