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-06-23 20:31 VS, revision 54338

added <xrc-file> tag to wxpresets

2008-06-23 17:43 PC, revision 54337

avoid setting a negative window size

2008-06-23 16:47 CE, revision 54336

add missing glgrab

2008-06-23 13:42 JS, revision 54333

Fixed mime type recognition under Gnome by reading appropriate .desktop files and application defaults

2008-06-23 13:38 JS, revision 54332

Don't fail to get correct extension if there's a dot somewhere else in the path.

2008-06-22 15:49 VZ, revision 54331

fix problem with label characters starting with -1 in ANSI build (#9572)

2008-06-22 15:06 VZ, revision 54330

fix handling of wxDP_SHOWCENTURY for some non-C locales (one of the problems of #4743)

2008-06-22 14:47 VZ, revision 54329

allow creating items without parent menus (#3425)

2008-06-22 14:40 VZ, revision 54328

allow wxDialog::ShowModal() after Show() (see #1416, #4658, #4664)

2008-06-22 14:39 RR, revision 54327

Minor patch for state icons patch

2008-06-21 23:05 VZ, revision 54325

review the header after the conversion and restore parts dropped by the script; document automatic icon style deduction (#2897)

2008-06-21 17:17 VZ, revision 54324

initialize wx{Client,Paint,Window}DC with fonts/colours of its window

2008-06-21 17:05 VZ, revision 54323

remove Create{Window,Client,Paint}DC() methods without window parameter -- they don't make sense as these DCs must always be associated with a window and are unusable if created without it

2008-06-21 16:59 VZ, revision 54322

don't allow editing listbox entries; better handling of scrollbar styles (#9084)

2008-06-21 16:51 VZ, revision 54321

assert if ShowModal() is called after a previous Show() (#1416)

2008-06-21 16:17 VZ, revision 54320

add wxShowEvent::IsShown() and wxIconizeEvent::IsIconized() instead of (now deprecated) GetShow() and Iconized() respectively (#978)

2008-06-21 16:13 VZ, revision 54319

compilation fix for PCH-less build

2008-06-21 16:10 VZ, revision 54318

disable report view mode under Mac as it hangs the native wxListCtrl implementation (continuation of #9484)

2008-06-21 16:02 MMK, revision 54317

Improved bmp reading, managed memory and included RTTI macros

2008-06-21 15:50 VZ, revision 54316

use the real clipping region and not just its bounding box in :DoDrawBitmap() (#9597)

2008-06-21 15:42 VZ, revision 54315

implement wxWinINetInputStream::GetSize() (#9600)

2008-06-21 15:32 VZ, revision 54314

added wxGenericStaticBitmap (#9608)

2008-06-21 15:03 RR, revision 54313

Use wxMenuBase:SendEvent() to emit event, shoudl also fix #801: Menu cmd events: Inconsistent GetEventObject()

2008-06-21 06:13 BP, revision 54312

Leftover changes for sample doc improvements in ticket #9582 (most of the patch was applied already in r54310).

2008-06-21 05:53 BP, revision 54311

Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied already in r54308).

2008-06-21 05:10 BP, revision 54310

Patch from Utensil Candel with large improvements to the samples documentation, and a PCH fix for the power sample.

2008-06-21 03:33 BP, revision 54309

Documentation corrections for /interface/log.h (#9583)

2008-06-21 02:38 BP, revision 54308

Finished initial review of [q-r] by Utensil Candel also making the enumeration lists more readable (one per line).

2008-06-20 16:57 PC, revision 54305

don't include private header in a sample

2008-06-20 14:41 VZ, revision 54304

don't pass negative height to wxWindow::SetSize(), this results in GTK+ warnings

2008-06-20 10:27 RR, revision 54302

Balance table

2008-06-20 10:19 JJ, revision 54301

OpenVMS setup update

2008-06-20 08:55 RR, revision 54300

minor formatting

2008-06-20 08:22 RR, revision 54299

Add missing SWAP macros for 64-bit signed int

2008-06-20 08:20 RR, revision 54298

Give spin button the same height as the associated text control

2008-06-20 08:17 RR, revision 54297

Don't let MSW's wxSpinCtrl emit spin up and down events as in the other ports

2008-06-20 07:58 RR, revision 54296

Formatting

2008-06-20 07:47 CE, revision 54295

2.8.8

2008-06-20 07:46 CE, revision 54294

2.8.8

2008-06-20 07:43 RR, revision 54293

Formatting

2008-06-19 19:02 RR, revision 54286

Missing and Moved Paragraphs in \interface\thread.h

2008-06-19 15:46 VZ, revision 54285

document GetValue() behaviour when called from an event handler processing change in the controls value

2008-06-19 08:47 MW, revision 54284

New dev.

2008-06-19 08:08 CE, revision 54283

fix for http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/103292

2008-06-18 12:35 MMK, revision 54278

Fixed file structure

2008-06-18 11:24 SN, revision 54277

Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr, adding some comments.

2008-06-18 11:21 SN, revision 54276

Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr, adding some comments.

2008-06-17 17:28 VZ, revision 54273

declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)

2008-06-17 17:12 VZ, revision 54272

fix compilation of TestRegConfRead()

2008-06-17 14:39 MMK, revision 54271

Added navigation class