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

2003-09-05 14:50 DE, revision 23403

Added ability to observe NSMenu notifications

2003-09-05 14:44 SC, revision 23402

selection for DeleteAllPages corrected, images scaleing in order to avoid crashes under OSX

2003-09-05 14:42 SC, revision 23401

commented section removed

2003-09-05 14:41 SC, revision 23400

todo added

2003-09-05 14:38 SC, revision 23399

removing scroll flags before instantiation the base class

2003-09-05 14:00 DE, revision 23398

* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar * Comment out wxPoserNSMenu (it's not needed for now, may never be)

2003-09-05 03:30 DE, revision 23397

Set the window's title

2003-09-05 03:01 DE, revision 23396

wxMenuBar: * Add the application (bold) menu to the NSMenu used for menubars * Rework Insert, Remove, and GetLabelTop to work with indices by retrieving the wxMenu then working from there to find the Cocoa index.

2003-09-05 02:53 DE, revision 23395

* Set the window's title * setHidesOnDeactivate: NO

2003-09-05 02:51 DE, revision 23394

CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

2003-09-05 02:48 DE, revision 23393

When a modal dialog is shown and the app isn't running, run the event loop manually until it is out of events. This will allow the application to let the Dock know it has completed startup.

2003-09-05 02:07 SC, revision 23392

added live resizing

2003-09-05 01:40 DE, revision 23391

Implement Cocoa_canBecomeMainWindow to say YES to Cocoa

2003-09-05 01:39 DE, revision 23390

* Added GetAppMenuBar * Removed Show * Labeled (Attach|Detach)MenuBar as virtual * Added SetMenuBar * Implement (Attach|Detach)MenuBar using the wxMenuBarManager

2003-09-05 01:34 DE, revision 23389

Add support for wxMenuBarManager

2003-09-04 22:21 MBN, revision 23388

Added a couple of wxPerl notes. (backport)

2003-09-04 22:20 MBN, revision 23387

Added a couple of wxPerl notes.

2003-09-04 21:59 MBN, revision 23386

Fix and testcase for wxString::rfind bug I introduced. Patch by Robert Vazan.

2003-09-04 21:16 DE, revision 23385

* Added virtual GetAppMenuBar() which returns the app-wide menubar which would be appropriate for this window, or NULL if the manager should decide * Added Become/Resign Main handlers * For all Become/Resign Main/Key handlers, notify the menubar manager

2003-09-04 20:59 DE, revision 23384

* Added delegate notifications for Become/Resign Main * Added canBecomeMainWindow

2003-09-04 19:22 DE, revision 23383

wxCocoa: Added mbarman.(mm|h)

2003-09-04 19:19 DE, revision 23382

Added wxMenuBarManager

2003-09-04 18:09 VS, revision 23381

added data files

2003-09-04 16:18 SC, revision 23380

log changes

2003-09-04 13:11 DE, revision 23379

#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)

2003-09-04 12:26 SC, revision 23378

macro naming changes

2003-09-04 01:28 SC, revision 23377

macro naming changes

2003-09-04 01:19 SC, revision 23376

macro naming changes

2003-09-04 01:12 SC, revision 23375

macro naming changes, delegate api calls getting property info, object info exposed for beforewriteobject

2003-09-04 01:08 SC, revision 23374

naming changes

2003-09-04 00:01 MBN, revision 23373

Regenerated makefiles.

2003-09-03 20:27 MBN, revision 23372

Regenerated makefiles in the correct place.

2003-09-03 20:16 VS, revision 23371

fixed win32res

2003-09-03 17:39 MBN, revision 23370

Compilation fixes.

2003-09-03 17:34 MBN, revision 23369

Added missing bakefiles in utils/* and regenerated (autoconf) Makefile.in.

2003-09-03 17:19 MBN, revision 23368

Oops. Check in the correct Makefile.in.

2003-09-03 14:35 CE, revision 23367

fix makefile for digitalmars to build taskbar sample

2003-09-03 14:25 CE, revision 23366

fix makefile for digitalmars to build joytest sample

2003-09-03 14:16 CE, revision 23365

fix makefile for digitalmars to build joytest sample

2003-09-03 13:59 CE, revision 23364

fix makefile for digitalmars

2003-09-03 10:02 SC, revision 23363

added GetBaseClassName1 and 2 for memory.cpp compiles

2003-09-02 19:15 DE, revision 23362

CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

2003-09-02 19:03 DE, revision 23361

Support precompiled headers

2003-09-02 13:00 DE, revision 23360

* Use wxTopLevelWindow::Show() for modeless dialogs * Maintain m_isShown for modal dialogs

2003-09-02 12:54 DE, revision 23359

Set the m_isShown flag appopriately

2003-09-01 20:59 VS, revision 23358

accept focus, keyboard can be used for navigation (patch 798098)

2003-09-01 20:20 MBN, revision 23357

Corrected statements about wxString correctly handling embedded '\0' characters. Fixed various wxString::*find* methods (patch by Robert Vazan), plus added missing overloaded variants of find_first/last_(not_)of. Added more tests in console sample.

2003-09-01 20:01 RD, revision 23356

reSWIGged

2003-09-01 20:01 RD, revision 23355

Changed #include order to correct a compilation error

2003-09-01 19:59 RD, revision 23354

Corrected a return type