wxWidgets.git
2011-08-13  Steve LamertonAdd various selection menu items to the sample.
2011-08-13  Steve LamertonAdd Run Script menu option to the sample.
2011-08-13  Steve LamertonAdd history list to the sample.
2011-08-13  Steve LamertonCall Dismiss rather than Show(false) on the infobar...
2011-08-13  Steve LamertonFix loading history items under GTK. The wrong function...
2011-08-12  Steve LamertonUpdate documentation about custom schemes and virtual...
2011-08-12  Steve LamertonFix history in wxWebViewIE when using a custom file...
2011-08-12  Steve LamertonUse the data scheme to load resources in the WebKitGTK...
2011-08-11  Steve LamertonAdd support for custom scheme handling and virtual...
2011-08-11  Steve Lamertongit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2011-08-11  Steve LamertonFix typo in last commit
2011-08-11  Steve LamertonRename delegates to try and stop name clashes, probably...
2011-08-11  Stefan Csomoradjusting include styles
2011-08-11  Stefan Csomoradjusting include styles
2011-08-11  Stefan Csomorfixing osx_carbon
2011-08-11  Stefan Csomorfixing osx_cocoa, there's a reason m_peer is private...
2011-08-11  Stefan Csomorfixing osx_cocoa
2011-08-10  Vadim ZeitlinAlso regenerate configure after wxWeb-related bakefile...
2011-08-10  Steve LamertonComplete rebake with web libraries to allow easier...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkAdd some basic tests for wxDataViewCtrl selection handling.
2011-08-10  Václav SlavíkFix selection handling wxDataViewMainWindow::ItemDeleted().
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-10  Julian SmartAdded the ability to deselect attributes in the font...
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-09  Vadim ZeitlinDon't reset wxTLW::m_iconized when hiding the window...
2011-08-09  Václav SlavíkDon't use iterators with wxDataViewSelection.
2011-08-09  Vadim ZeitlinNo changes, just correct the helpview sample name in...
2011-08-08  Vadim ZeitlinDon't manually centre dialogs created with default...
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-08  Steve LamertonAdd wxWebView sample to documentation.
2011-08-08  Steve LamertonImprove the detailed description in the documentation.
2011-08-08  Steve LamertonNote that CanCut / CanCopy / CanPaste are not currently...
2011-08-08  Steve LamertonFix a bunch of spelling mistakes cause by an early...
2011-08-08  Steve LamertonAdd backend descriptions for all backends to the docume...
2011-08-08  Steve LamertonAdd a section about async notifications to the document...
2011-08-08  Václav SlavíkCheck for invalid items in generic wxDataViewCtrl:...
2011-08-08  Václav SlavíkRemove selection methods taking int from generic wxData...
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2011-08-08  Vadim ZeitlinAdded private wxMenu::MSWNewFromHMENU() method.
2011-08-08  Vadim ZeitlinFix compilation with g++ 4.7 (prerelease).
2011-08-07  Vadim ZeitlinUse 0 instead of NULL to avoid g++ warning.
2011-08-07  Václav SlavíkUse ChangeCurrentRow() in wxDataViewMainWindow::ItemDel...
2011-08-07  Václav SlavíkClean up wxDataViewMainWindow::ItemDeleted() a bit.
2011-08-07  Václav SlavíkwxDataViewSelection private type doesn't need to be...
2011-08-07  Václav SlavíkRemove unused ItemList type from datavgen.cpp.
2011-08-07  Steve LamertonRemove some out of date comments.
2011-08-07  Steve LamertonRemove the WebView - wxWebViewWebKit map as our policy...
2011-08-06  Steve LamertonRemove old WXCOCOA code.
2011-08-06  Steve LamertonImplement GetSelectedSource for the OSX WebKit backend.
2011-08-06  Steve LamertonImplement SelectAll for OSX WebKit.
2011-08-06  Steve LamertonImplement GetPageText for the OSX WebKit implementation.
2011-08-06  Steve LamertonImplement ClearSelection for the OSX WebKit backend.
2011-08-05  Steve LamertonRemove string conversion functions and use the wx provi...
2011-08-05  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove now unnecessary comment.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
2011-08-05  Steve LamertonImplement ClearHistory using the built in WebBackForwar...
2011-08-05  Steve LamertonAdd a WebHistory to the OSX WebKit backend and implemen...
2011-08-05  Steve LamertonRemove now unused GetSelection from the OSX WebKit...
2011-08-05  Steve LamertonAdd undo / redo support to OSX WebKit.
2011-08-05  Steve LamertonAdd support for loading resources in custom schemes...
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-04  Steve LamertonAdd documentation for virtual file system support in...
2011-08-04  Vadim ZeitlinAdd missing header for minimalistic builds not using...
2011-08-04  Vadim ZeitlinCompilation fixes for wxUSE_GEOMETRY==0 build.
2011-08-04  Vadim ZeitlinUse wxWindowMSW instead of wxWindow to fix wxUniv/MSW...
2011-08-04  Vadim ZeitlinAvoid unwanted line break in wxDataViewListModel::GetCo...
2011-08-04  Julian SmartAdded Page Break control to spacing page
2011-08-04  Steve LamertonUpdate wxWebFileHandler to handle paths with fragments...
2011-08-04  Steve LamertonFix recursion problems when loading pages from a virtua...
2011-08-03  Steve LamertonRename wxWebFileHandler name from test to file.
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-03  Julian SmartReturn sensible major and minor version numbers for...
2011-08-03  Julian SmartOutline and line spacing can now be reset via the UI...
2011-08-03  Steve LamertonInitial work on virtual file system support for the...
2011-08-03  Vadim ZeitlinFix bug with TAB being able to switch focus between...
2011-08-03  Vadim ZeitlinNo real changes, just rename a variable.
2011-08-02  Robin DunnIf -1 is passed to InsertItem for the imageIndex then...
2011-08-02  Robin DunnInitialize the native printer info for ConvertFromNativ...
2011-08-02  Vadim ZeitlinDon't un-maximize the window when Iconize(false) is...
2011-08-02  Vadim ZeitlinFix wxSocket::WaitForAccept() in blocking mode.
2011-08-02  Vadim ZeitlinRemove documentation of non-existent wxTextAttr::Create...
2011-08-02  Julian SmartAdded semicolon needed by MSVC++ 6
2011-08-02  Steve LamertonImplement HasSelection for the OSX WebKit backend.
2011-08-02  Steve LamertonAdd EnableHistory support to the OSX WebKit backend.
2011-08-01  Steve LamertonFix warnings for the OSX WebKit backend.
2011-08-01  Steve LamertonFix compilation for OSX backend.
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonHide the infobar in the sample if we start navigating...
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
2011-08-01  Steve LamertonFix all the unused variable warnings in the sample.
2011-08-01  Steve LamertonMake web sample XPMs const to fix compiler warnings...
2011-08-01  Steve LamertonFix a couple of warning that crept back into the GTK...
2011-08-01  Steve LamertonAdd missing lines to setup.h.in. This properly fixes...
2011-07-31  Steve LamertonRework the GTK WebKit backend history to remove the...
2011-07-31  Steve LamertonSplit wxWebHistoryItem headers out into separate files...
2011-07-31  Václav SlavíkSilence Clang warning about numeric_limits<> specializa...
next