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-11-28 14:10 JS, revision 50312

Use wxStdDialogButtonSizer

2007-11-28 14:01 VZ, revision 50311

added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick.h and wx/mac/sound.h to it from MAC_CMN_HDR

2007-11-28 13:57 VZ, revision 50310

typo fix

2007-11-28 10:51 SC, revision 50309

cleanup, going private with platform specific that is only needed at one place

2007-11-28 10:42 SC, revision 50308

cleanup

2007-11-28 09:52 SC, revision 50307

fixing potential alignment error

2007-11-28 06:46 PC, revision 50303

Solaris /usr/bin/tr requires [] around character ranges

2007-11-28 05:57 SC, revision 50302

cleanup, fixing exports

2007-11-28 05:52 SC, revision 50301

cleanup, fixing exports

2007-11-28 05:48 SC, revision 50300

cleanup, fixing exports

2007-11-28 02:56 VZ, revision 50299

fix typo in an example (patch 1837973)

2007-11-28 02:54 VZ, revision 50298

don't keep dangling m_prevRadio pointer (2nd part of patch 1836644)

2007-11-28 02:50 VZ, revision 50297

initialize m_ownsConv (part of patch 1836644)

2007-11-28 02:46 VZ, revision 50296

set disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)

2007-11-28 02:10 VZ, revision 50295

always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given (patch 1835260)

2007-11-28 01:59 VZ, revision 50294

return immediately after processing TaskbarCreated message instead of asserting (the accepted part of patch 1835507)

2007-11-28 00:29 VZ, revision 50291

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones [backport of r50290 from trunk]

2007-11-28 00:25 VZ, revision 50290

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones

2007-11-28 00:24 VZ, revision 50289

don't use Gnome printing in wxUniv [backport of r50037 from trunk]

2007-11-27 20:57 RR, revision 50287

Patch from Bo to show missing lines again

2007-11-27 20:48 RD, revision 50285

Use kControlContentIconRef for toolbar bitmap buttons. Fixes bug #1826474

2007-11-27 20:37 VS, revision 50284

fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK

2007-11-27 20:28 VS, revision 50283

once again removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2007-11-27 19:00 VS, revision 50282

removed trailing whitespace

2007-11-27 16:39 SC, revision 50281

cleanup