]> git.sesse.net Git - vlc/history - modules/misc/gtk_main.c
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / modules / misc / gtk_main.c
2009-08-19 Rémi Denis-Courmontgtk: safe but pointless reference to psz_object_name
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Jean-Baptiste KempfGtk_main: fix compilation.... Completly untested.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontUse var_GetGlobalMutex
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-19 Laurent Aimar * gtk_main.c:: added(uncommented) gdk_thread_init...
2003-03-18 Sam Hocevar * ./modules/gui/gtk2/*: skeletons of Gtk-2.0 and...
2003-03-17 Sam Hocevar * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
2003-01-15 Sam Hocevar * ALL: slightly changed some interface strings so...
2002-10-15 Sam Hocevar * ./include/vlc_threads_funcs.h, ./src/misc/threads...
2002-10-04 Sam Hocevar * ./configure.ac.in: removed now unnecessary --force...
2002-10-04 Sam Hocevar * ./bootstrap: we use the proper linker for plugin...
2002-10-03 Sam Hocevar * ./src/libvlc.c, ./include/main.h: the root of all...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-21 Sam Hocevar * ./src/misc/modules.c: if a plugin requested not...
2002-08-21 Sam Hocevar * ./modules/misc/gtk_main.c: fixed a minor compilatio...
2002-08-21 Sam Hocevar * ./include/vlc_common.h: we don't set _() and N_...
2002-08-20 Sam Hocevar * ./modules/misc/gtk_main.c: created the gtk_main...