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

2006-02-21 14:23 ROL, revision 37653

corrected positioning of internal panels, as the default value -1 was used as a real coordinate causing extra pixels in the right margin

2006-02-21 13:10 VZ, revision 37652

added wxListCtrl::DoClientToScreen/ScreenToClient

2006-02-21 13:09 VZ, revision 37651

wrapped wxListCtrl::DoClientToScreen/ScreenToClient() symbols added after 2.6.2 in wxABI_VERSION test

2006-02-20 21:34 MR, revision 37650

wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox, and think on how to rearrange the declarations and inclusions related to this.

2006-02-20 21:32 RD, revision 37649

reSWIGged

2006-02-20 21:28 MR, revision 37648

Make everything compile with GTK_DISABLE_DEPRECATED declared.

2006-02-20 20:08 RD, revision 37647

Mention other changes, plust some items from wx's changes.txt

2006-02-20 20:07 RD, revision 37646

Mention SWIG change

2006-02-20 20:03 RD, revision 37645

Added wx.OutputStream.LastWrite

2006-02-20 20:02 RD, revision 37644

Added wx.GridSizer.CalcRowsCols

2006-02-20 17:12 RR, revision 37643

Added test for wxComboBox::SetString

2006-02-20 17:10 RR, revision 37642

Make use of GTK 2.4 GtkComboBox if it is available, fall back to old GtkCombo one if not (run-time check).

2006-02-20 13:47 JJ, revision 37641

Committing in . Update of OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/unix/descrip.mms wxWidgets/src/unix/displayx11.cpp ----------------------------------------------------------------------

2006-02-20 11:35 RR, revision 37640

Rename gtk_ callbacls to gtkcombo_ callbacks to make room for gtkcombobox_

2006-02-20 09:14 JS, revision 37639

Include dateevt.h from datectrl.h

2006-02-19 14:38 VZ, revision 37638

fix MT-unsafe accesses to wxConditionInternal::m_numWaiters

2006-02-18 23:59 MR, revision 37637

wxGTK: Backport a wxNotebook::HitTest fix.

2006-02-18 23:44 MR, revision 37636

wxGTK2: gtk_signal_disconnect_by_func isn't used anywhere anymore. Nuke prototype from gtk/private.h

2006-02-18 21:43 RD, revision 37635

Added the wx.HVScrolledWindow class.

2006-02-18 21:41 RD, revision 37634

Treat Ctrl-Shift-Backspace the same as ESC in the shell.

2006-02-18 21:40 RD, revision 37633

Prevent using a bad tree item.

2006-02-18 21:37 RD, revision 37632

Added the wx.HVScrolledWindow class.

2006-02-18 18:16 VZ, revision 37631

gcc initializer order fix warning (patch 1432835)

2006-02-18 13:49 MR, revision 37630
  • D /wxWidgets/trunk/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/trunk/src/gtk1/wx_gtk_vmsjackets.c

wx_gtk_vmsjackets.c seems to not be used by anything these days. Delete on both wxGTK ports.

2006-02-17 21:25 VZ, revision 37629

compilation fix for old SDK headers (such as shipped with VC6)