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-04-10 17:51 VZ, revision 33478

undid flags values change, it's not as backwards compatible as I thought

2005-04-10 17:14 JS, revision 33477

Hack to make wxStaticBox be repainted when inside a scrolling window

2005-04-10 17:06 VZ, revision 33476

moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_VERTICAL

2005-04-10 16:45 VZ, revision 33475

unused param warning

2005-04-10 15:23 VZ, revision 33474

simplifications and corrections to background drawing: 1. removed ApplyParentThemeBackground() not used any longer 2. removed ProvidesBackground() which is synonymous with !HasTransparentBackground() 3. removed a whole bunch of unused MSWXXX() methods 4. moved MSWControlColor() from wxWindow up to wxControl results: 1. the gradient is still shown properly for static/radio boxes in notebooks 2. correct background colour is used for the static boxes 3. code is shorter and better commented

2005-04-10 14:57 MBN, revision 33473

Check for wxUSE_STD_STRING with #if not with #ifdef, because it is always defined. Do not unconditionally #define HAVE_STD_STRING_COMPARE if it is not defined, because this nullifies the configure test.

2005-04-10 14:54 MBN, revision 33472

Check that std::basic_string<wchar_t> actually works before trying to use it. Fail at configure time when trying to compile wxMotif with Unicode.

2005-04-10 14:49 MBN, revision 33471

Correct harmless typos.

2005-04-10 14:47 MBN, revision 33470

Add some missing headers to wxMSW "make install".

2005-04-10 11:31 VZ, revision 33469

added wxCopyRectToRECT()

2005-04-10 11:30 VZ, revision 33468

added HDCClipper() class which automatically unselects clipping region in its dtor

2005-04-10 07:02 SC, revision 33467

changing the defaults to the app font

2005-04-10 06:44 RN, revision 33466

Don't include sys/socket.h on cygwin in windows mode

2005-04-10 06:37 RN, revision 33465

...and msw only of course

2005-04-10 06:35 RN, revision 33464

cygwin only

2005-04-10 06:33 RN, revision 33463

Fixes & Hacks to make sockets compile on CYGWIN with windows enabled

2005-04-10 04:36 KH, revision 33462

kTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)

2005-04-10 00:19 VZ, revision 33461

added WM_PRINTCLIENT

2005-04-09 23:25 VZ, revision 33460

show 20 lines of stack in assert, this should still hold on any reasonable screen

2005-04-09 20:16 RD, revision 33459

Oops, added the wrong new methods

2005-04-09 20:08 RD, revision 33458

Don't depend on the default formatting of wx.DateTime objects for extracting a date and time string. The format depends on locale and platform defaults.

2005-04-09 20:07 RD, revision 33457

New methods added

2005-04-09 20:07 RD, revision 33456

Ensure that the results of __str__ and __repr__ are strings

2005-04-09 20:06 RD, revision 33455

Check for TypeError too

2005-04-09 20:06 RD, revision 33454

Docstring corrected