]> git.saurik.com Git - wxWidgets.git/history - src/msw/mediactrl.cpp
Various source cleanings.
[wxWidgets.git] / src / msw / mediactrl.cpp
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-10-28  Vadim Zeitlinfixed MCSetMovie() signature
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-08-05  Vadim Zeitlinadded explicit wx/dynlib.h include
2005-08-05  Vadim Zeitlinmissing dllexport declaration added
2005-08-05  Vadim Zeitlincorrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
2005-08-05  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of the...
2005-08-05  Vadim Zeitlin1. extracted code common to all backends in wxMediaBack...
2005-08-05  Vadim Zeitlinfixed horrible hack with passing pointers of wrong...
2005-08-05  Vadim Zeitlinremoved unused OnPaint() handlers
2005-07-29  Włodzimierz SkibaOW/Borland/MinGW warnings. Missing headers.
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-01  Vadim Zeitlinreally fixed wrong argument to wxString::Format()
2005-07-01  Vadim Zeitlinfixed wrong argument to wxString::Format(); include...
2005-06-24  Włodzimierz SkibaPreserve logging state during QT plugin initialization.
2005-06-23  Włodzimierz SkibaAvoid logging when QT plugin is unused but fails (from...
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-02  Julian SmartMissing header
2005-06-02  Julian SmartAssert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl
2005-05-31  Julian SmartApplied patch [ 1212020 ] MediaCtrl DirectShow drawing...
2005-05-31  Julian SmartPaint bugfix
2005-05-31  Julian SmartApplied patch [ 1208286 ] MediaCtrl DirectShow rewrite
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Włodzimierz SkibaMulticharacter fix for MinGW and OW, semicolon fix...
2005-05-24  Włodzimierz SkibaMinGW, Watcom and Borland warning fixes.
2005-05-24  Włodzimierz Skiba[ 1207289 ] minor dll mediactrl fix.
2005-05-23  Julian SmartApplied patch [ 1194316 ] wxMediaCtrl MSW config and...
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-05-22  Julian SmartApplied [ 1202378 ] Fix display of MSW mediactrl when...
2005-05-22  Julian SmartRemove debugging code accidentally left in
2005-05-21  Julian SmartApplied patch [ 1204548 ] Add Get and SetVolume to...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
2005-03-18  Ryan NortonReworked directshow implementation.
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2004-12-02  Ryan Nortonfix shared msw builds
2004-11-29  Włodzimierz SkibaNot native long long fix.
2004-11-24  Ryan Nortonfinish getting rid of background flicker (MCI backend)
2004-11-24  Ryan Nortonreduce black background flicker a bit - there is still...
2004-11-24  Włodzimierz SkibaLet's really remove border.
2004-11-23  Ryan Nortona stab at a dll fix for media lib
2004-11-23  Ryan Nortondll fixes for media lib
2004-11-16  Włodzimierz SkibaDefine wxMediaEvent before it is used. Make OnMediaFini...
2004-11-15  Ryan NortonWXUNUSED warning fixes - unicode compilo fix
2004-11-14  Ryan NortonMassive reworking of wxMediaCtrl code - backend everyth...
2004-11-12  Włodzimierz SkibadwCallback if DWORD.
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-12  Ryan Nortonmingw evidently doesn't have digitalv.h according to...
2004-11-12  Ryan Nortonworkaround to call directshow drivers without actually...
2004-11-11  Ryan Nortonmci can't play video on win2k - disable for now
2004-11-11  Ryan Nortontweak stopping - nicen up sample some more
2004-11-11  Ryan Nortonmci backend for wxMediaCtrl. Better workaround for...
2004-11-11  Ryan Norton1) fix border styles in wxMediaCtrl, 2) regenerate...
2004-11-11  Ryan Nortonbase wxMediaCtrl files