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

2008-05-03 20:01 JS, revision 53438

Made bullet page more compact

2008-05-03 19:53 JS, revision 53437

Don't trigger kill focus event twice

2008-05-03 19:53 JS, revision 53436

Don't trigger kill focus event twice

2008-05-03 15:33 VZ, revision 53435

replaced test for inexistent wxUSE_LOCALE with the correct wxUSE_INTL

2008-05-03 01:42 VZ, revision 53434

update from FELIPE PERIARD LOPES

2008-05-03 00:40 VZ, revision 53433

don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer [backport of r53432 from trunk]

2008-05-03 00:39 VZ, revision 53432

don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer (this resulted in practically infinite loop in table parsing code for bad HTML with incorrect colspan values)

2008-05-02 22:05 VZ, revision 53431

add an assert indicating that old code overriding OnExecute() must be updated with 2.9

2008-05-02 15:46 BP, revision 53430

Removed missing parameter from docs of wxVListBox constructor (bug 1956198).

2008-05-02 15:46 BP, revision 53429

Removed missing parameter from docs of wxVListBox constructor (bug 1956198).

2008-05-02 04:52 BP, revision 53428

Commented out appearance sections in docs temporarily until screenshots are added.

2008-05-02 04:12 BP, revision 53427

Finished initial review of a few [g*] interface headers.

2008-05-01 05:38 BP, revision 53425

Finished initial review of [v*] interface headers.

2008-04-30 13:45 RR, revision 53424

Update version info in platform detail page

2008-04-30 09:41 RR, revision 53423

Minor clarification

2008-04-30 09:34 RR, revision 53422

Mention wxGCDC

2008-04-30 09:26 RR, revision 53421

Added constructor to wxGCDC from wxPrinterDC

2008-04-30 09:17 RR, revision 53420

Use cairo_scale() for scaling to full printing resolution, correct transformation in Cairo graphics context for GTK+ printing

2008-04-30 00:44 RD, revision 53418

I think this is what Julian meant...

2008-04-29 19:16 SC, revision 53417

adding impl for Create( wxPrinterDC

2008-04-29 16:01 CE, revision 53416

add watcom define HAVE_VSSCANF_DECL (http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/100710)

2008-04-29 12:40 JS, revision 53415

A direcory for the wxWebCtrl GSoC 2008 project

2008-04-29 12:13 RR, revision 53414

Tried to transform wxGC like wxDC, failed

2008-04-29 11:56 JS, revision 53413

Reduced the height requirement for the bullet dialog for small displays

2008-04-29 11:34 RR, revision 53412

Minor doc improvements

2008-04-29 10:12 RR, revision 53411

Minor doc improvements

2008-04-29 09:53 RR, revision 53410

Minor clarification

2008-04-29 09:10 JS, revision 53409

Added a wxRichTextCtrl-specific caret implementation in case of need

2008-04-29 09:10 JS, revision 53408

Added a wxRichTextCtrl-specific caret implementation in case of need

2008-04-28 20:39 RR, revision 53406

Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext

2008-04-28 18:49 VZ, revision 53405

added wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxString fields

2008-04-28 18:13 RR, revision 53404

Some doc corrections

2008-04-28 17:31 RR, revision 53403

Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus crash

2008-04-28 17:16 MW, revision 53402

User larger ccache for the benefit of IA64 builds.

2008-04-28 13:46 JS, revision 53401

More efficient implementation of DoGetPartialTextExtents

2008-04-28 13:09 SC, revision 53400

adapted Julian's new speed improved version

2008-04-28 12:57 SC, revision 53399

adapted Julian's new speed improved version

2008-04-28 12:32 VZ, revision 53398

fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators

2008-04-28 11:33 VZ, revision 53397

fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl [backport of r53396 from trunk]

2008-04-28 11:31 VZ, revision 53396

fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widgets sample

2008-04-28 11:09 VS, revision 53395

report Unicode characters when reporting EVT_CHAR in keyboard sample

2008-04-28 11:09 VS, revision 53394

report Unicode characters when reporting EVT_CHAR in keyboard sample

2008-04-28 10:57 VS, revision 53393

use the new DoLogString signature (fixes with 2.8 compat switched off)

2008-04-28 10:15 JS, revision 53392

Make controls better size on Mac

2008-04-28 08:26 BP, revision 53391

Removed deprecated layout constraints from class summary, and more v* header reviews.

2008-04-28 04:19 KO, revision 53390

Reverting last commit, it breaks ABI compat.

2008-04-28 02:34 KO, revision 53389

svn merge -r 53385:53388 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-28 02:29 KO, revision 53388

Store the DC used to initialize wxGCDC, and make it retrievable. This helps with things like wxRenderer.

2008-04-27 18:20 KO, revision 53385

svn merge -r 53326:53384 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-04-27 17:17 JS, revision 53384

Bug fix for empty objects