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-15 15:47 JS, revision 37603

Updated release number (oops)

2006-02-15 15:04 VZ, revision 37602

return non-numpad key codes from wxCharCodeMSWToWX() if it is called with lParam==0 (this happens only when it's not called from WM_KEYDOWN/UP/CHAR handler and so we don't have information about which key was really pressed)

2006-02-15 14:57 VZ, revision 37601

fixed USE_QA_DEFAULT usage (bug 1431952)

2006-02-15 14:26 MR, revision 37600

Wrap the warning suppress of SetSize around #ifndef WX_WARN_ILLEGAL_SETSIZE. configure with CFLAGS="-DWX_WARN_ILLEGAL_SETSIZE" when wanting to deal with the problem and therefore see the warnings.

2006-02-15 14:01 MR, revision 37599

The return types for enter/leave-notify-event and focus-in/out-event handlers are gboolean, not gint

2006-02-15 13:43 RR, revision 37598

Backport focus handling change to 2.6 as it actually interferes less with GTK+ than the previous code, namely only of custom windows, not for native controls.

2006-02-15 13:26 RR, revision 37597

The focus handling change in wxTopLevelWindows broke a few things.

2006-02-15 12:59 MW, revision 37596

Fix for 64-bit systems

2006-02-15 12:58 MW, revision 37595

Check encoding names case insensitively

2006-02-15 12:53 MW, revision 37594

Fix for 64-bit systems

2006-02-15 12:52 MW, revision 37593

Check encoding names case insensitively

2006-02-15 12:10 RR, revision 37592

Alter focus handling to disable GTK+ standard behaviour for custom controls (non native controls) so that window is not invalidated after focus in and out. Leave native control alone.

2006-02-15 09:59 RR, revision 37591

Applied wxVScrolledWindow patch

2006-02-15 09:33 JJ, revision 37590

Committing in . first version of wxGTK2 for OpenVMS. At present for debugging only. Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/contrib/src/deprecated/descrip.mms wxWidgets/samples/minimal/descrip.mms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/html/descrip.mms wxWidgets/src/unix/descrip.mms wxWidgets/src/xml/descrip.mms wxWidgets/src/xrc/descrip.mms Added Files: wxWidgets/lib/VMS_GTK2.OPT ----------------------------------------------------------------------

2006-02-15 09:21 RR, revision 37589

Reenable wxFULL_REPAINT_ON_RESIZE flag and correct its flag test.

2006-02-15 09:02 RR, revision 37588

Reenable wxFULL_REPAINT_ON_RESIZE line.

2006-02-15 05:32 KH, revision 37587

Fixed SetAddress() for self-assignment (patch 1430703), backport from HEAD

2006-02-14 23:06 ROL, revision 37586

OnReplace not yet undoable

2006-02-14 22:15 RD, revision 37585

make the stay-on-top mode controlled by a command-line parameter

2006-02-14 22:13 RD, revision 37584

reSWIGged

2006-02-14 22:04 RD, revision 37583

Applied patch #1431193: work around for recent fileuri change in mediactrl + fix

2006-02-14 21:12 RD, revision 37582

fix for memory leak in paste (backport from HEAD)

2006-02-14 21:08 ROL, revision 37581

update of Paste command, new revision

2006-02-14 21:05 RD, revision 37580

fix for memory leak in paste (backport from HEAD)

2006-02-14 20:58 ROL, revision 37579

fix for memory leak in paste