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-14 06:48 JS, revision 33603

Added back shlwapi.h inclusion with comment

2005-04-14 05:15 SC, revision 33602

adding support for wxCB_SORT, SetString and Insert

2005-04-14 05:13 SC, revision 33601

adding support for wxCB_SORT

2005-04-14 04:27 KH, revision 33600

Typo

2005-04-14 01:17 RD, revision 33599

reSWIGged

2005-04-14 01:17 RD, revision 33598

no need for the panel in the transient popup any more

2005-04-14 01:12 RD, revision 33597

reSWIGged

2005-04-14 01:07 RD, revision 33596

No longer need to worry about the DeRez getting stuck

2005-04-14 00:16 VZ, revision 33595

fix c-format strings with mismatching format specifiers (mostly just marked as fuzzy, fixed a few of them which seems obvious to fix)

2005-04-14 00:10 VZ, revision 33594

update from Hans F. Nordhaug

2005-04-13 23:55 VZ, revision 33593

made wxGridCellAttr dtor protected instead of private

2005-04-13 23:07 MW, revision 33592

Replace --disable-gtk2 with --with-gtk1 and --with-gtk2

2005-04-13 22:57 RD, revision 33591

Remove rules for building resource files on wxMac

2005-04-13 22:47 MBN, revision 33590

Fix Gizmos-XRC DLL linking.

2005-04-13 20:50 RD, revision 33589

corrected docstring

2005-04-13 20:27 RD, revision 33588

Corrected compile error

2005-04-13 20:05 MW, revision 33587

Move G_FILENAME_ENCODING to wxGTK

2005-04-13 18:54 JS, revision 33586

Removed redundant Cygwin sockets advice

2005-04-13 18:52 JS, revision 33585

wxBestHelpController now used as default on Windows Change log updates

2005-04-13 18:00 JS, revision 33584

Look for help file in Windows if not found elsewhere

2005-04-13 17:54 ABX, revision 33583

OW pedantic warning fix.

2005-04-13 17:53 ABX, revision 33582

Sending wxChar* outputs pointer instead of text under Borland.

2005-04-13 17:51 ABX, revision 33581

wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM.

2005-04-13 17:28 RR, revision 33580

Call ansi packages ...-ansi Added -with-odbc to ansi packages.

2005-04-13 16:46 VZ, revision 33579

added tif_extension.c (bug 1168167)

2005-04-13 16:27 VZ, revision 33578

fixed tests for dashed/dotted pens under OS != NT (bug 1182319)

2005-04-13 16:26 VZ, revision 33577

don't break of the loop resetting last focus pointer in dtor as under some (unclear) cisrcumstances more than one TLW can have a pointer to us, see bug 1179024

2005-04-13 16:02 ABX, revision 33576

wxStreamToTextRedirector test

2005-04-13 15:36 JS, revision 33575

The device origin can be set on WinCE, so use it and redefine conversion macros accordingly. Also, convert result of calling GetClipBox from logical to device coordinates since we're dealing with device coordinates at this point.

2005-04-13 15:32 JS, revision 33574

GetCursorPos returns an error on WinCE, so use GetMessagePos instead.

2005-04-13 15:03 VZ, revision 33573

added owner drawn checkbox to listbox page and the possibility to test changing the controls font (part of patch 1181057)

2005-04-13 13:53 RR, revision 33572

Apply Mart R.'s patch for improved font width handling and minor doc corrections.

2005-04-13 13:46 RR, revision 33571

Correct vertical alignment for lables in static boxes.

2005-04-13 13:34 VZ, revision 33570

added wxMedia

2005-04-13 13:20 JS, revision 33569

Unnecessary shwlapi.h inclusion removed

2005-04-13 13:06 VZ, revision 33568

mention libs.dia

2005-04-13 13:05 VZ, revision 33567

added wxQA

2005-04-13 13:03 VZ, revision 33566

mistakenly enabled by default --enable-unicode switched off again by default

2005-04-13 12:56 VZ, revision 33565

fix DESTDIR handling in wx-config link (patch 1181759)

2005-04-13 12:39 MW, revision 33564

Temporary compilation fix for wxUSE_INTL=0

2005-04-13 12:37 MW, revision 33563

Compilo fix for wxUSE_INTL=0 and use wxCSConv for broken filenames instead of wxMBConvLibc

2005-04-13 06:04 SC, revision 33562

make sure we don't miss resizes even when no sizers are involved

2005-04-13 06:02 SC, revision 33561

fixing redraw region

2005-04-13 05:12 KO, revision 33560

Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results.

2005-04-13 05:07 SC, revision 33559

fixing compilo on carbon cfm with CW 9

2005-04-13 04:57 RD, revision 33558

Add room for the scrollbar

2005-04-13 00:28 RD, revision 33557

Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT

2005-04-12 21:08 ABX, revision 33556

Fix for using std streams when std:: conflicts with ::

2005-04-12 21:06 ABX, revision 33555

std streams usage build fix under MSW

2005-04-12 20:57 ABX, revision 33554

Warning fix.