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-04-25 08:06 VS, revision 26953
  • R /wxWidgets/trunk/src/zlib/algorithm.txt
  • R /wxWidgets/trunk/src/zlib/ChangeLog
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r26952, which included commits to RCS files with non-trunk default branches.

2004-04-25 08:06 VS, revision 26952

imported zlib 1.2.1

2004-04-25 08:06 , revision 26951

This commit was manufactured by cvs2svn to create branch 'ZLIB'.

2004-04-25 08:06 VS, revision 26950

Initial revision

2004-04-25 08:03 , revision 26949

This commit was manufactured by cvs2svn to create tag 'ZLIB_1_1_4'.

2004-04-25 08:03 VS, revision 26948
  • R /wxWidgets/trunk/src/zlib/ChangeLog
  • R /wxWidgets/trunk/src/zlib/configure
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/Makefile.riscos
  • R /wxWidgets/trunk/src/zlib/Make_vms.com
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r26947, which included commits to RCS files with non-trunk default branches.

2004-04-25 08:03 VS, revision 26947

imported zlib 1.1.4

2004-04-25 07:03 RD, revision 26946

reSWIGged

2004-04-25 06:51 RD, revision 26945

Renamed the core namespace's submodules to have a leading underscore. This is so epydoc will automatically mark them as private and won't document the objects they contain (they'll be docmented via the wx module.)

2004-04-25 00:47 RD, revision 26944

reSWIGged

2004-04-25 00:43 RD, revision 26943

silence a bogus error message

2004-04-25 00:39 RD, revision 26942

wx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier

2004-04-25 00:38 RD, revision 26941

Use the right classname

2004-04-25 00:38 RD, revision 26940

We need __docfilter__ too

2004-04-25 00:37 RD, revision 26939

Tweak the text about Sizer changes

2004-04-25 00:34 RD, revision 26938

allow to be imported independently

2004-04-24 07:57 SC, revision 26937

gcc warnings

2004-04-23 19:22 VZ, revision 26936

mention that CountTokens() returns the number of remaining tokens, not the total count

2004-04-23 12:24 SC, revision 26935

added network-to-host noops

2004-04-23 09:14 SC, revision 26934

CFM Build fixes

2004-04-23 08:54 SC, revision 26933

always use opaque structs

2004-04-22 23:25 RD, revision 26932

Add __docfilter__ to modules so epydoc doesn't generate docs for all the SWIG crud in the modules it doesn't need to.

2004-04-22 23:22 RD, revision 26931

A way to make the DC classes in wxPython look like the ones in 2.5, so code can be written that works with both versions.

2004-04-22 22:57 RD, revision 26930

Use PostCreate

2004-04-22 22:57 RD, revision 26929

wxFIXED_MINSIZE is not needed anymore

2004-04-22 22:48 RD, revision 26928

bugfix

2004-04-22 22:47 RD, revision 26927

Remove some obsolete window styles, added a new sizer flag

2004-04-22 22:46 RD, revision 26926

Add the masked package dir

2004-04-22 22:45 RD, revision 26925

Various tweaks, docstring fixes, etc.

2004-04-22 22:37 RD, revision 26924

Updated SWIG docstring changes, also merged prepend patch

2004-04-22 22:08 RD, revision 26923

Add SetKind accessor

2004-04-22 22:07 RD, revision 26922

Get the GIL before raising an exception

2004-04-22 22:05 RD, revision 26921

Fix wxGTK's menu and menubar so Insert does something other than always append.

2004-04-22 22:04 RD, revision 26920

SetFont may temporarily rset the background to wxNullColour before calling ApplyWidgetStyle, so make sure we don't use an invalid colour.

2004-04-22 22:02 RD, revision 26919

Add SetKind accessor

2004-04-22 21:44 RD, revision 26918

Instead of using GetAdjustedBestSize use the minsize if there is one, otherwise use GetBestSize. This allows for situations where the minsize is smaller than the bestsize (for example, abbreviated state fields will normally be smaller than the 100px best size for wxTextCtrls.)

2004-04-22 21:11 DS, revision 26917

fixed broken filetype filters in file dialogs

2004-04-22 20:51 SC, revision 26916

adapting the MSW way for mutex gui

2004-04-22 20:50 SC, revision 26915

fixes, rewrites, adopting the posix way of resume/suspend (while using MP-API) as throwing exceptions is explicitely not recommended

2004-04-22 18:28 VS, revision 26914

fixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles

2004-04-22 08:26 VS, revision 26913

fixed generating dmars makefiles

2004-04-21 21:14 VS, revision 26912

applied 928163: zlib truncated output fix

2004-04-21 21:13 VS, revision 26911

applied patch 939076: __SMARTPHONE__ define

2004-04-21 21:04 VS, revision 26910

added wxRegEx::GetMatchCount

2004-04-21 21:03 VS, revision 26909

applied patch 939076: __SMARTPHONE__ define

2004-04-21 20:47 VS, revision 26908

applied 928163: zlib truncated output fix

2004-04-21 20:20 VS, revision 26907

make the tests run a little faster

2004-04-21 20:17 VS, revision 26906

moved wxRegEx test from console to testsuite (patch 938995)

2004-04-21 20:14 VS, revision 26905

small fix (patch 938995)

2004-04-21 20:14 VS, revision 26904

added wxRegEx::GetMatchCount (patch 938995)