- 22 Oct, 2016 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 14 Oct, 2016 1 commit
-
-
Igor authored
-
- 11 Oct, 2016 4 commits
- 10 Oct, 2016 2 commits
-
-
Patrick Griffis authored
At least try the untranslated one... Also while at it don't present a ton of dialogs to the user about this failure, they wouldn't even know what to do with that information.
-
Patrick Griffis authored
This is mostly to fix a bogus translation in es.po
-
- 08 Oct, 2016 11 commits
-
-
tomek authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
gaffatape authored
-
gaffatape authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
Part of #1440
-
Groil authored
Part of #1440
-
cypherpunk authored
Part of #1440
-
Patrick Griffis authored
Losely based upon work from PR #1440 Fixes #653
-
- 30 Sep, 2016 1 commit
-
-
Mihai Moldovan authored
MAC_OS_X_VERSION_MAX_ALLOWED reflects the currently running OS X version more closely than MAC_OS_X_VERSION_MIN_REQUIRED, given it's defined as max(current_version, MAC_OS_X_VERSION_MIN_REQUIRED). Additionally, we should check if MAC_OS_X_VERSION_10_9 is actually defined, otherwise the whole macro logic breaks apart.
-
- 26 Sep, 2016 2 commits
-
-
Rainer Müller authored
When hexchat is already installed into a non-default prefix, a new build could pick up ${prefix}/include/hexchat-plugin.h from the installed version instead of the local header, as configuration variables such as $(GLIB_CFLAGS) would point to -I${prefix}/include. Reordering the includes and moving -I arguments to CPPFLAGS prevents this, as it ensures the local directories are always searched first. This was no problem when compiling for /usr or /usr/local as these directories in the compiler search path are always searched last. Closes #1822
-
Mihai Moldovan authored
Use the (deprecated) Gestalt functionality for fetching the fine-grained OS X version number on 10.9 and lower. The newer NSOperatingSystemVersion structure is only available on 10.10+.
-
- 11 Sep, 2016 1 commit
-
-
Patrick Griffis authored
This prevents using invalid chars on Windows or creating directories
-
- 07 Sep, 2016 1 commit
-
-
Arnavion authored
-
- 03 Sep, 2016 3 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 02 Sep, 2016 1 commit
-
-
Patrick Griffis authored
This just cleans up the results of git logs
-
- 28 Aug, 2016 4 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
This is just a direct port and should change no logic
-
Patrick Griffis authored
Fixes #1759
-
Patrick Griffis authored
-
- 21 Aug, 2016 1 commit
-
-
Patrick Griffis authored
I can't really think of a reason this would be needed and since it doesn't do anything, and didn't since xchat, might as well remove it.
-
- 10 Aug, 2016 1 commit
-
-
Patrick Griffis authored
-
- 06 Aug, 2016 3 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
This relied on undocumented behavior of hexchat_pluginpref_get_int() that has been fixed recently. -1 is the correct failure value.
-
Patrick Griffis authored
On failure it should always return -1, atoi() returns 0. Fixes #1785
-
- 28 Jul, 2016 1 commit
-
-
Patrick Griffis authored
This is currently an issue when building in Flatpak
-
- 25 Jul, 2016 1 commit
-
-
Patrick Griffis authored
This probably doesn't catch them all but setting tab color and printing text at least do not crash in the common case.
-