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