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-09 20:12 VS, revision 23453

max warnings for wxWindows code, default for 3rd party

2003-09-09 18:04 RR, revision 23452

Upported a number of patches to HEAD.

2003-09-09 18:02 RR, revision 23451

Applied fixes for memory leaks in file dialog and font dialog miniframe drawing prob file object for dragging

2003-09-09 17:29 VS, revision 23450

applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation)

2003-09-09 16:46 SC, revision 23449

const ptr fix

2003-09-09 15:48 SC, revision 23448

crashes fixed, trying to remove erradic redraws when layouting windows

2003-09-09 15:45 SC, revision 23447

wxID_PREFERENCES added

2003-09-09 15:44 SC, revision 23446

implementation changes to closer follow MSW, crashes fixed

2003-09-09 15:43 VS, revision 23445

added <warnings>

2003-09-09 15:42 SC, revision 23444

initial creation invisible

2003-09-09 15:38 SC, revision 23443

trying to avoid redraw problems at wrong places

2003-09-09 15:37 SC, revision 23442

fixing Update, attempt to speed redrawing by making embedded controls invisible (leading to lesser nested redraws)

2003-09-09 15:36 SC, revision 23441

when memory dumps out debug info, lookups can go wrong, since the list is not there anymore

2003-09-09 15:34 SC, revision 23440

fix for CW non unicode builds

2003-09-09 15:32 SC, revision 23439

wxID_PREFERENCES added for the preferences menu item

2003-09-09 14:30 MBN, revision 23438

Updated Italian translation.

2003-09-09 13:05 RR, revision 23437

Applied patch for better sizing of bitmap buttons. Applied patch for correct order of activate and mouse down events.

2003-09-09 11:59 RR, revision 23436

Applied patch for better pattern support.

2003-09-08 20:03 DE, revision 23435

Implement NSMenuValidation protocol for the wxNSMenuItemTarget

2003-09-08 19:44 DE, revision 23434

Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMain). When a window is destroyed it doesn't resign key or main status.

2003-09-08 19:42 DE, revision 23433

Use wxStripMenuCodes

2003-09-08 19:03 DE, revision 23432

Implement wxSpinButton (except up/down events)

2003-09-08 19:00 DE, revision 23431

Provide target/action mechanism for subclasses to use

2003-09-08 18:14 DE, revision 23430

When using a non-subclassed NSControl, use a new wxNonControlNSControl subclass which implements drawRect: like wxPoserNSView does. If this is not done, NSControl simply eats the drawRect: message.

2003-09-08 17:11 VS, revision 23429

forgot to commit regenerated makefiles

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