Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-26 | build: Reorder includes to avoid installed plugin header | Rainer Müller | |
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 | |||
2016-08-27 | dbus: Remove dbus-python example in favor of GDBus | Patrick Griffis | |
2016-08-27 | dbus-client: Rewrite with GDBus | Patrick Griffis | |
This is just a direct port and should change no logic | |||
2016-07-20 | dbus-client: Fix missing include | Eleni Maria Stea | |
Fix "Implicit declaration of function exit" compile error Closes #1770 | |||
2015-08-02 | Fix crash in DBus plugin | asarium | |
Closes #1438 | |||
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-17 | More consistently include config.h | TingPing | |
2014-11-02 | Warning cleanup | Campbell Barton | |
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064 | |||
2014-09-14 | Fix out of source builds | TingPing | |
Fixes #1018 | |||
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2014-01-20 | configure: Clean up EXTRA_DIST | TingPing | |
2014-01-14 | Clean up formatting during build | TingPing | |
2013-09-26 | Remove whats left of gconf | TingPing | |
2013-07-02 | Use URL command for opening in existing | TingPing | |
This avoids making a new connection to an already open network. | |||
2013-07-01 | Fix urls with --existing | TingPing | |
2013-05-12 | Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning message | Richard Hitt | |
2013-05-08 | stop using gconf | TingPing | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-05-01 | Fix warning about g_type_init() in dbus/example.c | RichardHitt | |
2013-03-31 | Supposed fix for license issues | Berke Viktor | |
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file) | |||
2013-03-15 | update dbus example.py for python3 | TingPing | |
2013-03-15 | Add python gdbus example | TingPing | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-10-30 | Nah, even more rebranding | Berke Viktor | |
2012-10-30 | Some remaining fixes | Berke Viktor | |
2012-10-30 | Rebranding for the rest of plugin* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_EAT_* | Berke Viktor | |
2012-10-30 | Fix D-Bus plugin | Berke Viktor | |
2012-10-28 | Further doc relocations and conversions | Berke Viktor | |
2012-10-25 | Some more rebranding | Berke Viktor | |
2012-10-13 | Compatibility for Automake 1.12.4+ | Berke Viktor | |
2012-07-18 | Even more rebranding for the D-Bus plugin | Berke Viktor | |
2012-07-18 | Complete the rebranding of the D-Bus plugin | Berke Viktor | |
2012-07-13 | Another bunch of rebranding stuff | Berke Viktor | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |