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-10-07 17:05 RD, revision 29703

Verified and applied [ 1042133 ] GTK2.0: DrawRotatedText dumb implementation

2004-10-07 16:50 RN, revision 29702

1. Yet another unit test for new stirng stuff 2. Fix unicode and 10.2 in src/cocoa/app.mm 3. Fix error in doc about wxEvtHandler::Connect

2004-10-07 16:42 JS, revision 29701

Applied patch [ 1039940 ] Prevent redefinition of MM_xxx mapping mode constants

2004-10-07 16:38 JS, revision 29700

Applied patch [ 1039953 ] Fix notebook functionality in widgets sample

2004-10-07 16:32 JS, revision 29699

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 16:26 JS, revision 29698

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 13:36 ABX, revision 29697

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-07 13:04 ABX, revision 29696

Late note about deprecated wxDbTable constructor.

2004-10-07 11:26 DS, revision 29695

fixed Carbon compilation; call HID keyboard dtor for Darwin

2004-10-07 09:01 RN, revision 29694

revert badly screwed up commit :\

2004-10-07 08:53 RN, revision 29693

2.5.3 - cleanups, fixes, etc. etc. - 1. Various stubs for wxCocoa (and the bakefile entries for them) 2. Definitions for some wxCocoa cocoa types in defs.h 3. Hack to attempt to fix SYNC sound for mac carbon 4. Fix for wxCocoa and 10.2 (Dave - I'm already around doing some stuff anyway - I'll go ahead and save you the trouble). 5. 10.2 unicode layer 6. Strings null-char fixes (stems from chartraits patch - essentially the patch minus the chartraits part - HAHA :)) [note to self - swap the 2nd and 3rd params of wxMemchr if you use chartraits and vice versa] * If you have time please run the strings and stdstrings cppunit test suite * Also add more test suites if you want - more is always better :) * This does not include any fixes for mbtowc etc functions as outlined on the ml 7. An attempt to update wxArray docs a little 8. wx/process.h build fix for wxCocoa 9. Unicode fixes in app.mm for wxCocoa 10. Remove newer font panel after Stefan's suggestion

2004-10-07 07:52 JS, revision 29692

Misc script updates

2004-10-07 01:59 RN, revision 29691

cache mac and cocoa builds - so if you pick cocoa one time and don't specify it the next it will properly go back to cocoa, not default to mac

2004-10-06 22:11 RN, revision 29690

cursors for cocoa

2004-10-06 21:55 RD, revision 29689

New directories added, old ones removed

2004-10-06 21:54 RD, revision 29688

Install tweaks

2004-10-06 21:49 VS, revision 29687

fixed broken DoUpdateWindowUI: event.SetChecked doesn't have to be used together with SetText

2004-10-06 21:09 RN, revision 29686

cocoa tooltips. Remove runtime warning from 10.2 (dave - I was too lazy to change this from my local copy, feel free to commit over this if you want)

2004-10-06 20:58 ABX, revision 29685

Blind fix to lack of sql types.

2004-10-06 20:54 ABX, revision 29684

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:32 ABX, revision 29683

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:21 ABX, revision 29682

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:11 ABX, revision 29681

Keys to some operations (patch #1037434).

2004-10-06 20:09 ABX, revision 29680

Removed doubled events, corrected behaviour (patch #1037434)

2004-10-06 19:46 VS, revision 29679

added reference to GetUnicodeKey to GetKeyCode

2004-10-06 18:34 RD, revision 29678

Show EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.

2004-10-06 18:32 RD, revision 29677

A Python version of wxrc

2004-10-06 18:30 RD, revision 29676

Mention TaskBarIcon and other recent changes

2004-10-06 18:10 RD, revision 29675

Remove any old wxrc before installing new ones. This fixes a make error on OSX.

2004-10-06 17:04 RD, revision 29674

wxMDIChildFrame::IsTopLevel returns false but for this purpose we should use the MDI Child, not it's parent.

2004-10-06 16:25 KH, revision 29673

Expanded comment in Initialize to include why Initialize is needed on OS X

2004-10-06 16:20 KH, revision 29672

Mac sockets events must be added to the RunLoop in the main thread, very similar to MSW. OnInit will now statically store the main RunLoop when wxSocketBase::Initialize is called (which should be called from the main thread), allowing sockets to be created in secondary threads and still receive events

2004-10-06 16:15 KH, revision 29671

Added back compile-time check for about/prefs menu separator; OS 9 should not have this separator appended. Can be changed later if needed to run-time check. This is better than nothing before 2.5.3.

2004-10-06 11:53 SC, revision 29670

adjusting DoGetBestSize according MSW

2004-10-05 21:57 VZ, revision 29669

cleaning up strdup/isascii definitions for compilers which lack them (should fix CW CFM build)

2004-10-05 21:11 RR, revision 29668

Make wxComboBox spit out a bit fewer surplis events when holding down the mouse button. Enable key based navigation through notebook tabs as in the native control with Left and right keys. Support for vetoing.

2004-10-05 20:53 RD, revision 29667

Deprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO

2004-10-05 20:52 RD, revision 29666

Typedef for wxUIntPtr

2004-10-05 20:51 RD, revision 29665

Added wx.App.IsMainLoopRunning

2004-10-05 19:17 RN, revision 29664

default pos/size cleanup

2004-10-05 18:24 RD, revision 29663

Improve image hittest

2004-10-05 16:17 RR, revision 29662

Fixed missing focus problem.

2004-10-05 15:42 VS, revision 29661

added wxRB_SINGLE

2004-10-05 15:38 ABX, revision 29660

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-05 01:50 DE, revision 29659

Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so that the newly implement wxButton::DoGetBestSize() is not used.

2004-10-05 01:49 DE, revision 29658

Implement wxButtonBase::GetDefaultSize() Implement wxButton::DoGetBestSize() to return at least 68 pixel width unless wxBU_EXACTFIT flag is given.

2004-10-04 23:47 DE, revision 29657

Added wxAutoNSAutoreleasePool where needed for controls sample.

2004-10-04 20:25 ABX, revision 29656

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 20:21 VZ, revision 29655

made IsMainLoopRunning() static and implemented it for wxAppConsole too

2004-10-04 20:06 RD, revision 29654

fix compile error