]> git.sesse.net Git - vlc/history - modules/gui/wxwidgets/wxwidgets.cpp
Remove most stray semi-colons in module descriptions
[vlc] / modules / gui / wxwidgets / wxwidgets.cpp
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
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-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-03-16 Rémi DuraffortRemove useless test before a delete.
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-08 Rémi DuraffortUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-05-26 Gildas Bazin* modules/gui/wxwidgets/*: fix a bunch of warnings.
2007-04-12 Christophe Mutricyscore is cached, so it's not a good idea to have it...
2007-03-22 Christophe Mutricywx: Check in Open() if we have an X
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-23 Marian DurkovicCompletely replace all ANSI CP dependend mb_str()
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-05-25 Clément StenacMark skins2-config, wx-config and parent-item as internal
2006-04-14 Rémi Denis-CourmontSame as previous commit (refs #581)
2006-04-02 Clément StenacWX Strings review by Steven Sheehy (Refs:#438)
2006-03-31 Clément StenacwxWidgets strings (Refs:#438)
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-24 Christophe Mutricywxwidgets.c: missing from [14902] commit
2006-03-18 Clément StenacDon't abort windows position remembering if small playl...
2006-03-13 Clément StenacAdd a tristate for WX playlist mode (normal/embedded...
2006-03-01 Felix Paul Kühne* more systray related ifndefs for the Darwin platform
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-11-30 Gildas Bazin* modules/gui/wxwidgets: massive cleanup and simplifica...
2005-11-02 Clément Stenacp( vlc.getInterfaces().getInterface( "wxwidgets" )...
2005-10-25 Antoine Cellerierone more fix :) -- courmisch approved ...
2005-10-25 Rémi Denis-CourmontWork-around wxWidgets overriding the LC_NUMERIC setting...
2005-10-06 Clément StenacMisc WX improvements - patches by zcot
2005-08-14 Rémi Denis-CourmontDon't set LC_NUMERIC in the wxWidgets plugin.
2005-08-13 Rémi Denis-CourmontUndo LC_NUMERIC change
2005-08-13 Antoine CellerierDisclaimer : this commit would need to be checked by...
2005-08-04 Felix Paul Kühne* removed unneeded ifdef, which broke the compilation...
2005-08-03 Christophe MutricyRenaming of wxwidgets options. Close the renaming ...
2005-08-03 Christophe MutricywxWindows -> wxWidgets step 3 (refs #80)