Age | Commit message (Collapse) | Author |
|
|
|
This fixes requiring to add a version every time
a new release comes out...
|
|
|
|
|
|
|
|
travis-ci uses it still...
|
|
|
|
|
|
-Wformat=2 includes format-nonliteral
|
|
Used everywhere needs to be fixed
|
|
|
|
It doesn't really add much value and it
is possible to build fetext without gtk installed
|
|
This does remove the net* commands from the
Unix version that may return at a later date
with OSX and Windows support.
This commit also makes numerious other changes
such as code cleanup, reformatting, etc.
Closes #829
|
|
|
|
|
|
This was always disabled by default and is not required
for the current socks support. I am not even sure this
library is packaged by any distro?
|
|
It has been default for a while, is the only tested option,
and will only get more common.
|
|
It's not enabled anywhere, certainly not maintained
|
|
|
|
and warn when using newer APIs
|
|
- 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
|
|
- Fixes support for large files.
- Fixes filenames not being passed in the filename encoding.
- Drops openssl dependency.
- Code cleanup.
- Fix 'unknown command' warning.
|
|
|
|
Closes #1196
Fixes #1197
|
|
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.
|
|
Just easier to maintain than jhbuild.
See https://github.com/TingPing/homebrew-gnome for deps.
|
|
- 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
|
|
|
|
It is always enabled.
|
|
Also cleans up some dead code
|
|
|
|
- man page
- makebundle.sh
|
|
|
|
|
|
- Don't build msproxy if unused
- Add resources to cleanfiles
- Remove old extra_dist from plugins
|
|
|
|
|
|
|
|
|
|
|
|
- Use HexChat logo for dock icon
- Use appmenu (not finished)
|
|
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.
|
|
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL
- Use gnome-autogen.sh
- Move language list to own file
- Delete generated config.rpath file
|
|
|
|
|
|
- Add option for showing attributes in input
- Improve attribute parsing
- Fix detecting iso-codes on unix
- Improve getting default langs from $LANG
- Fix warnings
|
|
This no longer requires libxml
so now there is no reason for this to be optional
|
|
|
|
|
|
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.
|