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-07-16 01:47 VZ, revision 54652

check for comctl32.dll version and not OS one as an app running XP without manifest is still incapable of drawing bitmaps with alpha (still related to #8684)

2008-07-16 01:30 VZ, revision 54651

use parent background and not ours unless one was explicitly set when manually drawing (related to #8684)

2008-07-16 01:08 VZ, revision 54650

clean up wxBitmapButton::Create(); override MSWGetStyle() (#4804)

2008-07-16 00:53 VZ, revision 54649

use wxCmdLineParser::ConverStringToArgs() instead of (incorrectly) duplicating it here (#9743)

2008-07-16 00:49 VZ, revision 54648

implement flag for Unix-like behaviour in wxCmdLineParser::ConverStringToArgs()

2008-07-16 00:48 VZ, revision 54647

added wxConvISO8859_1 test

2008-07-15 23:57 VZ, revision 54646

fix the output length returned from cWC2MB/MB2WC() to be consistent with From/ToWChar(); fix off by NUL-length bug in wxMBConv implementation of From/ToWChar() in terms of legacy WC2MB/MB2WC() (which are still used in wxMBConv_wxwin) that this uncovered; added a simple test for the bugs the old code resulted in which could be easily seen with wxConvISO8859_1 (see #9739)

2008-07-15 21:29 JS, revision 54645

Fixed wxTreebook tree control border style

2008-07-15 21:28 JS, revision 54644

Fixed wxTreebook tree control style

2008-07-15 18:00 VZ, revision 54643

use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT(x==y) to better see test failures

2008-07-15 17:38 VZ, revision 54642

use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT(x==y) to better see test failures

2008-07-15 17:31 VZ, revision 54641

test ok in the record reading loop as otherwise we never exit from it if there is an invalid character in the record

2008-07-15 16:09 VZ, revision 54640

remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallback conversion in To/FromWChar() themselves; this is more efficient and removing the old code fixes off by 1 bugs in it (related to #9739)

2008-07-15 15:22 VZ, revision 54639

don't pass pointers to unaligned DWORDs to avoid 64 bit build problems (#9726)

2008-07-15 14:36 VZ, revision 54638

fix changing size of merged cells (#9736)

2008-07-15 13:50 VZ, revision 54637

don't mention deprecated wxRESIZE_BOX (#9735)

2008-07-14 21:13 VS, revision 54621

compilation fix after SetClippingRegion changes (patch #9696 by Anders Larsen)

2008-07-14 21:01 VZ, revision 54620

only initialize sockets if IPC implementation is socket-based

2008-07-14 15:12 VZ, revision 54617

PCH-less build fix

2008-07-14 10:00 JS, revision 54616

Documented wxRTC fixes

2008-07-14 02:34 VZ, revision 54615

fix heap corruption bug: use delete[] to delete a buffer allocated with new[], not delete

2008-07-14 02:19 VZ, revision 54614

added a simple IPC unit test

2008-07-14 02:04 VZ, revision 54613

relay out the control after deleting any page, not just the last one (#9684); also extract the size event sending code in a separate function to be able to replace it with something better easier later

2008-07-14 02:03 VZ, revision 54612

calling Notify() from child thread is ok -- as long as you do it from one and the same thread all the time

2008-07-14 01:20 VZ, revision 54611

removed automatically generated code for frame layout with human-readable version; some other cleanup