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

2004-05-21 07:27 ABX, revision 27378

Warning fix.

2004-05-21 00:36 RD, revision 27377

fixed wxGetKeyState to get current status of non-togle keys, and to correctly test for the toggles.

2004-05-21 00:23 RD, revision 27376

wxGTK now uses gtk_init_check so wxPython can raise an exception if there is no DISPLAY available or other initializaion problem. wx.GetKeyState now has an implementation for wxGTK and is able to detect the up/down or toggle state of modifier and toggle keys. The LC_NUMERIC locale is now reset back to "C" (compatibility) when running on wxGTK to work around the fact that GTK requires the locale to be set to the system settings but Python depends on LC_NUMERIC remaining compatible with "C".

2004-05-21 00:14 RD, revision 27375

Use gtk_init_check instead of gtk_init so that we can racefully exit (i.e. raise an exception in wxPython) instead of just terminating the app.

2004-05-20 23:37 RD, revision 27374

Implemented wxGetKeyState for wxGTK (and wxX11 too, but I havn't tested it there.)

2004-05-20 20:09 JS, revision 27373

Commented out code that seems to produce choice/combobox height problems

2004-05-20 18:47 ABX, revision 27372

Part of patch #957440: Solaris fix.

2004-05-20 18:44 SC, revision 27371

correcting system version compare

2004-05-20 18:42 SC, revision 27370

factoring common code out

2004-05-20 18:39 SC, revision 27369

sometimes mutexes are used before our module is initialized

2004-05-20 17:23 ABX, revision 27368

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 17:16 ABX, revision 27367

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 17:02 ABX, revision 27366

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 15:54 SC, revision 27365

first implementation of carbon timers

2004-05-20 15:21 SC, revision 27364

a few corrections

2004-05-20 11:01 ABX, revision 27363

-1->wxID_ANY replacement.

2004-05-20 11:00 ABX, revision 27362

Centralized wxDefaultSize/wxDefaultPosition. -1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 10:47 ABX, revision 27361

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 10:35 ABX, revision 27360

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-20 00:08 VZ, revision 27359

really fixed handling of non-text cells in justified paragraphs

2004-05-19 23:01 DS, revision 27358

applied patch #940914 "Minor cleaning of warnings in contrib tree"

2004-05-19 22:22 DS, revision 27357

restored mask copying code when converting a wxBitmap to a wxImage (wxMSW only)

2004-05-19 16:24 ABX, revision 27356

-1->wxID_ANY, TRUE->true and FALSE->false replacements.

2004-05-19 14:38 SC, revision 27355

defer Terminating the Task until it is really done

2004-05-19 13:28 ABX, revision 27354

-1->wxID_ANY, TRUE->true and FALSE->false replacements.