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):

2007-04-09 15:52 VZ, revision 45356

don't overwrite the buffer if extending it failed

2007-04-09 15:50 VZ, revision 45355

replaced deprecated wxMULTIPLE with wxFD_MULTIPLE

2007-04-09 15:46 VZ, revision 45354

compilation fixes: remove unneeded c_str()

2007-04-09 13:51 VZ, revision 45353

added wx/image.h to fix compilation without PCH after last change

2007-04-09 12:21 VZ, revision 45352

undid signed/unsigned warning fix of rev 1.73 as the type of wxString::iterator::operator-() is now signed again

2007-04-09 12:19 VZ, revision 45351

compilation fix after last change

2007-04-09 12:13 VZ, revision 45350

fix unused parameter warning introduced by last commit

2007-04-09 11:37 VZ, revision 45349

make wxVarVScrollLegacyAdaptor::OnGetLineHeight() non-pure virtual to fix compilation with WXWIN_COMPATIBILITY_2_8==1

2007-04-09 11:18 VZ, revision 45348

compilation fixes after last commit

2007-04-09 08:18 VS, revision 45347

string iterator's operator- should return difference_type, not size_t or unsigned

2007-04-09 06:50 VS, revision 45346

removed spurious semicolons

2007-04-09 06:47 VS, revision 45345

compilation fix: needs wx/string.h

2007-04-09 00:19 VZ, revision 45344

added missing membersection for CreateIconBundle

2007-04-08 23:25 VZ, revision 45343

fix a fatal crash due to using wxHSCROLL presence in m_windowStyle as indicator of whether we wrap lines or not: this didn't work because wxHSCROLL was temporarily reset in wxWindow::Create() and so we used wxTextWrappedData when we only had created wxTextMultiLineData

2007-04-08 23:06 VZ, revision 45342

don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixelsPerLine is NULL, this resulted in problems mentioned in patch 1696082

2007-04-08 22:42 VZ, revision 45341

pass 0, not NULL, to SendMsg() which takes long to avoid gcc warnings

2007-04-08 22:28 VZ, revision 45340

added mouse wheel support (patch 1696082)

2007-04-08 22:26 VZ, revision 45339

compilation fix after last change

2007-04-08 22:18 VZ, revision 45338

Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing it in wxButton implementations in (almost) all ports; changed its return type to "wxWindow *" from "void" to accommodate the ports needing the old default item (replaces part of patch 1696563)

2007-04-08 21:45 VZ, revision 45337

make test_for_selected_wxbuild target optional (patch 1696363)

2007-04-08 21:02 VZ, revision 45336

fix the problem with parsing HTML comments (closes bug 1116708; based on patch 1168583)

2007-04-08 17:52 VS, revision 45335

fix crash in ~wxString with global wxString objects: temporarily move conversion buffers from a hash to wxString

2007-04-08 13:59 VS, revision 45334

don't build wxscintilla lib if wxSTC is not built

2007-04-08 13:55 VZ, revision 45333

fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0

2007-04-08 06:13 PC, revision 45332

Children need to be updated in size_allocate even if widget is not realized. Fix initial GdkWindow sizes in realize.