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

2008-06-16 23:09 VZ, revision 54269

don't recreate combobox with proportion of 1 (instead of initial 0) (#9594)

2008-06-16 17:50 RR, revision 54267

#9591: Item state (icons) for wxTreeCtrl on any platform

2008-06-16 13:32 RR, revision 54266

Ticket #9592: gtk-choice-setcolumns.2.diff

2008-06-16 08:45 VS, revision 54265

added a note about print preview inaccurancies and recommendation to use native preview when possible to the docs

2008-06-16 08:41 VS, revision 54264

Implemented high-quality preview for wxMSW (this approach doesn't work on other platforms). The preview is now accurate representation of printed page and wxHtmlEasyPrinting preview shows identical layout to what will be printed.

2008-06-16 08:10 VS, revision 54263

fixed SetUserScale() calls to use correct scale on Y axis

2008-06-16 08:08 VS, revision 54262

fixed SetUserScale() calls to use correct scale on Y axis

2008-06-16 07:43 VS, revision 54261

fixed printing preview to not report errors in infinite loop (bug introduced by r54133)

2008-06-16 05:13 SC, revision 54256

new path organisation for mac

2008-06-16 05:12 SC, revision 54255

new path organisation for mac

2008-06-15 23:38 VZ, revision 54252

overload Write() for char and unsigned char too, otherwise code writing them fails due to lack of exact match and absence of overloaded wxToString()

2008-06-15 22:20 RD, revision 54251

Fix off-by-1 error in GetTextRaw

2008-06-15 18:02 VZ, revision 54248

regenerate the makefiles with correct new test name (iostreams.cpp, iostream.cpp is already taken by strings test)

2008-06-15 17:34 VZ, revision 54246

added a unit test for input/output file streams and fixed the problem it exposed (#3335)

2008-06-15 17:26 SN, revision 54245

Fixed problems with reassigning the already assigned attribute, see #9567.

2008-06-15 17:24 SN, revision 54244

Fixed problems with reassigning the already assigned attribute, see #9567.

2008-06-15 16:42 SN, revision 54241

Fixed wxDoSetEnv (ticket # 9588).

2008-06-15 14:17 VZ, revision 54240

another 64 bit fix: make SendMsg() return wxIntPtr instead of long too

2008-06-15 14:16 VZ, revision 54239

correct wxIntPtr definition

2008-06-15 14:11 SN, revision 54238

Added missing screen update on deselection in wxGrid (ticket #4212, part1).

2008-06-15 14:10 SN, revision 54237

Added missing screen update on deselection in wxGrid (ticket #4212, part1).

2008-06-15 13:56 VZ, revision 54236

fixed STC under Win64: as wxStyledTextCtrl::SendMsg() used (32 bit) long arguments, passing (64 bit) pointers to it almost certainly didn't work

2008-06-15 13:50 MW, revision 54235

Add utils and tests to OS/2 builds, #9587 from Dave Parsons.

2008-06-15 13:15 VS, revision 54234

revert part of r54233 that was included by accident

2008-06-15 13:14 VS, revision 54233

if gdiplus.dll cannot be loaded, return NULL from wxGraphicsContext::Create() instead of silently pretending to render the output, but do nothing