summary refs log tree commit diff stats
path: root/.gitignore
AgeCommit message (Collapse)Author
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-30osx: generate plist fileTingPing
2014-01-20Translate appdata fileTingPing
2014-01-20Don't store the potfile in gitTingPing
2014-01-14Add gtk-mac-bundler filesTingPing
2014-01-13Build system improvementsTingPing
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file
2013-10-12win32: Use version information from configure.ac to populate the ↵Arnavion
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which
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 HTM());
        }
    }
}
gmsg'> 2012-07-14get rid of *.user files and ignore themxhmikosr 2012-07-13Rename XTM to HTMBerke Viktor 2012-07-11Rebranding on the file levelBerke Viktor 2012-07-11Add .gitignore to masterBerke Viktor