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.

2007-10-17 21:52 DE, revision 49205

Apply modified patch 1785299 to trunk and 2.8.

2007-10-17 20:57 RR, revision 49204

Make wxRenderer::DrawItemSelectionRect() draw a focus outline of wxCONTROL_CURRENT and wxCONTROL_FOCUSED is given, blind patch for wxMac

2007-10-17 18:30 VZ, revision 49203

explicitly mention that IsChecked() can't be used with wxCheckListBox

2007-10-17 18:22 VZ, revision 49202

remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes

2007-10-17 18:19 VZ, revision 49201

test for __DARWIN__ with ifdef, not if

2007-10-17 17:55 VZ, revision 49200

include -DWXUSINGDLL in wx-config output under all platforms and not only Cygwin/Mingw32

2007-10-17 17:32 VZ, revision 49199

fix references to wxCmdLineParser ctor

2007-10-17 17:29 VZ, revision 49198

fix broken links

2007-10-17 09:43 RR, revision 49196

Correct focus rect to not appear in unfocussed controls (currently doesn't appear at all under XP

2007-10-17 09:21 RR, revision 49195

Correct EnsureVisible() to show last item entirely

2007-10-17 09:17 RR, revision 49194

More alignment issues

2007-10-17 08:50 RR, revision 49193

Change default alignment to centre vertically

2007-10-17 08:49 RR, revision 49192

Document alignment parameter

2007-10-17 08:37 RR, revision 49191

Ensure item is visible when selection moves, remove compile warnings

2007-10-17 08:03 RR, revision 49190

Minor doc updates

2007-10-17 07:57 RR, revision 49189

Minor doc updates

2007-10-17 07:56 RR, revision 49188

Minor doc updates

2007-10-17 07:56 RR, revision 49187

Minor doc updates

2007-10-17 06:58 BP, revision 49186

Corrected doc typo (missing escaped underscore). Patch by Tim Stahlhut.

2007-10-17 02:59 PC, revision 49185

remove C++ comment

2007-10-17 02:58 PC, revision 49184

Fix declaration-after-statement compile error, remove C++ comments, remove unused GtkPizzaAdjData

2007-10-16 21:49 RR, revision 49183

Moved paragraph to right place

2007-10-16 21:48 RR, revision 49182

Minor sample corrections

2007-10-16 21:41 RR, revision 49181

Correct activate logic for <ENTER>

2007-10-16 21:38 RR, revision 49180

Correct activate logic for mouse clicks

2007-10-16 21:04 RR, revision 49179

Correct drawing placement (16px + 1 px border below)

2007-10-16 20:54 RR, revision 49178

Correct text colour in wxIconTextRenderer

2007-10-16 20:48 RR, revision 49177

Support for hover effect in header buttons

2007-10-16 17:53 RR, revision 49173

Doc improvements

2007-10-16 16:33 BIW, revision 49172

check if pane still exists before closing

2007-10-16 16:33 BIW, revision 49171

check if pane still exists before closing

2007-10-16 12:13 RR, revision 49170

Corrected AppendXXXColumn method params

2007-10-16 11:54 RR, revision 49169

Docs for wxDataViewTreeStore

2007-10-16 11:41 RR, revision 49168

Add wxDataViewTreeStore with sample

2007-10-14 08:51 DE, revision 49155

Fix wxExecute process end detect behavior for wxCocoa and wxMac. I have no idea why the current code used for Intel Macs doesn't work but it's not working for me at all. This should probably be backported to 2.8.

2007-10-14 08:37 DE, revision 49154

Combine the check for wxMac and then the other check for wxMac/wxCocoa into one define called USE_OLD_DARWIN_END_PROCESS_DETECT because it's wrong to created pipeEndProcDetect on wxCocoa when it's not going to use it! The next commit will show why it's now "Old".

2007-10-14 04:44 DE, revision 49153

Don't force the child's m_isShown state to match that of the parent in CocoaAddChild.

2007-10-13 22:01 RR, revision 49152

Beginning of wxDataViewTreeStore API

2007-10-13 22:00 RR, revision 49151

Minor doc corr

2007-10-13 22:00 RR, revision 49150

Made wxList no longer inherit from wxObject, no change in STL mode

2007-10-13 12:11 RR, revision 49149

Use typesafe wxVariantList in wxVariant instead of wxList

2007-10-13 11:57 RR, revision 49148

define typesafe wxVariantList (to be used by wxVariant instead of wxList

2007-10-13 11:45 RR, revision 49147

wxVariantData no longer inherits from wxObject

2007-10-13 08:47 DE, revision 49146

Implement creation of wxFont from wxNativeFontInfo. Implement all of the getters to return the fields from the wxNativeFontInfo contained in the wxFontRefData.

2007-10-13 08:30 DE, revision 49145

Replace most of the fields in wxFontRefData with one wxNativeFontInfo. Done on both trunk and 2.8. Because the data members line up perfectly and because I did not add nor remove any methods the ABI is (surprisingly) not effected by this change. The GetNativeFontInfo call now works.

2007-10-13 07:18 DE, revision 49144

Move wxCocoa's wxFontRefData from the header to the implementation file.

2007-10-13 06:58 DE, revision 49143

Rename src/cocoa/font.cpp to font.mm in both trunk and 2.8 branch.

2007-10-12 20:31 DE, revision 49142

Disable accidently committed F-Script code.

2007-10-12 20:30 DE, revision 49141

Remove wxNonControlNSControl from trunk. Leave in 2.8 because it removes symbols (although theoretically no one could have ever linked against them).

2007-10-12 20:27 DE, revision 49140

Use WXNSView just like wxWindow does when creating a wxControl. There are already wxControl subclasses such as wxStaticBox not using primary views which derive from NSControl so wxControl has to support this already.