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

2005-04-19 12:36 SC, revision 33753

CW fix, added tif_color

2005-04-19 12:26 SC, revision 33752

CW fix

2005-04-19 12:22 SC, revision 33751

removing OmnisRC flags

2005-04-19 12:10 SC, revision 33750

using .pch instead of .h resolves the circular dependancy

2005-04-19 11:45 SC, revision 33749
  • D /wxWidgets/trunk/src/png/makemac6.mcp
  • D /wxWidgets/trunk/src/png/pngM5.xml
  • D /wxWidgets/trunk/src/png/pngM7.mcp

old CW files

2005-04-19 11:44 SC, revision 33748

prefix files not necessary anymore

2005-04-19 10:34 SC, revision 33747
  • D /wxWidgets/trunk/src/jpeg/jpegM5.xml
  • D /wxWidgets/trunk/src/jpeg/jpegM7.mcp
  • D /wxWidgets/trunk/src/jpeg/makemac6.mcp

remove outdated versions

2005-04-19 10:16 SC, revision 33746

printing to CW console only for debug builds

2005-04-19 10:14 SC, revision 33745

in synch with others

2005-04-19 10:06 SC, revision 33744

fixing CW 8 builds for all targets

2005-04-19 08:47 JS, revision 33743

Applied patch [ 1181975 ] [wxMSW] Removes all flicker from wxNotebook with modifications. Disabled until you set USE_NOTEBOOK_ANTIFLICKER to 1. Also added code to refresh edges of the notebook to eliminate droppings.

2005-04-19 03:41 RN, revision 33742

compilo

2005-04-19 03:19 RD, revision 33741

Change the access of the event handler functions for Patch #1185584

2005-04-19 01:10 RD, revision 33740

corrected version number extraction

2005-04-18 23:01 VZ, revision 33739

fixed compilation for USE_PCH == 0

2005-04-18 22:51 RN, revision 33738

revert some stuff for 1.6

2005-04-18 22:51 RD, revision 33737

Make std_string and std_iostreams default to disabled for MSW, Mac and OS2

2005-04-18 22:23 RD, revision 33736

no need to call SetAutoLayout

2005-04-18 21:37 JS, revision 33735

Reset defaults: DEFAULT_wxUSE_LIBGNOMEPRINT=no DEFAULT_wxUSE_STD_IOSTREAM=no DEFAULT_wxUSE_STD_STRING=no to fix mass breakages

2005-04-18 21:25 RN, revision 33734

wxExecute log message cleanup

2005-04-18 21:24 RN, revision 33733

use atoi instead of sscanf

2005-04-18 21:23 RN, revision 33732

Some corefoundation wrappers, Implement Associate and Unassociate for mac mime types

2005-04-18 18:50 JS, revision 33731

Script fixes

2005-04-18 18:26 RR, revision 33730

Keep wxGTK_RR.spec in sync for a while until wxGTK.spec is generated correctly from bakefile.

2005-04-18 18:23 RR, revision 33729

Replace one more ocurrence of --with-gtk1

2005-04-18 18:21 RR, revision 33728

Minor correction to the wxMenuItem::SetText() patch. It also works under GTK 1.2.

2005-04-18 17:47 RR, revision 33727

Renamed translation package i18n. Corrected list of wxBase files again.

2005-04-18 17:09 RN, revision 33726

cleanup for wxUSE_THREADS

2005-04-18 16:32 JS, revision 33725

Added wxUSE_THREADS guards

2005-04-18 16:28 JS, revision 33724

OS/2 fix

2005-04-18 07:24 VZ, revision 33723

updated libraries names to 2.6

2005-04-17 20:08 JS, revision 33722

Renewed makefiles after reverting run-time lib change

2005-04-17 19:08 VS, revision 33721

reverted DEBUG_INFO change

2005-04-17 18:57 RN, revision 33720

fix those line endings in shared unicode builds

2005-04-17 18:39 RN, revision 33719

fix 10.2 shared builds from crashing

2005-04-17 16:50 VZ, revision 33718

added more reserved functions

2005-04-17 16:42 JS, revision 33717

Removed border style

2005-04-17 16:42 RN, revision 33716

put in some reserved funcs

2005-04-17 16:41 JS, revision 33715

Tweaked text

2005-04-17 16:38 RN, revision 33714

entryName is a pascal string - need to convert

2005-04-17 16:36 VZ, revision 33713

corrected wxMMedia description (forgot to commit before)

2005-04-17 16:35 VZ, revision 33712

documented new AddFile() behaviour with abs paths

2005-04-17 15:49 JS, revision 33711

Added some reserved functions

2005-04-17 15:34 JS, revision 33710

wxStaticBitmap should have transparent background (fixes grey backgrounds on WinCE)

2005-04-17 15:30 JS, revision 33709

Workaround for wxUSE_STL

2005-04-17 14:49 JS, revision 33708

Use GetCursorPos on WinCE wherever possible (otherwise the wrong cursor is shown)

2005-04-17 14:31 VZ, revision 33707

added missing ANSI DLL configurations (fixes VC6 crash)

2005-04-17 14:13 VZ, revision 33706

changed to DOS format; added tif_extension.c

2005-04-17 14:08 RN, revision 33705

fix some possible crashes due to uninitialized variables - thanks to Steve Hartwell for pointing me in the right direction :). Also implement wxFileTypeImpl::GetCommands.

2005-04-17 13:17 JS, revision 33704

Applied patch [ 1184295 ] wxDateTimePickerCtrl Create() fix for wxDP_ALLOWNONE