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

2006-09-08 01:05 RD, revision 41056

adapt to wxGLCanvas changes

2006-09-07 22:03 VZ, revision 41055

define wx_cv_func_snprintf_pos_params when cross-compiling too

2006-09-07 19:01 ABX, revision 41054

Include wx/msw/wrap*.h according to pch support (with other minor cleaning).

2006-09-07 17:19 RD, revision 41053

Comment why we don't call PyErr_Print after calling OnInit

2006-09-07 17:14 RD, revision 41052

Update from Frank with fixes for running on wxMSW 2.7

2006-09-07 17:06 PC, revision 41051

don't use negative windows sizes

2006-09-07 16:53 VZ, revision 41050

fix wxSTOCK_WITH_MNEMONIC handling (was reversed after recent changes)

2006-09-07 16:40 PC, revision 41049

remove a few unnecessary queue_resize/queue_draw calls

2006-09-07 16:11 VS, revision 41048

use GetCharHeight in GetHeight() instead of creating temporary wxClientDC

2006-09-07 16:09 VS, revision 41047

make sure wxWindow has valid (albeit bogus) size from the beginning

2006-09-07 16:08 VS, revision 41046

don't create a subsurface in wxClientDC unless necessary

2006-09-07 16:06 PC, revision 41045

GtkOnSize parameters aren't useful

2006-09-07 14:49 CE, revision 41044

fix path of pdf zip file

2006-09-07 13:24 RR, revision 41043

Applied FRM's patch [ 1553958 ] Fix for invalid cast from GtkFileChooserButton to GtkButton

2006-09-07 12:46 CE, revision 41042

fix directory creation

2006-09-07 12:44 CE, revision 41041

fix broken bz2

2006-09-07 11:14 VS, revision 41040

verify that we're not painting on hidden window (which is not implemented)

2006-09-07 10:43 VS, revision 41039

don't treat DFB_TIMEOUT as error in WaitForEventWithTimeout

2006-09-06 23:22 RD, revision 41038

Fixed compile error

2006-09-06 21:43 MW, revision 41037

Fixed ReadLine missing last character from text files with no final newline.

2006-09-06 17:37 PC, revision 41036

include fixes

2006-09-06 17:36 PC, revision 41035

Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. Remove undocumented generic status bar ctor/Create. Bring status bar ctor/Create into sync with docs.

2006-09-06 13:57 RR, revision 41034

Applied patch which allows you to detach a stream from a wxFSFile. Patch 1190378

2006-09-06 13:49 RR, revision 41033

Applied 1215477, fixing a crash by properly removing a file system handler in a module.

2006-09-06 13:32 RR, revision 41032

Mention wxGLCanvas change.