summary refs log tree commit diff stats
path: root/win32
AgeCommit message (Expand)Author
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
2013-11-16win32: Improvements to portable-mode in installerTingPing
2013-11-15win32: Download spelling dictionaries from installerTingPing
2013-11-10win32: Download deps during installationTingPing
2013-11-03installer: Use correct path to iscc.exe depending on the platform.Arnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-10-28win32: Install pixbuf engineTingPing
2013-10-20win32: install theme manager by defaultTingPing
2013-10-12win32: Use version information from configure.ac to populate the Windows-spec...Arnavion
2013-10-12win32: Make all projects depend on common so that common is always run before...Arnavion
2013-10-12Fix installer on 32bit WindowsTingPing
2013-10-09Improve Windows installerTingPing
2013-10-03Added shortuct to config folder to installerFarow
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-09-25Update installer links to 2013 redistTingPing
2013-09-24Remove hextrayTingPing
2013-09-20First round of using GTK accessor functionsTingPing
2013-09-20Add /d2Zi+ switch for better debug symbolsEustachy Kapusta
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-11Bump Version to 2.9.6TingPing
2013-08-04Remove VS Redistributable update version from installer linkEustachy Kapusta
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-05-18Update Perl library nameBerke Viktor
2013-05-04Make copy depend on python3 as wellBerke Viktor
2013-05-04Fix VS editionBerke Viktor
2013-05-03Add python3 pluginTingPing
2013-04-28Update gtkrcBerke Viktor
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2013-04-16Update installers as wellBerke Viktor
2013-04-16Move beep to proper placeBerke Viktor
2013-04-14Add default beep sound, deploy on WindowsBerke Viktor
2013-04-14Really relocateBerke Viktor
2013-04-14Relocate plugin iconsBerke Viktor
2013-04-13Nuke WMPA, not supported by ExpressBerke Viktor
2013-04-13Get rid of multiple Perl versionsBerke Viktor
2013-04-12We ship bundles, this is unnecessary tooBerke Viktor
2013-04-12We don't release git head anymore, github does that for usBerke Viktor
2013-04-12Revert "win32: Fixed YourDepsPath."Berke Viktor
2013-04-11win32: Fixed YourDepsPath.Arnavion
2013-04-11Don't call it package, it causes line breakBerke Viktor
2013-04-11It's official: VS2012.2 needs VS2012.1 redistBerke Viktor
2013-04-08Fix deps pathBerke Viktor
2013-04-08Make copy depend on perl-5.18, not perl-5.16Berke Viktor
2013-04-08I might regret this, but let's do the brave jumpBerke Viktor
2013-04-02Enable cast checksBerke Viktor
2013-04-03Move Perl from hexchat to gtk-win32Berke Viktor
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
2013-04-01This is useless tooBerke Viktor
pan>*file)); int rfc_casecmp (const char *, const char *); int rfc_ncasecmp (char *, char *, int); int buf_get_line (char *, char **, int *, int len); char *nocasestrstr (const char *text, const char *tofind); char *country (char *); void country_search (char *pattern, void *ud, void (*print)(void *, char *, ...)); char *get_sys_str (int with_cpu); void util_exec (const char *cmd); #define STRIP_COLOR 1 #define STRIP_ATTRIB 2 #define STRIP_HIDDEN 4 #define STRIP_ESCMARKUP 8 #define STRIP_ALL 7 gchar *strip_color (const char *text, int len, int flags); int strip_color2 (const char *src, int len, char *dst, int flags); int strip_hidden_attribute (char *src, char *dst); char *errorstring (int err); int waitline (int sok, char *buf, int bufsize, int); #ifdef WIN32 int waitline2 (GIOChannel *source, char *buf, int bufsize); int get_cpu_arch (void); #else #define waitline2(source,buf,size) waitline(serv->childread,buf,size,0) #endif unsigned long make_ping_time (void); void move_file (char *src_dir, char *dst_dir, char *fname, int dccpermissions); int token_foreach (char *str, char sep, int (*callback) (char *str, void *ud), void *ud); guint32 str_hash (const char *key); guint32 str_ihash (const unsigned char *key); void safe_strcpy (char *dest, const char *src, int bytes_left); void canonalize_key (char *key); int portable_mode (void); int unity_mode (void); char *encode_sasl_pass_plain (char *user, char *pass); char *challengeauth_response (const char *username, const char *password, const char *challenge); size_t strftime_validated (char *dest, size_t destsize, const char *format, const struct tm *time); gsize strftime_utf8 (char *dest, gsize destsize, const char *format, time_t time); #endif