Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler.
[wxWidgets.git] / src /
2012-09-11  Steve LamertonAdd generic wxFileSystem support to wxWebView using...
2012-09-10  Steve LamertonMove wxWebViewIE missing definitions to webview_missing...
2012-09-10  Stefan Csomorlayout adaption, current sizer code leads to too much...
2012-09-09  Vadim ZeitlinFix handling of wxTextEntry hints in wxGTK.
2012-09-09  Vadim ZeitlinFix deprecating warning introduced in r72446.
2012-09-09  Vadim ZeitlinAllow using versions of libnotify < 0.7 in wxGTK.
2012-09-09  Vadim ZeitlinSet modifiers properly for the key events with AltGr...
2012-09-09  Vadim ZeitlinRemove workarounds for wxTextCtrl::SetValue() events...
2012-09-09  Vadim ZeitlinSimplify and correct setting of initial directory for...
2012-09-09  Vadim ZeitlinFix harmless virtual function hiding warning in wxMSW...
2012-09-09  Julian SmartEnsure the selected style is visible.
2012-09-09  Vadim ZeitlinDon't try to determine the clicked item ourselves in...
2012-09-09  Vadim ZeitlinDon't use StringFormat::GenericTypographic() in MSW...
2012-09-09  Vadim ZeitlinUse a single global StringFormat in all wxMSW wxGraphic...
2012-09-08  Vadim ZeitlinUndid accidental modification of wxTaskBarIcon in the...
2012-09-08  Vadim ZeitlinFix narrow/wide string concatenation in recently added...
2012-09-08  Vadim ZeitlinFix some typos in the comments in wxOSX code.
2012-09-08  Václav SlavíkFix VC6 compilation after r72430.
2012-09-08  Václav SlavíkAdd MUI_LANGUAGE_NAME to wx/msw/missing.h.
2012-09-08  Václav SlavíkAdd wxTranslations::GetBestTranslation().
2012-09-07  Václav SlavíkwxMSW: Fix incorrect subitem rect calculation in wxList...
2012-09-06  Stefan Csomorrestrict change from r71719 because otherwise apps...
2012-09-06  Steve LamertonDisable wxWebView::Find and associated functions under...
2012-08-31  Václav SlavíkFix compilation after r72375 - LC_CTYPE requires locale.h.
2012-08-30  Vadim ZeitlinFix opening URLs in new window with recent Firefox...
2012-08-30  Vadim ZeitlinExplicitly reject the use of wxTE_PASSWORD in generic...
2012-08-30  Vadim ZeitlinGenerate wxEVT_COMMAND_TEXT_ENTER events for generic...
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 ZeitlinFix position carried in wxSpin{Button,Ctrl} events...
2012-08-30  Vadim ZeitlinUse wxSOCKET_WAITALL in wxHTTP to ensure that all data...
2012-08-30  Vadim ZeitlinFix bugs in parsing wxLongLong values starting with...
2012-08-30  Vadim ZeitlinVirtualize showing/hiding the pages in wxBookCtrlBase.
2012-08-30  Vadim ZeitlinDon't lay out the window being destroyed unnecessarily.
2012-08-29  Stefan Csomoravoid duplication in native dialog
2012-08-29  Stefan Csomoruse global NSLayoutManager
2012-08-29  Stefan Csomoradd global NSLayoutManager instance
2012-08-29  Stefan Csomorfixes #13557
2012-08-29  Stefan Csomortemporary workaround
2012-08-29  Stefan Csomorpropagating font to the individual columns, changing...
2012-08-29  Stefan Csomorremove duplicate code
2012-08-28  Stefan Csomorfixing usage of load states, set controller visible...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-28  Jouk JansenUpdate of OpenVMS compile support
2012-08-28  Jouk Jansencompilation fix for case that wxHAS_RAW_BITMAP is NOT...
2012-08-27  Stefan Csomorreverting for the moment, original problem #12227,...
2012-08-26  Vadim ZeitlinAvoid crashes when creating initially hidden MDI child...
2012-08-25  Julian SmartFixed typo in dialog project file
2012-08-25  Julian SmartFixed a problem with text effects flag always being...
2012-08-25  Václav SlavíkMake sure wchar_t CRT functions work on OS X.
2012-08-25  Stefan Csomorsimpler implementation that also works over remote...
2012-08-24  Vadim ZeitlinNo changes, just a typo fix in wxRichTextCtrl UI code.
2012-08-16  Robin DunnUse the popup's background as a border on wxGTK too.
2012-08-15  Vadim ZeitlinFix bug in ribbon bar label size calculation.
2012-08-15  Vadim ZeitlinAdd page highlighting to wxRibbonBar.
2012-08-15  Vadim ZeitlinFix AUI appearance when a maximized pane becomes floating.
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 ZeitlinHonour window min and max sizes in wxWindow::GetBestSize().
2012-08-15  Vadim ZeitlinDon't generate events from wxSpinCtrl::SetRange() in...
2012-08-15  Vadim ZeitlinRestore the use of wxListCtrl in report view in wxListbook.
2012-08-15  Vadim ZeitlinFixes for forwarding events to parent in wxGenericListCtrl.
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-14  Robin Dunnfix a couple typos
2012-08-14  Robin DunnInitial copy of Scintilla 3.21 code
2012-08-12  Stefan Csomorforwarding style changes to documentViews, see #14578
2012-08-11  Vadim ZeitlinUpdate the icon of a parent item without children in...
2012-08-11  Vadim ZeitlinReally delete the item in wxDataViewTreeStore::DeleteIt...
2012-08-09  Václav SlavíkCompilation fix for r72307.
2012-08-09  Václav SlavíkShow progress of printing in wxMSW.
2012-08-09  Václav SlavíkFix crash when canceling 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-07  Paul Cornettsilence GCC warning suggesting parentheses
2012-08-07  Václav SlavíkMake the modal print preview window behave like a modal...
2012-08-06  Václav SlavíkDon't crash in wxBitmap::AllocExclusive().
2012-08-06  Vadim ZeitlinA better fix for wxHash{Map,Set} with g++ 4.7.
2012-08-05  Vadim ZeitlinFix uniconizing hidden top level windows in wxMSW.
2012-08-05  Vadim ZeitlinFix the checkbox cell size in generic wxDataViewToggleR...
2012-08-03  Vadim ZeitlinOptimization: skip 0-sized cells in wxGrid::CalcCellsEx...
2012-08-03  Robin DunnAdd the ability to trigger a print from JavaScript...
2012-08-03  Robin DunnAdd the ability to trigger a print from JavaScript...
2012-08-02  Robin DunnEnable the wxMediaCtrl backend for wxOSX-cocoa in the...
2012-08-02  Paul Cornettremove unused OSX includes
2012-08-02  Paul CornettFix wxGCDC::Clear() for Cairo, and possibly MSW.
2012-08-01  Vadim ZeitlinNo changes, just fix typos in comments in wxOSX files.
2012-07-31  Vadim ZeitlinFix wxKeyEvent::m_uniChar for EVT_CHAR for native contr...
2012-07-31  Vadim ZeitlinAllow setting LCID used by wxAutomationObject.
2012-07-31  Vadim ZeitlinUse compatibility_iterator instead of "Node*" in wxWinC...
2012-07-31  Vadim ZeitlinNo changes, just fix some typos in wxDFB comments.
2012-07-30  Vadim ZeitlinUse (newly) added wxStaticCastVariantData() to fix...
2012-07-30  Vadim ZeitlinAdd expand/collapse button to wxRibbonBar.
2012-07-30  Vadim ZeitlinFix the size of the buffer passed to wxTmemcpy() in...
2012-07-29  Vadim ZeitlinTranslate wxTextDataObject to/from native EOL format.
2012-07-29  Vadim ZeitlinNo real changes, just use accessors in wxTextDataObject.
next