wxWidgets.git
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 ZeitlinRemove unnecessary TranslateBookFlag() from the noteboo...
2012-08-30  Vadim ZeitlinDocument that menu item bitmaps must be set before...
2012-08-30  Vadim ZeitlinDon't lay out the window being destroyed unnecessarily.
2012-08-30  Vadim ZeitlinUse wmain() if supported by the compiler/CRT instead...
2012-08-30  Vadim ZeitlinDutch translations update from Thomas De Rocker.
2012-08-30  Václav SlavíkInclude gettext MO files in distribution archives.
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  Vadim ZeitlinRefreshed all source message catalogs.
2012-08-27  Vadim ZeitlinChinese translations update from Jiawei Huang.
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  Václav SlavíkTest if wxString::Format() works with non-ASCII format...
2012-08-25  Stefan Csomorsimpler implementation that also works over remote...
2012-08-24  Vadim ZeitlinUkrainian translations update from Yuri Chornoivan.
2012-08-24  Vadim ZeitlinNo changes, just a typo fix in wxRichTextCtrl UI code.
2012-08-23  Jouk Jansenupdated setup.h for OpenVMS
2012-08-23  Jouk Jansenupdated setup.h for OpenVMS
2012-08-22  Vadim ZeitlinAdded Nepali translation.
2012-08-22  Vadim ZeitlinFinnish translations update from Jani Kinnunen.
2012-08-17  Julian SmartLatvian translation improvements
2012-08-16  Robin DunnCorrect a missing apostrophe in a doc string.
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 ZeitlinAdd wxSize::DecToIfSpecified() helper.
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 stc interface docs
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 Dunnrebake make/project files for new scintilla
2012-08-14  Robin DunnInitial copy of Scintilla 3.21 code
2012-08-14  Robin DunnInterface fixes for Phoenix
2012-08-12  Stefan Csomorforwarding style changes to documentViews, see #14578
2012-08-11  Vadim ZeitlinFix typo in an example of Bind()-ing a function in...
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-11  Stefan Csomoradding SetLabel -> SetTitle redirects, solves missing...
2012-08-10  Robin DunnRemove wxT from prototype
2012-08-09  Robin DunnAllow --mac_universal_binary to use a "default" value.
2012-08-09  Robin DunnAdd documentation for wxPrintAbortDialog since it is...
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 wxAutomationObject compilation in PCH-less build.
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-05  Vadim ZeitlinAdd webview library in MSVC-specific setup.h.
2012-08-03  Vadim ZeitlinOptimization: skip 0-sized cells in wxGrid::CalcCellsEx...
2012-08-03  Vadim ZeitlinRemove unnecessary statement from the grid sample.
2012-08-03  Vadim ZeitlinMake wxGraphicsContext::GetSize() const.
2012-08-03  Vadim ZeitlinMake wxRect2D::Get{Position,Size}() const.
2012-08-03  Robin DunnRevert change that installs the wx/gtk/dc.h header...
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  Robin DunnHave wxDCImpl::GetHandle return NULL by default instead...
2012-08-02  Paul Cornettremove unused OSX includes
2012-08-02  Paul CornettFix wxGCDC::Clear() for Cairo, and possibly MSW.
2012-08-02  Robin DunnAdd ctors for wxFileSystemWatcherEvent
2012-08-01  Vadim ZeitlinNo changes, just fix typos in comments in wxOSX files.
2012-07-31  Vadim ZeitlinUncomment and improve wxFileName::CreateTempFileName...
2012-07-31  Vadim ZeitlinFix comparisons of char and wchar_t with wxUniChar...
2012-07-31  Vadim ZeitlinFix wxKeyEvent::m_uniChar for EVT_CHAR for native contr...
2012-07-31  Vadim ZeitlinAdd an option to use wxTextCtrl as input window in...
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...
next