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-01-15 00:55 VZ, revision 18740

update wxStaticText check in revisions

2003-01-15 00:54 VZ, revision 18739

fix for the previous commit

2003-01-15 00:26 RD, revision 18738

SWIGged updates for wxGTK

2003-01-15 00:23 RD, revision 18737

More string module migrations

2003-01-14 23:48 VZ, revision 18736

some mor minor bug fixes which can be backported

2003-01-14 23:47 VZ, revision 18735

fixed wxStaticText best size calculation (closes bug 667324)

2003-01-14 22:22 VZ, revision 18734

Start() should resume the stopwatch if it is suspended

2003-01-14 21:27 RD, revision 18733

Fixed typemaps for wxArrayInt

2003-01-14 21:27 RD, revision 18732

Added missing IsChecked method

2003-01-14 21:23 RD, revision 18731

Removed the stxview sample. The StructuredText package it depends on is not compatible with current Pythons, and the development of it has fragmented into various implementations...

2003-01-14 21:12 JS, revision 18730

Fixed refresh bug by refreshing whole window on (de)activation

2003-01-14 21:10 JS, revision 18729

Fixed refresh bug on early versions of MacOS X by refreshing whole window on (de)activation

2003-01-14 20:34 SC, revision 18728

added TARGET_CARBON and __MACH__ info

2003-01-14 20:15 GD, revision 18727

clarified some Mac OS related preprocessor defines

2003-01-14 19:40 VZ, revision 18726

compilation fix for wxUSE_CONSTRAINTS==0

2003-01-14 18:30 MBN, revision 18725

#define HAVE_W32API_H for Cygwin/GCC 3.x, too. (backport)

2003-01-14 18:29 MBN, revision 18724

#define HAVE_W32API_H for Cygwin/GCC 3.x, too.

2003-01-14 09:59 JS, revision 18723

Applied patch [ 667563 ] Wine: compile fix for using glibc/msvcrt

2003-01-14 09:02 VZ, revision 18722

fixed incorrect cast in wxRegKey:GetName()

2003-01-14 07:22 JJ, revision 18721

Committing in . Updates for OpenVMS support Modified Files: wxWindows/src/motif/descrip.mms wxWindows/src/unix/utilsx11.cpp ----------------------------------------------------------------------

2003-01-14 07:01 GD, revision 18720

updated source to not use deprecated wxList methods

2003-01-14 06:55 RD, revision 18719

String methods migration for build scripts. (Patch from KA)

2003-01-14 06:43 RD, revision 18718

Migrated demo code to not import string module. (Patch from Kevin Altis)

2003-01-13 23:16 VZ, revision 18717

mention Solaris 7 compilation fix

2003-01-13 21:55 VZ, revision 18716

use WX_STATVFS_T instead of trying to guess statvfs() argument

2003-01-13 21:54 VZ, revision 18715

added configure test for WX_STATVFS_T

2003-01-13 19:31 RL, revision 18714

Improved const correctness. Clear wxWindow containing sizer on Remove( index ).

2003-01-13 19:19 SC, revision 18713

cursor cleanup

2003-01-13 19:17 SC, revision 18712

cursor functionality expanded

2003-01-13 19:07 SC, revision 18711

additional infos for wxMac

2003-01-13 18:25 MBN, revision 18710

Fix Cygwin/makefiles compilation (backport from trunk).

2003-01-13 12:30 ROL, revision 18709

Added short doc-string

2003-01-13 12:11 ROL, revision 18708

using global variable to pass htmlText

2003-01-13 05:17 RL, revision 18707

Split this out from other changes to keep things sane.. wxDeprecated KeyCode. wxDeprecated old wxList compat methods. Replaced a large number of them in the gtk build already, but there are still plenty more so feel free to help nuke them as you find them. s/^I/ / and s/TRUE/true/ etc. a couple of these too.

2003-01-12 23:51 VS, revision 18706

added info about ShowFullScreen changes

2003-01-12 23:34 VZ, revision 18705

DeleteAllItems() does send DELETE_ITEM events (closes bug 664281)

2003-01-12 23:24 VZ, revision 18704

compilation fix for wxUSE_RICHEDIT == 0 (closes bug 662252)

2003-01-12 22:56 VZ, revision 18703

more docs about compiler constants

2003-01-12 22:55 VZ, revision 18702

added wxCHECK_GCC/W32API_VERSION

2003-01-12 22:45 VZ, revision 18701

OpenWatcom fixes may be backported

2003-01-12 22:40 VZ, revision 18700

OpenWatcom compilation fixes (patch 665959)

2003-01-12 22:31 VZ, revision 18699

compilation fix for wxUniv (patch 664699)

2003-01-12 22:30 VZ, revision 18698

unTABbed

2003-01-12 22:28 VZ, revision 18697

set wxUSE_WIZARD to 1 by default now that it works (patch 663321)

2003-01-12 22:26 VZ, revision 18696

removed unneeded (and causing link errors) wxArrayPages from wizard code (patch 663321)

2003-01-12 22:20 VZ, revision 18695

compilation fixes for non default wxUSE_XXX values (patch 662781)

2003-01-12 22:06 VZ, revision 18694

corrected m_commandString type to wxString (patch 661648)

2003-01-12 20:48 MBN, revision 18693

Backported Unicode compilation fixes for demos and exec sample.

2003-01-12 14:24 VZ, revision 18692

don't call stat() *and* lstat() (as if the file dialog wasn't already slow enough...); minor code cleanup (removed a few #ifdef's, TABs and other crap)

2003-01-12 14:09 MBN, revision 18691

Remove unneeded dependencies.