Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2008-12-15 12:22 VZ, revision 57357

PCH compilation fix

2008-12-15 11:03 VZ, revision 57356

added a helper function to show the popup menu allowing to configure the columns in header control

2008-12-15 11:02 VZ, revision 57355

disable UI updating during GetPopupMenuSelectionFromUser() execution to avoid unexpected clashes between the ids used in it and the update UI handlers elsewhere in the program

2008-12-15 10:44 VZ, revision 57354

added helper Is{Col,Row}Shown()

2008-12-15 10:34 VZ, revision 57353

renamed GetColHeader() to GetGridColHeader() for consistency with the other existing accessors (even if this is redundant) and made it public/documented (also documented the others)

2008-12-15 10:08 VZ, revision 57352

return correct (false) value in onSeparator from FindColumnAtPoint() when the position is beyond the last column

2008-12-15 09:49 VZ, revision 57351

don't leave nrows/ncols uninitialized in wxGridSizer::CalcRowsCols()

2008-12-14 23:12 VZ, revision 57344

don't mistake a simple click on a column for a reordering drag

2008-12-14 22:54 VZ, revision 57343

fix several bugs in index/position translation code between wx and MSW

2008-12-14 22:07 VZ, revision 57342

added a button to reset the column order and the display of hidden columns to the tabular grid frame

2008-12-14 22:06 VZ, revision 57341

don't use the hack with adding hidden columns to the native control because it doesn't play well with resizing; maintain the mapping between wx and MSW column indices internally even if this is much more work

2008-12-14 21:56 VZ, revision 57340

no changes, just refactoring: extracted the code to update the column indices array when the number of columns changes to the common code to be able to reuse it from the MSW version

2008-12-14 20:45 VZ, revision 57339

refresh the grid after resetting the columns positions to the default order

2008-12-14 20:27 VZ, revision 57338

compilation fix after latest changes (missing header)

2008-12-14 20:02 VZ, revision 57337

added wxHeaderCtrl::ResetColumnsOrder() function; use it from wxGrid

2008-12-14 17:28 VZ, revision 57336

add support for hiding columns when using native header control in wxGrid; also added convenient Hide/ShowCol() methods

2008-12-14 16:13 FM, revision 57335

fix the loading of the isosurf data; it was not loaded correctly on my system because isosurf.dat uses dots as decimal separators and my locale requires commas; fixed instancing a wxLocale with wxLANGUAGE_ENGLISH)

2008-12-14 16:11 FM, revision 57334

force doxygen autolink wrt wxLanguage enum

2008-12-14 15:05 FM, revision 57333

document wxFileOffset

2008-12-14 14:51 FM, revision 57332

reformat stream overview and provide a description hopefully correct, even if very short, for wxStreamBuffer

2008-12-14 14:06 FM, revision 57331

distribute in the right places documentations for the overloads/structs used with wxCmdLineParser; mention wxAppConsole::OnInitCmdLine and wxAppConsole::OnCmdLineParsed

2008-12-14 14:05 FM, revision 57330
  • D /wxWidgets/trunk/src/html/htmlhelp.cpp

remove old file not compiled/used anymore since at least 6 years

2008-12-14 14:03 FM, revision 57329

fix note about OpenGL-enabling

2008-12-14 12:43 VZ, revision 57328

no changes, just replaced SF bug number in a comment with Trac one

2008-12-14 10:08 VZ, revision 57327

removed testing code leftovers