Export a couple of carbon functions so that shared builds in carbon compile correctly.
[wxWidgets.git] / include /
2011-08-20  Steve LamertonAdd virtual destructors to fix GCC4 warnings.
2011-08-19  Steve LamertonRename web library to webview.
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-18  Steve LamertonRemove a couple of unused forward declarations.
2011-08-18  Steve LamertonRemove MoveWindow method.
2011-08-17  Steve LamertonReturn true by default under OSX WebKit.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonTidy up webview.h. Remove all of the doxygen comments...
2011-08-17  Steve LamertonMake a few internal methods private.
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-11  Steve LamertonAdd support for custom scheme handling and virtual...
2011-08-11  Stefan Csomoradjusting include styles
2011-08-11  Stefan Csomorfixing osx_cocoa, there's a reason m_peer is private...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
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-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
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-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  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
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  Vadim ZeitlinCompilation fixes for wxUSE_GEOMETRY==0 build.
2011-08-04  Julian SmartAdded Page Break control to spacing page
2011-08-04  Steve LamertonFix recursion problems when loading pages from a virtua...
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
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-02  Robin DunnInitialize the native printer info for ConvertFromNativ...
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 LamertonFix remaining warnings in ie backend.
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...
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-30  Vadim ZeitlinGet rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJEC...
2011-07-30  Vadim ZeitlinResolve ambiguity between GetClientXXX() methods in...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-28  Steve LamertonTidy up the include guards for the various wxWebView...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-28  Steve LamertonInitial implementation of wxWebProtocolHandler and...
2011-07-26  Steve LamertonVery basic implementation of IInternetProtocolInfo...
2011-07-26  Steve LamertonAdd a couple of missing forward declarations.
2011-07-26  Steve LamertonFix compilation errors under OSX.
2011-07-26  Vadim ZeitlinCompilation fix: include wx/event.h from wx/containr.h.
2011-07-25  Dimitri SchoolwerthFixed containr.h compilation with gcc.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonFix warnings in the MSW IE backend.
2011-07-25  Steve LamertonRename GetHref to GetURL in wxWebNavigationEvent, this...
2011-07-25  Steve LamertonRemove some now unused history variables.
2011-07-24  Vadim ZeitlinNo changes, just remove unnecessary wxPickerBase::OnSize().
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-24  Vadim ZeitlinUse wxNavigationEnabled<> for keyboard navigation in...
2011-07-24  Vadim ZeitlinAdd wxNavigationEnabled<> helper for implementing TAB...
2011-07-22  Vadim ZeitlinIncreased the version to 2.9.3.
2011-07-22  Vadim ZeitlinAdded customizable wxDocManager::OnMRUFileNotExist...
2011-07-22  Vadim ZeitlinAllow passing the error value to wxStreamBase::Reset().
2011-07-22  Vadim ZeitlinRefactor wxWindow::MSWHandleMessage() out from MSWWindo...
2011-07-22  Steve LamertonImplement basic support for virtual file systems for...
2011-07-22  Steve LamertonReplace define for OLECMDID_OPTICAL_ZOOM with an enum...
2011-07-21  Vadim ZeitlinFix the alignment used by custom wxDVC renderers in...
2011-07-21  Vadim ZeitlinMake wxEnhMetaFileDC ctor from wxDC explicit.
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-19  Vadim ZeitlinFix keyboard navigation in wxGrid with hidden columns.
2011-07-19  Stefan Csomordoing WakeUp in osx_carbon differently for the main...
2011-07-19  Stefan Csomormake sure we can issue a WakeUp call that really trigge...
2011-07-18  Vadim ZeitlinFix memory leak in wxPanel::SetBackgroundBirmap() in...
2011-07-16  Julian SmartVC++ 6 fixes
2011-07-16  Stefan Csomorproper guard for bitmap constructors
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-14  Steve LamertonOverhaul IE zoom functions to support both text and...
2011-07-13  Steve LamertonAdd GetPageText to MSW IE and to GTK WebKit. Add stub...
next