]> git.sesse.net Git - vlc/history - src/interface/interaction.c
interface/interaction.c: Set the interaction object name.
[vlc] / src / interface / interaction.c
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-08 Rémi DuraffortCosmetic
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-02-22 Jean-Paul SamanRemove unused headerfile
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-09-17 Felix Paul Kühne* fixed __intf_UserStringInput
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
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-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-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-18 Christophe MutricyCopyright dates and svn properties
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Clément StenacMinor cleanup
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)