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-11-08 04:54 RD, revision 43181

ensure m_table is not NULL before trying to access the view

2006-11-08 01:13 MW, revision 43180

Go back to using sprintf instead of swprintf, since it's signature has changed on Windows. There are quite a few compilers where we don't know which version the change occurred or will occur, including bcc, gcc, and icc.

2006-11-08 00:09 MW, revision 43179

Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so that users can edit them easily.

2006-11-07 23:48 MW, revision 43178

Fix for CreateTempFileName with wxFFile for Windows. Also _open_osfhandle requires O_BINARY on Borland, and the others don't seem to mind it.

2006-11-07 22:39 RD, revision 43177

wxFileSystemHandler test case

2006-11-07 22:36 RD, revision 43176

Typecheck each list element in wxArrayInt typemap

2006-11-07 22:35 RD, revision 43175

Keep m_pos in sync in SetValue in case the value_changed callback is not called, such as when the widget is first created.

2006-11-07 21:43 RD, revision 43174

test for mac theme brush

2006-11-07 21:43 RD, revision 43173

Don't embed the style sheet

2006-11-07 21:42 RD, revision 43172

Fix for bug # 1592263, changing 'glLightModel' to 'glLightModelfv'

2006-11-07 20:29 RD, revision 43171

Use the native vswprintf on OSX

2006-11-07 20:04 BIW, revision 43170

reverted to gtk-specific close xbm

2006-11-07 20:02 BIW, revision 43169

button bug fixed

2006-11-07 19:59 RD, revision 43168

fixes for the dummy classes (used when wxUSE_GRAPHICS_CONTEXT is 0)

2006-11-07 18:47 JS, revision 43167

Rename double readme

2006-11-07 16:13 BIW, revision 43166

fixed width measuring - minor fixes

2006-11-07 15:48 BIW, revision 43165

prevent sash artifacts on gtk

2006-11-07 15:40 BIW, revision 43164

elipsis for oversized pane captions

2006-11-07 15:32 VZ, revision 43163

include the icon also for wxMGL (fixes tinderbox error)

2006-11-07 14:51 ABX, revision 43162

Adjustement to OW 1.6-rc2 state.

2006-11-07 13:32 BIW, revision 43161

round active tab corners a bit

2006-11-07 13:26 BIW, revision 43160

a tad bit more padding

2006-11-07 13:24 BIW, revision 43159

add a little extra padding around text in new tab theme

2006-11-07 13:10 BIW, revision 43158

clipping bug fixed

2006-11-07 12:52 BIW, revision 43157

fixed event processing bug in tabmdi