Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | configure: Set glib min requirement to 2.32 | TingPing | |
and warn when using newer APIs | |||
2014-12-15 | configure: Improve various build flags | TingPing | |
- Store openssl flags in own vars - Share some common flags for plugins - Fix building plugins on win32 - Store all glib flags in one var - Don't link against every lib for each plugin - Don't hardcode ldflags for sysinfo | |||
2014-12-15 | checksum: Use glib for io/checksum and misc fixes | TingPing | |
- Fixes support for large files. - Fixes filenames not being passed in the filename encoding. - Drops openssl dependency. - Code cleanup. - Fix 'unknown command' warning. | |||
2014-12-02 | configure: Add option to run clang static analysis | TingPing | |
2014-10-29 | configure: Fix checking for perl | Dan Molik | |
Closes #1196 Fixes #1197 | |||
2014-08-07 | Bump master to development release 2.11.0 | TingPing | |
To anybody confused this is not the next stable release, it is just a way to differentiate master from the 2.10 branch and next stable will be 2.12.0 similar to Gnome's versioning scheme. | |||
2014-08-01 | osx: Create bundles using homebrew | TingPing | |
Just easier to maintain than jhbuild. See https://github.com/TingPing/homebrew-gnome for deps. | |||
2014-06-27 | configure: Improve python logic | hasufell | |
- add checks for python3.4 - only warn once for failure to find a version - only run pkg-config call if the .pc file was actually found - make unsupported python version non-fatal Closes #1006 Closes #989 | |||
2014-06-21 | Fix autotools warning | TingPing | |
2014-06-21 | Clean up includes for gettext | TingPing | |
It is always enabled. | |||
2014-06-02 | Always use GModule for plugin support | TingPing | |
Also cleans up some dead code | |||
2014-06-01 | Bump version to 2.10.0 | TingPing | |
2014-06-01 | Remove some hardcoded version numbers | TingPing | |
- man page - makebundle.sh | |||
2014-02-14 | Build with GTK_DISABLE_DEPRECATED | TingPing | |
2014-01-30 | osx: generate plist file | TingPing | |
2014-01-30 | More autotools cleanup | TingPing | |
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins | |||
2014-01-28 | configure: Don't error when python not found | TingPing | |
2014-01-16 | configiure: Fix testing compiler flags on anything other than gcc | TingPing | |
2014-01-16 | configure: add missing result message | TingPing | |
2014-01-16 | configure: Don't build python or perl plugin when plugins are disabled | TingPing | |
2014-01-15 | Check for gio during configure | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-13 | configure.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-13 | Build system improvements | TingPing | |
- 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-11 | Fix Turkish translation & update language list | Eustachy Kapusta | |
2013-10-10 | Fix configure output when python disabled | TingPing | |
2013-10-03 | More improvements to libsexy | TingPing | |
- 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-03 | Update to gtkspell3's iso code lookup | TingPing | |
This no longer requires libxml so now there is no reason for this to be optional | |||
2013-10-03 | Remove gtkspell support | TingPing | |
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
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 | |