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