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

2005-02-03 19:12 RD, revision 31728

Selected --> IsSelected

2005-02-03 15:29 JS, revision 31727

Disable wxMediaCtrl for WinCE

2005-02-03 15:28 RR, revision 31726

Fix for listbox problem, when created on invisible window. Shown in wxWizard sample.

2005-02-03 13:33 RR, revision 31725

Fixed missing key down events (probably introduced by IM patch.)

2005-02-03 12:56 CE, revision 31724

add commands to make non-existent directories when done first time

2005-02-03 12:52 RR, revision 31723

Committed Raise()Lower() fix. Committed second part for Input Methode character fix.

2005-02-03 12:30 RR, revision 31722

Blind fix for Compilo.

2005-02-03 11:11 RN, revision 31721

CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up

2005-02-03 09:55 RN, revision 31720

comment out unused stuff for warning fixing

2005-02-03 09:54 JS, revision 31719

Correction to previous fix

2005-02-03 09:52 RN, revision 31718

fix pointer conversion warnings on OSX 10.2

2005-02-03 09:45 JS, revision 31717

Fix for GCC compilation

2005-02-03 03:09 RD, revision 31716

Avoid name clash with wx.App.OnExit

2005-02-03 03:08 RD, revision 31715

Add ability to copy the event log to the clipboard

2005-02-02 22:55 RD, revision 31714

reSWIGged

2005-02-02 22:36 RD, revision 31713

misc

2005-02-02 22:35 RD, revision 31712

All the demo samples return a panel now, no need to cater for frames or dialogs.

2005-02-02 22:34 RD, revision 31711

Some new def's, parameters, methods, etc. resulting from recent changes

2005-02-02 17:46 VZ, revision 31710

move check for compilers not supporting SEH to wx/chkconf.h

2005-02-02 14:49 GT, revision 31709

Buffer Overflow error corrected - SF patch #1110550

2005-02-02 14:38 GT, revision 31708

Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds Buffer overrun fix

2005-02-02 14:37 GT, revision 31707

Buffer overrun fix

2005-02-02 14:37 GT, revision 31706

Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds Removed old commented out code that is not needed (cleanup)

2005-02-02 13:57 ABX, revision 31705

Last .empty() string source cleaning before 2.5.4.

2005-02-02 11:08 VZ, revision 31704

invalidate cache when RefreshLine[s]() is called