wxWidgets.git
2010-11-04  Jouk JansenUpdating makefiles for OpenVMS
2010-11-03  Vadim ZeitlinRemove unused mouse event handler from dataview sample.
2010-11-03  Vadim ZeitlinRemove unnecessary tests for m_log from dataview sample.
2010-11-03  Vadim ZeitlinAdd wxAuiPaneInfo::IsDockable().
2010-11-03  Vadim ZeitlinSet column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU...
2010-11-03  Vadim ZeitlinDon't dock undockable panes in wxAuiManager::LoadPerspe...
2010-11-03  Vadim ZeitlinOptimize wxDataViewMainWindow::FindNode() in generic...
2010-11-03  Vadim ZeitlinDon't copy potentially big arrays in generic wxDataView...
2010-11-03  Vadim ZeitlinHandle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY...
2010-11-03  Vadim ZeitlinSupport wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn...
2010-11-03  Jouk Jansenreplace m_nSelection by m_selection
2010-11-03  Jouk JansenUpdate OpenVMS compile support
2010-11-02  Václav SlavíkFix compilation error in wxImplicitConversionType<...
2010-11-02  Vadim ZeitlinUse _get_timezone() function instead of _timezone with...
2010-11-02  Vadim ZeitlinMake write end of the child process pipe non-blocking...
2010-11-02  Vadim ZeitlinRefactor: extract code to make an fd non-clocking into...
2010-11-02  Vadim ZeitlinDon't scroll the grid too much to bring selection in...
2010-11-02  Vadim ZeitlinChanged wxImage::ConvertAlphaToMask() return type to...
2010-11-02  Vadim ZeitlinAvoid crash when releasing the mouse in wxRibbonToolBar.
2010-11-02  Robin DunnAdd some asserts to ensure cols and rows are >= 0 to...
2010-11-02  Robin DunnFix return types on wxRect::Inflate and Deflate
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS (correction)
2010-11-01  Jouk JansenCreate work-around for wxGetEnvMap on OpenVMS
2010-10-31  Vadim ZeitlinMake wxMBConv_iconv MT-safe by not using wxString in it.
2010-10-31  Vadim ZeitlinAvoid events when implicitly selecting first wxBookCtrl...
2010-10-31  Vadim ZeitlinReposition wxSpinCtrl correctly after reparenting it...
2010-10-31  Vadim ZeitlinDestroy correct HWND in wxMSW wxSpinCtrl::Reparent().
2010-10-30  Vadim ZeitlinDocument wxMessageQueueError.
2010-10-30  Vadim ZeitlinwxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB...
2010-10-30  Vadim ZeitlinNo changes, just use AutoHBITMAP instead of manual...
2010-10-30  Vadim ZeitlinFix conversion of bitmaps with alpha to icons/cursors...
2010-10-30  Vadim ZeitlinAdd bitmaps in non-premultiplied format to wxImageList...
2010-10-30  Vadim ZeitlinAllow creating DIBs storing pixels in non-premultiplied...
2010-10-30  Vadim ZeitlinMake it impossible to initialize AutoHBITMAP after...
2010-10-30  Vadim ZeitlinFix fatal bug in wxGetWindowFromHWND() for radio buttons.
2010-10-30  Vadim ZeitlinRestore the old logger in wxLogChain dtor instead of...
2010-10-30  Vadim ZeitlinFix confusion with LOGFONT{A,W} parameters to MSW GetTh...
2010-10-30  Vadim ZeitlinNo real changes, just cleanup of wxMSW MenuDrawData.
2010-10-30  Vadim ZeitlinUse TAbs in debian/rules, not spaces, as it's a makefile.
2010-10-30  Vadim ZeitlinFix order of arguments in wxOSX/Carbon wxListCtrl:...
2010-10-30  Václav SlavíkFor large dataview controls, don't use all items to...
2010-10-30  Václav SlavíkAdd wxDataViewRendererBase::PrepareForItem() helper.
2010-10-30  Václav SlavíkAccount for text attrs in generic wxDataViewCtrl's...
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-10-30  Václav SlavíkAdd wxRenderer::GetHeaderButtonMargin().
2010-10-28  Paul Cornettfix iconize event detection, logical operators don...
2010-10-28  Vadim ZeitlinUse floating point arithmetic in wxDC::GradientFillConc...
2010-10-28  Vadim ZeitlinFix generic implementation of wxDC::GradientFillConcent...
2010-10-28  Vadim ZeitlinRelax validation of wxCheckBox flags.
2010-10-28  Vadim ZeitlinImprove positioning of wxSlider min/max labels in wxMSW.
2010-10-28  Vadim ZeitlinwxOSX/Carbon compilation fix after wxListBoxBase changes.
2010-10-28  Vadim ZeitlinDon't crash when waiting for thread termination in...
2010-10-27  Vadim ZeitlinFix list box unit test under wxGTK.
2010-10-27  Vadim ZeitlinNo changes, just use wxGtkObject<> instead of g_object_...
2010-10-27  Vadim ZeitlinDon't duplicate event sending code in wxGTK wxListBox.
2010-10-27  Vadim ZeitlinDon't send SELECTED events for an already selected...
2010-10-27  Vadim ZeitlinwxOSX compilation fix: remove just added extra semicolon.
2010-10-27  Vadim ZeitlinFix warnings about signed/unsigned comparisons inside...
2010-10-27  Robert RoeblingUse window-state-event to send ICONIZE events under...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-26  Vadim ZeitlinDon't dispatch messages while waiting in worker thread...
2010-10-26  Vadim ZeitlinCompilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B...
2010-10-26  Vadim ZeitlinBetter document wxAutomationObject::GetDispatchPtr...
2010-10-26  Vadim ZeitlinRebake to add wx/meta/implicitconversion.h to the makef...
2010-10-25  Vadim ZeitlinMention that resource forks are deprecated under Mac...
2010-10-25  Vadim ZeitlinUse the correct accelerator for the "Preferences" Apple...
2010-10-25  Vadim ZeitlinUse the application name in the "About" item of the...
2010-10-25  Václav SlavíkAdd wxImplicitConversionType tests.
2010-10-25  Václav SlavíkMake wxMin, wxMax and wxClip template functions.
2010-10-25  Vadim ZeitlinCompilation fix: don't use "environ" under OS X.
2010-10-24  Vadim ZeitlinMake wxUString compilable with VC6.
2010-10-24  Vadim ZeitlinFix typo in wxFILTER_NUMERIC documentation.
2010-10-24  Vadim ZeitlinAdd wxDocManager::FindTemplate() method.
2010-10-24  Vadim ZeitlinDon't handle RPC_E_CHANGED_MODE return of OleInitialize...
2010-10-24  Vadim ZeitlinDo nothing in wxMemoryDC::SelectObject() if the bitmap...
2010-10-24  Vadim ZeitlinAlways create new OLE objects with reference count...
2010-10-24  Vadim ZeitlinFix problems with reference counting in wxActiveXContainer.
2010-10-24  Vadim ZeitlinDon't consider lack of connection points an error in...
2010-10-24  Vadim ZeitlinDon't activate the window when updating its styles...
2010-10-24  Vadim ZeitlinFix wrong wxLogDebug() call in fswatcher sample.
2010-10-24  Vadim ZeitlinAllow specifying the directory to watch on command...
2010-10-24  Vadim ZeitlinAvoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED...
2010-10-24  Vadim ZeitlinDon't grab focus when calling wxTreeCtrl::SelectItem().
2010-10-24  Vadim ZeitlinAllow to use space to toggle spinning of the cube in...
2010-10-24  Vadim ZeitlinDon't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
2010-10-24  Vadim ZeitlinNo real changes, just cleanup week days handling in...
2010-10-24  Vadim ZeitlinKeep displayed month and year in sync in wxGenericCalen...
2010-10-24  Vadim ZeitlinNo real changes, just inline wxDIB::Create().
2010-10-24  Vadim ZeitlinRemove wxDIB::m_hasAlpha from wxMSW.
2010-10-24  Vadim ZeitlinFix conversion of 32 bit ARGB bitmaps to wxImage in...
2010-10-24  Vadim ZeitlinDon't hard code "open" verb in wxMSW wxLaunchDefaultApp...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-10-24  Vadim ZeitlinTreat wxToolbook symmetrically with others in the noteb...
2010-10-24  Vadim ZeitlinDon't reserve space for hidden controller in wxBookCtrl.
2010-10-24  Vadim ZeitlinSet wxKeyEvent::m_rawFlags to hardware key code in...
2010-10-24  Vadim ZeitlinOutput header to the same directory as the .cpp file...
2010-10-24  Vadim ZeitlinUse wxChoicebook instead of wxNotebook in the xrc sample.
2010-10-24  Vadim ZeitlinRearrange xrc sample controls in alphabetical order.
2010-10-24  Vadim ZeitlinMake it easier to define custom wxSizerXmlHandler subcl...
next