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-05-11 14:35 JS, revision 27203

wxDocMDIParentFrame needs a default constructor

2004-05-11 13:17 SC, revision 27202

added correct (structure instead of content) bounds for window creation also

2004-05-11 12:58 SC, revision 27201

xcode commits

2004-05-11 05:26 KO, revision 27200

Restore proper set and kill focus handling for user pane controls under wxMac.

2004-05-11 00:40 RD, revision 27199

Added missing Detach method wrapper

2004-05-10 23:10 RD, revision 27198

Use self in DC method signatures

2004-05-10 20:54 RD, revision 27197

Add wxTimerEvent to Events category

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

Add GetOwner accessor and fix wxRTTI inheritance for wxTimer. Set the timer as the event object in wxTimerEvents.

2004-05-10 20:50 RD, revision 27195

Avoid duplicated definition errors for wxLongToLongHashMap when both grid.h and fs_zip.h are included.

2004-05-10 10:53 JS, revision 27194

Don't show wrong shade of grey when disabled

2004-05-10 08:21 VZ, revision 27193

renamed simplified chinese translations file from zh to zh_CN; updated zh_TW with latest translations from PAL

2004-05-09 18:52 VZ, revision 27192

fixed wxFileDataObject in Unicode build

2004-05-09 18:35 VZ, revision 27191

(blind) fix for gcc 3.4 warning for an always true comparison in an assert

2004-05-09 17:54 SN, revision 27190

Remove duplicated typedef depending on header file version.

2004-05-09 17:30 SN, revision 27189

Added missing "const" for operator== and operator!=.

2004-05-09 16:30 JS, revision 27188

Fixed size problem due to wxMac window implementation difference

2004-05-09 15:03 SN, revision 27187

Added missing const for comparision operators.

2004-05-09 14:38 SN, revision 27186

Applied patch [ 929275 ] [wxOS2] Missing title bars.

2004-05-09 12:45 JS, revision 27185

Blind fix

2004-05-08 22:16 VS, revision 27184

corrected wxLANGUAGE_CHINESE to use same default as win32 (Taiwan)

2004-05-08 21:15 MBN, revision 27183

Remove duplicate definition caused by last commit.

2004-05-08 20:20 MBN, revision 27182

When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set, wxHashMap/wxHashSet are just typedefs for them. This makes impossible to forward declare these classes.

2004-05-08 19:56 MBN, revision 27181

wxX11 compilation fixes.

2004-05-08 15:41 JS, revision 27180

Added missing textctrl.h include

2004-05-08 14:02 SC, revision 27179

DataBrowserBased CheckList implementation

2004-05-08 12:43 SC, revision 27178

connecting the currently focused text control to the mac os services (Services Menu)

2004-05-08 12:41 SC, revision 27177

scrolling to selection

2004-05-08 10:19 MBN, revision 27176

wxUniversal compilation fix. The fix is ok because this ash is a wxMSW data structure, and can only contain wxMSW windows. Compilation tested with and without wxUniversal and with and without WXWIN_COMPATIBILITY_2_4.

2004-05-08 10:17 VZ, revision 27175

added wxUSE_MDI (but forgot to commit before)

2004-05-08 10:05 VZ, revision 27174

removed HandleSysCommand() and don't generate duplicate events for frame maximization/iconization

2004-05-08 10:02 MBN, revision 27173

Add missing #define.

2004-05-08 09:45 MBN, revision 27172

Add missing WXDLLEXPORT.

2004-05-08 09:43 MBN, revision 27171

Remove duplicate definition.

2004-05-08 09:40 MBN, revision 27170

TeX2RTF compilation fixes after my last wxHashTable changes.

2004-05-08 09:38 MBN, revision 27169

CHM help is not compiled for wxUniversal.

2004-05-08 09:33 MBN, revision 27168

Fix for pure virtual method call caused by wxHashTable not overriding virtual destructor.

2004-05-08 09:24 SN, revision 27167

OS/2 PM does not yet support toggle button.

2004-05-08 09:16 SN, revision 27166

OS/2 PM does not yet support toggle button.

2004-05-08 08:58 VZ, revision 27165

fixed spellign typo in comment

2004-05-08 08:57 VZ, revision 27164

add -Icontrib/include when using --inplace

2004-05-08 01:37 RD, revision 27163

reSWIGged

2004-05-08 01:29 RD, revision 27162

ActiveX events should be sent to the window, not it's parent.

2004-05-08 01:22 RD, revision 27161

Deprecated wx.iewin

2004-05-08 01:20 RD, revision 27160

reSWIGged

2004-05-08 01:12 RD, revision 27159

Don't turn off kwargs for these methods any more

2004-05-08 01:11 RD, revision 27158

reSWIGged

2004-05-08 00:51 DS, revision 27157

removed tab characters; minor code cleanup

2004-05-08 00:45 DS, revision 27156

don't repaint window if hidden: reduces flickering of hidden windows which change position (resulting in a repaint) due to for example sizer code

2004-05-07 22:22 VZ, revision 27155

regenerated

2004-05-07 22:18 RD, revision 27154

Tweaks