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-05-14 22:21 ABX, revision 39153

Fix for linking error after combo changes: dummy getting key state.

2006-05-14 22:17 ABX, revision 39152

Bakefile specification fixes.

2006-05-14 21:29 ABX, revision 39151

Source cleaning.

2006-05-14 19:49 KH, revision 39150

Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.

2006-05-13 11:48 VZ, revision 39149

check the item id validity in SetItem()

2006-05-12 20:54 VZ, revision 39148

added Galician translation

2006-05-12 20:30 VZ, revision 39147

wxUniv compilation fixes after wxComboControl patch

2006-05-12 20:17 VZ, revision 39146

don't delete the exiting tooltip if SetToolTip() is called with the same one

2006-05-12 20:04 VZ, revision 39145

fix OpenWatcom warning (patch from Jaakko Salli)

2006-05-12 19:31 VZ, revision 39144

correct dll declaration (the classes in the header are part of adv library, not core)

2006-05-12 17:06 PC, revision 39143

remove gtk1 stuff and unused macros

2006-05-12 17:06 PC, revision 39142

unused variables

2006-05-12 15:21 VZ, revision 39141

added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW

2006-05-11 17:15 MR, revision 39140

[wxGTK2] Make the affirmative button the default in native wxDirDialog implementation (instead of no default at all).

2006-05-11 17:08 MR, revision 39139

Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088.

2006-05-11 17:05 MR, revision 39138

[wxGTK2.4] Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088. Closes bugs #1484037 and #1347052.

2006-05-11 16:46 MR, revision 39137

Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good indication of what classes we have undocumented still.

2006-05-10 23:22 RD, revision 39136

Make the app object be global in case it is run multiple times, such as from encode_bitmaps.

2006-05-10 23:12 RD, revision 39135

reSWIGged

2006-05-10 23:09 RD, revision 39134

We no longer use the xml files, (and havn't for some time) so stop generating them.

2006-05-10 17:08 PC, revision 39133

correct access for virtuals

2006-05-10 16:36 PC, revision 39132

allow size event for windows without scrollbars

2006-05-10 13:00 VZ, revision 39131

test that wxUSE_DATAVIEWCTRL is defined

2006-05-10 12:58 VZ, revision 39130

test that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTROL are defined

2006-05-10 00:45 VZ, revision 39129

fixed bugs in icons handling introduced in 1.227