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

2002-03-15 22:52 RD, revision 14615

Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR, but points to the right, (duh...) This cursor is now used in wxSTC in the margin area.

2002-03-15 20:50 RD, revision 14614

Changes needed for wxUSE_UNICODE for wxOGL to compile. I'm not completely sure everything was converted right, but it at least compiles now (and appears to work in wxPython.)

2002-03-15 20:42 RD, revision 14613

Changes needed for wxUSE_UNICODE

2002-03-15 19:46 VZ, revision 14612

fixed scrollbar shaft colour

2002-03-15 18:30 RD, revision 14611

Some little tweaks and cleanups.

2002-03-15 18:29 RD, revision 14610

Updated unicode sample again. Added two more languages.

2002-03-15 18:08 VZ, revision 14609

fixed selecting the items in the combobox with a simple (not double) click

2002-03-15 15:25 VZ, revision 14608

removed duplicate #include

2002-03-15 15:18 VZ, revision 14607

compilation warning fix

2002-03-15 15:10 VZ, revision 14606

header I forgot to commit yesterday (sorry) as part of statusbar flicker reduction change

2002-03-15 12:44 JS, revision 14605

Use override_direct to remove decorations if wxNO_BORDER specified, because some WMs don't respect the hints sufficiently.

2002-03-15 12:42 JS, revision 14604

Added sizer.h

2002-03-15 12:41 JS, revision 14603

Added DoGetFieldRect

2002-03-15 09:02 JJ, revision 14602

Committing in . First try to compile wxUNIV (gtk-themes) on OpenVMS. Modified Files: wxWindows/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms wxWindows/src/html/descrip.mms wxWindows/src/unix/descrip.mms Added Files: wxWindows/lib/vms_gtk_univ.opt wxWindows/src/univ/descrip.mms ----------------------------------------------------------------------

2002-03-15 01:42 RD, revision 14601

updated unicode sample

2002-03-15 00:33 VZ, revision 14600

draw toolbar separators in Win32 theme

2002-03-15 00:33 VZ, revision 14599

compilation fixes for wxUSE_TOOLBAR under MSW

2002-03-15 00:27 RD, revision 14598

A Unicode sample for wxPython

2002-03-15 00:21 RD, revision 14597

Give wxScrolledWindow its own Layout method that takes into account the virtual size and scrolled offset of the window.

2002-03-15 00:12 VZ, revision 14596

reduced flicker in the statusbar when resizing the window

2002-03-14 23:55 VZ, revision 14595

compilation fixes for !wxUSE_TOOLBAR

2002-03-14 22:03 JS, revision 14594

Added Layout() call to top level window Show() to prevent double-sizing

2002-03-14 21:38 VZ, revision 14593

fix for what the patch 529900 was trying to fix (loading fonts with size -1)

2002-03-14 19:10 RR, revision 14592

Forgot to reset a flag.

2002-03-14 15:36 JS, revision 14591

Removed constraints check for wxDirDialog from configure (not needed). Implemented solid drawing for DoDrawText, so text selection works