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-07-31 19:29 FM, revision 47830

added first raw version of new XTI classes docs (already with the "Library" section which was added in TRUNK)

2007-07-31 19:27 FM, revision 47829

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:26 FM, revision 47828

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:25 FM, revision 47827

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-30 10:51 VS, revision 47826

don't crash in wxGetEmptyString(): it's now a #define for wxString(), which is not any less efficient now

2007-07-29 19:08 VZ, revision 47822

removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216)

2007-07-29 14:27 VZ, revision 47821

forcefully disable wxUSE_JOYSTICK too

2007-07-29 14:25 VZ, revision 47820

always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compilation of the code using it)

2007-07-29 14:21 VZ, revision 47819

compilation fix for WinCE

2007-07-29 14:08 VZ, revision 47818

CE compilation fix for X button stuff

2007-07-29 14:06 VZ, revision 47817

compilation fix for wxUSE_DBGHELP==0 after latest changes

2007-07-29 13:56 VZ, revision 47816

we must use TB_BUTTONSTRUCTSIZE before adding menu items to the toolbar; also send SHCMBM_GETMENU after creating the menus, otherwise it always returns NULL

2007-07-29 13:38 VZ, revision 47815

update button style to include BS_MULTILINE when a multiline label is set

2007-07-29 13:16 VZ, revision 47814

no changes, just removed unnecessary #ifdef __WIN32__

2007-07-29 03:36 DE, revision 47807

Use the ECHO_N and ECHO_C variables in lieu of echo -n since some shells need it. Use cat /dev/null instead of echo -n in the non-Mac (but on OS X) POSTLINK_COMMAND and RESCOMP variables.

2007-07-29 01:25 VZ, revision 47806

make the text in the top area more readable

2007-07-29 01:23 VZ, revision 47805

don't use deprecated DoLog() overload

2007-07-29 01:20 VZ, revision 47804
  • D /wxWidgets/trunk/difflast.pl

removed the script which only worked with cvs

2007-07-29 01:11 VZ, revision 47803

add support for 4th and 5th mouse buttons; reduce code duplication

2007-07-29 01:04 VZ, revision 47802

added support for 2 extra mouse buttons (patch 1757630)

2007-07-29 00:31 VZ, revision 47801

undid accidental commit of this file in the last revision

2007-07-29 00:28 VZ, revision 47800

removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab

2007-07-29 00:21 VZ, revision 47799

added wxMiniFrame demonstration to the dialogs sample

2007-07-28 23:48 VZ, revision 47798

preserve the arguments read from configarg.cache in it

2007-07-28 21:00 DE, revision 47797

Remove bogus DoDelete from 44730. It's appears that it's supposed to be DoDeleteItems which was added in a different place.