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-04-04 12:57 VZ, revision 26603

enable wxDIB for Windows CE

2004-04-04 12:56 VZ, revision 26602

taken the function unused under CE inside #ifndef __WXWINCE__

2004-04-04 12:56 VZ, revision 26601

define BI_RLE4/8 if not defined as well

2004-04-04 12:55 VZ, revision 26600

always use SYSTEM_FONT under CE, it doesn't have any others

2004-04-04 12:54 VZ, revision 26599

include wx/msw/wrapwin.h instead of entire private.h; unTABbed

2004-04-04 12:54 VZ, revision 26598

WinMain() is Unicode under CE (how did this work before?)

2004-04-04 12:47 VZ, revision 26597

include wrapwin.h instead of windows.h directly (fixes CE compilation problems)

2004-04-04 12:30 VZ, revision 26596

implemented bsearch() for CE; added src/msw/wince/crt.cpp

2004-04-04 09:08 SC, revision 26595

corrected content vs structure calculation

2004-04-04 09:07 SC, revision 26594

color must not be set for wxMac

2004-04-03 20:50 VS, revision 26593

more WinCE fixes

2004-04-03 19:03 VS, revision 26592

WinCE compilation fix

2004-04-03 17:43 SN, revision 26591

Commited slighly modified fix by David Parsons.

2004-04-03 16:22 VS, revision 26590

regex lib doesn't build under WinCE either

2004-04-03 16:12 VS, revision 26589

WinCE compilation fixes (is this correct?)

2004-04-03 16:09 SN, revision 26588

Avoid core dumps when SetImageList is used.

2004-04-03 14:50 SC, revision 26587

concentrating content and structure region calculations

2004-04-03 14:41 SC, revision 26586

concentrating content and structure region calculations

2004-04-03 12:48 VS, revision 26585

eVC fixes: don't build MSW-only files

2004-04-03 10:56 VS, revision 26584

precompiled headers fix

2004-04-03 05:16 DE, revision 26583

Make DoGetBestSize cache the value of GetSize() the first time it is called for the case when the control is a regular window with no children.

2004-04-03 03:21 RD, revision 26582

m_font may not have been set yet. Default to letting GetTextExtent call GetFont.

2004-04-02 20:09 RD, revision 26581

typos fixed

2004-04-02 17:43 DE, revision 26580

Added wxObjcAutoRef* classes for automatic retain/release of Objective-C objects

2004-04-02 15:57 JS, revision 26579

Allow app to call SetWindowVariant before creation of control