]> git.sesse.net Git - vlc/history - modules/gui/wxwidgets/dialogs
We even can show a new dialog after reset the preferences.
[vlc] / modules / gui / wxwidgets / dialogs /
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-05 Rémi Denis-CourmontCharset fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-18 Jean-Paul SamanReplace vlc_object_find() and vlc_object_release()...
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-22 Alexis BallierFix wx build
2008-05-15 Rémi Denis-CourmontDon't bother with vlc_object_get() when you can keep...
2008-05-10 Rémi Denis-CourmontTypo
2008-05-10 Rémi Denis-CourmontKill further I64C
2008-04-24 Rafaël CarréFix input item leaking
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-15 Rémi DuraffortFix the update in wxwidgets.
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-16 Rémi DuraffortRemove useless test before a delete.
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...
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-02 Rémi DuraffortAvoid a segfault when services_discovery_GetServicesNam...
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-24 Rémi Denis-CourmontRemove net_AddressIsMulticast:
2008-01-24 Dennis van Amerongen* modules/gui/wxwidgets and skins2: add various more...
2008-01-23 Jean-Baptiste KempfWxWidget: Fix compilation.
2007-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-20 Jean-Paul SamanMake wxwidgets compile again. The preference dialog...
2007-12-15 Rémi Denis-CourmontRemove code killed by previous commit
2007-12-15 Rémi Denis-CourmontHide internal settings
2007-12-14 Gildas Bazin* modules/gui/wxwidgets: fix breakage introduced by...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-14 Jean-Paul Samanmake use of new module_* API
2007-12-11 Rémi DuraffortAdd the modification to the wxwidget interface and...
2007-11-12 Jean-Baptiste KempfWx: this should fix the [23027] commit for compilation...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-09-28 Christophe MutricyDon't show unsaveable options in the preferences
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Damien Fouilleulwxwidgets: fix crash in playlist due to change in meta...
2007-09-01 Rémi Denis-CourmontUse RTP sout for RTP
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-18 Jean-Baptiste KempfWx: compile fix
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-05-28 Gildas Bazin modules/gui/wxwidgets/*: bunch of fixes.
2007-05-27 Gildas Bazin* modules/gui/wxwidgets/dialogs/playlist.cpp: use the...
2007-05-26 Gildas Bazin* modules/gui/wxwidgets/*: fix a bunch of warnings.
2007-05-25 Christophe Mutricygui/wx: i18n fixes pointed by Cristi Secara
2007-03-23 Christophe MutricyFix the strings.
2007-03-01 Laurent AimarDeactivated VLM control by wx while I clean it. (It...
2007-02-20 Laurent AimarFixed segfault in AutoBuiltPanel::AutoBuiltPanel.
2007-02-20 Jean-Paul Samanplaylist_NodeAddInput() prototype changed, this commit...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-01-17 Christophe MutricyFix the preferences under wx
2007-01-09 Christophe MutricyPartial fix of the wx prefs. The modules settings are...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-09 Marian DurkovicFix for non-working DELETE key in Playlist on Win32
2006-12-06 Christophe Mutricysub_fps is a float and need to be a float. Don't loose...
2006-12-04 Marian DurkovicAdd quotes to all VLM commands requested by VLM wx...
2006-11-29 Marian DurkovicForwardport [18136]: Fixed RecursiveDeleteSelection...
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-20 Rafaël CarréWxwidgets playlist fix
2006-11-19 Rafaël CarréFixes wxwidgets compilation
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-06 Marian DurkovicForwardport Unicode wxWidgets fixes - [17434], [17436...
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-07 Gildas Bazin* modules/gui/wxwindows/menus.cpp: avoid using the...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-30 Clément StenacMerge author/artist
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-16 Gildas Bazin* modules/gui/wxwidgets/dialogs/playlist.cpp: remove...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
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-08 Christophe MutricyFix compilation. It inserts the playlist only in tree...
2006-06-14 Yoann Peronneau* Tree playlist XSPF export
2006-06-10 Gildas Bazin* modules/gui/wxwidgets/dialogs/fileinfo.hpp: compilati...
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
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-25 Clément StenacAdd a change_internal modifier to options. Please check...
2006-05-25 Clément StenacFix playing from popup
2006-05-21 Christophe MutricyFix the integer widget
2006-05-17 Clément StenacForgot to change the deletion function
2006-05-15 Clément StenacShould fix win32 WX compile
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
next