wxWidgets.git
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...
2010-10-24  Vadim ZeitlinMake wxXmlResourceHandler::IsOfClass() static.
2010-10-23  Vadim ZeitlinAdd wxIcon::GetSize() to wxIcon in wxOSX.
2010-10-23  Vadim ZeitlinDon't use non-existent icon in XRC sample.
2010-10-23  Vadim ZeitlinAdd XRC handler for wxToolbook.
2010-10-23  Vadim ZeitlinDon't assume any particular default size for XRC image...
2010-10-23  Vadim ZeitlinCorrect wxDialog::SetAffirmativeId() documentation.
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-10-23  Vadim ZeitlinConstruct paths using wxFileName in wxHTML help.
2010-10-23  Vadim ZeitlinUse rpmbuild to build the RPMs in "make rpm" target.
2010-10-23  Vadim ZeitlinAdd more headers to "make dist" and remove .mo files.
2010-10-23  Vadim ZeitlinInclude wxscintilla library in wxGTK RPM.
2010-10-23  Vadim ZeitlinGenerate the full list of wxBase headers paths in wxGTK...
2010-10-23  Vadim ZeitlinForce the use of GNOME printing support and wxMediaCtrl...
2010-10-23  Vadim ZeitlinRemove "release" suffix from wx-config links used in...
2010-10-23  Vadim ZeitlinDocument that wxProcess::GetOutputStream() can't be...
2010-10-23  Robert RoeblingwxDataViewCtrl::Expand() only works on items whose...
2010-10-23  Robert RoeblingSet focus to generic wxDataViewCtrl when clicking with...
2010-10-23  Robert RoeblingImplement wxDataViewCtrl::HitTest() under GTK+, second...
2010-10-23  Robert RoeblingAlso set mouse position in ITEM_BEGIN_DRAG event in...
2010-10-22  Michael WetherellChange the return code of the test program so that...
2010-10-22  Michael WetherellAdd debugging info to the trunk Linux builds.
2010-10-22  Vadim ZeitlinEnable ListBoxTestCase::HitTest() for wxGTK.
2010-10-22  Vadim ZeitlinRestore the note about auto-repeat in key events docume...
2010-10-22  Vadim ZeitlinUse GTK_SELECTION_BROWSE instead of SINGLE for wxListBo...
next