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-05-11 22:41 VZ, revision 45981

avoid truncating the colour channels values, this results in warnings when using VC8 debug CRT (patch 1717288) [backport from HEAD]

2007-05-11 22:40 VZ, revision 45980

fix compilation

2007-05-11 22:39 VZ, revision 45979

translate the 'About' string (patch 1717088) [backport from HEAD]

2007-05-11 22:31 VZ, revision 45978

translate the 'About' string (patch 1717088)

2007-05-11 22:29 VZ, revision 45977

added Slovak translation to 2.8 too

2007-05-11 22:29 , revision 45976

This commit was manufactured by cvs2svn to create branch 'WX_2_8_BRANCH'.

2007-05-11 22:28 VZ, revision 45975

avoid truncating the colour channels values, this results in warnings when using VC8 debug CRT (patch 1717288)

2007-05-11 21:36 RD, revision 45974

catch exceptions from ConvertToBitmap and bail out

2007-05-11 20:55 VS, revision 45973

use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; don't use global wxConvUTF8 object internally, it may be unavailable at static objects destruction time

2007-05-11 20:05 VS, revision 45972

avoid conversion to wchar_t* when getting UTF-8 value in UTF-8 build

2007-05-11 20:00 VS, revision 45971

fixed wxSVGFileDC::write() to output UTF-8 even in ANSI build

2007-05-11 19:55 RD, revision 45970

Remove the Skip, it causes problems in wxGTK...

2007-05-11 19:51 RD, revision 45969

Use RemoveEventHandler instead of PopEventHandler

2007-05-11 19:48 RD, revision 45968

masked/textctrl.py: A code refactoring bugfix for .ChangeValue() support. masked/combobox.py: Several fixes for value selection behavior, and one for navigation in readonly control.

2007-05-11 18:56 RD, revision 45967

Fix pywxrc's generation of menu and menubar classes and aldo fix how it generates attributes for menus, menubars and menuitems comtained in other objects.

2007-05-11 18:54 RD, revision 45966

Typo fixes

2007-05-11 17:23 RD, revision 45965

Disable the for loop in ~wxAuiManager to avoid possibly accessing memory via bad pointers.

2007-05-11 17:16 VZ, revision 45964

don't try to create surfaces of 0 size, even if the window size is 0 (as it may happen)

2007-05-11 16:48 RR, revision 45963

Call wxKeyEvent::SetEventObject() if no last key event available from which it is otherwise copied.

2007-05-11 16:47 RR, revision 45962

Set call event.SetEventObject() from commit_cb for wxKeyEvent

2007-05-11 15:28 RD, revision 45961

rename new image, add to encode_bitmaps.py

2007-05-11 15:08 KO, revision 45960

Don't highlight the active pane, and add source png for the custom control to the demo.

2007-05-11 13:05 VZ, revision 45959

use LRESULT instead of LONG in MSWOnDraw() to fix it under Win64 (bug 1715591) [backport from HEAD]

2007-05-11 13:04 VZ, revision 45958

don't try to update TLW default button in WM_SET/KILLFOCUS handlers if the TLW is being deleted (bug 1660913) [backport from HEAD]

2007-05-11 13:01 VZ, revision 45957

use LRESULT instead of LONG in MSWOnDraw() to fix it under Win64 (bug 1715591)