]> git.sesse.net Git - vlc/history - src/interface/interface.c
Translate Console.
[vlc] / src / interface / interface.c
2008-07-30 Jean-Baptiste KempfTranslate Console.
2008-07-24 Rémi Denis-CourmontRemove the main thread hack on platforms with non-idiot...
2008-07-05 Pierre d'Herbemontinterface: Make sure the MonitorLibVLCDeath thread...
2008-07-05 Pierre d'Herbemontinterface: Make sure that when b_should_run_on_first_th...
2008-06-30 Rémi Denis-Courmontsignal si redumdant after kill
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontUse vlc_object_signal
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-01 Rémi Denis-CourmontFix deadlock when quitting the dummy interface
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontRemove unused variable
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-29 Rémi Denis-CourmontCleanup handling of thread-less interfaces
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'HerbemontRevert Previous commit.
2007-09-20 Pierre d'Herbemontinterface.c: Default b_should_run_on_first_thread to...
2007-09-20 Pierre d'Herbemontinterface.c: Better comment.
2007-09-20 Pierre d'Herbemontinterface.c: Support execution of the interface Run...
2007-09-15 Rémi Denis-CourmontAnother MacOS compile fix
2007-09-15 Rémi Denis-CourmontRemove interface b_block property.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-03 Derk-Jan Hartman* Fix blocking intf launching without pf_run on OSX
2007-03-03 Pierre d'HerbemontMac OS X: Remove dead code. Make sure terminate: calls...
2007-02-14 Rémi Denis-CourmontRemove seemingly misleading comment
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-24 Clément StenacConvert hotkeys to using cond_wait/cond_signal
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-17 Clément StenacInterfaces are now allowed not to have a Run function.
2006-09-16 Clément StenacShould fix OS X build
2006-09-15 Clément StenacHopefully fix OS X
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-07 Clément StenacForward-port and adapt [15500]
2006-04-28 Benjamin Pracht* Revert 15357, as it would make vlc crash if you try...
2006-04-25 Benjamin Pracht* screensaver.c, configure.ac: use directly dbus to...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Derk-Jan Hartman* - This should fix the "crash upon quit" issue with...
2005-12-09 Clément StenacReplace function callback by variable callback.
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-08-07 Clément StenacOne more
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* ALL: a few fixes.
2004-12-19 Clément StenacFix bugs with psz_shortname
2004-11-08 Clément StenacInitial Services discovery support
2004-08-21 Olivier TeulièreRemoved the default skin for the skins1 module
2004-07-27 Derk-Jan Hartman-
2004-07-05 Derk-Jan Hartman* OSX lowlevel work
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-05 Gildas Bazin* src/interface/interface.c, modules/gui/wxwindows...
2004-05-16 Gildas Bazin* interface/interface.c: fixed a bug with embedded...
2004-04-26 Sam Hocevar * src/interface/interface.c:
2004-04-26 Sam Hocevar * src/interface/interface.c:
2004-04-20 Gildas Bazin* modules/gui/wxwindows/wxwindows.cpp: don't "play...
2004-04-20 Gildas Bazin* include/vlc/vlc.h: added a b_play parameter to the...
2004-04-02 Gildas Bazin* src/video_output/vout_intf.c: new vout_ControlWindow...
2004-03-27 Derk-Jan Hartman* src/interface/interface.c
2004-03-23 Gildas Bazin* src/input/*:
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-02-08 Gildas Bazin* src/interface/interface.c: added skins2 to the interf...
2004-01-25 Clément Stenac* String review, round one
2004-01-13 Gildas Bazin* src/interface/interface.c: added the gestures interfa...
2004-01-10 Clément StenacAdd SAP to the list of additionnal interfaces
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-10-14 Gildas Bazin* src/interface/interface.c: interfaces added on the...
2003-10-14 Gildas Bazin* modules/gui/wxwindows/*: don't forget to delete the...
2003-09-18 Clément StenacAdded some Doxygen doc
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-02-07 Sam Hocevar * ./src/interface/interface.c: interface variable...
2003-02-06 Sam Hocevar * ./modules/access/dvdplay/demux.c: the dvdplay plugi...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-10-11 Sam HocevarChanges to the libvlc API:
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-04 Sam Hocevar * ./src/misc/modules.c: if a module name starts with...
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-06-04 Sam Hocevar(new in MAIN)
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
next