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

2005-03-04 19:29 ABX, revision 32603

Unicode markup.

2005-03-04 19:27 ABX, revision 32602

Removed ambiguity between deprecated and new constructor.

2005-03-04 19:23 ABX, revision 32601

Small warning fixes.

2005-03-04 19:19 ABX, revision 32600

Name conflict correction.

2005-03-04 19:14 RR, revision 32599

Trying to get default button placement and size right.

2005-03-04 18:33 RR, revision 32598

Applied John L's patches for curson scaling, image resizing without scaling and the art provider resize bitmap patch. I'll look into adapting the generic file dialog to it.

2005-03-04 17:31 RR, revision 32597

Changed wxFileName::SetExt() as per the discussion, added ClearExt() and SetEmptyExt() and documented it.

2005-03-04 07:24 ABX, revision 32596

#pragma implementation fix.

2005-03-04 07:18 ABX, revision 32595

Complete wxW set of files in PalmOS makefile (still builds fine due to wxUSE_XXX flags). Initial (BASE) movement towards files.bkl.

2005-03-03 21:07 ABX, revision 32594

Warning fixes for formating.

2005-03-03 20:57 RD, revision 32593

reworded a bit

2005-03-03 20:21 ABX, revision 32592

Warning fix.

2005-03-03 20:13 RD, revision 32591

reSWIGged

2005-03-03 19:58 RD, revision 32590

new style flags for wxBufferedDC

2005-03-03 19:56 RD, revision 32589

Add copy ctor for wxPyCBInputStream and use it to prevent double deletion of the wxInputStream passed to wxFSFile

2005-03-03 19:50 ABX, revision 32588

Source cleaning.

2005-03-03 19:46 ABX, revision 32587

Allow build without fatal exceptions support.

2005-03-03 19:45 RR, revision 32586

Adapt SetExt() to new availability of m_hasExt. I also added SetNoExt() as there needs to be a way to remove the extension. One wonders what SetExt( "" ) is supposed to do. Maybe adding SetEmptyExt() would be better and backwards compatible.

2005-03-03 19:37 ABX, revision 32585

Usage of common default colours in OGL + minor warning fixes.

2005-03-03 19:21 ABX, revision 32584

Source cleaning.

2005-03-03 19:19 ABX, revision 32583

Warning fixes.

2005-03-03 19:17 ABX, revision 32582

Follow api of wxInputStream (warning fixes).

2005-03-03 19:15 ABX, revision 32581

Warning fix.

2005-03-03 19:12 ABX, revision 32580

Huge streams checking and warning fixes.

2005-03-03 19:09 ABX, revision 32579

Recent commits added new variables for length when there is already one available with warnings silenced.

2005-03-03 17:18 VS, revision 32578

fixed crash when wxHtmlWindow's content is updated when making selection

2005-03-03 13:46 VZ, revision 32577

fixed bug in ReadAll(): it always returned error when reading files with DOS EOLs in text mode

2005-03-03 12:52 JJ, revision 32576

Committing in . OpenVMS compile support updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/common/string.cpp ----------------------------------------------------------------------

2005-03-03 10:54 VZ, revision 32575

use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)

2005-03-03 10:53 VZ, revision 32574

added wx_dynamic_cast()

2005-03-03 10:39 VZ, revision 32573

added AC_CXX_DYNAMIC_CAST

2005-03-03 06:56 JS, revision 32572

Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to buffered DC

2005-03-03 01:51 RD, revision 32571

Add SetDefault()

2005-03-02 22:49 MW, revision 32570

Add forcelnk.h and version.rc to distribution tars and zips

2005-03-02 22:16 RN, revision 32569

get rid of duplicate comment :)

2005-03-02 22:11 RD, revision 32568

reSWIGged

2005-03-02 22:02 RD, revision 32567

reSWIGged

2005-03-02 21:35 RD, revision 32566

Reduce the value of the fkey guard for unicode characters

2005-03-02 20:42 RD, revision 32565

allow border flags

2005-03-02 20:41 RD, revision 32564

more build load-balancing

2005-03-02 20:38 RD, revision 32563

don't need to import xml.sax anymore

2005-03-02 18:32 RD, revision 32562

Add GetToolTip accessor

2005-03-02 18:32 RD, revision 32561

Set the mouse pos for the drag events, add support for the tooltip event

2005-03-02 18:31 RD, revision 32560

Set the mouse pos for the drag events

2005-03-02 17:45 SC, revision 32559

unicode character events

2005-03-02 10:57 ABX, revision 32558

In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some of protected members (catched only by Borland). Therefore some of the flags related to background needs reading API.

2005-03-02 10:44 JS, revision 32557

Must use GetAdjustedBestSize for getting child window sizes, since DoGetBestSize returns standard control size e.g. 100x100 on Windows, and not an explicit size passed to it. This may be because the splitter window isn't a true sizer and m_bestSizeCache isn't updated properly (see window.h, GetBestSize: IsFullySpecified fails.)

2005-03-02 08:16 JS, revision 32556

Fixed wxBufferedPaintDC for scrolled windows

2005-03-02 05:17 RN, revision 32555

*** empty log message ***

2005-03-02 02:47 RN, revision 32554

note that GetFromWindow is windows only