]> git.sesse.net Git - vlc/history - modules/gui/wxwindows
* small fixes (the icon change should now work under windows)
[vlc] / modules / gui / wxwindows /
2005-03-31 Antoine Cellerier * small fixes (the icon change should now work under...
2005-03-31 Antoine Cellerierchange the speaker into a mute/unmute button
2005-03-30 Sigmund Augdal Helberginput.c: doxygenize vlc_input_item_GetInfo
2005-03-30 Sigmund Augdal Helbergwxwindows/preferences_widgets.cpp: ModuleCatList widget...
2005-03-28 Derk-Jan Hartman* Changed video-fiter to vout-filter, because video...
2005-03-15 Anil Daoud* display useful information in the tooltip
2005-03-14 Anil Daoud* wxwindows/*: disable systray code for wx2.4 (Thanks...
2005-03-14 Derk-Jan Hartman* Renamed --filter to --video-filter for reasons of...
2005-03-14 Anil Daoud* activex: updated svn:ignore property
2005-03-11 Sigmund Augdal Helbergwxwindows/preferences_widgets.cpp: Fix size of ModulesL...
2005-03-11 Clément StenacReduce the global verbosity
2005-03-10 Clément StenacShould fix compile
2005-03-09 Clément StenacPreferences icons
2005-03-09 Clément StenacDon't switch interfaces under linux
2005-03-08 Rémi Denis-CourmontStrings rationalization
2005-03-08 Rémi Denis-CourmontFix max UDP port number
2005-03-08 Rémi Denis-CourmontSame fix for non-constant string.
2005-03-08 Rémi Denis-CourmontFix conversion from locale to wxWidgets' Unicode
2005-03-08 Rémi Denis-CourmontFix UDP unicast access when both IPv6 and non-default...
2005-03-07 Rémi Denis-Courmont- Don't crash when transcoding is enabled
2005-03-05 Gildas Bazin* modules/gui/wxwindows/timer.cpp: release input when...
2005-03-05 Rémi Denis-CourmontUnbreak streaming wizard in Unicode compile
2005-03-04 Rémi Denis-CourmontAdd HTTP/SSL
2005-03-04 Gildas Bazin* modules/gui/wxwindows/timer.cpp: don't forget to...
2005-03-03 Gildas Bazin* modules/gui/wxwindows: portability fixes by Erik...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-01 Antoine Cellerier * change copyright date
2005-03-01 Rémi Denis-Courmont- fix is_mult call in case of Unicode build (c_str...
2005-02-22 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: sanity check...
2005-02-18 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: Added an sout...
2005-02-15 Gildas Bazin* modules/gui/wxwindows/messages.cpp: fixed insertion...
2005-02-15 Derk-Jan Hartman* renamed --spu-track to --sub-track
2005-02-15 Derk-Jan Hartman* renamed audio-channel to audio-track so ppl don't...
2005-02-13 Mark Moriartywizard.cpp -- Change video and audio codec comboboxes...
2005-02-13 Mark Moriartywizard.cpp -- change checkboxes to use wxALIGN_CENTER_V...
2005-02-11 Gildas Bazin* modules/gui/wxwindows: MSVC fixes for the wxwindows...
2005-02-10 Gildas Bazin* modules/gui/wxwindows: do not use INSERT_ELEM in...
2005-02-10 Gildas Bazin* modules/gui/wxwindows/*: keep compatibility with...
2005-02-09 Gildas Bazin* modules/gui/wxwindows/interface.cpp: toolbar flickeri...
2005-02-08 Clément StenacInclude missing images to dist
2005-02-08 Mark Moriartypreferences_widgets -- Delete spinctrl hack for WIN32...
2005-02-06 Clément Stenac* wx: Ensure that callbacks are not registered twice
2005-02-06 Clément Stenac* wx : simplify some code, remove some useless duplications
2005-02-01 Mark Moriartywizard update -- set default vbitrate, abitrate (courte...
2005-01-30 Mark Moriartywxwindows update for WIN32 wxSpinCtrl, restrict range...
2005-01-30 Clément StenacUninitialized values
2005-01-29 Mark Moriartypreferences wxSpinCtrl hack for WIN32 (make up arrow...
2005-01-29 Sigmund Augdal Helbergwizard.cpp: Layout fixes on the input page
2005-01-29 Sigmund Augdal Helbergwxwindows/wizard.cpp: run Layout() on the sizers when...
2005-01-29 Sigmund Augdal Helbergwxwindows/wizard.cpp: fixed a crash when pressing Ok...
2005-01-23 Clément StenacFix breakage in transcode file selection
2005-01-23 Yoann Peronneau* wxwindows/playlist.cpp: Menu and toolbar are no longe...
2005-01-17 Clément StenacCache last FindItem request to speed up bulk-addings
2005-01-17 Yoann Peronneau* wxwindows/subtitles.cpp: subtitle delay can also...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2005-01-15 Yoann Peronneau* modules/gui/wxwindows/playlist.cpp: when duration...
2005-01-13 Clément Stenac* DAAP (iTunes shares) services discovery and access...
2005-01-12 Yoann Peronneau* modules/gui/wxwindows/interface.cpp: Add new buttons...
2005-01-12 Clément StenacPut callbacks after rebuild, avoids deadlock in rebuild
2005-01-11 Clément StenacAdd some icons
2005-01-11 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.cpp: added...
2004-12-21 Gildas Bazin* modules/gui/wxwindows/interface.cpp: fixed hotkeys...
2004-12-21 Gildas Bazin* src/video_output/vout_intf.c: added a video-snapshot...
2004-12-19 Clément StenacFix bugs with psz_shortname
2004-12-16 Clément StenacFix a bug with preferences
2004-12-16 Clément StenacMerge general with the category when possible
2004-12-14 Clément StenacImplement add_module_cat to add a module by category...
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-12 Clément StenacFix warnings
2004-12-11 Sigmund Augdal Helbergsrc/playlist/*:give id to nodes as well. triger item...
2004-12-11 Cyril Deguet* preferences_widget.cpp: fixed a compilation error
2004-12-11 Sigmund Augdal Helbergwx-playlist: hide node-related items from popup, when...
2004-12-11 Clément StenacImprovements to preferences
2004-12-10 Clément StenacFix win32 crash when playlist is empty
2004-12-10 Sigmund Augdal Helbergwxwindows/playlist.cpp: remove enable/disable clutter
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-12-09 Sigmund Augdal Helbergwxwindows/playlist.cpp: also update icon on item change
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-11-27 Sigmund Augdal Helbergplaylist.cpp: wxT -> wxU
2004-11-27 Clément StenacMinimalistic status bar
2004-11-27 Clément StenacFix images order
2004-11-25 Olivier Teulière * src/input/input.c: notify the interfaces when the...
2004-11-23 Gildas Bazin* modules/gui/wxwindows/playlist.cpp: fixed uninitializ...
2004-11-23 Rocky BernsteinIf using cddax (as opposed to cdda), then set the MRL...
2004-11-22 Clément StenacRestore search
2004-11-22 Clément StenacDon't rebuild the tree on node sort
2004-11-22 Clément StenacRecursive sort
2004-11-21 Clément StenacHandle the case when parent is root
2004-11-21 Clément StenacUse item-append when an item is appended to a node...
2004-11-21 Clément StenacSort a node (alphabetically, all sub-nodes come first)
2004-11-19 Clément Stenacsap: don't crash on invalid o= field
2004-11-15 Clément StenacFix wxWidgets crash
2004-11-14 Clément StenacRe-enable logging
2004-11-13 Clément StenacAdd directory in wxWidgets
2004-11-10 Clément Stenac* SAP: use session identifiers to decide if we need...
2004-11-08 Clément Stenacinclude services discovery in interface
2004-11-08 Antoine Cellerier * put scale setting under bitrate
2004-11-08 Clément StenacUse play to end as default, and add "play this branch...
next