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

2007-12-17 11:28 RR, revision 50764

Added wxDataViewListIndexModel::RowsDeleted() and various related corrections

2007-12-17 07:32 PC, revision 50763

fix tests for brush hatch styles

2007-12-17 07:31 PC, revision 50762

factor out a whole bunch of duplicated code

2007-12-17 07:28 SC, revision 50761

missing include

2007-12-17 07:05 PC, revision 50760

remove some duplication in font scaling code

2007-12-17 06:30 PC, revision 50759

create hatch bitmaps on demand, and dispose of them at termination

2007-12-17 05:58 PC, revision 50758

use a wxCharBuffer instead of malloc/free for pango underline workaround

2007-12-17 05:37 PC, revision 50757

add MutexGuiEnter/Leave to wxAppTraits, integrate native GTK+ GUI locking

2007-12-17 01:57 PC, revision 50756

Make sizing logic clearer, at the expense of a few duplicated lines. Use NULL for pointer parameter instead of None.

2007-12-16 23:53 RR, revision 50755

Disable any refresh in backing window (set_back_pixmap( None ..) makes it transparent

2007-12-16 23:51 RR, revision 50754

use const char* in XPMs

2007-12-16 22:22 RR, revision 50753

Fix resizing prob

2007-12-16 20:10 CE, revision 50752

fix bug VC6 with returning void function

2007-12-16 18:15 VS, revision 50751

fixed wxGTK1's wxDialog::ShowModal() to use GetParentForModalDialog()

2007-12-16 18:14 VS, revision 50750

fixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()

2007-12-16 18:10 VS, revision 50749

convert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full wxMask support is implemented

2007-12-16 16:59 SC, revision 50748

fixing string param

2007-12-16 16:48 SC, revision 50747

different CoreText font caches for Robin's tests

2007-12-16 15:16 RR, revision 50746

Implemented (for GTK+) and tested dataview_context_menu event

2007-12-16 14:48 RR, revision 50745

Add dataview context menu event definitions

2007-12-16 14:42 RR, revision 50744

Patches-1851591 ] dataview sample is crashing (under MSW)

2007-12-16 14:25 RR, revision 50743

enable dataviewctrl by default

2007-12-16 13:54 RR, revision 50742

probably fixed blit crash in X11

2007-12-16 13:53 RR, revision 50741

Remove old/new DC test code (3000th commit - and still typing)

2007-12-16 10:20 MW, revision 50738

Add a couple of builds to test out native Windows builds.