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

2007-11-30 10:20 SC, revision 50342

fixing 10.5 only compiles

2007-11-30 10:19 SC, revision 50341

moving code, fixing 10.5 only compiles

2007-11-30 09:17 SC, revision 50339

fixing bug 1841377

2007-11-30 09:14 SC, revision 50338

fixing bug 1841377

2007-11-30 08:19 SC, revision 50337

weak link test is not optimal, as CoreText is already having some symbols defined under 10.4, replace with fixed system number test

2007-11-30 07:37 SC, revision 50336

using the cf string conversions exclusively

2007-11-30 05:52 DE, revision 50335

wxCocoa only: Give the buddy text control focus if the user changes the spinner. Copyright 2007 Software 2000 Ltd.

2007-11-30 05:08 DE, revision 50334

Implement text update events so the spin control works better. Copyright 2007 Software 2000 Ltd.

2007-11-29 21:52 SC, revision 50331

adding CoreText implementation

2007-11-29 21:36 SC, revision 50330

adding CoreText implementation

2007-11-29 17:00 VS, revision 50329

1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required

2007-11-29 14:12 SC, revision 50328

cleanup

2007-11-29 14:10 SC, revision 50327

cleanup

2007-11-29 12:37 SC, revision 50326

cleanup

2007-11-29 12:34 SC, revision 50325

cleanup

2007-11-29 12:34 VZ, revision 50324

translate the descriptions in SetDesc(wxCmdLineEntryDesc)

2007-11-29 10:02 SC, revision 50323

that part would have to be removed before, as its condition became always false under 10.4

2007-11-29 08:29 SC, revision 50322

porting forward 10.5 focus fix

2007-11-29 08:28 SC, revision 50321

porting forward scrolling fix

2007-11-29 07:35 DE, revision 50320

Fix for wxCocoaMessageDialog construction accidently using the totally wrong wxDialog constructor.

2007-11-29 07:28 DE, revision 50319

Implement wxBitmap::GetSubBitmap. Patch authored by Software 2000 Ltd.

2007-11-29 07:24 DE, revision 50318

Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating a dummy 5x5 image. Patch authored by Software 2000 Ltd.

2007-11-28 19:03 VZ, revision 50315

define AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)

2007-11-28 18:56 JS, revision 50314

Fixed bug in border style translation

2007-11-28 14:13 SC, revision 50313

fixing region and using default background colour