projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
implement wcsftime for versions of VS earlier than 2005
[wxWidgets.git]
/
src
/
msw
/
mediactrl.cpp
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
blob
|
commitdiff
|
raw
2006-07-02
Stefan Neis
Fixed typos in comments (patch #1515724)
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Włodzimierz Skiba
Include wx/math.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Włodzimierz Skiba
Include wx/timer.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Włodzimierz Skiba
Include wx/dcclient.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-16
Vadim Zeitlin
build fixes for wxUSE_LOG==0 (modified patch 1450207)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-11
Julian Smart
Applied patch [ 1443707 ] kill "cast truncates constant...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-29
David Surovell
remove extraneous whitespace
blob
|
commitdiff
|
raw
|
diff to current
2006-01-28
David Surovell
minor changes as per RN comments - add some comments...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-28
Julian Smart
Further attempts at WinCE media control
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Julian Smart
Further steps towards media control support in WinCE...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
David Surovell
cleanup - more reformatting; fixed bug introduced in...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
David Surovell
cleanup - more reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Robin Dunn
Removed wxLogNull's used to supress errors coming from
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
David Surovell
cleanup - major reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Julian Smart
WinCE fixes (in case a WinCE-friendly backend gets...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Robin Dunn
Remove the busy-wait loops in wxAMMediaBackend::Play...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-20
Dimitri Schoolwerth
applied patch #1356901 "Yet another removal of extra...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-09
Włodzimierz Skiba
Various source cleanings.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Vadim Zeitlin
fixed MCSetMovie() signature
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-11
Vadim Zeitlin
wxMediaCtrl patch from Ryan:
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
added explicit wx/dynlib.h include
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
missing dllexport declaration added
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
corrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
use wxDynamicLibrary::GetSymbolAorW() instead of the...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
1. extracted code common to all backends in wxMediaBack...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
fixed horrible hack with passing pointers of wrong...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
removed unused OnPaint() handlers
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Włodzimierz Skiba
OW/Borland/MinGW warnings. Missing headers.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Chris Elliott
fix for VC (also ok with Borland and DMC)
blob
|
commitdiff
|
raw
|
diff to current
2005-07-28
Vadim Zeitlin
many improvements/bug fixes to media control: new wxEVT...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Vadim Zeitlin
really fixed wrong argument to wxString::Format()
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Vadim Zeitlin
fixed wrong argument to wxString::Format(); include...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-24
Włodzimierz Skiba
Preserve logging state during QT plugin initialization.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Włodzimierz Skiba
Avoid logging when QT plugin is unused but fails (from...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Julian Smart
Applied [ 1213375 ] MSW wxMediaCtrl minor debugging...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-02
Julian Smart
Missing header
blob
|
commitdiff
|
raw
|
diff to current
2005-06-02
Julian Smart
Assert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Applied patch [ 1212020 ] MediaCtrl DirectShow drawing...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Paint bugfix
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Applied patch [ 1208286 ] MediaCtrl DirectShow rewrite
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Włodzimierz Skiba
Multicharacter fix for MinGW and OW, semicolon fix...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-24
Włodzimierz Skiba
MinGW, Watcom and Borland warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-24
Włodzimierz Skiba
[ 1207289 ] minor dll mediactrl fix.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Julian Smart
Applied patch [ 1194316 ] wxMediaCtrl MSW config and...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-22
Julian Smart
Applied patch [ 1195797 ] Fixes to compile on Win64
blob
|
commitdiff
|
raw
|
diff to current
2005-05-22
Julian Smart
Applied [ 1202378 ] Fix display of MSW mediactrl when...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-22
Julian Smart
Remove debugging code accidentally left in
blob
|
commitdiff
|
raw
|
diff to current
2005-05-21
Julian Smart
Applied patch [ 1204548 ] Add Get and SetVolume to...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Ryan Norton
* Turn off by default...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Ryan Norton
* Dynamically load all quicktime stuff using a version...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Ryan Norton
* Fix refreshing bug with control not showing up intial...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-18
Ryan Norton
Reworked directshow implementation.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Włodzimierz Skiba
wxPoint/Size/Rect() causes the same code with (0,0...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-11
Włodzimierz Skiba
Various cleanings.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-06
Vadim Zeitlin
removed trailing semicolons after DECLARE_DYNAMIC_CLASS...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-02
Ryan Norton
fix shared msw builds
blob
|
commitdiff
|
raw
|
diff to current
2004-11-29
Włodzimierz Skiba
Not native long long fix.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-24
Ryan Norton
finish getting rid of background flicker (MCI backend)
blob
|
commitdiff
|
raw
|
diff to current
2004-11-24
Ryan Norton
reduce black background flicker a bit - there is still...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-24
Włodzimierz Skiba
Let's really remove border.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Ryan Norton
a stab at a dll fix for media lib
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Ryan Norton
dll fixes for media lib
blob
|
commitdiff
|
raw
|
diff to current
2004-11-16
Włodzimierz Skiba
Define wxMediaEvent before it is used. Make OnMediaFini...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-15
Ryan Norton
WXUNUSED warning fixes - unicode compilo fix
blob
|
commitdiff
|
raw
|
diff to current
2004-11-14
Ryan Norton
Massive reworking of wxMediaCtrl code - backend everyth...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Włodzimierz Skiba
dwCallback if DWORD.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Ron Lee
wxUSE_POSTSCRIPT is not a sufficient test by itself for
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Ryan Norton
mingw evidently doesn't have digitalv.h according to...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Ryan Norton
workaround to call directshow drivers without actually...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-11
Ryan Norton
mci can't play video on win2k - disable for now
blob
|
commitdiff
|
raw
|
diff to current
2004-11-11
Ryan Norton
tweak stopping - nicen up sample some more
blob
|
commitdiff
|
raw
|
diff to current
2004-11-11
Ryan Norton
mci backend for wxMediaCtrl. Better workaround for...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-11
Ryan Norton
1) fix border styles in wxMediaCtrl, 2) regenerate...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-11
Ryan Norton
base wxMediaCtrl files
blob
|
commitdiff
|
raw
|
diff to current