Make GTK callbacks passed to GTKConnectWidget() extern "C".
[wxWidgets.git] / include /
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-27  Vadim ZeitlinNo real changes, just remove trailing commas from enums.
2011-10-26  Robin DunnWork around a multiple inheritance ambiguity
2011-10-25  Stefan Csomordeactivate wxUSE_TIMEPICKCTRL for iphone
2011-10-25  Paul Cornettfix wxMDIChildFrame after r69390 and r69468, TLW realiz...
2011-10-25  Stefan Csomorfixing iPhone build
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-10-21  Václav SlavíkMove wxDataViewCustomRendererBase::ActivateCell() to...
2011-10-20  Vadim ZeitlinDirty hack to allow generic wxDatePickerCtrl to compile...
2011-10-20  Vadim ZeitlinFix wxRichToolTip compilation under MSW without PCH...
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-19  Vadim ZeitlinFix PCH-less compilation of wx/richtooltip.h too.
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-19  Václav SlavíkMove InitMouseEvent<T>() to wx/gtk/private/event.h.
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-10-19  Václav SlavíkAllow using wxCompositeWindow<T> as wxDataViewCtrl...
2011-10-19  Vadim ZeitlinMore fixes for PCH-less compilation.
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinDon't create a valid wxRegion when using default ctor...
2011-10-18  Vadim ZeitlinDon't interpret '&' specially in wxTextWrapper.
2011-10-18  Vadim ZeitlinNo changes, just fix typo in a comment following an...
2011-10-17  Vadim ZeitlinExplicitly use _stati64() with MinGW-W64.
2011-10-15  Vadim ZeitlinDon't use wxMSW version of wxNonOwnedWindow at all...
2011-10-13  Vadim ZeitlinImplement SetShape() for wxPopupWindow in wxGTK.
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-10-12  Vadim ZeitlinMove wxUSE_GUI definition from chkconf.h to the top...
2011-10-12  Stefan Csomormoving defines in front of the setup.h to make webkit...
2011-10-11  Vadim ZeitlinAdded missing WXDLLIMPEXP_CORE to wxNonOwnedWindowBase...
2011-10-11  Vadim ZeitlinMove SetBackgroundBitmap() from wxPanel to new wxCustom...
2011-10-10  Vadim ZeitlinFix warnings about wxOSX_USE_CARBON being undefined...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-10-09  Vadim ZeitlinImplement EVT_MOUSE_CAPTURE_LOST handling for wxPopupTr...
2011-10-09  Vadim ZeitlinImplement delayed destruction for wxPopupTransientWindow.
2011-10-09  Vadim ZeitlinFix inheriting parent background colour in wxPanel...
2011-10-09  Steve LamertonReuse existing MinGW defines for all compilers that...
2011-10-06  Steve LamertonFix various GCC warnings in wxWebView.
2011-10-05  Steve LamertonDelete the filesystem used by wxWebViewArchiveHandler...
2011-10-05  Steve LamertonStore a pointer to each ClassFactory so we can correctl...
2011-10-02  Steve LamertonAdd new definitions required by MinGW for webview....
2011-10-02  Steve LamertonRemove copied class definitions from missing.h. Disable...
2011-10-02  Vadim ZeitlinFix setting tooltips for wxSearchCtrl and other composi...
2011-10-02  Vadim ZeitlinAdd wxWindowBase::CopyToolTip() method.
2011-10-02  Steve LamertonDerive wxAuiNotebook from wxBookCtrlBase. Document...
2011-10-01  Steve LamertonCorrectly initialise ref count in custom scheme class...
2011-09-30  Jouk Jansenupdates for OpenVMS
2011-09-29  Jouk JansenFixes for OpenVMS on IA64
2011-09-29  Vadim ZeitlinAdded XRC handler for wxTimePickerCtrl.
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-29  Vadim ZeitlinRefactor wxDatePickerCtrl to derive from wxDateTimePick...
2011-09-28  Steve LamertonFix compilation of wxWebView under mingw by adding...
2011-09-23  Vadim ZeitlinFix inconsistent DLL export declaration for wxBannerWin...
2011-09-22  Vadim ZeitlinFix inconsistent DLL export declaration for wxTreeListC...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinImplement sorting in wxTreeListCtrl.
2011-09-21  Vadim ZeitlinReset previous sort column in generic wxDataViewColumn...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-21  Vadim ZeitlinAdd wxTreeListCtrl::GetView() and GetDataView().
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-09-17  Vadim ZeitlinChange wxDIALOG_NO_PARENT to avoid clash with wxICON_EX...
2011-09-16  Vadim ZeitlinOnly define wxUSE_WEBVIEW if wxWebView is really available.
2011-09-16  Vadim ZeitlinCheck for wxUSE_WEBVIEW being defined.
2011-09-14  Steve LamertonUse integral value for OLECMDID_OPTICAL_ZOOM as we...
2011-09-14  Steve LamertonMake wxBookCtrlBase::GetSelection virtual, as per the...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-11  Steve LamertonEnsure that we have an available backend for wxWebView...
2011-09-11  Steve LamertonUpdate setup files
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-10  Robin DunnEnable the HWND of the task dialog to be fetched with...
2011-09-08  Vadim ZeitlinAllow setting colours and font of wxTreeListCtrl.
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-09-04  Vadim ZeitlinAdd persistence support for wxSplitterWindow.
2011-08-31  Václav SlavíkGeneric wxDataViewCtrl: resize autosized columns at...
2011-08-29  Václav SlavíkMake generic wxDataViewToggleRenderer react to activation.
2011-08-29  Vadim ZeitlinMake it possible to TAB to wxTreeListCtrl contents.
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-27  Vadim ZeitlinAuto complete file names in the text controls of wx...
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-27  Vadim ZeitlinNo changes, just fix a typo in wxBannerWindow documenta...
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-27  Vadim ZeitlinSet colours and fonts for all elements of the generic...
2011-08-27  Vadim ZeitlinAllow returning NULL windows from GetCompositeWindowPar...
2011-08-25  Dimitri SchoolwerthFixed best size of wxUniv's wxNotebook.
2011-08-25  Dimitri SchoolwerthFixed best sizes for wxUniv controls.
2011-08-25  Dimitri SchoolwerthFixed buttons having no border in wxUniv by default.
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
2011-08-23  Vadim ZeitlinCompilation fix for non-OSX: don't use m_rawControlDown...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-23  Dimitri SchoolwerthFixed linking errors related to wxAnyButton in wxUniv.
2011-08-23  Dimitri SchoolwerthFixed compilation of sources that make use of wx/univ...
2011-08-22  Vadim ZeitlinReturn non-const pointer from wxDataViewRendererBase...
2011-08-22  Vadim ZeitlinAdd wxDataViewIconText::IsSameAs() and make comparison...
2011-08-22  Stefan Csomorremoving trailing comma
next