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)

2004-04-21 19:20 SC, revision 26903

added define for Aug 2003 gcc update compatibility with Jaguar

2004-04-21 17:43 VZ, revision 26902

fixed #if in Create(); don't use wxModelessWindows any more

2004-04-21 16:16 SC, revision 26901

creating Apple menu programmatically

2004-04-21 15:01 VZ, revision 26900

really fixed crash with strange HDN_GETDISPINFOWs under XP

2004-04-21 13:33 VS, revision 26899

don't use wxFileConfig to parse kdeglobals, it's not meant for such use. Fixes bug 939195

2004-04-21 12:55 VZ, revision 26898

got rid of some ifdefs; added comment explaining why wxYield() is really needed and Update() is not enough

2004-04-21 12:49 VZ, revision 26897

time() takes time_t, not [unsigned] long -- and in fact we don't need to pass it any argument at all

2004-04-21 12:45 VZ, revision 26896

fixed recent modeless dialog breakage caused by removing wxDIALOG_MODAL (wxModelessWindows list doesn't exist any more; wxDialog::SetModal() and IsModalShowing() deperecated)

2004-04-21 11:35 VZ, revision 26895

fixed unused variable warning

2004-04-21 07:19 SC, revision 26894

MPThread implementation by AJ Lavin

2004-04-21 07:04 SC, revision 26893

replaced Yield with YieldIfNeeded for Mac

2004-04-21 07:03 SC, revision 26892

implemented Lower and Raise for OSX

2004-04-21 01:45 RD, revision 26891

MaskedEditControl bugfix pach from Will Sadkin

2004-04-20 23:07 VZ, revision 26890

replaced generic automatic filter string by 2 different ones for all files and all files with the given extension

2004-04-20 22:17 JS, revision 26889

Don't use wxUSE_POCKETPC_UI, determine appropriate UI from SDK defines. Now creates menubar at bottom of window for PPC. Window uses default position and size in PPC.

2004-04-20 22:12 JS, revision 26888

Temporary fix for VC++ compile breakage.

2004-04-20 19:12 JS, revision 26887

Test for SDK in use

2004-04-20 19:11 CE, revision 26886

fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10

2004-04-20 19:08 VS, revision 26885

eliminated some warnings

2004-04-20 19:04 CE, revision 26884

fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10

2004-04-20 18:55 VS, revision 26883

added wxString tests (patch 938082)

2004-04-20 18:54 RR, revision 26882

Applied the two patches from Kevin for gsocket and wxGetTUCTime.

2004-04-20 18:52 JS, revision 26881

Compile fix for eVC++ 4 with PocketPC 2003

2004-04-20 18:48 JS, revision 26880

Added script to generate Wince project

2004-04-20 18:39 VS, revision 26879

backported fix for 64bit archs

2004-04-20 14:33 CE, revision 26878

SF patch #938489 (for VC5)

2004-04-20 13:34 VZ, revision 26877

made Update() virtual

2004-04-20 13:34 CE, revision 26876

SF patch #938489

2004-04-20 11:35 VZ, revision 26875

fixed bug in default filter string construction (you can't Printf() a string in itself)

2004-04-19 23:24 RD, revision 26874

Added new MaskedEditControl code from Will Sadkin. The modules are now locaed in their own sub-package, wx.lib.masked. Demos updated.

2004-04-19 23:22 RD, revision 26873

Add back some missing enums

2004-04-19 23:14 RD, revision 26872

Make sure the window is not iconized before saving position and size.

2004-04-19 22:48 RD, revision 26871

Also Check for validity in comparrison operators

2004-04-19 22:16 RD, revision 26870

Check for validity in __repr__ and __str__

2004-04-19 21:47 RR, revision 26869

Code for single instance and bring-to-top under CE.

2004-04-19 14:41 JS, revision 26868

Don't infinitely recurse when setting the child focus. Without this, nested panels/scrolled windows that work fine on wxGTK, wxMSW can cause infinite recursion on wxMac

2004-04-19 14:02 VZ, revision 26867

compilation fix for wxUSE_VALIDATORS==0

2004-04-18 22:47 VZ, revision 26866

compilation fix for wxUSE_VALIDATORS==0

2004-04-18 21:35 VS, revision 26865

wxVsnprintf_ fix: added %ls,%lc handling (patch 937094)

2004-04-18 20:04 VS, revision 26864

small test suite improvements (patch 937094)

2004-04-18 19:26 VS, revision 26863

applied rest of streams test suite patch

2004-04-18 16:59 SC, revision 26862

alternative direct CFSocket implementation, not yet for production use

2004-04-18 16:42 RR, revision 26861

make spin control flat, too, under Win CE.

2004-04-18 16:37 SC, revision 26860

MSL support also for MSW

2004-04-18 16:37 SC, revision 26859

switching to host / network ordering swapping

2004-04-18 16:33 SC, revision 26858

yielding from main loop

2004-04-18 16:31 SC, revision 26857

otherwise all runloop dependent callbacks cannot work outside of the main thread

2004-04-18 16:30 SC, revision 26856

byte ordering changed to network ordering

2004-04-18 16:28 SC, revision 26855

metrowerks uname support

2004-04-18 14:11 JS, revision 26854

Casting fix