wxWidgets.git
2012-03-25  Vadim ZeitlinRefactor wxAUI: extract wxAuiTabArt in a separate file.
2012-03-25  Vadim ZeitlinExplicitly include wx/aui/dockart.h from the file needi...
2012-03-25  Vadim ZeitlinAdd a private GetNotebookWidget() accessor to wxGTK.
2012-03-25  Vadim ZeitlinExport wxGTK private widget creation functions from...
2012-03-25  Vadim ZeitlinInclude <wx/textctrl.h> from <wx/combobox.h> for compat...
2012-03-25  Vadim ZeitlinReturn valid pointers from wxDateTime::ParseXXX() with...
2012-03-25  Vadim ZeitlinAdd helper wxString::IterOffsetInMBStr() method.
2012-03-25  Vadim ZeitlinCorrect Eric Jensen name in the change log.
2012-03-25  Vadim ZeitlinFix bug with parsing time formats during DST periods.
2012-03-25  Vadim ZeitlinAdd a gdb pretty printer for wxDateTime.
2012-03-24  Vadim ZeitlinAllow hiding rows in wxGrid with HideRow().
2012-03-24  Vadim ZeitlinImplement wxGraphicsContext::SetInterpolationQuality...
2012-03-23  Paul Cornettavoid reported problem with RHEL 5 GTK+ 2.10 where...
2012-03-23  Vadim ZeitlinDon't cache incorrect length in wxString::DoUngetWriteB...
2012-03-23  Vadim ZeitlinDon't cache incorrect length in wxString::assign(char...
2012-03-23  Vadim ZeitlinFix caching wrong length in wxString(str, len) ctor...
2012-03-23  Jouk Jansenupdate setup for OpenVMS
2012-03-22  Paul Cornettfix building with GTK+ < 2.8
2012-03-22  Vadim ZeitlinImplement horizontal mouse wheel events support for...
2012-03-22  Vadim ZeitlinUse enum for wxMouseEvent::m_wheelAxis instead of int.
2012-03-22  Vadim ZeitlinUse pthread_setconcurrency() in wxThread::SetConcurrency().
2012-03-21  Robin DunnAvoid assert when deleting columns if there is more...
2012-03-21  Vadim ZeitlinFix display of "const" methods in wxGTK assert dialog.
2012-03-20  Vadim ZeitlinRemove empty and unnecessary wxFontDialogBase destructor.
2012-03-20  Vadim ZeitlinFix wxMSW compilation when wxUSE_FONTMAP==0.
2012-03-20  Paul Cornettmake wxMask pixmap member private
2012-03-20  Robin DunnDocument steps needed to update to newer Scintilla...
2012-03-20  Paul CornettFix keyboard navigation broken in r70324, see #14084
2012-03-19  Jouk JansenUpdates for OpenVMS
2012-03-19  Vadim ZeitlinDefine wxUSE_TASKBARICON_BALLOONS as 1 for wxMSW builds...
2012-03-19  Vadim ZeitlinFix wrong wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2012-03-19  Vadim ZeitlinFix appearance of items without icons in wxDataViewCtrl...
2012-03-19  Vadim ZeitlinExplicitly cast size_t to int to suppress MSVC warnings.
2012-03-18  Julian SmartAdded a parameter to PrintBuffer and PrintFile to allow...
2012-03-18  Vadim ZeitlinBrazilian Portuguese translations update from Felipe.
2012-03-18  Julian SmartAdded wxPropertyGridManager::SetPageSplitterLeft
2012-03-18  Stefan Csomorfixes #14110
2012-03-18  Vadim ZeitlinAvoid crashes in wxMSW when using buttons without valid...
2012-03-17  Robin Dunnfix compile error
2012-03-17  Stefan Csomoravoid shortcut ampersands in button text
2012-03-17  Robin DunnRemove --mac_arch and enable --mac_universal_binary...
2012-03-17  Robin DunnMake Dismiss() virtual.
2012-03-15  Vadim ZeitlinImprove wxListCtrl::SetItemState() documentation.
2012-03-15  Vadim ZeitlinEnable/disable "Window" menu items in AUI MDI correctly.
2012-03-15  Vadim ZeitlinPass the original format to wxDataObjectSimple in wxDat...
2012-03-15  Vadim ZeitlinItalian translations update from Roberto Boriotti.
2012-03-15  Vadim ZeitlinBasque translations update from Xabier Aramendi.
2012-03-14  Vadim ZeitlinImplement wxDirDialog:: and wxFileDialog::Create()...
2012-03-13  Julian SmartBetter border style for HTML window
2012-03-13  Julian SmartDon't scale 16x15 to 16x16 - fixes corruption of bookma...
2012-03-13  Julian SmartEnsure IDs don't clash with wxRichTextCtrl.
2012-03-13  Julian SmartFixed size calculation
2012-03-12  Julian SmartAdded wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars...
2012-03-12  Stefan Csomorremove 10.4 compatibility code
2012-03-12  Steve LamertonAdd new WX_ASSERT_EVENT_OCCURS macro to improve behavio...
2012-03-12  Julian SmartRemoved redundant DoEnable
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2012-03-11  Vadim ZeitlinAdd a test for wxComboBox::SetString() to the widgets...
2012-03-11  Vadim ZeitlinRemove duplicate wxSYS_DCLICK_MSEC in wxSystemMetric...
2012-03-11  Vadim ZeitlinDocument wxGridCellCoords class.
2012-03-11  Vadim ZeitlinDocument wxBK_HITTEST_XXX values.
2012-03-11  Vadim ZeitlinDocument wxHelpSearchMode enum and its values.
2012-03-11  Vadim ZeitlinFixes to function signatures in wxDataViewCtrl document...
2012-03-11  Steve LamertonDelete buttons when we are finished so they do not...
2012-03-11  Steve LamertonMove getting the unit test event count from wxTestableF...
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2012-03-10  Paul Cornettremove unused parameter
2012-03-10  Vadim ZeitlinFix wxComboCtrl::SetHint() return type in the documenta...
2012-03-10  Vadim ZeitlinExplicitly document wxMessageOutputFlags.
2012-03-10  Vadim ZeitlinDocument wxPrintQuality and wxPRINT_QUALITY_XXX constants.
2012-03-10  Vadim ZeitlinFix wxDataObject::GetFormatCount() signature in the...
2012-03-10  Stefan Csomorusing 10.5 API for cursor updates as well
2012-03-10  Stefan Csomorremoving NSWindow based mouse tracking in favour of...
2012-03-10  Robin DunnDocument the non-deprecated version of InsertTool,...
2012-03-10  Robin DunnMake the CreateTool factories be public so they can...
2012-03-10  Robin DunnAdd wxToolBarToolBase, missing flags, etc.
2012-03-09  Julian SmartAdded wxRIBBON_PANEL_STRETCH to allow a single panel...
2012-03-09  Stefan Csomorreflect correct position for native toolbar, fixes...
2012-03-09  Vadim ZeitlinCorrect the test for wxHAS_IMAGES_IN_RESOURCES in listc...
2012-03-09  Vadim ZeitlinExclude wxMSW-only code from wxUniversal build under...
2012-03-09  Paul Cornettadd the usual default parameter for Show()
2012-03-09  Vadim ZeitlinCheck for iterator validity when parsing "%%" in wxDate...
2012-03-09  Vadim ZeitlinCheck for end of string when parsing "%z" in wxDateTime...
2012-03-08  Paul Cornettadjust Blit destination rect if source rect is clipped
2012-03-08  Paul Cornettfix incorrect tests of wxUSE_ macros
2012-03-08  Stefan Csomorremoving unnecessary hook
2012-03-08  Stefan Csomorremoving 10.4 code, adding webkit trick for showing...
2012-03-08  Vadim ZeitlinAdded wxSplitterWindow::SetSashInvisible() and IsSashIn...
2012-03-08  Vadim ZeitlinRevert the zoom direction on Ctrl-mouse wheel in wxStyl...
2012-03-07  Vadim ZeitlinDeprecate wxWindow::MakeModal().
2012-03-07  Václav SlavíkDon't eat unhandled events in wxHtmlWindow::OnKeyUp().
2012-03-07  Julian SmartWhen SetSplitterLeft measures all pages, it should...
2012-03-06  Julian SmartwxCB_SORT not currently supported on OSX/Cocoa
2012-03-06  Vadim ZeitlinMention the limitations of wxDC::GetPixel() and FloodFi...
2012-03-06  Stefan Csomorcatching veto AND handled events
2012-03-06  Stefan Csomoradapting grid-cell dragging according to discussion...
2012-03-06  Paul Cornettfix test for transparent pen broken in r65820
2012-03-06  Paul Cornettavoid using wxDC::Blit() and wxDC::GetPixel() on window...
2012-03-05  Julian SmartIt should be possible to set a null bitmap without...
2012-03-05  Julian SmartRestored correct RTTI for wxNotebook
next