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-09-08 15:42 DE, revision 23428

Implement (sort-of) non-client wxWindowDC

2003-09-08 15:37 DE, revision 23427

Added virtual GetNonClientNSView()

2003-09-08 14:51 DE, revision 23426

* Added NSWindowStyleForWxStyle static method * Create(): Handle window styles and initial frame size

2003-09-08 14:21 SC, revision 23425

setter fix

2003-09-08 10:42 MBN, revision 23424

Added src/motif/xmcombo/xmcombo.c.

2003-09-07 20:29 MBN, revision 23423
  • D /wxWidgets/trunk/utils/makegen
  • D /wxWidgets/trunk/utils/projgen

Removing makegen an projgen files.

2003-09-07 20:23 MBN, revision 23422

Removing makegen and projgen, part #1: removing references in other parts of wxWindows.

2003-09-07 17:50 SN, revision 23421

Insure that messages are posted to the main threads event loop, instead of sending them to the thread-local event loop (which typically does not exist under wxWindows).

2003-09-07 12:49 SN, revision 23420

Initialize PM subsystem in every thread, to enable sending messages to the GUI.

2003-09-06 22:25 SN, revision 23419

Unified with Unix version.

2003-09-06 21:47 SN, revision 23418

wxOS2: Added mdig.{cpp, h}.

2003-09-06 19:12 DE, revision 23417

Use an NSImageView instead of an NSView (nothing works yet)

2003-09-06 19:11 DE, revision 23416

Use an NSSlider instead of an NSView (nothing works yet)

2003-09-06 19:10 DE, revision 23415

Override CocoaSetEnabled because it's not an NSControl

2003-09-06 17:36 DE, revision 23414

wxCocoa: CodeWarrior (like GCC) mangles struct X and @class X identically.

2003-09-06 17:32 DE, revision 23413

wxCocoa: Added NSNotification

2003-09-06 16:37 SN, revision 23412

Use function table instead of direct references to GSocket functions.

2003-09-06 00:33 DE, revision 23411

Implement wxChoice including sorting and client data

2003-09-05 20:26 MBN, revision 23410

Updated Italian translation.

2003-09-05 18:40 DE, revision 23409

Implement wxGauge

2003-09-05 18:29 DE, revision 23408

Implement wxApp::Yield

2003-09-05 18:19 DE, revision 23407

Override CocoaSetEnabled. NSProgressIndicator is not an NSControl.

2003-09-05 15:29 DE, revision 23406

Works a little better when you remember to say "virtual"

2003-09-05 15:09 DE, revision 23405

Implement the hashmap for NSMenu

2003-09-05 14:59 DE, revision 23404

Changed CocoaNotification parameter names to notification from userInfo