]> git.sesse.net Git - vlc/history - src/interface
Typo
[vlc] / src / interface /
2008-02-26 Pierre d'Herbemontinterface/interaction.c: Set the interaction object...
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.
2008-01-08 Rémi DuraffortCosmetic
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
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-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
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-CourmontHere too
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-22 Jean-Paul SamanRemove unused headerfile
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-21 Clément StenacDon't loop continuously the playlist thread, use cond.
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 Felix Paul Kühne* fixed __intf_UserStringInput
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 StenacRemove vlc_object_find for playlist from the core
2006-09-15 Clément StenacHopefully fix OS X
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-14 Clément StenacAdd missing actions in popup
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-09 Clément StenacOne more outdated copyright
2006-08-17 Clément StenacFix interaction locking
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-08-01 Rémi Denis-CourmontApparently, someone does not about "make".
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-30 Felix Paul Kühne* additional interaction enhancements
2006-07-29 Felix Paul Kühne* minor core cleanup and WX compilation fix
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-03 Felix Paul Kühne* implemented a non-blocking progress-bar in the main...
2006-06-10 Gildas Bazin* src/libvlc.h, src/interface/interaction.c: new config...
2006-05-14 Felix Paul Kühne* new dialogue type to prompt the user for a string
2006-05-14 Felix Paul Kühne* first implementation of a widget-free authentication...
2006-05-14 Felix Paul Kühne* first implementation of a widget-free authentication...
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-04 Clément StenacBetter fix
2006-02-04 Antoine Cellerierprevent some more segfaults.
2006-02-02 Antoine CellerierMake sure that the progress bar dialog exists before...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-29 Clément StenacFix warnings
2006-01-28 Sigmund Augdal Helberginteraction.c: Don't crash in certain condition
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-18 Christophe MutricyCopyright dates and svn properties
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacMinor cleanup
2005-12-15 Derk-Jan Hartman* - This should fix the "crash upon quit" issue with...
2005-12-15 Antoine Cellerierfix comments
2005-12-14 Christophe MutricyTypo
2005-12-14 Clément StenacDon't keep mutex locked if we bail out
2005-12-14 Clément StenacFix no
2005-12-14 Clément StenacAdd support for progress bars
2005-12-12 Clément StenacPropose to fix AVI index
2005-12-12 Clément StenacAdd support for Yes/No questions (Refs:#27)
2005-12-11 Clément StenacHandle removal
2005-12-11 Clément Stenac* Handle dialogs needing answer
2005-12-09 Clément StenacReplace function callback by variable callback.
2005-12-07 Clément StenacImprove dialogs handling
2005-12-06 Clément StenacInteraction facility (Refs:#27)
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-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
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...
next