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

2005-05-22 14:35 JS, revision 34253

Applied patch [ 1191456 ] -Fix- bakefile - missing wx.manifest wxMSW_2.6.0

2005-05-22 14:32 JS, revision 34252

Applied patch [ 1192917 ] Grids with no row or col headers cause AV under wxGTK

2005-05-22 14:23 JS, revision 34251

Test for x, y in GetPosition

2005-05-22 14:18 JS, revision 34250

Applied [ 1188707 ] -Fix- bakefiles for broken "make dist" wxMAC_2.6.0

2005-05-22 14:12 JS, revision 34249

Applied patch [ 1190194 ] Define some string macros to refer to :: functions

2005-05-22 14:07 JS, revision 34248

WinCE fixes

2005-05-22 14:03 VZ, revision 34247

include wx/defs.h before doing anything else (fixes 1204489)

2005-05-22 14:02 VZ, revision 34246

use correct background colour for items drawing (closes 1192073); use AutoXXX classes instead of manually dealing with GDI objects; fixed visual bug with background of selected items

2005-05-22 13:59 VZ, revision 34245

added AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored CompatibleBitmap into the last one to be able to add MonoBitmap as well

2005-05-22 13:36 JS, revision 34244

Removed reference to module file

2005-05-22 13:18 JS, revision 34243

Applied patch [ 1204217 ] [wxMSW] winXP: wxToolbar bad background vs separator lines

2005-05-22 13:04 JS, revision 34242

Applied patch [ 1204244 ] [wxMSW] Use Win2K look (MS Shell Dlg 2) if possible Adam Strzelecki

2005-05-22 12:10 JS, revision 34241

Applied patch [ 1195797 ] Fixes to compile on Win64

2005-05-22 11:33 JS, revision 34240

Fix to preserve alpha channel in Rotate90

2005-05-22 11:21 VZ, revision 34239

wxCloseEvent::GetLoggingOff() is for [query] end session events only

2005-05-22 11:02 JS, revision 34238

Applied [ 1202378 ] Fix display of MSW mediactrl when not using sizers et al.

2005-05-22 10:54 JS, revision 34237

Fixed cast

2005-05-22 10:49 JS, revision 34236

Applied patch [ 1202417 ] Make wxLaunchDefaultBrowser windows fallback work with wince

2005-05-22 10:42 JS, revision 34235

Fixed DDE in Unicode: bug [ 1206299 ] wxDDE 'segfaults' Steven Van Ingelgem

2005-05-22 10:22 JS, revision 34234

Remove debugging code accidentally left in

2005-05-22 01:48 DS, revision 34233

removed redundant preprocessor check

2005-05-22 00:29 MW, revision 34232

wxCheckListBox doesn't require wxUSE_OWNER_DRAWN when using WXUNIVERSAL

2005-05-21 23:51 MW, revision 34231

Allow -Wl,* options to shared-ld-sh

2005-05-21 20:18 JS, revision 34230

Fix memory leak (closes bug 1191328)

2005-05-21 17:22 JS, revision 34229

Fixed [ 1195584 ] Missing wxUSE_RICHEDIT2 in setup.h.in

2005-05-21 17:11 JS, revision 34228

Applied modified version of patch in bug report [ 1195983 ] Multiple wxTimers work incorrectly

2005-05-21 16:59 JS, revision 34227

Applied patch for bug [ 1205691 ] Modified Fn keys don't work (Paul Konig)

2005-05-21 16:52 JS, revision 34226

Applied patch for bug [ 1206181 ] Option-key decodes are wrong

2005-05-21 16:45 JS, revision 34225

Applied patch [ 1204548 ] Add Get and SetVolume to wxMediaCtrl and fix bug 1200182

2005-05-21 16:41 JS, revision 34224

Added missing file copying (patch 1204618)

2005-05-21 16:36 JS, revision 34223

Suppressed error when loading colour bitmap since there's fallback code (patch 1206066)

2005-05-21 16:19 KH, revision 34222

May as well add the GTK version runtime checks for the other window styles too

2005-05-21 16:06 RR, revision 34221

Add runtime 2.4.0 check.

2005-05-21 16:05 RR, revision 34220

Add conversion to and from menu hotkeys and their GTK pendants.

2005-05-21 11:05 JS, revision 34219

Added more paper sizes and code that falls back to explicit paper size

2005-05-21 10:50 RR, revision 34218

We don't have datetime.inl anymore, I think.

2005-05-21 10:45 RR, revision 34217

Restored wxGTK.spec again.

2005-05-21 10:01 RR, revision 34216

Apply minimal DC patch. Implement GetDepth for GTK2.

2005-05-21 09:59 RR, revision 34215

Use dmallocthcxx, not the plain C version.

2005-05-21 09:53 RR, revision 34214

Don't check for wildcards if wxSAVE is given.

2005-05-21 09:46 RR, revision 34213

Add test for new SetBackgroundColour() logic which should leave the sunken border as it is a not give it a green border.

2005-05-21 09:42 RR, revision 34212

Setting the background colour of a wxWindow or wxScrolledWindow etc. should only affect the actual background, not the border (sunken) or the scrollbars etc.

2005-05-21 09:14 JS, revision 34211

Removed reference to SIZING cursor

2005-05-21 07:05 RR, revision 34210

Make PaintBackground virtual, too. Now that we have broken bin comp.

2005-05-21 04:20 KH, revision 34209

wxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note

2005-05-21 04:17 KH, revision 34208

Add wxSTAY_ON_TOP for wxGTK

2005-05-21 04:15 KH, revision 34207

Add wxSTAY_ON_TOP support [Patch 1206023]

2005-05-21 03:03 KH, revision 34206

Add comment to ITEM_MENU reflecting why it's the best choice for context menus in a tree

2005-05-21 03:02 KH, revision 34205

Update description of ITEM_MENU to reflect its increased usefulness

2005-05-21 03:01 KH, revision 34204

Include the location of the item in the ITEM_MENU event generated by the menu key, and send the ITEM_MENU event after the RIGHT_CLICK event (consistent with MSW, but this behavior may change). The latter ITEM_MENU event had previously not been sent at all.