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

2006-08-04 17:30 RD, revision 40453

Let the text ctrl do the word wrapping, not the source code...

2006-08-04 17:22 RD, revision 40452

add menu options for the blinds effects

2006-08-04 16:07 VZ, revision 40451

added compatible_release variable which is just major.minor for stable releases and major.minor.micro for the development ones; use it for wxpydir

2006-08-04 15:43 VZ, revision 40450

(manually) removed more mentions of CB_FILENAME to fix the build

2006-08-04 14:39 VZ, revision 40449

removed wxCB_FILENAME (manually, just to fix the build)

2006-08-04 14:14 VZ, revision 40448

corrected bug in recent commit which overwrote some samples makefiles in the distribution

2006-08-04 14:03 VZ, revision 40447

binary-gtk targets now also make base packages they depend on

2006-08-04 11:35 VZ, revision 40446

only multiline text controls need Enter key for themselves

2006-08-04 11:33 VZ, revision 40445

menu items for Centre() tests shouldn't be checkable

2006-08-04 11:25 VZ, revision 40444

undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

2006-08-04 11:10 VZ, revision 40443

undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

2006-08-04 04:15 RD, revision 40442

Replace the yields with updating the dirty portions of the window in idle time. Also remove the double buffering of the header window so the DrawHeaderButton will work on wxGTK.

2006-08-03 23:43 VZ, revision 40441

make control children of a panel and not directly the frame

2006-08-03 18:30 RD, revision 40440

remove any previously existing targets before installing them. This fixes an error (and a failed install) on my Mac.

2006-08-03 16:54 VS, revision 40439

wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM

2006-08-03 16:24 AVV, revision 40438

Double-disabling/enabling is not critical. Might need to be investigated later, tho

2006-08-03 15:52 AVV, revision 40437

Fixed Mac compilation

2006-08-03 15:30 AVV, revision 40436

Gotta love using before defined

2006-08-03 15:11 AVV, revision 40435

Fixed GTK to use gint again, mirrored changes in msw, hopefully fixed Mac including the mirroring of the event-specific callbacks changes on gtk and msw. Less and less code in the platform-specific files. WinCE still (probably) broken. Mac untested (yet)

2006-08-03 03:47 AVV, revision 40434

When porting the single-event based implementation to GTK, I found out I kinnda screwed with the windows version, so here's the fix for both. Actualyl fixed some bugs on the prevous GTK implementation, too

2006-08-02 23:05 AVV, revision 40433

The new code works in windows now, save multiple connection events that must be investigated

2006-08-02 22:37 AVV, revision 40432

Windows compilation fixed

2006-08-02 20:35 AVV, revision 40431

Windows-specific single-event disabling stuff. WinCE not available yet. To be implemented on GTK later

2006-08-02 19:04 MR, revision 40430

Rebake after removing wxHtml and wxXml dependency from wxAdv (as wxRichTextCtrl is a separate library now)

2006-08-02 18:28 MR, revision 40429

Remove wxHtml and wxXml dependency from wxAdv