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-09-11 09:58 JS, revision 23503

Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal

2003-09-11 09:55 JS, revision 23502

Applied patch [ 795423 ] Unicode and warning fixes in contrib/mmedia lib and sample

2003-09-11 09:50 JS, revision 23501

Applied patch [ 791398 ] unused variables in gizmos contrib

2003-09-11 09:34 JS, revision 23500

Applied [ 792543 ] sample of animate contrib corrected

2003-09-11 09:33 JS, revision 23499

Applied patch [ 795542 ] Unicode fixes in richedit sample

2003-09-11 09:30 JS, revision 23498

Applied patch [ 793000 ] "unreachable code" changes in wxrc contrib util

2003-09-11 09:29 JS, revision 23497

Applied patch [ 796736 ] unicode and various warnings fixes for configtool util

2003-09-11 09:27 JS, revision 23496

Applied patch [ 796696 ] unused variables and unicode fixes in X11 emulator

2003-09-11 09:25 JS, revision 23495

Applied patch [ 791847 ] Missing translation in filedlg.cpp

2003-09-11 08:50 JS, revision 23494

Applied patch [ 796140 ] fixes for building demos/poem in Unicode mode

2003-09-11 08:48 JS, revision 23493

Applied patch [ 798596 ] console sample in unicode

2003-09-11 07:24 JS, revision 23492

Added wxDisplay doc

2003-09-11 07:20 JS, revision 23491

Applied patch [ 802596 ] warning and error free Open GL samples

2003-09-11 07:18 JS, revision 23490

Removed warnings

2003-09-11 07:15 JS, revision 23489

Applied [ 798206 ] WinCE time.cpp by Marco Cavallini

2003-09-10 21:09 MBN, revision 23488

More warning fixes from ABX.

2003-09-10 20:57 MBN, revision 23487

Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0 (like in include/wx/utils.h).

2003-09-10 20:53 MBN, revision 23486

Added bakefiles for contrib/utils/convertrc and contrib/utils/wxrcedit and regenerated makefiles. various compilation and warning fixes for recent changes and for WXWIN_COMPATIBILITY_2_4==0.

2003-09-10 20:08 GD, revision 23485

updated project files and compilation options

2003-09-10 20:06 GD, revision 23484

modified shell script to copy setup0.h into DerivedSource directory updated project files and compilation options

2003-09-10 19:20 VS, revision 23483

backported better classinfo test

2003-09-10 19:19 VS, revision 23482

check for m_parentAsWindow!=NULL

2003-09-10 18:53 VS, revision 23481

opengl fixes for msvc5

2003-09-10 16:38 VZ, revision 23480

backported wxHTTPStream EOF fix

2003-09-10 15:06 VZ, revision 23479

added LVM_SETUNICODEFORMAT

2003-09-10 15:05 VZ, revision 23478

reverted previous fix for virtual list control with Unicode and MSLU and replaced it with LVM_SETUNICODEFORMAT

2003-09-10 14:32 RR, revision 23477

Test if g_thread alreasy is initialized.

2003-09-10 14:28 RR, revision 23476

Test if G_threads already are initialized.

2003-09-10 13:37 VZ, revision 23475

added missing SetIntPosition() parameter

2003-09-10 13:20 VZ, revision 23474

attempts to fix virtual list control with Unicode and MSLU

2003-09-10 13:06 VZ, revision 23473

documented that wxHSCROLL disables wrapping; added comment to the source

2003-09-10 13:00 DE, revision 23472

Changed wxWindow::Create to wxControl because wxNotebook is derived from it.

2003-09-10 13:00 VZ, revision 23471

unused param warnings

2003-09-10 12:02 VZ, revision 23470

fixed a 'variable could be used uninitialized' warning

2003-09-10 11:20 VZ, revision 23469

added a TODO: clean up WinCE mess/horror

2003-09-10 09:14 MBN, revision 23468

Don't compile smapi.cpp for non-MSW platforms.

2003-09-10 08:36 VS, revision 23467

fixed broken DSP files

2003-09-10 08:35 VS, revision 23466

fixed incorrect joining of substituted strings

2003-09-10 07:55 VS, revision 23465

compilation fix

2003-09-10 07:29 SC, revision 23464

switching off tight borders to have it look properly under 10.3

2003-09-10 07:23 SC, revision 23463

ghost button fix (was calling another baseclass create)

2003-09-10 05:50 GD, revision 23462

remove gdb debug related configuration option which causes problems with Apple D eveloper Tools assembler

2003-09-10 05:48 GD, revision 23461

remove gdb debug related configuration option which causes problems with Apple Developer Tools assembler

2003-09-09 22:22 RR, revision 23460

64-bit patch

2003-09-09 22:20 VZ, revision 23459

use GetTraits(), not m_traits, in OnAssert()

2003-09-09 22:17 VZ, revision 23458

copy milliseconds in Set() too

2003-09-09 22:15 VS, revision 23457

better way of dealing with EXTRALIBS_xxx

2003-09-09 22:09 VS, revision 23456

added contrib/utils

2003-09-09 20:39 MBN, revision 23455

Applied OpenWatcom fixes from ABX.

2003-09-09 20:24 MBN, revision 23454

Various warning and Unicode fixes from ABX.