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-17 13:07 SN, revision 33703

Fixed problem with changing size of board (at least on GTK1).

2005-04-17 12:58 JS, revision 33702

Regenerated makefiles for runtime lib change

2005-04-17 12:55 JS, revision 33701

Fix for MGL link error

2005-04-17 12:33 RR, revision 33700

Copied wxGTK_RR.spec to wxGTK.spec.

2005-04-17 11:53 RR, revision 33699

Only delete wx-config if it exists.

2005-04-17 11:50 RR, revision 33698

Added wx-i28n package.

2005-04-17 10:54 JS, revision 33697

wxHelpController now wxCHMHelpController on Windows

2005-04-17 10:37 JS, revision 33696

Script updates

2005-04-17 10:34 JS, revision 33695

Doc updates

2005-04-17 10:24 VZ, revision 33694

update for 2.6.0 from Martin Srebotnjak

2005-04-17 10:06 JS, revision 33693

Temporary wxUniv menu fix from Michael Wetherell

2005-04-17 09:38 JS, revision 33692

Removed ctl3d and erroneous makefiles from scripts

2005-04-17 09:34 RN, revision 33691

do wxLogDebug instead of wxLogSysError so that production users arn't bugged - put in implementation for (dis)associate, complete open command for carbon pre-osx builds, and do a better implementation for osx

2005-04-17 07:50 JS, revision 33690

Improved prop sheet dialog layout

2005-04-17 05:19 RN, revision 33689

fix 10.2 shared unicode builds for mbstowcs and vice versa

2005-04-17 00:07 MW, revision 33688

Use 'test -f' since Sun's shell doesn't have 'test -e'

2005-04-16 22:11 RD, revision 33687

reSWIGged

2005-04-16 22:10 MW, revision 33686

Plan B - use a #error when !wxUSE_ON_FATAL_EXCEPTION

2005-04-16 22:08 MW, revision 33685

Only generate a makefile for the debugrpt sample when wxUSE_ON_FATAL_EXCEPTION=1

2005-04-16 21:42 RN, revision 33684

fixed for w/o expat

2005-04-16 21:41 RD, revision 33683

Add docstrings for wxSTC methods

2005-04-16 21:22 MW, revision 33682

Compilation fix. I didn't add a #error since I figured this sample will be demonstrating more things than just OnFatalException() in the future?

2005-04-16 20:47 MW, revision 33681

Compilation fix

2005-04-16 20:40 MW, revision 33680

Compile fix

2005-04-16 19:42 RD, revision 33679

New --with-gtk=VALUE syntax

2005-04-16 19:41 RD, revision 33678

Added Python methods to wxStyledTextCtrl that allow to get/set text in UTF8 in either unicode or ansi builds

2005-04-16 19:19 JS, revision 33677

Compile fixes for Linux

2005-04-16 18:57 JS, revision 33676

Improved spacing

2005-04-16 17:26 RR, revision 33675

Mention GTK+ fixes.

2005-04-16 17:22 RR, revision 33674

Reflect new --with-gtk=VERSION syntax.

2005-04-16 17:13 MW, revision 33673

No EOVERFLOW on openbsd

2005-04-16 17:00 SN, revision 33672

Fixed child positioning on window resizing.

2005-04-16 16:53 RR, revision 33671

Readded test for wxMenuItem::SetLabel() to sample. Support for hotkeys in names functions for GTK+2.

2005-04-16 16:24 KO, revision 33670

Before I forget yet again, here is the Bakefile quickstart for wx projects.

2005-04-16 16:03 SN, revision 33669

Moved enum definition out of function body to work around compiler bug.

2005-04-16 15:18 VZ, revision 33668

update for 2.6.0 from Jonas Rydberg

2005-04-16 14:49 SN, revision 33667

Fixed wxSTD for old gcc versions.

2005-04-16 14:31 VZ, revision 33666

regenerated after adding wx/unix/apptbase.h and wx/unix/apptrait.h to wxMac headers

2005-04-16 14:28 VZ, revision 33665

added wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR

2005-04-16 14:10 VZ, revision 33664

compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX

2005-04-16 13:34 RR, revision 33663

This should make the GTK statictext control wrap and behave like the MSW. I'm still doing further tests.

2005-04-16 13:24 SN, revision 33662

Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely breaks on platforms without OpenGL support.

2005-04-16 13:16 VS, revision 33661

make DEBUG_INFO=1 the default for VC++

2005-04-16 13:14 VS, revision 33660

DEBUG_RUNTIME_LIBS depends on BUILD now, not DEBUG_INFO

2005-04-16 12:33 JS, revision 33659

More comments to help people build the MFC sample

2005-04-16 12:20 RN, revision 33658

clean up release unused variable warnings

2005-04-16 12:12 VZ, revision 33657

replaced C++ comments with C ones

2005-04-16 11:40 RN, revision 33656

Implement wxMimeTypesManager on mac

2005-04-16 11:28 VZ, revision 33655

updated from libs.dia

2005-04-16 11:07 JS, revision 33654

Added destructor to fix crash on Mac due to focus event causing text control to be accessed while being deleted