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-28 18:56 VZ, revision 54406

forward port 2.8.8 changelog

2008-06-28 18:18 VZ, revision 54405

deprecate wxTE_AUTO_SCROLL as it's always on in the ports which support it anyhow (#2176)

2008-06-28 15:32 VS, revision 54404

split wxPrintPreviewBase::RenderPage() into helper methods in the same way its done on the trunk

2008-06-28 15:16 VS, revision 54403

backport of r53980: fixed wxHTML default font size for printing to be 12pt regardless of the platform

2008-06-28 01:49 VZ, revision 54400

don't activate items on Alt-Space or Alt-Enter (#9615)

2008-06-28 01:43 VZ, revision 54399

test for either Ctrl or Shift in MSWShouldPreProcessMessage() instead of Ctrl twice (#9620)

2008-06-28 01:40 VZ, revision 54398

don't call OnData() if OnEnter() rejected the drag (#9634)

2008-06-28 00:17 SN, revision 54397

Restricted column/row resizing in cell window to left button for consistency with label windows and because ending the resize is only handled in case of LeftUp() (Fixing #4212).

2008-06-28 00:10 SN, revision 54395

Restricted column/row resizing in cell window to left button for consistency with label windows and because ending the resize is only handled in case of LeftUp() (Fixing #4212).

2008-06-27 21:32 BP, revision 54393

#9605: Documentation Corrections for richtextctrl.h

2008-06-27 21:31 BP, revision 54392

#9589: Documentation Corrections for textctrl.h

2008-06-27 21:07 VZ, revision 54391

use wxIconizeEvent::IsIconized() instead of deprecated Iconized()

2008-06-27 18:23 BP, revision 54388

Forgot to export the environment variable so Doxygen picks it up for stripping the path.

2008-06-27 18:00 BP, revision 54387

Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile.

2008-06-27 16:47 BP, revision 54386

Part 2 of 3 commits bringing proper Doxygen path usage without use of @wxheader.

2008-06-27 16:22 BP, revision 54385

Moved all interface headers into a 'wx' subdirectory for proper use of Doxygen path settings.

2008-06-27 15:27 SC, revision 54384

use default fonts that have also bold and italic variants present on the system (CoreText does not synthesize font variants) fixes #4751

2008-06-27 14:14 RR, revision 54383

Added mostly empty wxLaunchDefaultApplication

2008-06-27 13:47 RR, revision 54382

Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public

2008-06-27 13:45 RR, revision 54381

Fix warning

2008-06-27 13:19 RR, revision 54380

gtk wxStaticText and wxALIGN_CENTER_VERTICAL

2008-06-27 09:50 SC, revision 54379

was incorrectly forcing the font to 12 in most cases, fixes #4745

2008-06-27 06:31 BP, revision 54378

Separated out function grouping for less confusing parameter docs. (#9651)

2008-06-26 17:25 VZ, revision 54377

build fix for PCH-less build

2008-06-26 12:47 SC, revision 54376

updating help texts, fixes #9647

2008-06-26 12:44 VZ, revision 54375

still support wxNB_XXX and wxADJUST_MINSIZE in XRC files even if they're deprecated at C++ level, not all tools have been updated to not use them any more

2008-06-26 11:49 MMK, revision 54374

Implemented OnSize() and added unicode macros

2008-06-26 11:49 VZ, revision 54373

don't forget to output new line in wxMessageOutputStderr::Output() even if conversion to multibyte fails

2008-06-26 11:16 VZ, revision 54372

fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)

2008-06-26 10:55 JS, revision 54371

Fixed bug whereby sash would disappear under left hand pane

2008-06-26 10:55 JS, revision 54370

Fixed bug whereby sash would disappear beneath left-hand pane

2008-06-26 07:19 SC, revision 54369

fixing an incorrect conversion path from utf8 to plain ascii instead of unicode, closes #9629

2008-06-26 07:09 SC, revision 54368

fixing an incorrect conversion path from utf8 to plain ascii instead of unicode, closes #9629

2008-06-25 09:04 SC, revision 54359

rename for docs as well

2008-06-25 08:38 JS, revision 54358

Allow an app to cut down start time by not doing unnecessary mime types initialisation

2008-06-25 08:37 JS, revision 54357

Documented filesys.no-mimetypesmanager

2008-06-25 08:36 JS, revision 54356

Allow an app to cut down start time by not doing unnecessary mime types initialisation

2008-06-25 08:35 JS, revision 54355

WinCE compile fix

2008-06-25 07:57 JS, revision 54354

Recorded GNOME MIME types fix

2008-06-25 07:52 JS, revision 54353

Gnome Mime type fix by scanning for .desktop files

2008-06-25 07:51 JS, revision 54352

Better extension extraction

2008-06-25 01:02 VZ, revision 54350

more wxBitmapType-related backward compatibility fixes

2008-06-24 23:43 VZ, revision 54349

provide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise the existing code using long instead of wxBitmapType doesn't compile because of the ambiguity between long->wxBitmapType and long->wxString conversions (as these methods are also overloaded to take wxString)

2008-06-24 23:42 VZ, revision 54348

don't use deprecated wxIconizeEvent::Iconized()

2008-06-24 18:59 MMK, revision 54347

Modified rendering time and used arrow keys

2008-06-24 16:53 BP, revision 54346

Tagged 2.8.8 release from r54336 of WX_2_8_BRANCH.

2008-06-24 12:56 RR, revision 54344

Compilation

2008-06-24 12:48 RR, revision 54343

Next part of tree state icon patches

2008-06-24 06:48 PC, revision 54342

fix crash on exit, after hiding search tool then toggling tooltips

2008-06-23 22:49 VZ, revision 54339

wxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2

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