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

2003-06-23 16:04 , revision 21323

This commit was manufactured by cvs2svn to create tag 'BEFORE_MULTIPLE_LIBS_CHANGE'.

2003-06-23 16:04 VZ, revision 21322

use __VISUALC__ instead of _MSC_VER to avoid problems with CW

2003-06-23 15:49 DE, revision 21321

Added #if wxUSE_SLIDER guard

2003-06-23 15:27 DE, revision 21320

Only MSW has a class wxIconLocation. The other platforms have typedef wxIconLocationBase wxIconLocation; Apple's GCC does not like the mismatch when forward declaring it.

2003-06-23 15:17 DE, revision 21319

Added #ifdef wxHAS_TASK_BAR_ICON guard

2003-06-23 15:00 RR, revision 21318

Applied (part of) the bitmap theme patch. Didn't find the static text alignment problem.

2003-06-23 14:49 JS, revision 21317

Spelling correction.

2003-06-23 13:49 VZ, revision 21316

GetIcon() returns wxIconLocation, not wxIcon, now

2003-06-23 13:14 JS, revision 21315

Implemented wxTextCtrl::GetStyle for MSW Added status bar showing major style attributes at cursor in text sample

2003-06-22 23:02 VZ, revision 21314

Fixed typo in cmdline option name; TRUE / FALSE -> {\tt true} / {\tt false} (patch 757770)

2003-06-22 23:01 VZ, revision 21313

missing backslash before underscore (patch 758143)

2003-06-22 22:45 VZ, revision 21312

allow wxFileConfig be created with empty name (will take it from wxApp) (patch 749749)

2003-06-22 22:20 VZ, revision 21311

LaTeX2e fixes (patch 748118)

2003-06-22 22:20 VS, revision 21310

mac fixes

2003-06-22 22:09 VS, revision 21309

and even more mac fixes...

2003-06-22 22:08 VZ, revision 21308

support Show() in wxFlexGridSizer (patch 737850)

2003-06-22 22:01 VS, revision 21307

more mac fixes

2003-06-22 21:56 VZ, revision 21306

set selection before setting focus to the control in SetFocusFromKbd() (patch 726361)

2003-06-22 21:47 VS, revision 21305

use version on mac

2003-06-22 21:22 VS, revision 21304

mac fixes

2003-06-22 21:06 VS, revision 21303

mac fixes

2003-06-22 20:39 VS, revision 21302

mac fixes

2003-06-22 20:03 VS, revision 21301

updated

2003-06-22 19:17 VS, revision 21300

updated

2003-06-22 19:13 VS, revision 21299

install the headers, use gtk2 name and other fixes