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-10-20 15:33 VZ, revision 49267

load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)

2007-10-20 15:23 SC, revision 49266

extensions and fixes

2007-10-20 15:02 RR, revision 49265

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 15:01 RR, revision 49264

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 14:55 RR, revision 49263

[ 1816944 ] GTK - wxMenuBar bug

2007-10-20 14:55 VZ, revision 49262

don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)

2007-10-20 14:49 VZ, revision 49261

add support for detached threads in wxThreadHelper (patch 1809015)

2007-10-20 14:45 VZ, revision 49260

spelling and other minor fixes (patch 1806283)

2007-10-20 14:42 VZ, revision 49259

add discussion about the problems of using Yield() part of patch 1806283)

2007-10-20 14:34 VZ, revision 49258

export wxInvalidSize from DLL builds (patch 1805738)

2007-10-20 10:43 RR, revision 49257

Only draw cell in selected style when control has focus

2007-10-20 10:33 RR, revision 49256

Use BTNFACE colour for rendering selected item when widget is unfocussed

2007-10-20 10:20 RR, revision 49255

Support hover over effect for DrawHeaderButton for GTK+

2007-10-20 03:47 PC, revision 49252

use a GtkAlignment to set size of toolbar controls, instead of trying to "correct" size_allocate

2007-10-20 03:44 DE, revision 49251

Fix wxVsnprintf-using code on both trunk and 2.8 and document how native functions are supposed to behave as well as how some of them do.

2007-10-19 15:07 RR, revision 49248

minor corr

2007-10-19 15:04 RR, revision 49247

minor corr

2007-10-19 15:01 JS, revision 49246

Added wxVariantData::Clone and wxVariant::Unshare

2007-10-19 14:53 RR, revision 49245

Use wxPointList instead of wxList in wxDC code

2007-10-19 14:46 SC, revision 49244

better native type for files

2007-10-19 11:40 JS, revision 49243

Show debug report directory in long form on Windows

2007-10-19 11:40 JS, revision 49242

Show debug report directory in long form on Windows

2007-10-19 05:39 DE, revision 49241

Improve behavior of menubar switching when windows are activated. Specifically, if a non-wx (e.g. internal Cocoa) window becomes key but a wx window remains main, be sure to use the wx window's menubar rather than swapping it out for the menubar we show when no wx window is active. Fixes Leopard issue.

2007-10-19 04:42 DE, revision 49240

Add missing wxT().

2007-10-19 03:10 DE, revision 49239

Add wxAddProcessCallback for both wxMac and wxCocoa and use it for wxCocoa. It can be turned on for wxMac if desired. See utilsunx.cpp comment. NOTE: I can't add the symbol to version-script.in because other platforms have had this symbol even though wxMac/wxCocoa have not.

2007-10-19 02:42 DE, revision 49238

Backport modified 49154 from trunk. Normalizes multiple and incorrect usage of darwin/mac/cocoa tests into one USE_OLD_DARWIN_END_PROCESS_DETECT which now excludes wxCocoa since it will be using the new method.

2007-10-19 02:13 DE, revision 49237

Add ProcessPendingEvents to wxApp::Yield which makes the code almost identical to wxMSW's implementation save for using Cocoa instead of MSW. Add a wxAutoNSAutoreleasePool around wxApp::WakeUpIdle so that calling it from a thread does not leak the NSEvent. Add several hundred lines of comments explaining the unique method that wxCocoa uses to hook the underlying event loop and run loop so that wxCocoa is able to provide things like wx idle events.

2007-10-18 20:56 RR, revision 49233

Added PrependColumn methods and short cuts. Added test for DeleteColumn to sample

2007-10-18 17:20 PC, revision 49231

simplify toolbar and statusbar create/set code

2007-10-18 16:35 RR, revision 49230

Pixel fiddling for correct placement of text with and without icons

2007-10-18 16:34 MW, revision 49229

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-18 16:14 RD, revision 49227

Another typo. I should really wake up before writing...

2007-10-18 15:49 RD, revision 49226

fix typo

2007-10-18 15:49 RD, revision 49225

fix typo

2007-10-18 15:48 RD, revision 49224

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:47 RD, revision 49223

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:07 RR, revision 49222

Corrected wrong initial/min size of generic wxDataViewCtrl

2007-10-18 14:40 RR, revision 49221

Implement HasContainerColumns in generic code

2007-10-18 10:06 VZ, revision 49220

removed extraneous semicolon

2007-10-18 09:31 DE, revision 49219

Fix crasher caused by wxProcessTerminationEventHandler::OnTerminate killing itself inside the context of wxEvtHandler::ProcessPendingEvents which still needs itself to be valid because it accesses it's m_eventsLocker. NOTE: This code is no longer used on trunk and hopefully soon won't be used in 2.8 either, but at least it doesn't crash now.

2007-10-18 09:22 VZ, revision 49218

corrected GetKeyInfo() (bug 1815516)

2007-10-18 08:30 DE, revision 49217

Revert part of 49140 on the 2.8 branch making it continue to use wxNonControlNSControl where WXNSView would do except that on the 2.8 branch I use a hack to stuff the control label in there since 2.8 has no m_labelOrig field in wxControlBase.

2007-10-18 08:23 DE, revision 49216

Merge 49213/49214 from trunk. Working wxFont implementation.

2007-10-18 08:02 DE, revision 49215

Added include/wx/cocoa/private

2007-10-18 08:01 DE, revision 49214

Added fontfactory.h that should have been part of 49213.

2007-10-18 07:54 DE, revision 49213

Halfway reasonable implementation of wxFont for wxCocoa.

2007-10-18 07:19 DE, revision 49212

Ignore generated autoconf.m4f file.

2007-10-18 00:43 RD, revision 49211

Add a section for 2.8.6.1

2007-10-18 00:42 RD, revision 49210

Add richtext to CORE_GUI_LIBS

2007-10-17 22:07 DE, revision 49206

Add const_cast and explain why it's needed.