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

2003-12-03 03:26 RD, revision 24703

Some little tweaks for debugging

2003-12-03 03:24 RD, revision 24702

Use InheritAttributes for wxGTK widgets so they will check ShouldInheritColours. Set wxButton to not inherit colours.

2003-12-03 01:40 RD, revision 24701

reSWIGed

2003-12-03 01:38 RD, revision 24700

Mention that NO_FULL_REPAINT_ON_RESIZE is now the default

2003-12-03 01:38 RD, revision 24699

Add missing wxFULL_REPAINT_ON_RESIZE

2003-12-03 01:37 RD, revision 24698

Give wxTimer a GetId accessor

2003-12-03 00:49 RD, revision 24697

New SWIG runtime and commandline param

2003-12-03 00:44 RD, revision 24696

wxLogTrace API change

2003-12-03 00:43 RD, revision 24695

Out typemap for wxString&

2003-12-02 08:56 JS, revision 24694

Patches from "Viktor Voroshylo" <viktor@voroshylo.com> isses with context menu on real PocketPC device static text not showing full message under WinCE

2003-12-01 09:39 RR, revision 24693

Small fix.

2003-12-01 09:37 RR, revision 24692

Native fonts now seem to require a font size.

2003-11-30 22:36 VZ, revision 24691

added obsolescence note

2003-11-30 20:46 VZ, revision 24690

updated DMC instructions for 8.38

2003-11-30 20:44 VZ, revision 24689

removed wxLogTrace() without mask to fix DMC compilation

2003-11-30 14:05 VZ, revision 24688
  • D /wxWidgets/trunk/build/makefile.bcc

removed old copy (?) of the file which is now in build/msw

2003-11-30 13:53 VZ, revision 24687

added wxRegConfig read test

2003-11-30 13:49 VZ, revision 24686

skip event after loggig

2003-11-30 13:41 VZ, revision 24685

marked FindColour() as deprecated; removed AddColour() which was only used internally

2003-11-30 13:39 VZ, revision 24684

added NULL here too (forgot to commit when added to tex2rtf.ini)

2003-11-28 22:46 DS, revision 24683

Fixed possible usage of uninitialized variable.

2003-11-28 18:45 RD, revision 24682

reSWIGged

2003-11-28 18:43 RD, revision 24681

Changed the itemid parameter names back to id

2003-11-28 18:42 RD, revision 24680

Expose SetClippingRegion(point, size)

2003-11-28 18:40 RD, revision 24679

Ensure that __version__ is visible from wxPython/__init__.py

2003-11-28 18:39 RD, revision 24678

Added some aliases

2003-11-28 09:19 JS, revision 24677

WinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com> 1) to take care of ShowFullScreen. 2) will make WinCE context menu in listctrl to generate the same event as right click. WinCE does not have right click so I think it is reasonable solution for it.

2003-11-27 12:13 JS, revision 24676

Attempt to fix Borland compilo

2003-11-27 12:09 DS, revision 24675

Fixed signed/unsigned warning (GetCount() returns size_t, not int); Slight cosmetic cleanup.

2003-11-27 01:17 RD, revision 24674

reSWIGged

2003-11-27 01:06 RD, revision 24673

reSWIGged

2003-11-27 00:53 RD, revision 24672

Updated docstring patch so that it senses multi-line docstrings and does a proper indentation if so.

2003-11-26 20:03 VS, revision 24671

set m_language even when wxstd.mo wasn't loaded

2003-11-26 20:01 VZ, revision 24670

resolved conflict (because I forgot to commit before)

2003-11-26 19:57 DS, revision 24669

Declaration of CopySelection is bool instead of void.

2003-11-26 19:33 VS, revision 24668

assert if wxLocale::Init called twice

2003-11-26 11:06 VS, revision 24667

cleanup: don't pass builtin libs includes to CPPFLAGS, it's already taken care of by the {b,m}makefile

2003-11-26 11:03 VS, revision 24666

fixed order of includes

2003-11-26 06:11 RD, revision 24665

wx namespace

2003-11-26 06:09 RD, revision 24664

More docstrings and rearrainged a couple things.

2003-11-25 23:52 VZ, revision 24663

don't test whether m_selection is NULL both before calling CopySelection() and inside it; one time is enough

2003-11-25 23:50 VZ, revision 24662

fixed memory leak (m_selection wasn't deleted)

2003-11-25 21:50 RD, revision 24661

Don't put the introspected argstr in the docstring if the firstline appears to have one already.

2003-11-24 20:53 DS, revision 24660

Applied patch #809919 (Allows wxMac threads to run at fullspeed).

2003-11-24 19:22 RD, revision 24659

script to make the raw preview tarball

2003-11-24 19:20 RD, revision 24658

reSWIGged

2003-11-24 19:10 RD, revision 24657

More Unicode fixes

2003-11-24 18:37 VZ, revision 24656

mention wxTheApp

2003-11-24 17:33 RD, revision 24655

Fixed how the list of files is converted

2003-11-24 17:27 RD, revision 24654

Fixed parameter type