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

2005-01-07 18:29 RD, revision 31278

Fix for Bug 1097510, reset m_selectionOld when the value changes

2005-01-07 18:27 ABX, revision 31277

MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....

2005-01-07 18:24 ABX, revision 31276

Include order fix.

2005-01-07 17:33 VZ, revision 31275

invalidate bg brush in the beginning of OnSize() to avoid using outdated brush for child pages background painting

2005-01-07 17:10 VZ, revision 31274

don't ignore the background colour set for the dialog, even although it is a standard control

2005-01-07 16:59 VZ, revision 31273

use HasTransparentBackground() to correctly draw the background of static text/box on a window with non-inheritable (== own) background set

2005-01-07 16:54 VZ, revision 31272

moved HasTransparentBackground() from wxUniv to common wxWindow

2005-01-07 15:43 VZ, revision 31271

no changes; just removed some obsolete #ifdefs

2005-01-07 14:38 VZ, revision 31270

extracted background painting in a separate function so that it could be called from derived classes

2005-01-07 12:36 VZ, revision 31269

FreeBSD compilation fixes: rename re_comp and re_exec

2005-01-06 19:15 RR, revision 31268

Added test to fontencoding -> codepage conversion which should test if the codepage is actually installed on that version of Windows. Will do more testing.

2005-01-06 15:51 KH, revision 31267

whilst -> while

2005-01-06 12:49 RR, revision 31266

Applied patched for combo box SELECTED events (no long get lots of surplus events) Applied patch for menu hihglight colour detection.

2005-01-06 12:41 ABX, revision 31265

Old API clearly deprecated. Source cleaning.

2005-01-06 12:35 RR, revision 31264

Blind attempt make buttons centered in the generic msg dialog if it's a yes/no dialog.

2005-01-06 12:34 RR, revision 31263

Second try to commit compilo fix for sizer.cpp

2005-01-06 12:31 ABX, revision 31262

Smartphone fixes.

2005-01-06 12:30 ABX, revision 31261

wxUSE_LOG (Smartphone) fix.

2005-01-06 12:22 ABX, revision 31260

Use stock labels for Smartphone.

2005-01-06 12:20 ABX, revision 31259

Lack of accelerators on Smartphones.

2005-01-06 12:17 ABX, revision 31258

eVC3 warning fix.

2005-01-06 12:04 ABX, revision 31257

Build fix for NOPCH.

2005-01-06 11:53 RR, revision 31256

wxEncodingConverter should and can be compiled without wxFontMapper and its corresponding wxUSE_FONTMAP

2005-01-06 11:52 RR, revision 31255

# Compile without fontmapper.

2005-01-05 22:46 VZ, revision 31254

don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead