]> git.sesse.net Git - vlc/history - modules/gui/wxwidgets
Sync PO files
[vlc] / modules / gui / wxwidgets /
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
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-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
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-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
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-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-22 Alexis BallierFix wx build
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
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-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-24 Rafaël CarréFix input item leaking
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
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-12 Pierre d'Herbemontwxwidgets: Comments cleanup for previous commit.
2008-04-12 Dominique Leuenbergerwxwidgets: Replace Volume Bar's wxGauge subclass by...
2008-04-08 Dominique Leuenbergerwxwidgets: Don't forget to vlc_gc_decref() the input_it...
2008-04-06 Dominique LeuenbergerChange the static char in the bitmap files to const...
2008-04-06 Rafaël CarréUse UNIX \n only
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-08 Rémi DuraffortUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
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-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
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 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Jean-Baptiste KempfWxWidget: Fix compilation.
2008-01-01 Christophe MutricyHappy new year
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-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
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-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-16 Rémi Denis-CourmontUse var_GetNonEmptyString were applicable
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rafaël CarréUses different accelerators for Video & View menus...
2007-09-05 Damien Fouilleulwxwidgets: fix crash in playlist due to change in meta...
2007-09-02 Rafaël CarréFix wxwidgets compilation
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-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Jean-Baptiste KempfWx: compile fix
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Damien Fouilleulwxwidgets: meta fixes, constify update_download
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-07-29 Rémi Denis-CourmontVLC_Changeset is always available
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-05-04 Damien Fouilleul- wxwidgets: slider tweaks completed, needs testing
2007-05-04 Damien Fouilleul- wxwidgets: for win32, patch movie wxSlider underlying...
2007-04-29 Jean-Baptiste KempfWx - Increase the time display. Close #1116. Does not...
2007-04-27 Christophe MutricyFix memory corruption in wx locales handling on UTF8...
2007-04-12 Christophe Mutricyscore is cached, so it's not a good idea to have it...
2007-03-23 Christophe MutricyFix the strings.
2007-03-22 Christophe Mutricywx: Check in Open() if we have an X
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...
next