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-11 10:40 VZ, revision 26703

added GetEncodingFromName(); documented it and rearranged the methods in alphaabetical order

2004-04-11 09:47 VS, revision 26702

fixed wxMBConv::cMB2WC and cWC2MB to check for conversion failure

2004-04-11 07:26 DS, revision 26701

applied patch #933086: "scrollbar stops compilation due to missing header"

2004-04-11 04:09 DE, revision 26700

Yield changes: 1. Rework the loop using wxAutoNSAutoreleasePool such that each iteration (get/send event) is done within the context of an NSAutoreleasePool. 2. Use nil instead of [NSDate distantPast] (means the same thing)

2004-04-11 04:06 DE, revision 26699

Add wxAutoNSAutoreleasePool to drawing methods

2004-04-11 04:03 DE, revision 26698

wxWindowCocoaScroller: use wxAutoNSAutoreleasePool in constructor

2004-04-11 03:25 DE, revision 26697

wxIcon::CopyFromBitmap: 1. retain NSImage from bitmap.GetNSImage (since it is alloc/autoreleased) 2. Use a wxAutoNSAutoreleasePool

2004-04-11 00:48 DE, revision 26696

Add wxAutoNSAutoreleasePool to SetSelection()

2004-04-10 23:43 VZ, revision 26695

added support for koi8-u

2004-04-10 16:09 MBN, revision 26694

Compilation fix.

2004-04-10 16:07 MBN, revision 26693

Avoid virtual function hiding.

2004-04-10 05:08 DE, revision 26692

Hide (orderOut:) modal dialogs after stopping modal event loop.

2004-04-10 04:32 DE, revision 26691

Added missing wxT()

2004-04-10 03:54 DE, revision 26690

Added header preprocessor guard

2004-04-10 03:23 DE, revision 26689

Implement a reasonable DoGetBestSize (NSProgressIndicator is not an NSControl)

2004-04-10 03:19 DE, revision 26688

Stub for DoGetBestSize() since this isn't an NSControl

2004-04-10 03:18 DE, revision 26687

1. Faster DoGetBestSize for single-cell controls. 2. Properly handle exceptions so controls which aren't NSControl don't crash.

2004-04-10 03:11 DE, revision 26686

Make DoGetBestSize() always return a width of 100

2004-04-10 00:54 DE, revision 26685

Added wxMac stub header files (include/wx/mac/*.h). make install should now produce a usable installation.

2004-04-10 00:43 DE, revision 26684

Added missing wxT()

2004-04-09 21:44 DE, revision 26683

Baked with Bakefile 0.1.4

2004-04-09 21:33 DE, revision 26682

Changes that were in aclocal.m4 but not here

2004-04-09 21:06 VZ, revision 26681

(blind) compilation fix for wxUniv

2004-04-09 20:20 DE, revision 26680

wxCocoa: native wxNotebook

2004-04-09 20:19 DE, revision 26679

Added files for wxNotebook and wxCocoaNSTabView

2004-04-09 20:13 DE, revision 26678

wxCocoa: added ObjcRef.mm and ObjcRef.h

2004-04-09 15:16 DS, revision 26677

implemented a simple DoGetBestSize() for MSW's wxScrollBar

2004-04-08 19:15 VZ, revision 26676

do use context menu event under wxGTK, it is supported there now

2004-04-08 12:43 VZ, revision 26675

last check in forgot to add WS_VSCROLL to the listbox sttyle, added back to reenable the vertical scrollbar

2004-04-08 12:24 SC, revision 26674

make sure we are comparing the stripped strings

2004-04-08 12:13 VZ, revision 26673

use SetDefaultBackgroundColour() instead of SetBgColour()

2004-04-08 12:13 VZ, revision 26672

suppress warnings during WinCE compilation

2004-04-08 12:11 VZ, revision 26671

we can now use png/jpeg/gif

2004-04-08 12:11 VZ, revision 26670

1. moved InheritAttributes() from wxControl to wxWindow 2. made it inherit only the attributes explicitly set for the parent 3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX() 4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()

2004-04-08 10:21 VZ, revision 26669

corrected wxEVENT_PROPAGATE_XXX constants names

2004-04-07 23:35 RD, revision 26668

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:24 RD, revision 26667

Use FIXED_MINSIZE on the listbox

2004-04-07 23:22 RD, revision 26666

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:06 RD, revision 26665

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 22:45 RD, revision 26664

reSWIGged

2004-04-07 22:42 RD, revision 26663

notes about sizer changes

2004-04-07 22:41 RD, revision 26662

Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used in base DoGBS) is not able to be called until the control is fully constructed

2004-04-07 22:02 RD, revision 26661

use wxBU_EXACTFIT for the small buttons

2004-04-07 21:58 RD, revision 26660

fix for self.root == None

2004-04-07 21:56 RD, revision 26659

set m_bestSize

2004-04-07 21:48 RD, revision 26658

wxStatusBarGeneric::DoGetBestSize

2004-04-07 21:47 RD, revision 26657

wxStaticBitmapBase::DoGetBestSize

2004-04-07 21:26 RD, revision 26656

Use default window IDs

2004-04-07 21:25 RD, revision 26655

Various layout tweaks, wx.FIXED_SIZE added, etc.

2004-04-07 21:22 RD, revision 26654

Add wxRTTI info and set bestSize