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

2004-10-17 21:39 ABX, revision 29953

Warning fixes related to various cases of typecasting.

2004-10-17 21:28 VZ, revision 29952

mention enhanced metafiles bug fix

2004-10-17 20:17 VZ, revision 29951

compilation fix for Borland

2004-10-17 19:45 ABX, revision 29950

wxHashMap compatible typecasting.

2004-10-17 19:45 VZ, revision 29949

- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib" - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name

2004-10-17 19:32 RR, revision 29948

Took one part of the patch back again...

2004-10-17 17:25 RR, revision 29947

First step at moving the print (dialog) native data into native dirs and cleaning up the code. The native part of wxPrintData is now created via the wxPrintFactory. I moved the code for PostScript to /src/generic/prntdlgg. and for MSW to its the respective dir. I only made wxMac compile, but it already has a native print data class, which should be easy to merge.

2004-10-17 16:28 ABX, revision 29946

__WXDEBUG__ is defined/undefined, not 0/1!

2004-10-17 16:21 ABX, revision 29945

_() needs intl.h.

2004-10-17 14:54 VZ, revision 29944

removed obsolete and unused code for USE_BITMAP_MASKS == 0 case

2004-10-17 14:47 RR, revision 29943

Forgot to commit.

2004-10-17 14:32 RR, revision 29942

Applied (part of) small patch from Chris Bogolte which corrects a test in the Blit code.

2004-10-17 14:28 VZ, revision 29941

compilation fix for !USE_PCH

2004-10-17 13:11 SC, revision 29940

added mac constants

2004-10-17 11:51 SC, revision 29939

guard against m_peer = NULL in Show()

2004-10-17 10:52 SC, revision 29938

don't restrict to OS9 API for Mac-Builds

2004-10-17 10:45 SC, revision 29937

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 10:36 SC, revision 29936

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 09:58 RR, revision 29935

Fixed lost focus events in wxListBox.

2004-10-17 09:57 RR, revision 29934

Link problem.

2004-10-17 02:29 RD, revision 29933

Test GetTextRange on some unicode text

2004-10-17 02:27 RD, revision 29932

Use Scintilla's functions for Unicode/UTF8 conversions

2004-10-17 01:13 VZ, revision 29931

added test for the (just fixed) bug with adding the first entry to the root group

2004-10-17 01:00 VZ, revision 29930

use common code to determine best notebook size instaed of Mac-specific which mistakenly used current pages sizes and not the best ones

2004-10-17 00:38 VZ, revision 29929

added --linkdeps switch