wxWidgets.git
2010-03-25  Jaakko SalliFix focus at the end of a property label edit (needed...
2010-03-25  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), ignore...
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2010-03-23  Jouk JansenAdding keyboard sample to OpenVMS makefiles
2010-03-23  Vadim ZeitlinImplement wxDocument::Revert() and show its use in...
2010-03-23  Vadim ZeitlinAlways call wxView::Close() when closing it.
2010-03-23  Julian SmartFixed ordering bug that caused an assertion because...
2010-03-22  Vadim ZeitlinAdd uiaction sample to the list of samples to build...
2010-03-22  Vadim ZeitlinLet uiaction sample compile even if wxUSE_UIACTIONSIMUL...
2010-03-22  Vadim ZeitlinClarify wxDateTime::ParseDateTime() semantics: it needs...
2010-03-22  Vadim ZeitlinTemporarily disable wxFileSystemWatcher unit test under...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
2010-03-22  Vadim ZeitlinFix wxOSX compilation without PCH.
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-22  Vadim ZeitlinDon't enter an infinite loop if a spacer with min size...
2010-03-22  Vadim ZeitlinFix the selection validity check in wxSingleChoiceDialog.
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-21  Vadim ZeitlinCorrect wxFILTER_DIGITS handling broken by r63582.
2010-03-21  Vadim ZeitlinAdd initial selection parameter to wxGetSingleChoice...
2010-03-21  Vadim ZeitlinDon't leak m_protocol in wxURL.
2010-03-20  Jaakko SalliMake wxPGVFBFlags an unsigned char define instead of...
2010-03-20  Vadim ZeitlinRemove obsolete parts of wxPageSetupDialog documentation.
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2010-03-20  Vadim ZeitlinRemove unused and empty src/x11/joystick.cpp file.
2010-03-20  Vadim ZeitlinRename wxWindow::GetMainWindow() to X11GetMainWindow...
2010-03-20  Vadim ZeitlinFix a couple of harmless unused parameter warnings...
2010-03-20  Vadim ZeitlinDe-TAB-bed src/x11/pango_x.cpp.
2010-03-20  Vadim ZeitlinFix some harmless unused parameter warnings.
2010-03-20  Vadim ZeitlinCheck whether SA_RESTART is defined and don't use it...
2010-03-20  Vadim ZeitlinInclude sys/time.h from threadpsx.cpp for all systems.
2010-03-20  Vadim ZeitlinAdd support for QNX to dialup detection code.
2010-03-20  Vadim ZeitlinAlways include sys/time.h and sys/select.h from selectd...
2010-03-20  Vadim ZeitlinDefine wxGraphicsRenderer::GetDefaultRenderer() for...
2010-03-20  Vadim ZeitlinRemove duplicate variable definition.
2010-03-19  Francesco MontorsiFix various doxygen warnings
2010-03-19  Vadim ZeitlinPostpone initialization of owner-drawn menu metrics.
2010-03-18  Jaakko SalliClarify documentation for wxPropertyGridEvent::GetPrope...
2010-03-18  Vadim ZeitlinReturn exit code as signed integer from wxExecute(wxEXE...
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2010-03-18  Vadim ZeitlinRemove wxAuiProportionalBoxSizer hack and replace it...
2010-03-18  Vadim ZeitlinFix box sizer layout algorithm to respect both proporti...
2010-03-18  Vadim ZeitlinEnsure that size in the minor direction of box sizer...
2010-03-18  Vadim ZeitlinEnsure that size in the major direction of box sizer...
2010-03-18  Vadim ZeitlinAdd (a very simple for now) wxBoxSizer unit test.
2010-03-18  Vadim ZeitlinCzech translation update from Herbert Breunung.
2010-03-17  Jaakko SalliUse explicit wxPGPropertyFlags enum type with wxPGPrope...
2010-03-17  Stefan Csomorfixing non-precomp builds
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-16  Robert RoeblingDon't use grouping of different methods as this creates...
2010-03-16  Vadim ZeitlinAdd white outline to bulls eye cursor used under MSW.
2010-03-16  Vadim ZeitlinInitialize picker style in native GTK file/dir pickers.
2010-03-15  Stefan Csomorstreamlining OSX event support second step, moving...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-14  Jaakko SalliFixed label editor position for child properties
2010-03-14  Vadim ZeitlinFix test for compilers not supporting \u escapes in...
2010-03-14  Vadim ZeitlinSet correct properties for the new file added in r63660.
2010-03-14  Vadim ZeitlinUse an appropriate icon automatically in wxMSW wxMessag...
2010-03-14  Vadim ZeitlinDocument that message box with wxYES_NO but without...
2010-03-14  Vadim ZeitlinAdd a "not specified" icon style to the message box...
2010-03-13  Vadim ZeitlinUse event tables instead of Bind() in uiaction sample.
2010-03-12  Vadim ZeitlinAdd minimal support for QNX to configure.
2010-03-12  Jaakko SalliFixed property editor re-positioning when additional...
2010-03-12  Vadim ZeitlinRevert unneeded fix for list control headers from r63177.
2010-03-12  Vadim ZeitlinCorrect query for formats supported by wxDataObject...
2010-03-10  Francesco MontorsiFix function wxControlBase::DoEllipsizeSingleLine to...
2010-03-10  Francesco Montorsino real changes, just rename the variables to make...
2010-03-09  Vadim ZeitlinUse _UNICODE instead of UNICODE in wx/msw/winundef.h.
2010-03-08  Vadim ZeitlinAnother German translation update from Herbert Breunung.
2010-03-08  Vadim ZeitlinUse correct style for the dialog shown by generic file...
2010-03-08  Václav SlavíkFix wxTlsValue<> memory leaks.
2010-03-08  Stefan Csomorpending events detected didn't work properly, go the...
2010-03-07  Francesco MontorsiProvide more details about the major and minor version...
2010-03-07  Vadim ZeitlinGerman translations update from Herbert Breunung.
2010-03-07  Vadim ZeitlinSkip wxChildFocusEvent in wxAuiNotebook handler.
2010-03-07  Vadim ZeitlinShow pages icons in window list menu in wxAuiNotebook.
2010-03-06  Kevin OllivierAdd uncommitted uiaction `sample bakefiles.
2010-03-06  Kevin OllivierRebake after wxUIActionSimulator addition.
2010-03-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-03-06  Vadim ZeitlinReset wxAuiNotebook selection to wxNOT_FOUND if it...
2010-03-06  Kevin OllivierA call to wxPopupWindow::Show shouldn't automatically...
2010-03-06  Kevin OllivierAdd git source control dirs to the list of excludes.
2010-03-06  Kevin OllivierAdd create-archive.py to wx source tree.
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2010-03-06  Vadim ZeitlinFix toggling the header in the generic wxListCtrl.
2010-03-05  Vadim ZeitlinDon't stop dragging in the grid when the mouse leaves...
2010-03-05  Vadim ZeitlinFix memory leak in wxDataViewListStore::DeleteItem().
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-05  Vadim ZeitlinMake the code more clear in aui sample and avoid g...
2010-03-05  Vadim ZeitlinImplement wxBookCtrlBase::CalcSizeFromPage() in the...
2010-03-05  Vadim ZeitlinAvoid conflict between accelerators in the notebook...
2010-03-05  Vadim ZeitlinNo changes, just remove redundant GetControllerSize...
2010-03-05  Vadim ZeitlinCorrect controller size determination in wxToolbook.
2010-03-05  Vadim ZeitlinUse wxWindow::ReleaseMouse() instead of MSW ::ReleaseCa...
2010-03-05  Francesco Montorsidefine TARGET_CPU (as a variable) also for formats...
2010-03-04  Jaakko SalliMoved property unattachment code from wxPropertyGridInt...
2010-03-04  Stefan Csomorno existing on iphone
2010-03-03  Stefan Csomorfixing leak, fixes #11781
next