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-02-13 08:03 vell, revision 37553

cleanup - reformatting

2006-02-13 03:31 KH, revision 37552

Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

2006-02-13 03:25 KH, revision 37551

Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

2006-02-13 03:04 VZ, revision 37550

fixed several crashes in XPM parsing code

2006-02-13 02:49 VZ, revision 37549

moved DoClientToScreen/DoScreenToClient() into protected part

2006-02-13 02:39 JG, revision 37548

Rearrange build order so it successfully builds dll versions.

2006-02-13 00:50 VZ, revision 37547

fix client to screen (and vice versa) conversion (backport from HEAD)

2006-02-13 00:49 VZ, revision 37546

fix client to screen (and vice versa) conversion

2006-02-13 00:26 VZ, revision 37545

blind compilation fix for 64 bit systems after last commit

2006-02-13 00:24 VZ, revision 37544

fixed wxFontMapper behaviour under wxGTK2: it now just maps all encodings to UTF-8 (backport from HEAD)

2006-02-13 00:19 KO, revision 37543

Easy fix for automated uploads (I thought I tried this and it failed, but fortunately I was wrong there) and leave a note about rebaking until it's implemented.

2006-02-12 23:39 VZ, revision 37542

fixed wxFontMapper behaviour under wxGTK2: it now just maps all encodings to UTF-8

2006-02-12 23:37 vell, revision 37541

cleanup - reformatting

2006-02-12 23:21 VZ, revision 37540

get (temporarily) rid of GTK+ debugging messages about negative width and size as this makes programs built with wxGTK2 unusable

2006-02-12 23:17 vell, revision 37539

clean - reformatting

2006-02-12 18:47 ABX, revision 37538

wxPalmOS build fix.

2006-02-12 17:51 ABX, revision 37537

!WX_PRECOMP (wxPalm) build fix.

2006-02-12 16:32 VZ, revision 37536

it is not possible to show/hide the window from the UpdateUI event handler; refactored the code by moving control-specific parts into the derived classes (patch 1338350)

2006-02-12 13:55 VZ, revision 37535

don't use #error as some compilers ignore it; provoke a real compile error instead

2006-02-12 13:48 VZ, revision 37534

trick the sizer code into thinking that the wizard pages are shown so that it takes them into account for the layout, even if they're not really shown

2006-02-12 13:37 VZ, revision 37533

no changes; just added some comments

2006-02-12 13:16 ABX, revision 37532

wxWinCE warning fix.

2006-02-12 13:08 VZ, revision 37531

compilation fix for VC8 (see patch 1429985)

2006-02-12 13:06 ABX, revision 37530

wxUSE_UXTHEME=0 (WinCE) build fix.

2006-02-12 13:01 VZ, revision 37529

removed extra semicolons added by previous patch (patch 1429906)