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

2004-06-04 16:03 VS, revision 27628

changed wxColourData default palette to NULL colours instead of white

2004-06-04 16:02 VS, revision 27627

added native wxColourDialog for GTK2

2004-06-04 15:58 VS, revision 27626

1. changed wxColourData default palette to NULL colours instead of white 2. added native wxColourDialog for GTK2

2004-06-04 15:57 VS, revision 27625

remember custom palette changes done in wxColourDialog

2004-06-04 15:57 VS, revision 27624

GdkColor<->wxColour values conversion is not dependent on size of integer types, values range is specified

2004-06-04 15:33 JS, revision 27623

Corrected strange test for __WINDOWS__ or wxUSE_MFC

2004-06-04 13:54 ABX, revision 27622

Use correct help system.

2004-06-04 12:43 ABX, revision 27621

Use correct help system.

2004-06-04 11:40 VS, revision 27620

set transiency relation so that the WM can do better job of positioning the window

2004-06-04 11:39 VS, revision 27619

be good citizen, don't force window position; instead, set transiency relation so that the WM can do better job of positioning the window

2004-06-04 10:48 ABX, revision 27618
  • D /wxWidgets/trunk/samples/wxtest

Removed wxtest sample.

2004-06-04 10:28 VS, revision 27617

title needs to be translated, too

2004-06-04 10:21 JS, revision 27616

If we have multiple filters in a Save dialog, don't use kNavPreserveSaveFileExtension since it suppresses multiple filters.

2004-06-04 10:13 VS, revision 27615

cleared junk

2004-06-04 10:06 ABX, revision 27614

Removed wxtest sample.

2004-06-04 10:03 VS, revision 27613

use simple template instead of macro, it's easier to debug

2004-06-04 09:54 ABX, revision 27612

Removed wxtest sample.

2004-06-04 08:19 SC, revision 27611

introduction of m_peer

2004-06-04 07:28 SC, revision 27610

introduction of m_peer

2004-06-04 07:21 SC, revision 27609

introduction of m_peer

2004-06-04 05:18 RD, revision 27608

Docstrings for the sizers

2004-06-04 04:45 RD, revision 27607

namespace fixes

2004-06-03 21:13 VS, revision 27606

split wxRegion(wxBitmap) ctor into two ctors with clearer semantics

2004-06-03 20:08 VS, revision 27605

wxGetenv was incorrectly implemented, caching prevented it from reflecting environment changes -- now fixed

2004-06-03 19:48 VS, revision 27604

added tests for wx's CRT wrappers (so far only wxGetEnv,wxSetEnv)