summary refs log tree commit diff stats
path: root/win32
AgeCommit message (Expand)Author
2012-07-14Ultra compression slows down compilation but doesn't really reduce the size, ...Berke Viktor
2012-07-14win32/nls/nls.vcxproj: get rid of unused elementsxhmikosr
2012-07-14remove trailing spacexhmikosr
2012-07-14installer: use lzma2/ultra compressionxhmikosr
2012-07-14get rid of *.user files and ignore themxhmikosr
2012-07-14Remove migratorsBerke Viktor
2012-07-14Add installers for migrating from XChat-WDKBerke Viktor
2012-07-13Rename DLL files, rename X-SASL to SASLBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-13Update theme extensions in the installer, tooBerke Viktor
2012-07-13Remove the last remnants of XChat-WDKBerke Viktor
2012-07-13Another bunch of rebranding stuffBerke Viktor
2012-07-13Rename XTM to HTMBerke Viktor
2012-07-12Fix NLSBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-07-11Fix Perl 5.16 installation in x64 installerBerke Viktor
2012-06-17Another bunch of fixes and additions to the XTMBerke Viktor
2012-06-17Add XChat Theme Manager (TingPing)Patrick Griffs
2012-06-15Add .user files and .gitignoreBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15Update paths for x64 installer tooBerke Viktor
2012-06-15Use nicer default dependency pathsBerke Viktor
2012-06-15First bunch of cleanupsBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10Add projects for making the installerBerke Viktor
2012-06-10Add WMPA as wellBerke Viktor
2012-06-10Add all plugins to solution except WMPABerke Viktor
2012-06-10More solution fixes and add language interfacesBerke Viktor
2012-06-10Shorten folder nameBerke Viktor
2012-06-10Add files required for the WDK7 platform toolset used by the VS solutionBerke Viktor
2012-06-10Migrate VS solution to VS2010+WDK7Berke Viktor
2012-06-03Solution fixes, debug config and x64 platformBerke Viktor
2012-06-03Use Tor's proxy-libintl with VSBerke Viktor
2012-06-03Initial Visual Studio solutionBerke Viktor
2012-05-13overwrite 7z items as well and delete ATK translations tooBerke Viktor
2012-05-13Update OpenSSL to 1.0.1cBerke Viktor
2012-05-04update openssl to 1.0.1bBerke Viktor
2012-03-15update openssl depsBerke Viktor
2012-03-15update openssl to 1.0.1Berke Viktor
2012-01-20add DNS pluginBerke Viktor
2012-01-20update openssl to 1.0.0gBerke Viktor
2012-01-20disable the non-bmp pluginBerke Viktor
2012-01-18install nonbmp by defaultBerke Viktor
2012-01-18add Non-BMP plugin against GTK+ exploitsBerke Viktor
2012-01-11some more xsasl cosmeticsBerke Viktor
2012-01-10update Lua-WDK to 5.2Berke Viktor
2012-01-10installer support for xsaslBerke Viktor
2012-01-10initial XSASL plugin based on cap_saslBerke Viktor
2012-01-09update openssl to 1.0.0fBerke Viktor
2011-12-11restructuringBerke Viktor
="p">(GtkWidget *wid); void mg_open_quit_dialog (gboolean minimize_button); void mg_switch_page (int relative, int num); void mg_move_tab (session *, int delta); void mg_move_tab_family (session *, int delta); void mg_bring_tofront (GtkWidget *vbox); void mg_bring_tofront_sess (session *sess); void mg_decide_userlist (session *sess, gboolean switch_to_current); void mg_set_topic_tip (session *sess); GtkWidget *mg_create_generic_tab (char *name, char *title, int force_toplevel, int link_buttons, void *close_callback, void *userdata, int width, int height, GtkWidget **vbox_ret, void *family); void mg_set_title (GtkWidget *button, char *title); void mg_set_access_icon (session_gui *gui, GdkPixbuf *pix, gboolean away); void mg_apply_setup (void); void mg_close_sess (session *); void mg_tab_close (session *sess); void mg_detach (session *sess, int mode); void mg_progressbar_create (session_gui *gui); void mg_progressbar_destroy (session_gui *gui); void mg_dnd_drop_file (session *sess, char *target, char *uri); void mg_change_layout (int type); void mg_update_meters (session_gui *); void mg_inputbox_cb (GtkWidget *igad, session_gui *gui); void mg_create_icon_item (char *label, char *stock, GtkWidget *menu, void *callback, void *userdata); GtkWidget *mg_submenu (GtkWidget *menu, char *text); /* DND */ gboolean mg_drag_begin_cb (GtkWidget *widget, GdkDragContext *context, gpointer userdata); void mg_drag_end_cb (GtkWidget *widget, GdkDragContext *context, gpointer userdata); gboolean mg_drag_drop_cb (GtkWidget *widget, GdkDragContext *context, int x, int y, guint time, gpointer user_data); gboolean mg_drag_motion_cb (GtkWidget *widget, GdkDragContext *context, int x, int y, guint time, gpointer user_data); #endif