wxWidgets.git
2008-12-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
2008-12-24  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow() only when the...
2008-12-24  Vadim Zeitlincorrect the direction of the comparison between the...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Jaakko SalliFixed crash when expanding/collapsing categories too...
2008-12-23  Bryan PettyAdded grid event classes to the events group in docs.
2008-12-23  Jaakko SalliFixed a VC6 warning (hopefully)
2008-12-23  Vadim Zeitlindon't use \u escapes, VC6 doesn't understand them
2008-12-23  Vadim Zeitlinset correct properties for the new files
2008-12-23  Robert RoeblingwxDataViewCtrl::IsExpanded should work now under OS...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-23  Vadim Zeitlinreverted yet another accidental commit of testing code...
2008-12-23  Vadim Zeitlinverify that we don't have more items than our number...
2008-12-23  Vadim Zeitlinuse wxFlexGridSizer correctly (fixes #10294)
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinno changes, just don't use "any more" thrice in a row
2008-12-22  Vadim Zeitlinuse CanSetValueAs() instead of CanGetValueAs() in wxGri...
2008-12-22  Vadim Zeitlincorrect Serbian locale name: should be sr_RS, not sr_SR...
2008-12-22  Paul Cornettnon-pch build fixes
2008-12-22  Robert RoeblingAdded clipboard sample check to configure.in, other...
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-22  Vadim Zeitlinfix typo in r57455 which totally broke modal dialogs...
2008-12-22  Vadim Zeitlinrebake after correction typo in wx/generic/headerctrlg...
2008-12-21  Robert RoeblingRegen after adding clipboard sample
2008-12-21  Robert RoeblingRegen using newest bakefile
2008-12-21  Robert RoeblingAdded bakefiles makefiles
2008-12-21  Robert RoeblingForgot to commit
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-21  Robert RoeblingAdded clipboard sample
2008-12-21  Robert RoeblingAdded clipbaord sample
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-12-21  Vadim Zeitlincorrect wrong #endif position which prevented ListCtrlT...
2008-12-21  Vadim Zeitlinreally fix the length of the string returned by wxConve...
2008-12-21  Vadim Zeitlinfix for compilation with newer DMC headers (see #10112)
2008-12-21  Vadim Zeitlinadd popup sample to the workspace (fixes #10162)
2008-12-21  Vadim Zeitlinfix unused variable warning (part of #10162)
2008-12-21  Vadim Zeitlinclose the handle returned by OpenProcessToken() (fixes...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-21  Vadim Zeitlinadd wxLogLastError() calls if Shell_NotifyIcon() fails...
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-12-20  Francesco Montorsireplace wxPostEvent with wxQueueEvent and update the...
2008-12-20  Francesco Montorsimention multi-core systems and wxThread::GetCPUCount
2008-12-20  Jaakko SalliFully conform to the documented statement according...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingFixes #10288: wxDataViewCtrl missing selection change...
2008-12-19  Chris Elliottadd missing header to dfb
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
2008-12-19  Robert RoeblingwxImage::ConvertToBitmap() doesn't exist anymore
2008-12-19  Robert RoeblingMention wxRearrangeCtrl, wxFileCtrl
2008-12-19  Jouk JansenUpdate OpenVMS compile support
2008-12-19  Vadim Zeitlindefine USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
2008-12-19  Jouk JansenUpdate OpenVMS compile support
2008-12-18  Robert RoeblingCorrect AssignTempFile docs
2008-12-18  Robert RoeblingAdded missing g to file name of headerctrlg.h
2008-12-18  Robert RoeblingRecalculate display (and scrollbars etc) before calling...
2008-12-17  Robert RoeblingMinor stream class changes
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
2008-12-17  Vadim ZeitlinVC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
2008-12-17  Vadim Zeitlindon't scroll to the child which gets focus if it is...
2008-12-17  Chris Elliottadd u to file and lib path
2008-12-17  Chris Elliottcast both ints to doubles for the X and Y scale factors
2008-12-17  Vadim Zeitlinuse GetFileAttributes() to check for readonly files...
2008-12-17  Vadim Zeitlinanother header for PCH-less compilation
2008-12-17  Vadim Zeitlinfix unused variable warning in release build
2008-12-17  Vadim ZeitlinPCH-less compilation fix
2008-12-17  Vadim Zeitlinfix WinCE compilation: it doesn't know about SW_SHOWDEF...
2008-12-17  Vadim Zeitlindon't hard code the menu bar height under WinCE (closes...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-12-17  Vadim Zeitlinreplace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs
2008-12-17  Vadim Zeitlindon't crash if the extra controls are not used in the...
2008-12-17  Vadim Zeitlindon't change the value of the hash element if insert...
2008-12-17  Chris Elliottfix for Borland compilation
2008-12-17  Vadim Zeitlinmany improvements and corrections from Charles (see...
2008-12-17  Vadim ZeitlinPCH-less build fixes
2008-12-17  Vadim Zeitlinmade wxHeaderCtrl::GetColumn() const to get rid of...
2008-12-16  Vadim Zeitlinadded wxRearrange{List,Ctrl,Dialog} and use it in wxHea...
2008-12-16  Robert RoeblingFixes #10246: wxDataViewCtrl - first row does not react...
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-16  Chris Elliottsame as r57054 in 2.8
2008-12-16  Chris Elliottsame as r57053 in 2.8
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-16  Francesco Montorsitypo fix
2008-12-16  Francesco Montorsidon't remove docs for wxThreadHelper::Create; list...
2008-12-16  Vadim Zeitlinadded wxGrid::SetColumnsOrder() too
2008-12-16  Robert RoeblingMention header control in Category page
2008-12-16  Vadim Zeitlinmention that mouse events carry position in window...
2008-12-16  Vadim Zeitlinfix initial best size of (check) list boxes under MSW
2008-12-16  Bryan PettyMoved wxWeakRef template docs from the misc category...
2008-12-15  Vadim Zeitlinthe dialogs documented here are defined in wxcore,...
2008-12-15  Vadim Zeitlinhandle actions of the columns popup menu in wxHeaderCtr...
2008-12-15  Bryan PettyFixed the incorrectly placed parenthesis so ScrollWindo...
2008-12-15  Vadim ZeitlinPCH compilation fix
2008-12-15  Vadim Zeitlinadded a helper function to show the popup menu allowing...
next