]> git.sesse.net Git - vlc/history - src/interface/interaction.c
Add missing actions in popup
[vlc] / src / interface / interaction.c
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)