summary refs log tree commit diff stats
path: root/plugins/perl/perl.c
AgeCommit message (Expand)Author
2016-09-07perl: Fixed Windows build with VS2015u3.Arnavion
2014-12-28Use glib for allocations in all pluginsTingPing
2014-12-17More consistently include config.hTingPing
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace thememan
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new XTM());
        }
    }
}
lugins and scripts from <config>/addonsBerke Viktor 2012-07-21Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scriptsBerke Viktor 2012-07-20Some more rebrandingBerke Viktor 2012-07-19more branding changesxhmikosr 2012-07-13Dirent is no longer required for PerlBerke Viktor 2012-07-13Update XChat to r1514Berke Viktor 2012-07-13Update XChat to r1511Berke Viktor 2012-06-10More solution fixes and add language interfacesBerke Viktor 2011-12-11some more multiplatform supportBerke Viktor 2011-12-11initial patches for linux compatibilityBerke Viktor 2011-11-23Merge branch 'master' into wdkBerke Viktor 2011-11-23update xchat to r1498Berke Viktor 2011-07-28instruct users to download strawberry perl instead of activeperlberkeviktor@aol.com 2011-02-28add wdk changes to named branchberkeviktor@aol.com 2011-02-24add xchat r1489berkeviktor@aol.com