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

2009-01-04 18:38 JMS, revision 57834

Added bool property to the nested car sample (for testing purposes)

2009-01-04 16:04 VZ, revision 57833

abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_INT() macro

2009-01-04 15:53 VZ, revision 57832

don't use \u in strings, VC6 doesn't support this

2009-01-04 15:49 VZ, revision 57831

use correct type for file offset

2009-01-04 13:57 SC, revision 57830

support for proper mouse events for controls embedded in native toolbars

2009-01-04 12:32 VZ, revision 57829

need to overload assertEquals(int,short) too to resolve ambiguity

2009-01-04 11:59 VZ, revision 57828

more attempts to fix CppUnit::assertEquals for VC6 without breaking everything else

2009-01-04 10:38 JMS, revision 57827

Significant check box editor refactoring, including fix to UpdateControl() not doing its job correctly if property value was unspecified. Also, unspecified value is now drawn as a faint rectangle

2009-01-04 10:37 JMS, revision 57826

Added extra RefreshEditor() call for better testing

2009-01-04 05:56 PC, revision 57825

build fix for GTK+ versions prior to 2.14

2009-01-04 02:59 PC, revision 57824

properly handle DC origin and scale in wxDoFloodFill()

2009-01-04 02:58 PC, revision 57823

native implementation of DoGetPixel()

2009-01-04 02:42 PC, revision 57822

remove Rescale(), it is no longer used

2009-01-04 02:40 PC, revision 57821

Complete rewrite of DoDrawBitmap() and DoBlit(). Blit should now correctly handle all combinations of scaling, clipping, and mask.

2009-01-04 00:47 VZ, revision 57820

allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset) too

2009-01-03 19:29 VZ, revision 57819

trying to fix buildbot VC6 build error

2009-01-03 02:21 VZ, revision 57808

don't use IPC from timer callback as this results in reentrancies in socket code, postpone it until the next idle handler call instead

2009-01-03 02:20 VZ, revision 57807

restore code preventing the events being generated from inside our own DoRead/Write() mistakenly removed in r57796

2009-01-03 01:21 VZ, revision 57804

added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop::Pending() using it to fix the pending events processing in console event loop based programs; also changed wxFDIODispatcher::Dispatch() return type/value to be able to indicate the errors

2009-01-03 01:17 BP, revision 57803

Updated translations manual page with latest status given by the website translations page (which should be completely up-to-date).

2009-01-03 00:11 VZ, revision 57800

properly restart epoll_wait() if it got interrupted by a signal

2009-01-02 22:18 VZ, revision 57799

call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it

2009-01-02 22:07 VZ, revision 57798

streamline handling of wxSOCKET_LOST in DoWait()

2009-01-02 21:58 VZ, revision 57797

no changes, just reformat/indent consistently

2009-01-02 21:53 VZ, revision 57796

disable the events when we get a notification about socket being ready for IO and reenable them later after performing the IO in the Unix version to avoid continuous flood of ready notifications