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

2003-03-27 20:33 SC, revision 19841

wxMac Unicode support

2003-03-27 20:21 SC, revision 19840

wxMac Unicode support

2003-03-27 20:17 MBN, revision 19839

FIxed wxRadioBox::Get/SetLabel.

2003-03-27 20:14 SC, revision 19838

wxMac Unicode support

2003-03-27 20:06 VS, revision 19837

fixed loading of resource from ZIP files on MacOS

2003-03-27 19:40 MBN, revision 19836

Removed some old cruft from wxBitmap, moved wxMotif- and wxControl-specific functionality (GetXXXPixmap) into a separate class, and fixed the implementation. Adapted wxStaticBitmap, wxBitmapButton and wxToolBar to the new situation. Various fixes to wxToolBar: Realize does not create buttons multiple times anymore, use the disabled bitmap as the disabled bitmap, not as the toggled bitmap for toggle buttons (!), reposition buttons/controls when a tool is removed/deleted.

2003-03-27 19:34 MBN, revision 19835

Made wxMotif Move/SetSize/DoMoveWindow/DoSetSize behaviour more consistent with other ports. As a side effect now wxCalendarControl works correctly under wxMotif, too. Fixed wxWindow::ScrollWindow drawing artifacts when child controls are involved.

2003-03-27 13:35 CE, revision 19834

fix build for watcom

2003-03-27 13:23 CE, revision 19833

fix build for watcom

2003-03-27 13:00 VZ, revision 19832

corrected the test for number of processors under Linux

2003-03-27 12:25 CE, revision 19831

fix build for watcom

2003-03-27 12:12 CE, revision 19830

fix lib build for watcom

2003-03-26 22:46 RD, revision 19829

SWIGged updates for wxMac

2003-03-26 22:46 RD, revision 19828

SWIGged updates for wxMSW

2003-03-26 22:45 RD, revision 19827

SWIGged updates for wxGTK

2003-03-26 22:22 MBN, revision 19826

Calling a virtual function from a destructor is not good: rearranged code to avoid it.

2003-03-26 22:20 MBN, revision 19825

SetSelection must not send an event. Fixed an off by one index, and a crash (probably a Motif bug). Improved wxSpinButton appearance. Fixed some build warnings here and there in the samples, removed use of deprecated wxList methods in prntdlgg.cpp, fixed aot-of-range ID in tipdlg.cpp, fixed some errors detected by valgrind.

2003-03-26 21:58 RD, revision 19824

Typo fix

2003-03-26 21:57 RD, revision 19823

wxMac uses wxCursors now too

2003-03-26 20:49 RD, revision 19822

GetValue is pure virtual

2003-03-26 20:44 CE, revision 19821

fix for new watcom

2003-03-26 20:44 , revision 19820

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.2'.

2003-03-26 20:44 , revision 19819

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.

2003-03-26 20:43 RD, revision 19818

wxImageHistogram needs WXDLLEXPORT

2003-03-26 19:59 DE, revision 19817

Wrap file with #if wxUSE_SLIDER ... #endif

2003-03-26 19:56 DE, revision 19816

Use #if wxUSE_GAUGE instead of #if 1

2003-03-26 18:32 MBN, revision 19815

Fix wxSocket under wxMotif.

2003-03-26 18:31 MBN, revision 19814

Compilation fix for non-PCH compilers.

2003-03-26 18:09 DE, revision 19813

Changed #if wxUSE_NEW_GRID to #if wxUSE_GRID (there is no more new grid)

2003-03-26 17:53 DE, revision 19812

Implement wxExecute with proper callback on Mac OS X

2003-03-26 17:46 DE, revision 19811

- Added wxAddProcessCallbackForPid function - Don't create pipeEndProcDetect on Darwin - Initialize the wxEndProcessData before installing the callback - Implement wxAddProcessCallbackForPid for Darwin, the code started life as an example from ADC and certainly has its fair share of race conditions, but with a few hacks it seems to be working okay.

2003-03-26 14:17 JS, revision 19810

Fix for splittree under wxGTK

2003-03-26 14:13 JS, revision 19809

Correction to splittree; removed newgrid sample reference from index.htm

2003-03-26 11:13 VZ, revision 19808

finally this translation uses traditional Chinese, not simplified (renamed old zh_CN)

2003-03-26 04:10 RD, revision 19807

wxMac does need radiocmn

2003-03-26 01:41 RD, revision 19806

Tweaks for various diffs from 2.4.0 to current HEAD

2003-03-26 01:26 RD, revision 19805

Fix broken binaries...

2003-03-25 21:53 RD, revision 19804

SWIGged updates for wxMSW

2003-03-25 21:26 CE, revision 19803

modify makefile for watcom

2003-03-25 21:17 CE, revision 19802

modify makefile for watcom

2003-03-25 20:37 RD, revision 19801

SWIGged updates for wxMac

2003-03-25 18:49 JS, revision 19800

Use virtual functions to help splittree work

2003-03-25 17:10 RD, revision 19799

fixed compile error

2003-03-25 11:47 VZ, revision 19798

renamed Catalan and Chinese translations to the correct names

2003-03-25 11:46 JS, revision 19797

Removed odbc.cpp

2003-03-25 07:06 RD, revision 19796

Added file for xrc splitter support

2003-03-25 07:04 RD, revision 19795

SWIGged updates for wxGTK

2003-03-25 06:58 RD, revision 19794

Removed deprecation warnings in OGL and Gizmos

2003-03-25 06:35 RD, revision 19793

Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)

2003-03-25 04:10 RD, revision 19792

demo tweaks