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

2007-08-20 22:30 RR, revision 48232
  • D /wxWidgets/trunk/docs/latex/wx/dataviewlistmodelnotifier.tex

Removed.

2007-08-20 22:29 RR, revision 48231

Updated docs

2007-08-20 21:39 JW, revision 48230

Fixed infinite recursion loop in font initialization, replaced old pass-by-argument wxApp configuration with a pass-through-fifo method

2007-08-20 20:24 VS, revision 48229

don't recompute nonbreakable space character every time a text fragment is added in ANSI build

2007-08-20 20:08 VS, revision 48227

marked const wxHtmlEntitiesParser methods as such

2007-08-20 19:20 VS, revision 48224

fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument

2007-08-20 17:26 RR, revision 48223

Patch from Bo, adapt generic code to new API, add GetItemRect and HitTest

2007-08-20 15:19 VS, revision 48222

added wxUTF8StringBuffer for writing UTF8 data into wxString efficiently, similarly to existing wxStringBuffer classes

2007-08-20 14:58 BY, revision 48221

Keep same with the trunk code.

2007-08-20 14:39 BY, revision 48220

Comply with Robert's new API and add two more APIs.

2007-08-20 13:52 JW, revision 48219

Improved response generation code, fixed TODOs, added documentation

2007-08-20 13:51 RR, revision 48218

Make wxDataViewItemArray more efficient

2007-08-20 13:35 RR, revision 48217

backported wxList<T> docs

2007-08-20 13:32 RR, revision 48216

Added STL API to wxList docs

2007-08-20 12:30 VS, revision 48215

Vadim's new test broke subsequent asserts, fixed

2007-08-20 10:38 VZ, revision 48214

added tests demonstrating a bug in wxString::assign(itself)

2007-08-20 08:45 CE, revision 48213

fix missing makefiles for 2.8.5

2007-08-20 01:41 KO, revision 48211

wxURI variable removed by previous commit is used on MSW, so add it back in for that port.

2007-08-19 22:57 RR, revision 48209

Implement selection API and events

2007-08-19 22:18 RR, revision 48208

Implement ...COLUMN_SORTED event

2007-08-19 22:16 VS, revision 48207

compilation fix for broken libstdc++ visibility

2007-08-19 21:44 RR, revision 48206

Change EnsureVisble() to including column parameter, implemented it for wxGTK

2007-08-19 21:24 VS, revision 48205

renamed wxImplStringBuffer to wxStringInternalBuffer

2007-08-19 21:20 RR, revision 48204

Implemented and tested EXPANDED etc events for wxGTK and in the sample

2007-08-19 20:46 FM, revision 48203

updated makefiles