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

2005-03-28 19:21 SN, revision 33128

Compilation fix for old OS/2 compilers.

2005-03-28 18:47 KH, revision 33127

Create RunLoop that can be used to process pending events so that events will still be processed while the user is using a menu or scrollbar [ Patch 1160346 ] - this really needs to be in 2.5.5 so it can be widely tested before 2.6.

2005-03-28 18:00 SN, revision 33126

Added new function wxGetProcessId.

2005-03-28 17:59 SN, revision 33125

Force wxUSE_DEBUGREPORT to disabled for OS/2.

2005-03-28 17:14 KH, revision 33124

Replaced gunshot sound with a more benign, but still impactful, sound

2005-03-28 13:43 JS, revision 33123

Rename wave file to be less agressive, for later replacement with arbitrary sound

2005-03-28 12:22 VZ, revision 33122

added GetHimagelist()

2005-03-28 10:49 MW, revision 33121

Minor compilo fix

2005-03-28 09:42 VS, revision 33120

added wxTAB_TRAVERSAL to common styles

2005-03-28 09:40 VS, revision 33119

call SetupWindow

2005-03-28 09:37 VS, revision 33118

added wxWS_EX_VALIDATE_RECURSIVELY

2005-03-28 09:28 VS, revision 33117

fixed dialog units in toplevel windows (bug #1170234)

2005-03-28 00:42 VZ, revision 33116

do runtime check for GTK+ 2.4 and not only compile-time

2005-03-28 00:36 VZ, revision 33115

corrected GTK wrapping line

2005-03-28 00:36 VZ, revision 33114

use GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available

2005-03-28 00:16 VZ, revision 33113

respect G_FILENAME_ENCODING in wxConvBrokenFileName and also use UTF-8 instead ASCII

2005-03-27 22:43 VZ, revision 33112

use wxLocale::GetSystemEncoding() to test whetehr we want to use UTF-8 in wxConvBrokenFileNames::UseUTF8()

2005-03-27 22:42 VZ, revision 33111

fixed test for GTK+ 2.4: was always false on a second or subsequent configure run if caching was used

2005-03-27 22:22 VZ, revision 33110

use popen() instead of wxExecute(), it works inside wxYield() unlike the latter

2005-03-27 22:20 VZ, revision 33109

fixed compilation in non-Unicode build; fixed bug with buffer overrun in wxMBConvUTF8::MB2WC()

2005-03-27 21:28 VS, revision 33108

added XRC handler for wxStdDialogButtonSizer

2005-03-27 19:23 RR, revision 33107

Use conversion class in native GTK+ file dialog.

2005-03-27 19:00 RR, revision 33106

Actually make use of new cool file conversion class in wxDir.

2005-03-27 18:08 VZ, revision 33105

fix TestGLCanvas ctor (part of patch 1155132)

2005-03-27 18:06 VZ, revision 33104

applied patch fixing problems with X server crash when using wxGLCanvas with nVidia cards (patch 1155132)