26 Commits (83b35c64b6e1f7c90b577724d3e3a1fa57b7b747)

Author SHA1 Message Date
Rémi Duraffort a7d8f15b88 Use the right declaration for threaded functions. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Pierre d'Herbemont a78e273ec5 misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Rémi Denis-Courmont 97dcb93971 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 19 years ago
Rémi Denis-Courmont 81c5ac29fa Remove stdlib.h 19 years ago
Rémi Denis-Courmont 8b7d91f2b7 Use var_GetGlobalMutex 19 years ago
Jean-Paul Saman 3868e3ec1c coding style cleanup 19 years ago
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc 20 years ago
Jean-Paul Saman 38540559f5 Update e-mail address 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Jean-Paul Saman 2ddb54ad55 Properly attach and detach the qte_main object 22 years ago
Jean-Paul Saman d9043cc619 Removed some dead wood. 22 years ago
Sam Hocevar 4219568532 * toolbox: 23 years ago
Jean-Paul Saman e09c1d278e Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???). 23 years ago
Gildas Bazin a1e8137774 * modules/*: sanitization of the modules description strings. 23 years ago
Sam Hocevar 2b013d353a * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c, 23 years ago
Jean-Paul Saman 43b8031851 More sizing stuff. 23 years ago
Jean-Paul Saman bfd2bceea0 Fixed deadlock upon unloading qte_main plugin. 23 years ago
Jean-Paul Saman 35b5b55417 Small improvement. 23 years ago
Jean-Paul Saman 5fec93e17a New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it. 24 years ago
Sam Hocevar d95a9919e4 * ALL: slightly changed some interface strings so that they are common to 24 years ago
Sam Hocevar 3ca7825a92 * ./include/vlc_threads_funcs.h, ./src/misc/threads.c: eradicated 24 years ago
Sam Hocevar 89987e1109 * ./configure.ac.in: removed now unnecessary --force-exe-suffix flag. 24 years ago
Sam Hocevar 2b0b78882c * ./bootstrap: we use the proper linker for plugin compilation. 24 years ago
Sam Hocevar 145b1961b4 * ./src/libvlc.c, ./include/main.h: the root of all objects is now 24 years ago
Sam Hocevar 2799d36bc8 * ALL: the build mechanism now uses automake. See HACKING for more details. 24 years ago
Christophe Massiot 7d2f6de57c * ./bootstrap : Fixed an issue with old shell versions 24 years ago
Sam Hocevar 28ad2fd075 * ./src/misc/modules.c: if a plugin requested not to be unloaded, then we 24 years ago
Sam Hocevar a5a565cb0b * ./modules/misc/gtk_main.c: fixed a minor compilation warning. 24 years ago
Sam Hocevar da508b85bc * ./include/vlc_common.h: we don't set _() and N_() in Gnome-enabled modules 24 years ago
Sam Hocevar f0ec49dae5 * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs 24 years ago