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

2007-09-19 14:47 SC, revision 48803

grouping of tlw supported

2007-09-19 14:39 SC, revision 48802

upping version numbers

2007-09-19 14:38 SC, revision 48801

binary compatible workaround for getting the parent for native window grouping

2007-09-19 14:12 JS, revision 48800

Mentioned Stefan's toolbar bug fix

2007-09-19 13:55 RR, revision 48799

GTK+ selects the first item initially, II

2007-09-19 13:48 RR, revision 48798

GTK+ selects the first item initially

2007-09-19 13:48 RR, revision 48797

GTK+ selects the first item initially

2007-09-19 13:39 JS, revision 48796

Updated readme and manual version and date Some clarifications of wxBORDER_THEME Don't use wxBORDER_DOUBLE in GTK+/Univ

2007-09-19 12:42 SC, revision 48795

fixing PICT conversion

2007-09-19 12:24 VZ, revision 48794

use update UI handler for the up and new directory buttons instead of manually updating the controls, this fixes a bug where up button wasn't enabled back after selecting a child of top level directory

2007-09-19 12:19 CE, revision 48793

current/revision/age=2/1/2 for 2.8.6

2007-09-19 12:14 VZ, revision 48792

use drives paths, not names, in the dialog to avoid confusing HandleAction() with the drive names which it fails to interpret properly

2007-09-19 12:01 RR, revision 48791

Mention the future

2007-09-19 11:58 RR, revision 48790

Correct alphabetical order

2007-09-19 11:58 RR, revision 48789

Correct alphabetical order

2007-09-19 11:54 RR, revision 48788

mention wxGTK changes since 2.8.5

2007-09-19 11:47 VZ, revision 48787

remove platform check, always compile this file as it's needed at least by the dialogs sample on all platforms

2007-09-19 11:39 VZ, revision 48786

fix warning about int->bool conversion; wrap long lines to 80 columns

2007-09-19 11:35 RR, revision 48785

Let wxListCtrl generate the context menu event itself

2007-09-19 11:34 RR, revision 48784

Let wxListCtrl generate the context menu event itself

2007-09-19 11:24 RR, revision 48783

Backport wxListBook resizing bug

2007-09-19 10:12 VZ, revision 48782

use fabs() instead of abs() to fix mingw32 compilation (bug 1797589)

2007-09-19 09:19 SC, revision 48781

using CGImage for all native toolbar items

2007-09-19 09:05 CE, revision 48780

2.8.6

2007-09-19 09:01 CE, revision 48779

2.8.6

2007-09-19 01:02 VZ, revision 48778

shut down GDI+ from a module instead of doing it during static object destruction time when it may be too late (patch 1792915)

2007-09-19 00:45 VZ, revision 48777

allow using wxSizerFlags with wxSizer methods adding spacers too (patch 1797272)

2007-09-19 00:41 VZ, revision 48776

fix bug with deleting and recreating entries in wxFileConfig (patch 1796866)

2007-09-18 21:49 MW, revision 48775

template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler *>; instantiates as well as forward declares, which gives us multiple definition link errors on some systems. So trying WXDLLIMPEXP_FWD_XRC on the declaration of m_handlers instead.

2007-09-18 18:37 SC, revision 48774

fix for no striped background under panther when using coregraphics

2007-09-18 18:34 SC, revision 48773

fixing bug 1782738

2007-09-18 17:43 RR, revision 48772

Rearrange code to fix some problems

2007-09-18 17:31 SC, revision 48771

applying patch 1789066

2007-09-18 17:27 SC, revision 48770

adding reminder

2007-09-18 17:09 RR, revision 48769

Correct setting of line width

2007-09-18 15:51 PC, revision 48768

return type for "grab-broken-event" is not void; remove some redundant conditionals

2007-09-18 15:15 JS, revision 48767

Layout corrections

2007-09-18 15:11 JS, revision 48766

Layout corrections

2007-09-18 14:15 JS, revision 48765

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 12:06 VZ, revision 48764

fix for the last commit: reset the dummy wxRICHTEXT_DEFAULT_DROPTARGET pointer in dtor to avoid crashing when trying to delete it in the base class dtor

2007-09-18 12:04 VZ, revision 48763

properly NUL-terminate the buffer returned by wxMBConv::cMB2WC()

2007-09-18 11:07 JS, revision 48762

Committed missing part of earlier bottom tab patch

2007-09-18 10:48 JS, revision 48761

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 09:47 JS, revision 48760

Fixed compilo

2007-09-17 19:47 RD, revision 48758

changelog for 2.8.5.0

2007-09-17 17:24 PC, revision 48755

various small cleanups

2007-09-17 16:43 DE, revision 48754

Instantiate NSSecureTextField instead of NSTextField when wxTE_PASSWORD is specified. Copyright 2007 Software 2000 Ltd.

2007-09-17 15:41 KO, revision 48753

Adding prototype script for creating a wx Mac framework from a configure-based wxPython build.

2007-09-17 14:37 VZ, revision 48752

fix compilation due to wxCmdLineEntryDesc changes once again

2007-09-17 13:37 RR, revision 48751

Always rearrange wxListBook and send out size event, otherwise scrollbar overlaps icons