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-09 05:43 RD, revision 27703

Regenned the metadata

2004-06-09 05:40 RD, revision 27702

Regenned the ReST docs

2004-06-09 05:38 RD, revision 27701

distrib and build updates

2004-06-09 05:13 SC, revision 27700

removed invalid restriction

2004-06-09 02:43 RD, revision 27699

bash version of wxPython's b script for win32

2004-06-08 23:46 RD, revision 27698

In unicode builds convert the source files and overview text to unicode before displaying them.

2004-06-08 23:42 RD, revision 27697

Added bash versions of my build scripts and updated BUILD.txt for how to do it by hand without the scripts

2004-06-08 20:11 VS, revision 27696

test wxString's char<->wchar_t ctors

2004-06-08 20:11 VS, revision 27695

fixed wxString char<->wchar_t conversion constructors to not truncate strings and correctly handle nLength argument

2004-06-08 19:36 RD, revision 27694

Move wxMacCFStringHolder::AsString and etc. to wxBase

2004-06-08 19:27 ABX, revision 27693

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.

2004-06-08 16:33 RD, revision 27692

Only call GetBestSize if one or both of the minsize components are unset.

2004-06-08 14:57 JS, revision 27691

Include wx/image.h

2004-06-08 14:48 SC, revision 27690

direct ie non mutex crit-section implementation

2004-06-08 14:46 SC, revision 27689

fixing access errors when running in unicode

2004-06-08 14:44 SC, revision 27688

message output for darwin into console, cannot use the normal converters as these are already in destruction

2004-06-08 05:28 SC, revision 27687

switched to wxLocale usage for string encoding

2004-06-08 01:30 RD, revision 27686

typo

2004-06-08 01:30 RD, revision 27685

reSWIGged

2004-06-08 01:13 RD, revision 27684

Add each line independently

2004-06-08 01:12 RD, revision 27683

The new OGL doesn't have to be compatible with the bugs in the old one! ;-)

2004-06-08 00:09 RD, revision 27682

Can't call ShiftDown when it is a CommandEvent

2004-06-08 00:04 RD, revision 27681

Make the copy ctor for the wxPrint*Data classes avaialble from Python. This is so we can ensure we get a copy of the data objects when needed instead of just a reference to a data object within another that may get deleted unexpectedly.

2004-06-08 00:02 RD, revision 27680

pi --> math.pi

2004-06-08 00:01 RD, revision 27679

remove the Yield's

2004-06-07 23:59 RD, revision 27678

typo fixed

2004-06-07 23:59 RD, revision 27677

Notes about implementing CreatePopupMenu for the future

2004-06-07 23:58 RD, revision 27676

handle returning the cookie for Get[First|Next]Selected like in the treectrl.

2004-06-07 23:56 RD, revision 27675

little tweaks

2004-06-07 16:02 ABX, revision 27674

-1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements.

2004-06-07 12:36 JS, revision 27673

Added Marco to credits

2004-06-07 12:09 VS, revision 27672

blind fix for compilation error in EVT macros

2004-06-07 09:46 JS, revision 27671

Compile fix

2004-06-06 18:10 SN, revision 27670

Readded WS_VISIBLE flags that I removed for testing.

2004-06-06 17:45 SN, revision 27669

Readded WS_VISIBLE flags that I removed for testing.

2004-06-06 17:37 SN, revision 27668

Readded WS_VISIBLE flag. Fixed expansion of size limit for contained text.

2004-06-06 16:30 SN, revision 27667

Initialize m_PageSize.

2004-06-06 15:32 VS, revision 27666

use pango_font_family_is_monospace() to enumerate fixed-width fonts if available

2004-06-06 15:21 VS, revision 27665

fixed wxPluginLibrary unloading on failture (patch #962838)

2004-06-06 15:15 VS, revision 27664

fixed wxPluginLibrary unloading on failture (patch #962838)

2004-06-06 15:09 VS, revision 27663

fixed double deletion (patch #945491)

2004-06-06 14:59 VS, revision 27662

fixed incorrect assert (patch #943970)

2004-06-06 14:49 VS, revision 27661

restored colour labels until we have more information, it seems to work with all GTK2 versions

2004-06-06 11:27 JS, revision 27660

Partial fix for out of order sections, by adding fflush

2004-06-06 07:06 JS, revision 27659

Give controls on frame statusbar a chance to paint

2004-06-05 21:47 VS, revision 27658

new MinGW requires NO_GCC_PRAGMA for exceptions handling, too

2004-06-05 21:39 VS, revision 27657

don't define _puttchar ourselves when using newest mingw runtime

2004-06-05 21:01 MBN, revision 27656

Added code for 3 state checkbox.

2004-06-05 20:55 MBN, revision 27655

This code is now shared with wxX11: remove.

2004-06-05 20:49 MBN, revision 27654

Warning fixes.