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

2006-05-19 09:37 ABX, revision 39228

Include wx/pen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-19 06:57 SC, revision 39227

fixing style and underline information transfer back

2006-05-19 05:21 PC, revision 39226

non-pch universal build fix: combo.h should not include combobox.h

2006-05-19 05:17 PC, revision 39225

universal build fix

2006-05-19 02:39 MR, revision 39224

Backport r1.74 - Fix for bug 1484020 - wxFileDialog does not handle wxOVERWRITE_PROMPT correctly

2006-05-19 02:38 MR, revision 39223

Check if wxOVERWRITE_PROMPT style flag exists in the gtk2.8 native overwrite prompt case as well. Fixes the case where with 2.8+ compile and runtime version of gtk overwrite prompt always happens if the file already exists - even if the style flag is not present. Fixes my introduced oversight and bug #1484020.

2006-05-19 02:02 RD, revision 39222

reSWIGged

2006-05-19 01:57 RD, revision 39221

memory dc must have bitmap selected into it before it can be used for measuring

2006-05-19 01:25 RD, revision 39220

DeprecationWarning for the old wxPython package.

2006-05-19 01:10 RD, revision 39219

generated rename directives are no longer needed

2006-05-18 23:14 RD, revision 39218

wxMessageBox --> wx.MessageBox

2006-05-18 17:04 PC, revision 39217

gtk spinctrl code simplification

2006-05-18 16:15 RD, revision 39216

Don't set a module attribute for the *_swigregister functions, just call the one in the extension module directly.

2006-05-18 15:57 RD, revision 39215

Added SetQuickBestSize and GetQuickBestSize

2006-05-18 15:36 ABX, revision 39214

wxUniv port mentioned instead of native, wxButton ports listed, minor placement fixes.

2006-05-18 15:07 SC, revision 39213

switching to ATS font names instead of ATSUI ones (japanese font names had problems afterwards)

2006-05-18 14:45 RD, revision 39212

Undo part of lst change

2006-05-18 14:43 SC, revision 39211

adding an assert for invalid fonts

2006-05-18 09:53 JS, revision 39210

Selection should be set to -1 if all pages are deleted, or the next insertion will try to set the selection to 1. Fixed lack of initial controller resize when first page is added, though I think the listctrl should probably always have a decent initial height even when empty.

2006-05-18 09:38 JS, revision 39209

Don't use wxSIMPLE_BORDER on Windows since it gives a black border instead of blue on XP

2006-05-18 09:35 JS, revision 39208

Added Set/GetQuickBestSize

2006-05-18 09:33 JS, revision 39207

Fixed tree book controller sizing by invalidating size after first insertion, and also allowing full size calculation.

2006-05-18 08:06 SC, revision 39206

using ATSUI also in textctrl

2006-05-18 07:13 ABX, revision 39205

Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-18 06:45 ABX, revision 39204

Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user.