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

2003-05-08 13:44 PKO, revision 20548

The wx package requires wxPython 2.4.1.

2003-05-08 06:29 RD, revision 20547

Prevent scrolling back to the top when calling SetItemCount again

2003-05-08 02:17 RD, revision 20546

Fix GetItemRect to offset by the header window, if present.

2003-05-07 23:22 RD, revision 20545

moved comments to the right place

2003-05-07 22:07 RD, revision 20544

No need to import Image

2003-05-07 21:29 RD, revision 20543

Added #if TARGET_CARBON around shaped window stuff

2003-05-07 20:31 RD, revision 20542

Added #if TARGET_CARBON around shaped window stuff

2003-05-07 20:16 JS, revision 20541

Ensure grid components don't have borders

2003-05-07 19:29 JS, revision 20540

Make sure grid elements have no borders

2003-05-07 19:25 RD, revision 20539

SWIGged updates for wxMSW

2003-05-07 19:03 VS, revision 20538

fix for multiple initialization

2003-05-07 18:08 RD, revision 20537

fixed compile errors

2003-05-07 17:50 RD, revision 20536

Also merge the m_overflow attribute

2003-05-07 17:47 RD, revision 20535

Binary compatible almost correct workaround for failure to merge the m_overflow flag

2003-05-07 17:24 MBN, revision 20534

Implemented wxBitmapDataObject. Implemented generic wxDataObject support in wxClipboard.

2003-05-07 16:07 JS, revision 20533

More style issues

2003-05-07 15:03 JS, revision 20532

Fixed style glitches

2003-05-07 15:00 JS, revision 20531

Fix some style glitches

2003-05-07 14:02 JS, revision 20530

Added WS_VISIBLE style

2003-05-07 13:58 JS, revision 20529

Add WS_VISIBLE style so controls actually show up

2003-05-07 13:18 CE, revision 20528

update for digital mars - resolve externals in shell and winsock libs

2003-05-07 13:09 CE, revision 20527

missing externals for digital mars

2003-05-07 11:41 CE, revision 20526

update makefile.sc for digital mars to use relative paths

2003-05-07 11:20 CE, revision 20525

update makefile.sc for digital mars

2003-05-07 09:48 JS, revision 20524

Use native tree control by default

2003-05-07 09:36 RR, revision 20523

Second attempt to use bitmap menus under GTK2. This creates a memory leak since GTK2 expects a static bitmap and we have to create it on the fly.

2003-05-07 09:14 CE, revision 20522

remove if defs for DigitalMars as suggested by Vadim

2003-05-07 08:36 JS, revision 20521

Backported the window border improvements to 2.4.

2003-05-07 08:32 JS, revision 20520

Removed some commented-out code Added border improvements to changes.txt

2003-05-07 00:59 RD, revision 20519

SWIGged updates for wxGTK

2003-05-07 00:57 RD, revision 20518

Added wxFutureCall, a subclass of wxTimer that makes it easy to delay a call to any Python callable object.

2003-05-07 00:56 RD, revision 20517

Added wrappers for wxTreeListCtrl, only to wxPython so far but it could probably go into contrib/gizmos with some more work.

2003-05-07 00:55 RD, revision 20516

Typos fixed and other tweaks

2003-05-07 00:44 RD, revision 20515

Added wrappers for wxTreeListCtrl, only to wxPython so far but it could probably go into contrib/gizmos with some more work.

2003-05-07 00:37 RD, revision 20514

Fixed a comment

2003-05-07 00:30 RD, revision 20513

Added inline setters for wxTreeEvent so we don't need to add new friends anytime someone wants to generate wxTreeEvents

2003-05-06 23:43 RD, revision 20512

allow the base class to participate in the CanPaste decision

2003-05-06 21:57 JS, revision 20511

Revamped border handling.

2003-05-06 21:34 PKO, revision 20510

Changed path to epydoc files.

2003-05-06 21:32 PKO, revision 20509

Absolute paths to the epydoc files.

2003-05-06 21:25 PKO, revision 20508

Updated to include new wx epydoc reference.

2003-05-06 19:42 PKO, revision 20507

Added DirFilterListCtrl class.

2003-05-06 19:20 PKO, revision 20506

Add more stuff to the output file.

2003-05-06 19:17 PKO, revision 20505

Better module docstring.

2003-05-06 19:14 JS, revision 20504

Compilo fix

2003-05-06 18:23 PKO, revision 20503

Added two functions.

2003-05-06 15:08 CE, revision 20502

possible fix for templates with digitalmars

2003-05-06 14:28 RR, revision 20501

Added menu bitmaps to GTK2.

2003-05-06 09:44 JS, revision 20500
  • D /wxWidgets/branches/WX_2_4_BRANCH/lib/bcc16
  • D /wxWidgets/branches/WX_2_4_BRANCH/lib/msvc15
  • D /wxWidgets/trunk/lib/bcc16
  • D /wxWidgets/trunk/lib/msvc15

Removed obsolete 16-bit import libs

2003-05-06 08:52 RR, revision 20499

Compilo.