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

2008-03-02 10:52 VS, revision 52246

don't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by other ports pick the right font if m_font is wxNullFont

2008-03-02 10:50 VS, revision 52245

added Get(Class)DefaultAttributes implementation for all controls using DataBrowser native control; fixed wxListBox's to return correct font

2008-03-02 10:48 BP, revision 52244

More doxygen topic overview cleanup.

2008-03-02 10:43 VS, revision 52243

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 04:32 BP, revision 52237

More doxygen topic overview cleanup.

2008-03-02 01:20 VZ, revision 52234

use generic dialogs under Palm (generic.diff part of patch 1894861)

2008-03-02 01:16 VZ, revision 52233

workarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)

2008-03-02 01:14 VZ, revision 52232

define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)

2008-03-02 01:08 VZ, revision 52231

predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)

2008-03-02 01:02 VZ, revision 52230

add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)

2008-03-02 00:58 VZ, revision 52229

update the makefiles to take care of new files and improve dependencies support (makefile*.diff parts of patch 1894861)

2008-03-02 00:55 VZ, revision 52228

declare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)

2008-03-02 00:53 VZ, revision 52227

compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861)

2008-03-02 00:43 VZ, revision 52226

PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)

2008-03-02 00:35 VZ, revision 52225

ignore VC7 projects created by importing VC6 ones

2008-03-02 00:32 VZ, revision 52224

mention that SetNativeFontInfo() resets the font in 2.8 but doesn't in the next versions

2008-03-02 00:12 VZ, revision 52223

add menu item to jump to DST start date

2008-03-01 17:26 RR, revision 52220

Mention wxURLDataObject some more

2008-03-01 17:22 RR, revision 52219

Implemented wxURLDataObject for wxGTK using text/x-moz-url

2008-03-01 17:20 RR, revision 52218

typo char_t -> char

2008-03-01 16:45 SC, revision 52217

guard against an m_peer being NULL which is the case for a wxMenuBar, and here tools with introspection from python crash on OS X because they display all attributes in inheritance ...

2008-03-01 13:44 FM, revision 52216

to be valid HTML4 alt attribute is needed

2008-03-01 13:41 FM, revision 52215

typo fix

2008-03-01 12:23 VZ, revision 52214

no real changes, just refactor/simplify the code to remove duplication and unnecessary casts

2008-03-01 11:23 JS, revision 52213

Image size fix

2008-03-01 10:25 RR, revision 52212

Patch for context menu event for generic/Windows code

2008-03-01 09:49 BP, revision 52211

More doxygen topic overview cleanup.

2008-03-01 02:05 BP, revision 52206

More doxygen topic overview cleanup.

2008-02-29 23:54 VZ, revision 52203

really use the position passed to ShowHelpAtPoint() when using CHM help controller (we always used the mouse position instead)

2008-02-29 21:11 VS, revision 52200

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 21:11 VS, revision 52199

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 20:47 SC, revision 52198

adjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)

2008-02-29 20:02 VS, revision 52197

misc. fixes to wxHelpProvider docs

2008-02-29 19:51 VZ, revision 52196

fix asserts when the root is hidden [backport of r45135 from trunk]

2008-02-29 15:12 VS, revision 52195

fixed addition of wxLANGUAGE_VALENCIAN to be binary compatible

2008-02-29 09:19 BP, revision 52191

More doxygen topic overview cleanup.

2008-02-28 22:50 VS, revision 52186

clear statusbar 'Connecting...' message on failure

2008-02-28 22:50 VS, revision 52185

clear statusbar 'Connecting...' message on failure

2008-02-28 22:40 FM, revision 52184

fix little problem previously introduced: GENERATE_TAGFILE must be left empty

2008-02-28 21:58 FM, revision 52183

remove svn:executable property

2008-02-28 21:50 FM, revision 52182

splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files

2008-02-28 21:33 FM, revision 52181

prepare for Doxygen renaming into Doxygen.inc

2008-02-28 21:29 FM, revision 52180

move cpp constants just before the wxUSE list

2008-02-28 18:44 JS, revision 52179

Open and Close clipboard properly

2008-02-28 18:44 JS, revision 52178

Open and Close clipboard properly

2008-02-28 08:13 FM, revision 52176

added missing std sections

2008-02-28 08:13 FM, revision 52175

added library missing section

2008-02-28 08:12 FM, revision 52174

adding missing quotes

2008-02-28 08:11 FM, revision 52173

fix the include files

2008-02-28 08:06 FM, revision 52172

removed samples topic overview; the samples are part of mainpages/utilities.h now

2008-02-28 06:34 PC, revision 52171

revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

2008-02-28 06:34 PC, revision 52170

forward Show() to base, not wxWindow

2008-02-28 03:22 BP, revision 52169

Removed some remaining '#' references.

2008-02-28 03:13 BP, revision 52168

Last doxygen topic overview cleanup assigned to myself.

2008-02-28 02:52 VZ, revision 52167

correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there

2008-02-28 02:48 VZ, revision 52166

added DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)

2008-02-28 02:22 VZ, revision 52165

more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles

2008-02-28 00:41 VZ, revision 52164

use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGetPrinterDC() to avoid /Wp64 warnings and also make code safer

2008-02-28 00:22 VZ, revision 52163

compilation fix after last change

2008-02-27 18:37 BP, revision 52157

More doxygen topic overview cleanup.

2008-02-27 18:16 JS, revision 52156

Logged some changes.

2008-02-27 18:12 VZ, revision 52155

fix wxWeakRef<> for Borland C++ (slightly modified patch 1902415)

2008-02-27 18:07 JS, revision 52154

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:07 JS, revision 52153

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:03 VZ, revision 52152

don't attempt to create 0*0 bitmaps in GetBuffer() (patch 1899643)

2008-02-27 18:00 VZ, revision 52151

clip the text in report mode to prevent it from overflowing into the next column (patch 1898914)

2008-02-27 17:54 VZ, revision 52150

don't track handlers connected to this object itself (patch 1899730)

2008-02-27 17:46 VZ, revision 52149

add SetNativeTheme() (slightly modified patch 1884553)

2008-02-27 17:45 VZ, revision 52148

translate "Copy URL" string in the popup menu (feature request 1803958) (should have been part of r52131 but somehow wasn't committed)

2008-02-27 17:35 VZ, revision 52147

fixes for __WINCE_NET__ build (slightly modified patch 1892654)

2008-02-27 17:29 VZ, revision 52146

only define wxAuiFloatingFrameBaseClass as wxMiniFrame if wxUSE_MINIFRAME==1 (and do it under all platforms, why not?) (replaces part of patch 1892654)

2008-02-27 17:19 VZ, revision 52145

override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103)

2008-02-27 15:32 VS, revision 52144

forgot to add OnFocusChange to version-script.in in r52007

2008-02-27 15:08 VZ, revision 52143

forward WM_HELP from the buddy control to the main one in order to make context sensitive help work when the text part of wxSpinCtrl is clicked with "?" cursor

2008-02-27 14:49 VZ, revision 52142

don't hide the TLW being deleted unless there any other *visible* TLWs remaining (bug 1902632)

2008-02-27 08:58 JS, revision 52138

Added new symbols

2008-02-27 08:54 JS, revision 52137

Made wxRichTextCtrl cursors accessible

2008-02-27 08:54 JS, revision 52136

Made wxRichTextCtrl cursors accessible

2008-02-27 08:11 SC, revision 52135

applying patch 1873285

2008-02-27 07:55 SC, revision 52134

applying patch 1873285

2008-02-27 06:48 BP, revision 52133

More doxygen topic overview cleanup.

2008-02-27 04:40 BP, revision 52132

More doxygen topic overview cleanup.

2008-02-27 02:18 VZ, revision 52131

translate "Copy URL" string in the popup menu (feature request 1803958)

2008-02-27 02:01 VZ, revision 52130

no changes, just a couple of typo fixes in comments

2008-02-26 20:09 RR, revision 52129

restore wxComboBox's behaviour of reacting to <ENTER>

2008-02-26 18:37 BP, revision 52128

More doxygen overview cleanup.

2008-02-26 17:59 JS, revision 52127

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:59 JS, revision 52126

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:55 VZ, revision 52125

/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)

2008-02-26 17:55 JS, revision 52124

Corrected GetFontAttributes

2008-02-26 17:42 VZ, revision 52123

fixes for MSVC compilation with /Wp64 (used by new _vc7 project files): define wxUIntPtr as size_t, not ulong; suppress warning about size_t to int conversion as there are simply too many of them to be fixed now

2008-02-26 17:17 VZ, revision 52122

check whether the grid is fully created in Refresh() (fixes a crash under Mac); refactored members initialization into a new InitVars() method to avoid duplication and ensure that they're always initialized (slightly modified patch 1901366)

2008-02-26 17:14 PC, revision 52121

initialize m_miniTitle, fix button press detection on caption area, remove support for obsolete wxTINY_CAPTION styles

2008-02-26 15:27 JS, revision 52120

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:27 JS, revision 52119

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:05 JS, revision 52118

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 15:04 JS, revision 52117

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 14:55 JS, revision 52116

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:55 JS, revision 52115

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:27 JS, revision 52114

Removed redundant Init call (bug 1724495)