]> git.sesse.net Git - vlc/history - modules/gui/wxwidgets
Qt: Do not react to double-click in editor.
[vlc] / modules / gui / wxwidgets /
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-02 Rémi DuraffortEvenif we don't care of WxWidget, fix #2365.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-04 Laurent AimarAdded a new INPUT_GET_BOOKMARK to allow future safe...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontRemove intf_ShouldDie
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
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
next