projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
netapi32: Add a stub for NetGroupGetInfo.
[wine]
/
dlls
/
mshtml
/
2009-09-08
Peter Dons Tychsen
mshtml: Fix crash because of usage of pointer before...
tree
|
commitdiff
2009-09-02
Jacek Caban
mshtml: Added IOmNavigator::get_userAgent implementation.
tree
|
commitdiff
2009-09-02
Jacek Caban
mshtml: Added IHTMLDocument::writeln implementation.
tree
|
commitdiff
2009-09-02
Jacek Caban
mshtml: Added http loading test.
tree
|
commitdiff
2009-09-02
Jacek Caban
mshtml: Fixed tests on IE8.
tree
|
commitdiff
2009-09-02
Jacek Caban
mshtml: Fixed script tests on IE6 and IE7.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Properly release DispatchEx data.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added function object tests.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added function object implementation.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Moved dynamic_data allocation to separated...
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Move ITypeInfo::Invoke call to separated function.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added IHTMLWindow2::toString implementation.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added IOmNavigator::toString implementation.
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added DISPID_VALUE implementation for HTMLLocat...
tree
|
commitdiff
2009-09-01
Jacek Caban
mshtml: Added support for DISPID_VALUE.
tree
|
commitdiff
2009-08-31
Jacek Caban
mshtml: Fixed script tests on IE8.
tree
|
commitdiff
2009-08-31
Jacek Caban
mshtml: Always call OnStartRequest before OnStopRequest.
tree
|
commitdiff
2009-08-28
Francois Gouget
mshtml: Remove the create_nsstream() prototype.
tree
|
commitdiff
2009-08-27
Jacek Caban
mshtml: Update wine_url in nsIURL::SetQuery.
tree
|
commitdiff
2009-08-27
Jacek Caban
mshtml: Wrap nsIURL interface.
tree
|
commitdiff
2009-08-27
Jacek Caban
mshtml: Remove no longer used create_nsstream.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLStyle get/put letterSpacing.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_margin.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_overflow.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
tree
|
commitdiff
2009-08-25
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_color.
tree
|
commitdiff
2009-08-25
Jacek Caban
mshtml: Get rid of handling post data in IPersistMonike...
tree
|
commitdiff
2009-08-24
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
tree
|
commitdiff
2009-08-24
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
tree
|
commitdiff
2009-08-24
Alistair Leslie...
mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
tree
|
commitdiff
2009-08-24
Jacek Caban
mshtml: Use URL moniker to load http documents.
tree
|
commitdiff
2009-08-24
Jacek Caban
mshtml: Don't return Gecko interfaces implementation...
tree
|
commitdiff
2009-08-24
Jacek Caban
mshtml: Treat wyciwyg protocol as Gecko special protocol.
tree
|
commitdiff
2009-08-24
Jacek Caban
mshtml: Wrap nsIHttpChannelInternal interface.
tree
|
commitdiff
2009-08-21
Alistair Leslie...
mshtml: Implement IHTMLStyle get/put wordSpacing.
tree
|
commitdiff
2009-08-21
Jacek Caban
mshtml: Code clean up.
tree
|
commitdiff
2009-08-21
Alistair Leslie...
mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.
tree
|
commitdiff
2009-08-20
Alistair Leslie...
mshtml: Implement IHTMLStyle get/put borderLeftWidth.
tree
|
commitdiff
2009-08-20
Jacek Caban
mshtml: Moved parse_post_data to GetBindInfo.
tree
|
commitdiff
2009-08-19
Alistair Leslie...
mshtml: Implement IHTMLCurrentStyle_get_visibility.
tree
|
commitdiff
2009-08-19
Alexandre Julliard
mshtml/tests: Use the global wine_dbgstr_w instead...
tree
|
commitdiff
2009-08-18
Alistair Leslie...
mshtml: Implement IHTMLLocation get_href.
tree
|
commitdiff
2009-08-18
Vladimir Pankratov
mshtml: Add test for OmNavigator_get_appName.
tree
|
commitdiff
2009-08-18
Vladimir Pankratov
mshtml: Implement OmNavigator_get_appName.
tree
|
commitdiff
2009-08-17
Jacek Caban
mshtml: Disable spell checker.
tree
|
commitdiff
2009-08-14
Jacek Caban
mshtml: Parse post data in channelbsc_set_channel.
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Added IHTMLElement::get_outerHTML implementation.
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Ignore DOCUMENT_TYPE_NODE nodes in nsnode_to_ns...
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Call IDocHostUIHandler::TranslateUrl from OnURI...
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Don't write null byte in IPersist*::Save functions.
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Use correct macro in HTMLInputTextElement:...
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Added IBindStatusCallback::OnResponse implement...
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Added support for partial reads in read_stream_...
tree
|
commitdiff
2009-08-12
Jacek Caban
mshtml: Moved TASK_PARSECOMPLETE to nsIMutationObserver...
tree
|
commitdiff
2009-08-11
Jacek Caban
mshtml: Call stop_binding before releasing binding...
tree
|
commitdiff
2009-08-10
Jacek Caban
mshtml: Added IHTMLLocation::get_pathname implementation.
tree
|
commitdiff
2009-08-05
Alexandre Julliard
mshtml: Never try to unload the Gecko libraries.
tree
|
commitdiff
2009-08-04
Jacek Caban
mshtml: Wine Gecko 1.0.0 release.
tree
|
commitdiff
2009-08-04
Jacek Caban
mshtml: Install Gecko in system directory.
tree
|
commitdiff
2009-08-04
Alistair Leslie...
mshtml: Add missing interfaces.
tree
|
commitdiff
2009-08-04
Alexander Nicolays...
mshtml: Update Norwegian Bokmål translation.
tree
|
commitdiff
2009-08-03
Jacek Caban
mshtml: Call set_ns_editmode in better place.
tree
|
commitdiff
2009-08-03
Jacek Caban
mshtml: Added IHTMLStyle3::wordWrap property implementa...
tree
|
commitdiff
2009-08-03
Jacek Caban
mshtml: Always return hex string in IHTMLBodyElement...
tree
|
commitdiff
2009-07-24
Vladimir Pankratov
mshtml: Convert the Russian resources to UTF-8.
tree
|
commitdiff
2009-07-23
Jacek Caban
mshtml: Added VT_UINT handling to debugstr_variant.
tree
|
commitdiff
2009-07-16
Ricardo Filipe
mshtml: Update Portuguese translation and convert to...
tree
|
commitdiff
2009-07-09
Frédéric Delanoy
mshtml: Convert French resources to UTF-8.
tree
|
commitdiff
2009-07-08
Jacek Caban
mshtml: Added support for VT_UINT name in IHTMLElementC...
tree
|
commitdiff
2009-07-06
Jacek Caban
mshtml: Don't call AutoRegister on GRE directory -...
tree
|
commitdiff
2009-07-01
Michael Stefaniuc
mshtml: Build language resource files separately.
tree
|
commitdiff
2009-06-25
Matej Spindler
mshtml: Update Slovenian translation.
tree
|
commitdiff
2009-06-23
Jacek Caban
mshtml: Fixed tests on IE8 and change Wine behavior...
tree
|
commitdiff
2009-06-22
Aric Stewart
mshtml: Update Japanese resources.
tree
|
commitdiff
2009-06-15
Detlef Riekenberg
urlmon/tests: Move SecurityManager and ZoneManager...
tree
|
commitdiff
2009-06-09
Jonathan Ernst
mshtml: Updated French translation.
tree
|
commitdiff
2009-06-08
Austin English
mshtml: Make the wine-gecko warning more clear.
tree
|
commitdiff
2009-06-08
Paul Vriens
mshtml/tests: Use strcmp_wa instead of lstrcmpW to...
tree
|
commitdiff
2009-06-08
Paul Vriens
mshtml/tests: Correct another test.
tree
|
commitdiff
2009-06-08
Paul Vriens
mshtml/tests: Use lstrcmpA in a helper function to...
tree
|
commitdiff
2009-06-08
Paul Vriens
mshtml/tests: Correct a test and show a Wine bug.
tree
|
commitdiff
2009-06-03
Michael Stefaniuc
mshtml: Replace long with LONG.
tree
|
commitdiff
2009-05-27
Paul Vriens
mshtml: Match IE8 implementation.
tree
|
commitdiff
2009-05-26
Paul Vriens
mshtml/tests: Fix some test failures on IE8.
tree
|
commitdiff
2009-05-25
Jacek Caban
mshtml: Use TLS_OUT_OF_INDEXES as invalid TLS value.
tree
|
commitdiff
2009-05-13
Paul Vriens
mshtml/tests: Fix some test failures with IE8.
tree
|
commitdiff
2009-05-13
Anders Jonsson
mshtml: Update Swedish translation.
tree
|
commitdiff
2009-05-12
Jacek Caban
mshtml: Handle aCount < buf_size case correctly in...
tree
|
commitdiff
2009-04-28
Alexandre Julliard
include: Added definitions for HTMLWindowEvents and...
tree
|
commitdiff
2009-04-23
Colin Finck
mshtml: Fix the size passed to MultiByteToWideChar.
tree
|
commitdiff
2009-04-16
Jacek Caban
mshtml: Added IPersistHistory stub implementation.
tree
|
commitdiff
2009-04-16
Frans Kool
mshtml: Corrected Dutch translations.
tree
|
commitdiff
2009-04-15
Michael Stefaniuc
mshtml/tests: Replace long with LONG.
tree
|
commitdiff
2009-04-01
Ge van Geldorp
mshtml/tests: Fix tests on Windows.
tree
|
commitdiff
2009-04-01
Jacek Caban
urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot...
tree
|
commitdiff
2009-03-23
Hwang YunSong(황윤성)
mshtml: Updated Korean resource.
tree
|
commitdiff
2009-03-23
Aurimas Fischer
mshtml: Update Lithuanian translation.
tree
|
commitdiff
2009-03-23
Michael Stefaniuc
mshtml: Update the German translation.
tree
|
commitdiff
2009-03-23
Michael Stefaniuc
mshtml: Convert the German translation to UTF8.
tree
|
commitdiff
next