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-08-21 10:48 RR, revision 48269

Removed gaps between header buttons and the strange header offset

2007-08-21 10:46 RR, revision 48268

Removed gaps between header buttons and the strange header offset

2007-08-21 10:45 RR, revision 48267

Compile fix

2007-08-21 09:40 VS, revision 48266

use wxString's UTF8 methods in wxCocoa, it's slightly more efficient in UTF8 build

2007-08-21 09:38 JS, revision 48265

Addition to [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48264

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48263

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:18 JS, revision 48262

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:18 JS, revision 48261

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:06 JS, revision 48260

Removed unnecessary code

2007-08-21 09:06 JS, revision 48259

Removed unnecessary code

2007-08-21 08:55 JS, revision 48258

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:55 JS, revision 48257

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:35 JS, revision 48256

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:35 JS, revision 48255

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:14 JS, revision 48254

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:14 JS, revision 48253

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:05 JS, revision 48252

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 08:05 JS, revision 48251

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 07:42 JS, revision 48250

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-21 07:41 JS, revision 48249

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-20 23:43 KO, revision 48236

(Port to 2.8) Fix for wxMemoryDC::GetAsBitmap(wxRect) on Windows.

2007-08-20 23:26 KO, revision 48235

Fix for wxMemoryDC::GetAsBitmap() not working on Windows.

2007-08-20 23:23 JW, revision 48234

Fixed several bugs in mod_wx, and added appUrl and scriptUrl parameters

2007-08-20 23:16 VS, revision 48233

the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does