wxWidgets.git
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...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-12-15  Vadim Zeitlinadded helper Is{Col,Row}Shown()
2008-12-15  Vadim Zeitlinrenamed GetColHeader() to GetGridColHeader() for consis...
2008-12-15  Vadim Zeitlinreturn correct (false) value in onSeparator from FindCo...
2008-12-15  Vadim Zeitlindon't leave nrows/ncols uninitialized in wxGridSizer...
2008-12-14  Vadim Zeitlindon't mistake a simple click on a column for a reorderi...
2008-12-14  Vadim Zeitlinfix several bugs in index/position translation code...
2008-12-14  Vadim Zeitlinadded a button to reset the column order and the displa...
2008-12-14  Vadim Zeitlindon't use the hack with adding hidden columns to the...
2008-12-14  Vadim Zeitlinno changes, just refactoring: extracted the code to...
2008-12-14  Vadim Zeitlinrefresh the grid after resetting the columns positions...
2008-12-14  Vadim Zeitlincompilation fix after latest changes (missing header)
2008-12-14  Vadim Zeitlinadded wxHeaderCtrl::ResetColumnsOrder() function; use...
2008-12-14  Vadim Zeitlinadd support for hiding columns when using native header...
2008-12-14  Francesco Montorsifix the loading of the isosurf data; it was not loaded...
2008-12-14  Francesco Montorsiforce doxygen autolink wrt wxLanguage enum
2008-12-14  Francesco Montorsidocument wxFileOffset
2008-12-14  Francesco Montorsireformat stream overview and provide a description...
2008-12-14  Francesco Montorsidistribute in the right places documentations for the...
2008-12-14  Francesco Montorsiremove old file not compiled/used anymore since at...
2008-12-14  Francesco Montorsifix note about OpenGL-enabling
2008-12-14  Vadim Zeitlinno changes, just replaced SF bug number in a comment...
2008-12-14  Vadim Zeitlinremoved testing code leftovers
2008-12-14  Paul Cornettdon't call size_request to get best size of a non-nativ...
2008-12-14  Vadim Zeitlindon't close all unused descriptors in the child, this...
2008-12-14  Vadim Zeitlinadd support for sorting to grid columns
2008-12-13  Vadim Zeitlinexplain EVT_GRID/EVT_GRID_CMD difference and don't...
2008-12-13  Kevin OllivierHopefully the right fix this time.
2008-12-13  Kevin OllivierHDC() fix was wrong, may have been just a problem with...
2008-12-13  Paul Cornettfix build, remove unused parameter from wxGetGdkWindowF...
2008-12-13  Kevin OllivierMSW compile fixes.
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-13  Vadim Zeitlinupdate the size of the wxGridSizer as items are added...
2008-12-13  Vadim Zeitlindon't compute the columns/rows from the number of items...
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Francesco Montorsiextend the range of glib versions for which the GTK...
2008-12-12  Francesco Montorsifix command line parsing
2008-12-12  Francesco Montorsimodernize the sample removing global C-style functions...
2008-12-12  Francesco Montorsiput zlib streams in the archive category, too; fix...
2008-12-12  Francesco Montorsilink class groups with macro groups and provide a brief...
2008-12-12  Vadim Zeitlinfix compuation of dirty cells when the columns are...
2008-12-12  Vadim ZeitlinSTL build: fix missing const which results in Insert...
2008-12-12  Vadim Zeitlinfix best size caching
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Francesco Montorsifix doxygen warnings
2008-12-12  Francesco Montorsidon't assert at startup because of the static initializ...
2008-12-12  Francesco Montorsidocument wxInitializer and wxInitialize and wxUninitialize
2008-12-12  Francesco Montorsifix typo
2008-12-12  Francesco Montorsisplit AddCatalog docs for the two overloads
2008-12-12  Vadim Zeitlinreally fix STL compilation
next