summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
AgeCommit message (Expand)Author
2012-07-13Make the About screen and CTCP VERSION consistent and remove the license text...Berke Viktor
2012-06-16Fix string handling for Turkish localeBerke Viktor
2012-05-28Search window improvements (Richard Hitt)Berke Viktor
2012-05-04Merge branch 'master' into wdkBerke Viktor
2012-05-04update xchat to r1505Berke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-12-02obs gtk 2.24 is utter, unusable crap, revert to gtk 2.16Berke Viktor
2011-11-29disable taskbar alerts on x86 until it's fixed in gtkBerke Viktor
2011-08-09disable channel switcher's context menu item for tray alerts when xtray is lo...Berke Viktor
2011-05-31support for own license textberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
hat.org> 2012-07-17 19:47:19 +0200 Add make support for Do At on Unix' href='/git-repos/torxchat.git/commit/plugins/doat/Makefile.am?h=fix-ub&id=2044a9568ccccad5e970853aca85f33be0131adc'>2044a956 ^
1
2
3
4
5
6
7
8
9
                         


                         
                                           
                             

                                             
 
libdir = $(hexchatlibdir)

lib_LTLIBRARIES = doat.la
doat_la_SOURCES = doat.c
doat_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
doat_la_LIBADD = $(GLIB_LIBS)
doat_la_CPPFLAGS = -I$(top_srcdir)/src/common
doat_la_CFLAGS = $(GLIB_CFLAGS)