Disable wxWebView::Find and associated functions under MinGW and VC6 to fix compilation
[wxWidgets.git] / include /
2012-09-01  Vadim ZeitlinFix wxVLogStatus definition.
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRemove wxOSX implementation of wxSpinCtrl and use the...
2012-08-30  Vadim ZeitlinRefactor text to/from double conversion in wxSpinCtrlGe...
2012-08-30  Vadim ZeitlinRemove wxRTTI macros from wxSpinCtrlGTKBase.
2012-08-30  Vadim ZeitlinAdded wxSimplebook class: a wxBookCtrl without controller.
2012-08-30  Vadim ZeitlinVirtualize showing/hiding the pages in wxBookCtrlBase.
2012-08-30  Vadim ZeitlinUse wmain() if supported by the compiler/CRT instead...
2012-08-29  Stefan Csomoradd global NSLayoutManager instance
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-15  Vadim ZeitlinAdd page highlighting to wxRibbonBar.
2012-08-15  Vadim ZeitlinRespect item max sizes in wxBoxSizer.
2012-08-15  Vadim ZeitlinNo real changes, just add wxSizerItem::AddBorderToSize...
2012-08-15  Vadim ZeitlinAdd wxSize::DecToIfSpecified() helper.
2012-08-15  Vadim ZeitlinRestore the use of wxListCtrl in report view in wxListbook.
2012-08-14  Robin Dunnfix some compile warnings
2012-08-14  Robin DunnUpdate the wxVersionInfo, and don't forget to initializ...
2012-08-14  Robin DunnUpdate new names to conform, add new event types and...
2012-08-14  Robin DunnMinimal tweaks and additions to get wxSTC compiling...
2012-08-11  Stefan Csomoradding SetLabel -> SetTitle redirects, solves missing...
2012-08-09  Václav SlavíkShow progress of printing in wxMSW.
2012-08-09  Václav SlavíkReturn wxPrintAbortDialog from CreateAbortWindow().
2012-08-09  Václav SlavíkCreate wxPrintAbortDialog more sensibly.
2012-08-06  Vadim ZeitlinA better fix for wxHash{Map,Set} with g++ 4.7.
2012-08-05  Vadim ZeitlinFix wxAutomationObject compilation in PCH-less build.
2012-08-05  Vadim ZeitlinAdd webview library in MSVC-specific setup.h.
2012-08-03  Vadim ZeitlinMake wxGraphicsContext::GetSize() const.
2012-08-03  Vadim ZeitlinMake wxRect2D::Get{Position,Size}() const.
2012-08-02  Robin DunnHave wxDCImpl::GetHandle return NULL by default instead...
2012-07-31  Vadim ZeitlinFix comparisons of char and wchar_t with wxUniChar...
2012-07-31  Vadim ZeitlinAllow setting LCID used by wxAutomationObject.
2012-07-30  Vadim ZeitlinUse (newly) added wxStaticCastVariantData() to fix...
2012-07-30  Vadim ZeitlinAdd expand/collapse button to wxRibbonBar.
2012-07-29  Vadim ZeitlinRemove workaround for slow scrolling in wxStyledTextCtrl.
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-29  Vadim ZeitlinRevert HasModifiers() change in behaviour, add HasAnyMo...
2012-07-29  Vadim ZeitlinAdd a wxGTK-specific function to set wxNotificationMess...
2012-07-28  Robin DunnAdd GetHandle for wxGnomePrinterDCImpl
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-07-28  Robin DunnwxDC::GetHandle support for wxMSW
2012-07-28  Robin DunnAdding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-27  Vadim ZeitlinAdd a private wrapper for GError to wxGTK.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinExtract OS X non-GUI event loop in a separate header.
2012-07-24  Vadim ZeitlinAdd wxDir::Close().
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS...
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-07-23  Vadim ZeitlinDefine wxGUIAppTraits for wxGTK/Windows port.
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
2012-07-20  Vadim ZeitlinUse both URL-specific and plain text formats in wxGTK...
2012-07-15  Julian SmartAdded continuation bullet style for supporting multiple...
2012-07-14  Vadim ZeitlinAdd support for CURRENCY and SCODE to MSW OLE helpers.
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-13  Vadim ZeitlinRename wxFileSystemWatcherBase::DoAdd() to AddAny(...
2012-07-13  Vadim ZeitlinAdd possibility to hide and show again wxRibbonBar...
2012-07-11  Paul CornettAvoid creating and immediately destroying a wxGraphicsC...
2012-07-10  Vadim ZeitlinFix wxNativeContainerWindowId definition for wxGTK...
2012-07-10  Vadim ZeitlinForbid setting hints for multi-line text controls.
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-10  Robin DunnMake a couple virtuals protected so they can be overridden.
2012-07-08  Robin DunnRevert r71595 for now, as the bug it fixed is the lesse...
2012-07-07  Vadim ZeitlinReplace "_amd64" with "_x64" in a few more places.
2012-07-07  Vadim ZeitlinExplicitly call base class ctor in wxRichTextFieldType...
2012-07-07  Vadim ZeitlinReturn correct index from wxGenericListCtrl::InsertColu...
2012-07-04  Vadim ZeitlinUse list mode in wxListbook list control instead of...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Vadim ZeitlinNo changes, just suppress an unused parameter warning...
2012-07-01  Vadim ZeitlinFix wxMSW compilation without PCH.
2012-07-01  Stefan Csomorcommon code for normalization
2012-07-01  Paul Cornettoverride DoSetValue() to avoid unnecessary clipboard...
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-07-01  Stefan Csomornative hook for supported datatypes
2012-07-01  Stefan Csomoradding native hook for drop target
2012-06-30  Vadim ZeitlinMake wxBookCtrlBase::GetPage() virtual to fix it for...
2012-06-30  Vadim ZeitlinAdded internal wxHatchStyle enum.
2012-06-30  Robin DunnMove a couple standard virtuals to protected sections...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-30  Vadim ZeitlinUse bitmaps from resources by default in wxGTK under...
2012-06-30  Vadim ZeitlinAdd wxRibbonBar::DeletePage() and ClearPages() methods.
2012-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2012-06-26  Robin DunnDon't hide the m_mm_to_pix_x and m_mm_to_pix_y in the...
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-20  Vadim ZeitlinUse wx/msw/winundef.h for wxGTK under Windows too.
2012-06-20  Vadim ZeitlinUse C, not C++, comments in wx/gtk/chkconf.h.
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-17  Vadim ZeitlinDisable options that don't work with wxGTK in wx/chkconf.h.
2012-06-17  Vadim ZeitlinDefine wxGTK GTK version symbols in GTK-specific setup.h.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
next