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-22 10:08 JS, revision 48324

Fixed focus rect for Mac with CG

2007-08-22 10:07 JS, revision 48323

Compile fix for non-CG

2007-08-22 09:30 VS, revision 48322

made UTF-8 tables const

2007-08-22 09:24 VS, revision 48321

optimize wxStringOperationsUtf8::DecodeChar() for the ASCII case

2007-08-22 08:46 VS, revision 48320

don't derive wxHtmlTag and wxHtmlTagsCache from wxObject, it's useless

2007-08-22 06:18 VS, revision 48319

optimized wxHtmlEntitiesParser::Parse() for the common case of no entities in the input

2007-08-22 06:18 VS, revision 48318

rewrote wxHtmlEntitiesParser::Parse() using iterators, optimized for the common case of no entities in the input

2007-08-22 06:17 VS, revision 48317

slight optimization for wxHtmlEntitiesParser::GetEntityChar() in UTF-8 build: use wx_str() instead of c_str()

2007-08-22 05:45 VS, revision 48316

fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O(n) in UTF8 build, makes big difference for large HTML files

2007-08-22 04:06 BY, revision 48315

Amend the behavior of EnsureVisible and correct the GetLastVisibleRow.

2007-08-21 20:04 RD, revision 48313

Don't set the event type until we are sure it is a vertical wheel event. (Horizontal wheel events are not supported in 2.8 and can cause a divide-by-zero if they are handled incorrectly.)

2007-08-21 17:19 JS, revision 48308

Compile fix

2007-08-21 17:03 JS, revision 48307

Compile fix on Mac (at least)

2007-08-21 16:56 JS, revision 48306

Avoid selecting/updating in destructor

2007-08-21 16:56 JS, revision 48305

Avoid selecting/updating in destructor

2007-08-21 16:48 JS, revision 48304

Test to avoid crashes in some circumstances

2007-08-21 16:48 JS, revision 48303

Test to avoid crashes in some circumstances

2007-08-21 16:45 VZ, revision 48302

Fix bug with assigning a part of the string to the same string The fix has several parts: 1. don't free the old string data in ConcatSelf() if we use it as source 2. implement assign() using replace() rather than clear() + append() 3. fix replace() to work with replacement strings containing embedded NULs and optimize it by using memcpy() instead of byte-wise copy

2007-08-21 16:42 VZ, revision 48301

don't limit the multiple choice dialog size to 300x200 pixels on big screens, this doesn't make sense

2007-08-21 16:10 VS, revision 48300

use wxVector<T> instead of homegrown growing array in wxHtmlTagsCache

2007-08-21 15:51 VS, revision 48299

more wxVector<T> tests

2007-08-21 15:47 VS, revision 48298

1. fixed wxVector<T> iterators to actually point to what they're supposed to point to instead of crashing on any use 2. don't allocate memory for every element on the heap, store elements directly in the array instead of storing pointers to them

2007-08-21 15:10 JS, revision 48297

_get_timezone not available on Pocket PC 2003

2007-08-21 15:09 JS, revision 48296

_get_timezone not available on Pocket PC 2003

2007-08-21 14:58 FM, revision 48295

removed double docs for GetBitmapSelected and SetBitmapSelected

2007-08-21 14:57 FM, revision 48294

fixing missing comma

2007-08-21 14:23 FM, revision 48293

removed double docs for wxAuiNotebook::GetTabCtrlHeight

2007-08-21 14:20 FM, revision 48292

added missing \wxheading{Members} sections

2007-08-21 14:18 FM, revision 48291

removed empty dtor \membersections

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

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

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

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 13:57 JS, revision 48288

Revised timezone fix

2007-08-21 13:57 JS, revision 48287

Revised timezone fix

2007-08-21 13:30 JS, revision 48286

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 13:30 JS, revision 48285

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 12:23 RR, revision 48284

use live header button update when resizing, no XOR line

2007-08-21 12:14 JS, revision 48283

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 12:14 JS, revision 48282

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 11:59 RR, revision 48281

use live header button update when resizing, no XOR line

2007-08-21 11:45 RR, revision 48280

Compilo.

2007-08-21 11:35 VS, revision 48279

fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in

2007-08-21 11:15 JS, revision 48278

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:15 JS, revision 48277

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:04 JS, revision 48276

Applied [ 1708971 ] Make a virtual function to enable/disable docking

2007-08-21 10:59 VS, revision 48275

added test for wxVector<T> iterators (fails miserably)

2007-08-21 10:59 VS, revision 48274

re-added wxVector<T>::erase(size_t) for backward compatibility

2007-08-21 10:53 RR, revision 48273

Remove redundant line

2007-08-21 10:52 RR, revision 48272

Remove redundant line

2007-08-21 10:51 JS, revision 48271

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:51 JS, revision 48270

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

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