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

2005-02-04 17:56 RN, revision 31753

fix cocoa wxTimer Stop crash, proper autorelease stuff in cocoa wxtimer, use our own custom c implementation for cocoa wxMediaCtrl because NSMovieView implementation isnt very good

2005-02-04 17:21 RN, revision 31752

cocoa wxTimer

2005-02-04 15:15 RN, revision 31751

update to patch [ 1077074 ] Unit test for large file support from Mike

2005-02-04 11:04 VZ, revision 31750

fixed Inflate() to not move the rectangle (patch 1114622)

2005-02-04 09:43 RN, revision 31749

patch [ 1077074 ] Unit test for large file support

2005-02-04 09:41 CE, revision 31748

fix path for pdf

2005-02-04 09:37 VZ, revision 31747

a better fix for using builtin regex under BSD (also fixes compilation for Mac OS X) (patch 1089445)

2005-02-04 09:23 VZ, revision 31746

fixed stub code compilation (don't use PSYMBOL_INFO)

2005-02-04 08:33 JS, revision 31745

Updated version to 2.5.4

2005-02-04 07:49 RN, revision 31744

make cocoa mediactrl usable. Some touchups to carbon mediactrl code. Add notebook support to mediaplayer sample.

2005-02-04 05:59 RN, revision 31743

use wx/math.h for math constants - avoids redifinition warnings

2005-02-04 05:57 RN, revision 31742

fix double->unsigned char warnings

2005-02-04 05:52 RN, revision 31741

fix warnings on cocoa 10.2 also

2005-02-03 23:25 RN, revision 31740

dispose of old control for new one

2005-02-03 23:12 RN, revision 31739

prelimanary wxMediaCtrl cocoa support

2005-02-03 22:41 RD, revision 31738

Ensure the wxVListBox gets the focus when it is clicked upon

2005-02-03 22:38 RD, revision 31737

Shorten key names, add some tooltips

2005-02-03 22:37 RD, revision 31736

fix for read-only combobox

2005-02-03 22:36 RD, revision 31735

Attempt to display the unicode character if running a unicode build

2005-02-03 22:34 MBN, revision 31734

Automatically disable wxDialupManager for wxMac and wxCocoa, skip dialup sample if wxDialupManager is disabled.

2005-02-03 22:26 MBN, revision 31733

Compilation fix for wxUSE_STACKWALKER == 0.

2005-02-03 22:18 MBN, revision 31732

wxX11 linking fix.

2005-02-03 22:14 MBN, revision 31731

Motif compilation fix.

2005-02-03 22:11 RD, revision 31730

Include the size of any window borders (size vs. clientsize differences) in the window's bestsize

2005-02-03 19:18 RD, revision 31729

Patch [ 1114647 ] Mouse wheel support for wxVScrolledWindow