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

2006-08-13 00:23 VZ, revision 40578

added wxDir::FindFirst() (modified patch 1525502)

2006-08-13 00:08 VZ, revision 40577

don't use wxYield (fixes some crashes due to reentrancies, patch 1518119)

2006-08-12 23:54 AVV, revision 40576

Fixes crash when using LastError on an uninit or destroyed socket, return wxSOCKET_INVSOCK, closes 694436

2006-08-12 21:39 PC, revision 40575

use GDK to convert pixmap to RGB for wxImage

2006-08-12 12:11 MW, revision 40574

Test feeding corrupt archives to the input streams.

2006-08-12 12:08 MW, revision 40573

Fix handling of corrupt archives

2006-08-11 19:57 SC, revision 40572

adding support for embedded controls in native toolbar

2006-08-11 17:34 PC, revision 40571

change deprecated gdk_image_get to gdk_drawable_get_image

2006-08-11 12:17 VS, revision 40570

compilation fix for compilation w/o precompiled headers

2006-08-11 05:14 PC, revision 40569

code simplification and minor cleanup

2006-08-11 04:41 SC, revision 40568

compilo introduced fixed

2006-08-11 04:39 SC, revision 40567

removing non-compositing code, adding individual transparency

2006-08-11 04:32 SC, revision 40566

fix for 64 bit

2006-08-11 04:31 SC, revision 40565

removing code for pre 10.3 systems

2006-08-11 04:29 SC, revision 40564

we're always compositing

2006-08-11 04:28 SC, revision 40563

fixing compilo for 10.5

2006-08-11 04:26 SC, revision 40562

committing the code for resolution independence (turned off)

2006-08-11 04:23 SC, revision 40561

we are always compositing on the supported OS versions

2006-08-11 04:17 SC, revision 40560

we are always compositing on the supported OS versions

2006-08-11 04:04 SC, revision 40559

we are always compositing on the supported OS versions, add transparency for individual controls

2006-08-11 04:01 SC, revision 40558

we are always compositing on the supported OS versions

2006-08-10 20:16 VS, revision 40557

moved duplicated wxRegionContain definitions to wx/region.h

2006-08-10 19:56 VZ, revision 40556

compilation fix: remove wxRegionContain enum which is now defined in wx/region.h itself

2006-08-10 18:41 PC, revision 40555

revert unintended checkin of experimental change to Rescale()

2006-08-10 16:04 PC, revision 40554

avoid using deprecated gdk_image_new_bitmap()