]> git.sesse.net Git - vlc/history - modules/gui/wxwidgets/dialogs/open.cpp
Use pl_Release with the right argument.
[vlc] / modules / gui / wxwidgets / dialogs / open.cpp
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-06-18 Jean-Paul SamanReplace vlc_object_find() and vlc_object_release()...
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-04-08 Dominique Leuenbergerwxwidgets: Don't forget to vlc_gc_decref() the input_it...
2008-03-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2007-12-14 Gildas Bazin* modules/gui/wxwidgets: fix breakage introduced by...
2007-12-14 Jean-Paul Samanmake use of new module_* API
2007-03-23 Christophe MutricyFix the strings.
2007-02-20 Laurent AimarFixed segfault in AutoBuiltPanel::AutoBuiltPanel.
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-06 Christophe Mutricysub_fps is a float and need to be a float. Don't loose...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-23 Marian DurkovicCompletely replace all ANSI CP dependend mb_str()
2006-11-22 Christophe MutricyAdapt to the new config_item_t.
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-07 Gildas Bazin* modules/gui/wxwindows/menus.cpp: avoid using the...
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-05-28 Clément StenacFix
2006-05-28 Clément StenacFile type filters and implementation in WX. Refs:#24
2006-05-27 Clément StenacHere too
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-11 Christophe Mutricywxwidgets/* : Forwardport [15370]. button localisation
2006-05-07 Christophe Mutricywx/dilaogs/ : Fix button alignment in dialogs (refs...
2006-04-17 Felix Paul Kühne* revert 2 hacky compilation fixes which were accidente...
2006-04-17 Felix Paul Kühne* mark some buggy strings as pointed out by Mathias...
2006-04-02 Clément StenacWX Strings review by Steven Sheehy (Refs:#438)
2006-03-31 Clément StenacwxWidgets strings (Refs:#438)
2006-03-04 Clément StenacShoud fix #'565
2006-03-04 Christophe Mutricywx/dialogs/open.cpp: Fix the caching option. Closes...
2006-02-11 Christophe Mutricywx/dialogs/*: Don't put labels in buttons if we have...
2006-02-10 Clément StenacDisable broken stuff (Refs:#459)
2006-01-21 Clément StenacDon't preparse if we are about to play - Refs:#192
2006-01-21 Clément StenacPreparse items added through the directory access or...
2006-01-12 Antoine CellerierFSF address change.
2005-12-17 Clément StenacImprove the open box layout
2005-11-10 Gildas Bazin* modules/gui/wxwidgets: wx backward compatibility...
2005-11-02 Clément Stenacp( vlc.getInterfaces().getInterface( "wxwidgets" )...