wxWidgets.git
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
2012-03-05  Vadim ZeitlinOverride InheritAttributes() to do nothing in wxNonOwne...
2012-03-05  Vadim ZeitlinOverride AdjustForParentClientOrigin() in wxNonOwnedWin...
2012-03-05  Vadim ZeitlinRemove the wrong "std::" scope prefix before ceil(...
2012-03-05  Stefan Csomorcoordinate conversion was the wrong way round
2012-03-04  Paul Cornettremove unnecessary includes
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinAdd wxEVT_AUI_PANE_ACTIVATED event.
2012-03-04  Vadim ZeitlinNo changes, just make wxAUI SetActivePane() a member...
2012-03-04  Stefan Csomorwe have to export every virtual method in this template...
2012-03-04  Vadim ZeitlinRevert the addition of WXDLLIMPEXP_CORE to all wxNaviga...
2012-03-04  Vadim ZeitlinTurkish translations update from Kaya Zeren.
2012-03-04  Vadim ZeitlinUse standard IDC_CROSS cursor in wxMSW.
2012-03-04  Vadim ZeitlinAlways provide wxMenuItem bitmap-related methods in...
2012-03-04  Vadim ZeitlinDon't set value unnecessarily in wxSpinCtrl::Create...
2012-03-04  Vadim ZeitlinNo changes, just add wxSpinCtrl::Init() to wxMSW.
2012-03-04  Vadim ZeitlinFix stretchable spaces in wxToolBar after tool removal...
2012-03-04  Vadim ZeitlinCorrect mouse event coordinates in wxMSW wxUIActionSimu...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-03-04  Vadim ZeitlinFix assert when editing an item in multi-selection...
2012-03-04  Vadim ZeitlinTake disabled windows into account in wxFindWindowAtPoi...
2012-03-04  Vadim ZeitlinNo changes, just cleanup TopLevelWindowTestCase unit...
2012-03-04  Vadim ZeitlinAdd documentation of wxFileSelectorEx() and wx{Load...
2012-03-04  Vadim ZeitlinBetter documentation for the default parameters values.
2012-03-04  Vadim ZeitlinFix showing MDI child from wxDocManager::ActivateDocume...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-03-03  Vadim ZeitlinCzech translations update from Zbynek Schwarz.
2012-03-03  Stefan Csomorwe have to export every virtual method in this template...
2012-03-03  Stefan Csomorjust in case we have an erroneous character on the...
2012-03-03  Stefan Csomortesting another implementation for avoiding WakeUp...
2012-03-02  Vadim ZeitlinAdd Tamil translations by DINAKAR T.D.
2012-03-02  Robin Dunnfix missing and broken items in the datetime interface
2012-03-02  Julian SmartDarker border for wxComboCtrl on Mac
2012-03-02  Julian SmartUse a non-native toolbar on Mac so small buttons aren...
2012-03-02  Stefan Csomoradding translation of NSDragOperationGeneric to wxDragC...
2012-03-01  Julian SmartImproved the appearance of the property grid checkbox...
2012-03-01  Paul Cornettremove signal-blocking variable, instead just connect...
2012-03-01  Paul Cornettuse m_ prefix for web_view member, and make it a WebKit...
2012-03-01  Paul Cornettremove extra g_object_ref() on web view widget
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-03-01  Paul CornettFixes to allow running with 64-bit wxGTK
2012-03-01  Stefan Csomorapplying Andrew's patch, closes #13440, fine now that...
2012-03-01  Vadim ZeitlinAdd wxGCDC benchmarks to graphics benchmark for compari...
2012-03-01  Vadim ZeitlinCorrect wxCOMPILER_PREFIX definition when wxMSVC_VERSIO...
next