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):

2008-05-08 14:13 VZ, revision 53491

don't override DoDrawSpline() under CE at all instead of overriding it and then always forwarding to the base class version

2008-05-08 14:12 VZ, revision 53490

fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap unnecessarily when we can just do it on the stack

2008-05-08 13:57 VZ, revision 53489

don't redeclare vsscanf() for Windows compilers, the case of missing declaration for an existing function only arises under old Unix systems

2008-05-08 13:28 VZ, revision 53488

add a combobox to one of the toolbars, just for testing

2008-05-08 13:25 VZ, revision 53487

correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358)

2008-05-08 13:19 VZ, revision 53486

correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358); simplified the code a little by introducing wxGetTBItemRect() function

2008-05-08 12:55 VZ, revision 53485

compilation fix after switch to using std::string in wxString internally when wxUSE_STD_STRING==1 instead of only when wxUSE_STL==1

2008-05-08 02:36 VZ, revision 53484

update and complete Unicode overview; add an overview of changes since wx 2.8

2008-05-07 18:56 RR, revision 53483

Remove const consts from docs

2008-05-07 18:52 RR, revision 53482

current locale in wxString means wxConvLibc

2008-05-07 17:56 RR, revision 53481

Mention wxConvLocal in wxString

2008-05-07 17:36 RR, revision 53480

Further wxString clarification according to current implementation

2008-05-07 16:23 PC, revision 53479

use PNGAPI if it is defined

2008-05-07 07:29 JS, revision 53478

Added const when writing XPMs to avoid gcc warnings

2008-05-07 07:28 JS, revision 53477

Added const when writing XPMs to avoid gcc warnings

2008-05-07 00:46 VZ, revision 53475

use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even if wxUSE_STL==1

2008-05-07 00:43 VZ, revision 53474

extract the most important wxUSE_XXX settings in their own category

2008-05-07 00:35 VZ, revision 53473

don't use $0$ and $1$, Doxygen doesn't have math mode

2008-05-06 21:11 VS, revision 53471

compilation fixes for !wxUSE_FONTMEM case

2008-05-06 21:04 RR, revision 53470

[ 1957970 ] wxWeakRef - assign from other wxWeakRef

2008-05-06 20:36 RR, revision 53469

Fix more typos

2008-05-06 17:08 VS, revision 53468

removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash

2008-05-06 15:29 VS, revision 53467

use const char*, not char*, for embedded XPMs to fix gcc warnings

2008-05-06 12:51 RR, revision 53466

Try to fix formating

2008-05-06 10:42 RR, revision 53465

More wxString docs, listed most STL methods

2008-05-06 07:06 BP, revision 53464

Interface header review of wxStringTokenizer by Azriel Fasten.

2008-05-06 03:17 BP, revision 53463

Added missing semi-colon in DVC interface header, and fixed the appearance alias to really only output to HTML.

2008-05-05 23:35 VZ, revision 53462

dump totals as well as averages when gatheting statistics

2008-05-05 23:30 VZ, revision 53461

remove _T()s, they're unneeded now

2008-05-05 22:02 BP, revision 53460

Added todos for changing wxVListBox::OnDraw* virtual functions to non-const (I'm not sure what compatibility issues we'll run into here yet).

2008-05-05 20:49 BP, revision 53459

Added margin to event handler function prototypes for IE6 and IE7 which were rendering it on top of the previous paragraph.

2008-05-05 10:53 VS, revision 53457

fixed &nbsp; handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)

2008-05-05 10:52 VS, revision 53456

fixed &nbsp; handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)

2008-05-05 10:10 JS, revision 53455

Reverted patch 1906896 because it broke prgrammatic style application with BeginStyle/EndStyle.

2008-05-05 10:10 JS, revision 53454

Reverted patch 1906896 because it broke prgrammatic style application with BeginStyle/EndStyle.

2008-05-05 08:16 JS, revision 53453

Use fallback when passing -1 for point size (as allowed by other ports)

2008-05-05 08:16 JS, revision 53452

Use fallback if passing -1 as point size (as allowed on other ports)

2008-05-05 08:15 JS, revision 53451

Removed non-ANSI characters, even if the result is gibberish German

2008-05-04 21:03 VS, revision 53450

clarified From/To8BitData's purpose

2008-05-04 21:03 VS, revision 53449

clarified From/To8BitData's purpose

2008-05-04 13:55 SC, revision 53448

fixing memory leaks on three levels (bug report 1905138)

2008-05-04 13:49 SC, revision 53447

fixing memory leaks on three levels (bug report 1905138)

2008-05-04 09:37 VS, revision 53446

check tables width parameter for invalid values

2008-05-04 09:36 VS, revision 53445

check tables width parameter for invalid values

2008-05-04 09:04 BP, revision 53444

Initial review of various [q-r] by Utensil Candel.

2008-05-04 08:45 VS, revision 53443

fixed incorrect handling of end iterator in HtmlizeLinebreaks() introduced in r53298 (patch #1956966)

2008-05-03 20:18 JS, revision 53442

Fixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl Added standard accelerators for cut, copy, paste and select all.

2008-05-03 20:18 JS, revision 53441

Fixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl Added standard accelerators for cut, copy, paste and select all.

2008-05-03 20:07 JS, revision 53440

Applied patch [ 1906896 ] Fix for bug #1906223 and optimization Don't set default style to cursor style until entering text Andrej Sinicyn

2008-05-03 20:07 JS, revision 53439

Applied patch [ 1906896 ] Fix for bug #1906223 and optimization Don't set default style to cursor style until entering text Andrej Sinicyn