projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
handling illegal fsrefs by returning an empty string, fixes #14384
[wxWidgets.git]
/
src
/
gtk
/
webview_webkit.cpp
2012-06-30
Paul Cornett
support for GTK3
blob
|
commitdiff
|
raw
2012-03-28
Steve Lamerton
Minor changes, just trim trailing spaces in webview...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Paul Cornett
remove signal-blocking variable, instead just connect...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Paul Cornett
use m_ prefix for web_view member, and make it a WebKit...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-01
Paul Cornett
remove extra g_object_ref() on web view widget
blob
|
commitdiff
|
raw
|
diff to current
2012-02-29
Paul Cornett
remove unnecessary gtk_widget_show(m_widget) calls...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Vadim Zeitlin
Remove unused variable from wxWebViewWebKit code in...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Vadim Zeitlin
Fix wxWebView compilation in STL build with wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-17
Robin Dunn
Don't include webkit headers from wx headers
blob
|
commitdiff
|
raw
|
diff to current
2011-09-12
Steve Lamerton
Update wxWebView guards to stop backend compilation...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-10
Steve Lamerton
Merge the new wxWebView classes from the SOC2011_WEBVIE...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-10
Steve Lamerton
Merge in from trunk r68684 - r69046
blob
|
commitdiff
|
raw
|
diff to current
2011-08-20
Steve Lamerton
Fix history when using custom schemes in GTK.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-17
Steve Lamerton
Derive wxWebViewEvent from wxNotifyEvent.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-17
Steve Lamerton
Rename LoadUrl to LoadURL. This corrects the capitalisa...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-17
Steve Lamerton
Const correct the wxWebView api.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-15
Steve Lamerton
Rename wxWebHistoryItem to wxWebViewHistoryItem.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-15
Steve Lamerton
Rename wxWebNavigationError to wxWebViewNavigationError...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-14
Steve Lamerton
Rename wxWebFileHandler to wxWebViewArchiveHandler...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-13
Steve Lamerton
Merge in from trunk r68626 - r68683
blob
|
commitdiff
|
raw
|
diff to current
2011-08-13
Steve Lamerton
Fix loading history items under GTK. The wrong function...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-12
Steve Lamerton
Use the data scheme to load resources in the WebKitGTK...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-10
Steve Lamerton
Merge in from trunk r64802 - r68625
blob
|
commitdiff
|
raw
|
diff to current
2011-08-08
Steve Lamerton
Use shared pointers to hold wxWebHandlers throughout.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-05
Steve Lamerton
Add support for loading resources in custom schemes...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Steve Lamerton
Fix recursion problems when loading pages from a virtua...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Steve Lamerton
Initial work on virtual file system support for the...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-01
Steve Lamerton
Add missing wxRTTI macros and fix incorrect ones.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-01
Steve Lamerton
Fix a couple of warning that crept back into the GTK...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-31
Steve Lamerton
Rework the GTK WebKit backend history to remove the...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-30
Steve Lamerton
Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-26
Steve Lamerton
We always let the user handle new window events so...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Steve Lamerton
Make callback names consistent
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Steve Lamerton
Use the newer and recommended callback for handling...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Steve Lamerton
Add RunScript and implement on all backends. Document...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Steve Lamerton
Add ClearSelection for msw ie and gtk webkit, with...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
Steve Lamerton
Add GetPageText to MSW IE and to GTK WebKit. Add stub...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
Steve Lamerton
Rename GetSelectedHTML to GetSelectedSource, this bring...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-11
Steve Lamerton
Implement GetSelectedHTML for the ie and gtk webkit...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-11
Steve Lamerton
Fix various gtk webkit warnings.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-10
Steve Lamerton
Add support for retrieving the currently selected text...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-09
Steve Lamerton
Add start of selection api, support for HasSelection...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-08
Steve Lamerton
Add the ability to enable / disable and check for the...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-02
Steve Lamerton
Implement undo and redo for the ie and gtk webkit backe...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-02
Steve Lamerton
Implement clipboard api in gtk.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-01
Steve Lamerton
Implement extended history api in gtk
blob
|
commitdiff
|
raw
|
diff to current
2011-06-30
Steve Lamerton
Add basic history api and implement it under gtk.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
Steve Lamerton
Add support for new window events in gtk
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Steve Lamerton
Don't use a depreciated method for loading a url.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Steve Lamerton
Bring gtk class naming into line with the new naming...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Steve Lamerton
Fix the build system in gtk, plus a couple of compilati...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-16
Steve Lamerton
Rename source files for consistency
blob
|
commitdiff
|
raw
|
diff to current