2011-08-01 |
Steve Lamerton | Fix a couple of warning that crept back into the GTK...
|
commit | commitdiff | tree |
2011-08-01 |
Steve Lamerton | Add missing lines to setup.h.in. This properly fixes...
|
commit | commitdiff | tree |
2011-07-31 |
Steve Lamerton | Rework the GTK WebKit backend history to remove the...
|
commit | commitdiff | tree |
2011-07-31 |
Steve Lamerton | Split wxWebHistoryItem headers out into separate files...
|
commit | commitdiff | tree |
2011-07-31 |
Steve Lamerton | Simplify the wxWebFileHandler code by using a map to...
|
commit | commitdiff | tree |
2011-07-30 |
Steve Lamerton | Overhaul wxWebHandler naming to try and make it consistent...
|
commit | commitdiff | tree |
2011-07-30 |
Steve Lamerton | Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
|
commit | commitdiff | tree |
2011-07-29 |
Steve Lamerton | Add CombineURIs implementation for wxWebFileProtocolHandler...
|
commit | commitdiff | tree |
2011-07-28 |
Steve Lamerton | Tidy up the include guards for the various wxWebView...
|
commit | commitdiff | tree |
2011-07-28 |
Steve Lamerton | Move the wxWebFileProtocolHandler from the IE backend...
|
commit | commitdiff | tree |
2011-07-28 |
Steve Lamerton | Initial implementation of wxWebProtocolHandler and...
|
commit | commitdiff | tree |
2011-07-26 |
Steve Lamerton | Very basic implementation of IInternetProtocolInfo...
|
commit | commitdiff | tree |
2011-07-26 |
Steve Lamerton | Add a couple of missing forward declarations.
|
commit | commitdiff | tree |
2011-07-26 |
Steve Lamerton | We always let the user handle new window events so...
|
commit | commitdiff | tree |
2011-07-26 |
Steve Lamerton | Fix compilation errors under OSX.
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Fix warnings in the MSW IE backend.
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | We no longer need to veto the new window event in the...
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Link to urlmon from wxWeb to fix the compilation errors...
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Rename GetHref to GetURL in wxWebNavigationEvent, this...
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Add support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKit...
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Clarify what GetTarget actually returns in wxWebNavigationEvent.
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Update handling and documentation for new window events...
|
commit | commitdiff | tree |
2011-07-25 |
Steve Lamerton | Remove some now unused history variables.
|
commit | commitdiff | tree |
2011-07-22 |
Steve Lamerton | Implement basic support for virtual file systems for...
|
commit | commitdiff | tree |
2011-07-22 |
Steve Lamerton | Replace define for OLECMDID_OPTICAL_ZOOM with an enum...
|
commit | commitdiff | tree |
2011-07-18 |
Steve Lamerton | Make callback names consistent
|
commit | commitdiff | tree |
2011-07-18 |
Steve Lamerton | Use the newer and recommended callback for handling...
|
commit | commitdiff | tree |
2011-07-15 |
Steve Lamerton | Remove some code that shouldn't be in the interface...
|
commit | commitdiff | tree |
2011-07-15 |
Steve Lamerton | Send correct navigation events when using SetPage on...
|
commit | commitdiff | tree |
2011-07-15 |
Steve Lamerton | Add RunScript and implement on all backends. Document...
|
commit | commitdiff | tree |
2011-07-15 |
Steve Lamerton | Add ClearSelection for msw ie and gtk webkit, with...
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Fix all the unit tests for gtk, they now all pass on...
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Add unit tests for zoom functions
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Yield after control creation to allow it to load the...
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Update web units tests so that they compile after api...
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Fix compiler warnings in the IE backend.
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Update the web sample to allow choosing between different...
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Implement CanSetZoomType correctly for the IE backend.
|
commit | commitdiff | tree |
2011-07-14 |
Steve Lamerton | Overhaul IE zoom functions to support both text and...
|
commit | commitdiff | tree |
2011-07-13 |
Steve Lamerton | Add GetPageText to MSW IE and to GTK WebKit. Add stub...
|
commit | commitdiff | tree |
2011-07-13 |
Steve Lamerton | Rename GetSelectedHTML to GetSelectedSource, this brings...
|
commit | commitdiff | tree |
2011-07-12 |
Steve Lamerton | Update selection unit test to test GetSelectedHTML.
|
commit | commitdiff | tree |
2011-07-11 |
Steve Lamerton | Implement GetSelectedHTML for the ie and gtk webkit...
|
commit | commitdiff | tree |
2011-07-11 |
Steve Lamerton | Fix various gtk webkit warnings.
|
commit | commitdiff | tree |
2011-07-11 |
Steve Lamerton | Tidy up the ie backend a little, make sure all com...
|
commit | commitdiff | tree |
2011-07-11 |
Steve Lamerton | Fix warnings in the ie backend.
|
commit | commitdiff | tree |
2011-07-10 |
Steve Lamerton | Add support for retrieving the currently selected text...
|
commit | commitdiff | tree |
2011-07-09 |
Steve Lamerton | Add start of selection api, support for HasSelection...
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add the ability to enable / disable and check for the...
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Factor out url loading logic into a separate function...
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add tests for the back and forward history lists.
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add unit tests for history clearing and enabling /...
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add tests for url and history support
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add tests for the page title
|
commit | commitdiff | tree |
2011-07-08 |
Steve Lamerton | Add scaffolding for wxWebView unit tests.
|
commit | commitdiff | tree |
2011-07-06 |
Steve Lamerton | Implement cut / copy / paste in osx webkit and fix...
|
commit | commitdiff | tree |
2011-07-06 |
Steve Lamerton | Add some more missing stubs to the osx webkit backend.
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Add stubs to osx webkit backend to allow compilation.
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Simplify backend enum naming, we do not need separate...
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Remove comment about a new frame api as this is now...
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Bring osx class naming into line with the other ports.
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Remove out of date osx defines.
|
commit | commitdiff | tree |
2011-07-05 |
Steve Lamerton | Add osx configure support for wxWebView.
|
commit | commitdiff | tree |
2011-07-04 |
Steve Lamerton | Factor logic that returns an IHTMLDocument2 into a...
|
commit | commitdiff | tree |
2011-07-04 |
Steve Lamerton | Filter out subframes from the ie backend history and...
|
commit | commitdiff | tree |
2011-07-04 |
Steve Lamerton | Add a note to the documentation about the emulation...
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Add web documentation category.
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Get the page title from the IHtmlDocument rather than...
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Overhaul the wxWebView documentation. Split the documentatio...
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Implement undo and redo for the ie and gtk webkit backends...
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Implement clipboard api in gtk.
|
commit | commitdiff | tree |
2011-07-02 |
Steve Lamerton | Add new clipboard api and support for it in the ie...
|
commit | commitdiff | tree |
2011-07-01 |
Steve Lamerton | Implement extended history api in gtk
|
commit | commitdiff | tree |
2011-07-01 |
Steve Lamerton | Extend history api using the ie backend to include...
|
commit | commitdiff | tree |
2011-07-01 |
Steve Lamerton | Use shared pointers throughout when managing history...
|
commit | commitdiff | tree |
2011-07-01 |
Steve Lamerton | Add an extra assert in the case of trying to load an...
|
commit | commitdiff | tree |
2011-06-30 |
Steve Lamerton | Add support for the new history functions to the ie...
|
commit | commitdiff | tree |
2011-06-30 |
Steve Lamerton | Only send a document complete event when the page is...
|
commit | commitdiff | tree |
2011-06-30 |
Steve Lamerton | Add basic history api and implement it under gtk.
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Give the sample a more sensible initial size for web...
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Adjust animation size to fit the toolbar properly
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Update the sample to show how to block navigation and...
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Update the web sample to use images from the art provider...
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Add support for loading a url in the constructor to...
|
commit | commitdiff | tree |
2011-06-29 |
Steve Lamerton | Add support for new window events in gtk
|
commit | commitdiff | tree |
2011-06-28 |
Steve Lamerton | Don't use a depreciated method for loading a url.
|
commit | commitdiff | tree |
2011-06-28 |
Steve Lamerton | Bring gtk class naming into line with the new naming...
|
commit | commitdiff | tree |
2011-06-28 |
Steve Lamerton | Update msw files to use the new definitions
|
commit | commitdiff | tree |
2011-06-28 |
Steve Lamerton | Fix the build system in gtk, plus a couple of compilation...
|
commit | commitdiff | tree |
2011-06-23 |
Steve Lamerton | Fix a number of mingw compile errors.
|
commit | commitdiff | tree |
2011-06-14 |
Steve Lamerton | Add wxWebView backend wxUSE_ macros
|
commit | commitdiff | tree |
2011-05-27 |
Steve Lamerton | Overhaul the wxWebView sample. Bring the style into...
|
commit | commitdiff | tree |
2011-05-26 |
Steve Lamerton | Load the wxWidgets homepage by default in the wxWebView...
|
commit | commitdiff | tree |
2011-05-26 |
Steve Lamerton | Do not show the wxWebView sample tools menu unless...
|
commit | commitdiff | tree |
2011-05-26 |
Steve Lamerton | Remove various bit of redundant code from the wxWebView...
|
commit | commitdiff | tree |
2011-05-26 |
Steve Lamerton | Add a new event type for new window creation, document...
|
commit | commitdiff | tree |
2011-05-19 |
Steve Lamerton | Don't pass raw urls to logging functions in the wxWebView...
|
commit | commitdiff | tree |
2011-05-19 |
Steve Lamerton | Block new frames being created in wxWebViewIE, bringing...
|
commit | commitdiff | tree |
2011-05-19 |
Steve Lamerton | Remove defined values from wxWebView enums. We probably...
|
commit | commitdiff | tree |
next |