]> git.sesse.net Git - vlc/history - modules/gui
Compile fix
[vlc] / modules / gui /
2008-06-20 Christophe MutricyCompile fix
2008-06-20 Rémi Denis-CourmontQt4: wait until the video output is ready
2008-06-20 Rémi Denis-CourmontQt4: embedded window support
2008-06-20 Jean-Paul SamanFix toggling of transparency on teletext pages. Keep...
2008-06-20 Jean-Paul SamanFix behaviour of the button logic for teletext and...
2008-06-20 Jean-Paul SamanNice pictures for teletext buttons.
2008-06-20 Rémi Denis-CourmontRemove the broken window embedding core code
2008-06-20 Ilkka OllakkaEmit event to check inputchange in maininputmanager...
2008-06-20 Jean-Paul SamanImprove behavour on teletext buttons.
2008-06-20 Ilkka OllakkaRemove audio-es/video-es callbacks and replace it with...
2008-06-18 Jean-Paul SamanForgot to test when ZVBI is not compiled in.
2008-06-18 Jean-Paul SamanUse commandline value if available for setting teletext...
2008-06-18 Jean-Paul SamanAdd callback to spu-es from the input.
2008-06-18 Jean-Paul SamanAdd some video-filter2 effects to wxwidget extrapanel
2008-06-18 Jean-Paul SamanReplace vlc_object_find() and vlc_object_release()...
2008-06-18 Jean-Baptiste KempfMenus: Comments and code cosmetics.
2008-06-18 Jean-Baptiste KempfFix popup menu play and interface entries.
2008-06-18 Jean-Philippe AndreQt menus: fix popup submenus non disparition
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-17 Jean-Baptiste KempfSimplify and remove duplicate code.
2008-06-17 Jean-Baptiste KempfSmall change in menus order
2008-06-17 Jean-Baptiste KempfCosmetic.
2008-06-17 Jean-Philippe AndreQt menus: use addDPStaticEntry and add a static Subtitl...
2008-06-17 Jean-Philippe AndreQt menus: popup interface menu
2008-06-17 Jean-Philippe AndreQt menus: Add a fullscreen switch button (popup)
2008-06-17 Jean-Philippe AndreClean popup menu
2008-06-17 Jean-Philippe AndreQt menus: s/Q_FOREACH/foreach
2008-06-17 Jean-Philippe AndreQt menus: prefer THEMIM->getInput()
2008-06-17 Jean-Philippe AndreQt menu: fix navigation, delete non static entries
2008-06-17 Jean-Philippe AndreQt menus: add loadSubtitlesFile
2008-06-17 Jean-Philippe AndreQt menus: enable/disable correctly static entries
2008-06-17 Jean-Philippe AndreQt menu: use MenuFunc with InterfaceMenu
2008-06-17 Jean-Philippe AndreQt4 menus: start fixing ticket 1602
2008-06-16 Felix Paul KühneRemoved the 'fetch-meta' setting as it isn't present...
2008-06-15 Felix Paul KühneRedesigned the window to make it look more Mac-like...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we have an autorelease pool in -check...
2008-06-15 Pierre d'Herbemontmacosx: Make sure we do call update on main thread.
2008-06-15 Pierre d'Herbemontmacosx: Get rid of vlc_object_find(playlist).
2008-06-15 Pierre d'Herbemontmacosx: Fix assert. (hum).
2008-06-15 Pierre d'Herbemontmacosx: s/NSAssert/assert/
2008-06-15 Pierre d'Herbemontmacosx: Use var_GetBool.
2008-06-15 Pierre d'Herbemontmacosx: Use NSAssert for impossible cases.
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-15 Jean-Baptiste KempfCosmetic.
2008-06-15 Jean-Baptiste KempfAttempt to fix crashes on the extended panel.
2008-06-14 Jean-Baptiste KempfIntroduce setLayoutMargins for layout margins differenc...
2008-06-14 Felix Paul KühneWork-around a playlist-core bug which prevents 'intf...
2008-06-14 Felix Paul KühneAdded some stuff to make sure that we get nice fps...
2008-06-14 Pierre d'Herbemontncurses: Properly update on item-change variable callback.
2008-06-13 Felix Paul KühneImplement the full/basic switch correctly and completel...
2008-06-13 Felix Paul KühneAdd support for the http proxy password setting to...
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-13 Felix Paul KühneAdded complete l10n to the Capture interface and a...
2008-06-12 Rémi Denis-CourmontWxWidgets: good bye, I will not miss you.
2008-06-12 Felix Paul KühneRedesign the Capture Device panel
2008-06-12 Jean-Baptiste KempfWarning killing.
2008-06-11 Lukas DurfinaFix of showing FS controller when it is slowly hidding
2008-06-10 Jean-Baptiste KempfTry to fix the win32 compile.
2008-06-10 Lukas DurfinaFixes for fullscreen controller
2008-06-10 Lukas DurfinaFullscreen controller
2008-06-07 Rémi Denis-CourmontRevert "Qt4: do not use vlc_object_get"
2008-06-06 Jean-Baptiste KempfSmall fix for DVD menus.
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-02 Rafaël CarréRemove support DBus & HAL APIs
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Rémi Denis-CourmontUse pl_Yield instead of vlc_object_find
2008-05-31 Pierre d'Herbemontminimal_macosx: Add miosx as shortcut too.
2008-05-31 Pierre d'Herbemontminimal_macosx: Add a KillerThread, that will kill...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontvlc_list_children: fix memory leaks
2008-05-31 Pierre d'Herbemontmacosx: Sanitization. Suppress non-sense yield(->p_inpu...
2008-05-30 Rafaël CarréOSX GUI was forgotten in [85f5092ee68d13fd4056848d5a212...
2008-05-30 Pierre d'Herbemontmacosx: Make sure the killer_thread ends.
2008-05-30 Jean-Baptiste KempfQuit correctly(?) from the interface/DP. Should fix...
2008-05-30 Pierre d'Herbemontmacosx: Remove a trailing
2008-05-30 Felix Paul KühneFix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly...
2008-05-30 Pierre d'Herbemontmacosx: Fix a typo.
2008-05-30 Pierre d'Herbemontmacosx: Cleanup in -applicationWillTerminate:, properly...
2008-05-30 Rafaël CarréFix double fclose()
2008-05-29 Jean-Philippe AndréBetter patch to fix bug introduced by 0448c670c32d9f...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-28 Rafaël CarréNULL pointer dereference
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Rafaël CarréPDA intf: clean up
2008-05-23 Felix Paul KühneFix linking when compiling with enabled update checker
2008-05-22 Alexis BallierFix wx build
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-18 Antoine CellerierFix blinking on redraw in ncurses interface... if anyon...
2008-05-17 Rémi Denis-CourmontQt4: do not use vlc_object_get
2008-05-16 Rémi Denis-Courmontncurses: use vlc_list_children
2008-05-16 Rémi Denis-CourmontQt4: use vlc_list_children
2008-05-15 Rémi Denis-CourmontDon't bother with vlc_object_get() when you can keep...
2008-05-12 Felix Paul KühneMake sure the window is set to a normal level before...
2008-05-12 Lukas Durfinaplaylist startup sorting fix
next