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-08-21 10:48 RR, revision 48269

Removed gaps between header buttons and the strange header offset

2007-08-21 10:46 RR, revision 48268

Removed gaps between header buttons and the strange header offset

2007-08-21 10:45 RR, revision 48267

Compile fix

2007-08-21 09:40 VS, revision 48266

use wxString's UTF8 methods in wxCocoa, it's slightly more efficient in UTF8 build

2007-08-21 09:38 JS, revision 48265

Addition to [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48264

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48263

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:18 JS, revision 48262

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:18 JS, revision 48261

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:06 JS, revision 48260

Removed unnecessary code

2007-08-21 09:06 JS, revision 48259

Removed unnecessary code

2007-08-21 08:55 JS, revision 48258

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:55 JS, revision 48257

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:35 JS, revision 48256

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:35 JS, revision 48255

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:14 JS, revision 48254

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:14 JS, revision 48253

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:05 JS, revision 48252

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 08:05 JS, revision 48251

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 07:42 JS, revision 48250

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-21 07:41 JS, revision 48249

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-20 23:43 KO, revision 48236

(Port to 2.8) Fix for wxMemoryDC::GetAsBitmap(wxRect) on Windows.

2007-08-20 23:26 KO, revision 48235

Fix for wxMemoryDC::GetAsBitmap() not working on Windows.

2007-08-20 23:23 JW, revision 48234

Fixed several bugs in mod_wx, and added appUrl and scriptUrl parameters

2007-08-20 23:16 VS, revision 48233

the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does

2007-08-20 22:30 RR, revision 48232
  • D /wxWidgets/trunk/docs/latex/wx/dataviewlistmodelnotifier.tex

Removed.

2007-08-20 22:29 RR, revision 48231

Updated docs

2007-08-20 21:39 JW, revision 48230

Fixed infinite recursion loop in font initialization, replaced old pass-by-argument wxApp configuration with a pass-through-fifo method

2007-08-20 20:24 VS, revision 48229

don't recompute nonbreakable space character every time a text fragment is added in ANSI build

2007-08-20 20:08 VS, revision 48227

marked const wxHtmlEntitiesParser methods as such

2007-08-20 19:20 VS, revision 48224

fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument

2007-08-20 17:26 RR, revision 48223

Patch from Bo, adapt generic code to new API, add GetItemRect and HitTest

2007-08-20 15:19 VS, revision 48222

added wxUTF8StringBuffer for writing UTF8 data into wxString efficiently, similarly to existing wxStringBuffer classes

2007-08-20 14:58 BY, revision 48221

Keep same with the trunk code.

2007-08-20 14:39 BY, revision 48220

Comply with Robert's new API and add two more APIs.

2007-08-20 13:52 JW, revision 48219

Improved response generation code, fixed TODOs, added documentation

2007-08-20 13:51 RR, revision 48218

Make wxDataViewItemArray more efficient

2007-08-20 13:35 RR, revision 48217

backported wxList<T> docs

2007-08-20 13:32 RR, revision 48216

Added STL API to wxList docs

2007-08-20 12:30 VS, revision 48215

Vadim's new test broke subsequent asserts, fixed

2007-08-20 10:38 VZ, revision 48214

added tests demonstrating a bug in wxString::assign(itself)

2007-08-20 08:45 CE, revision 48213

fix missing makefiles for 2.8.5

2007-08-20 01:41 KO, revision 48211

wxURI variable removed by previous commit is used on MSW, so add it back in for that port.

2007-08-19 22:57 RR, revision 48209

Implement selection API and events

2007-08-19 22:18 RR, revision 48208

Implement ...COLUMN_SORTED event

2007-08-19 22:16 VS, revision 48207

compilation fix for broken libstdc++ visibility

2007-08-19 21:44 RR, revision 48206

Change EnsureVisble() to including column parameter, implemented it for wxGTK

2007-08-19 21:24 VS, revision 48205

renamed wxImplStringBuffer to wxStringInternalBuffer

2007-08-19 21:20 RR, revision 48204

Implemented and tested EXPANDED etc events for wxGTK and in the sample

2007-08-19 20:46 FM, revision 48203

updated makefiles

2007-08-19 20:42 RR, revision 48202

Added EXPANDING and COLLAPSING events for the user to veto

2007-08-19 20:38 FM, revision 48201

misc changes

2007-08-19 20:34 FM, revision 48200

formatting changes and dynamic_cast => wx_dynamic_cast

2007-08-19 20:33 FM, revision 48199

name changes; removal of wxObjectReaderCodeCallback

2007-08-19 20:27 FM, revision 48198

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE use wxEMPTY_HANDLERS_TABLE macro

2007-08-19 20:24 FM, revision 48197

typo fix

2007-08-19 20:24 FM, revision 48196

added wxEMPTY_HANDLERS_TABLE

2007-08-19 20:21 FM, revision 48195

remove EMPTY_MACROVALUE

2007-08-19 20:21 FM, revision 48194

name changes: wxConstructorBridge => wxObjectAllocatorAndCreator wxDirectConstructorBridge => wxObjectAllocator wxPersister => wxObjectReaderCallback wxDepersister => wxObjectWriterCallback wxRuntimeDepersister => wxObjectRuntimeReaderCallback wxDelegateTypeInfo => wxEventSourceTypeInfo

2007-08-19 20:16 FM, revision 48193

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE

2007-08-19 20:15 FM, revision 48192

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS and wxDynamicObject formatting changes

2007-08-19 20:14 FM, revision 48191

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS

2007-08-19 20:11 RR, revision 48190

Made wxGTK wxDataViewCtrl compile again

2007-08-19 20:03 FM, revision 48189

fix typo after recent name changes

2007-08-19 20:02 FM, revision 48188

removed docs for wxDECLARE_CLASS, wxIMPLEMENT_CLASS; rather use wxDECLARE_ABSTRACT_CLASS and wxIMPLEMENT_ABSTRACT_CLASS which are more explicit

2007-08-19 20:01 FM, revision 48187

updated for XTI

2007-08-19 19:59 FM, revision 48186

added wxObjectCodeReaderCallback to the sample

2007-08-19 19:22 DE, revision 48184

Fix wxCocoa's wxLaunchDefaultBrowser in the 2.8 branch. Roughly equivalent to trunk 45892 (NOTE: CVS)

2007-08-19 19:05 VZ, revision 48183

fix generation of events from SetValue() broken in rev 46611

2007-08-19 19:03 RR, revision 48182

Bo's patch adding Selection API and some more changes, doesn't compile yet

2007-08-19 16:41 FM, revision 48181

added wxSVGFileDC docs to main chain

2007-08-19 16:35 FM, revision 48180

added missing \wxheading{Parameters}

2007-08-19 16:35 FM, revision 48179

fixed doc wrong position of \wxheading{Library}

2007-08-19 14:24 RR, revision 48178

Forgot a line

2007-08-19 14:16 RR, revision 48177

Added ITEM_EXPANDED and ITEM_COLLAPSED

2007-08-19 14:12 RR, revision 48176

change wxDataViewModel::Compare() to including column and sortorder

2007-08-19 13:49 BY, revision 48175

2007-08-19 10:16 VS, revision 48174

use UTF8 build by default on Unix (except Darwin)

2007-08-19 06:26 JW, revision 48173

Completed most of the drawing code, added modwx, finished event code

2007-08-19 04:01 DE, revision 48172

Merged 48171 from trunk: Make SetCursor work.

2007-08-19 04:01 DE, revision 48171

Make SetCursor work.

2007-08-19 03:37 DE, revision 48170

Merged 48150 and 48169 from trunk: Improve the tracing of the tracking rect manager and mouse movement synthesizer. Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-19 03:25 DE, revision 48169

Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-18 21:58 KO, revision 48167

(Port to 2.8) Add the unified style on OS X 10.4, and default to using it.

2007-08-18 21:49 KO, revision 48165

Add the unified style on OS X 10.4, and default to using it.

2007-08-18 13:04 JS, revision 48164

Added documentation for wxNavigationKeyEvent

2007-08-18 12:26 JS, revision 48163

Don't hang in ReadLine when there's no input left

2007-08-18 12:25 JS, revision 48162

Don't hang in ReadLine when there's no input left

2007-08-18 11:45 JS, revision 48161

Clarified meaning of new menu functions.

2007-08-18 11:43 JS, revision 48160

Use new GetItemLabel function

2007-08-18 11:34 JS, revision 48159

Avoid clash with control container event handlers

2007-08-18 11:34 JS, revision 48158

Compile fix

2007-08-18 11:26 JS, revision 48157

Compile fix

2007-08-18 11:04 JS, revision 48156

Comment cleanup

2007-08-18 11:02 JS, revision 48155

Left click only focuses if the event wasn't handled

2007-08-18 10:54 JS, revision 48154

A number of focus handling improvements: Left clicking on a window only focuses the window if not processed. wxControlContainer::SetFocus moved to wxControlContainerBase so that a container now focuses the first child even on wxGTK. wxAuiBook is now a container, need for correct navigation on wxGTK.

2007-08-18 10:47 JS, revision 48153

Compile fix

2007-08-18 06:23 KO, revision 48152

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state. (Port to 2.8 branch)

2007-08-18 06:23 KO, revision 48151

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state.

2007-08-18 05:39 DE, revision 48150

Improve the tracing of the tracking rect manager and mouse movement synthesizer.

2007-08-18 05:05 DE, revision 48149

Change kCFRunLoopBeforeWaiting to kCFRunLoopExit when setting up the run loop observer for synthesized mouse moved events and add a lengthy comment explaining the reason for the change. Copyright 2007 Software 2000 Ltd.

2007-08-18 03:33 BY, revision 48147

Make resort happen when valuechanged signal emitted. And add modified by field, hehe!

2007-08-17 18:11 DE, revision 48146

Keep the stock cursors in an array so that constructing a cursor with a stock cursor ID will effectively result in a copy sharing the same ref data.

2007-08-17 17:42 JS, revision 48145

Added necessary headers for Windows

2007-08-17 10:53 RR, revision 48144

typo

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

typo

2007-08-17 08:57 CE, revision 48142

fix missing contrib in 2.8

2007-08-16 21:12 VZ, revision 48141

added a tech note explaining how to write a new XRC handler

2007-08-16 21:10 VZ, revision 48140

add XRC handler for wxSearchCtrl (extended patch 1751516)

2007-08-16 20:53 RR, revision 48139

removed Set/GetSortAscending from wxDataViewModel and move into wxDataViewCtrl

2007-08-16 19:25 JS, revision 48138

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:25 JS, revision 48137

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:05 JS, revision 48136

Mac fix

2007-08-16 19:04 JS, revision 48135

wxMac doesn't like wxAND_REVERSE

2007-08-16 18:31 RR, revision 48134

compile with GTK < 2.8

2007-08-16 17:58 DE, revision 48133

Merged 48131 from trunk: Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 17:46 JS, revision 48132

Compile fix

2007-08-16 17:44 DE, revision 48131

Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 16:33 JS, revision 48130

Added GTK+ headers

2007-08-16 16:19 JS, revision 48129

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 16:12 JS, revision 48128

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 14:41 JS, revision 48127

Removed double border style

2007-08-16 14:03 JS, revision 48126

Added missing argument

2007-08-16 12:15 JS, revision 48125

Added DrawFocusRect to wxRenderer

2007-08-15 21:27 VZ, revision 48122

fixed TeX error introduced in rev 48093 (sorry)

2007-08-15 21:01 VZ, revision 48121

relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)

2007-08-15 20:31 VZ, revision 48120

make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports

2007-08-15 20:30 JS, revision 48119

Bring back double border

2007-08-15 20:29 JS, revision 48118

Removed double border style

2007-08-15 20:23 VZ, revision 48117

added ReadType convenience functions (patch 1764160)

2007-08-15 20:17 VZ, revision 48116

include wx/msw/winundef.g instead of writing just a subset of #undefs in wx/defs.h itself (patch 1774707)

2007-08-15 18:38 VZ, revision 48115

uncomment the change which was meant to be committed the last time

2007-08-15 17:58 DE, revision 48114

Use the new wxUSE_ABI_INCOMPATIBLE_FEATURES to enable enhancements for wxCocoa builds.

2007-08-15 17:43 DE, revision 48113

Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.

2007-08-15 17:17 DE, revision 48112

Merged modified 47462 (VZ) from trunk: allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros This has the side effect of using wx_cv_use_ in preference to ac_cv_use_. I did not include changes related to how --enable-all-features works.

2007-08-15 17:09 DE, revision 48111

Regenerate configure to incorporate the proper CFLAGS/CXXFLAGS -g test that doesn't blow away the existing flags.

2007-08-15 17:08 DE, revision 48110

Update the wxAutohacks libs.m4 with some of the changes from newer autoconf (this will make generated configure at least match what is currently in the tree).

2007-08-15 16:31 DE, revision 48109

Clean autoconf_inc.m4 of references to now-deleted contribs like animate and propgrid.

2007-08-15 16:24 DE, revision 48108

Regenerate all of the Makefile.in files with Bakefile 0.2.2. * Minor whitespace changes in WINDRES commands * Updates version to 2.8.4 from 2.8.2. * Other minor generation differences.

2007-08-15 16:12 DE, revision 48107

Merged 48106 from trunk: Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:10 DE, revision 48106

Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:00 JS, revision 48105

Regenerated makefiles

2007-08-15 15:56 JS, revision 48104

Regenerated makefiles

2007-08-15 15:28 VS, revision 48103

removed outdated comment

2007-08-15 13:30 VZ, revision 48102

use correct WXDLLIMPEXP macro for friend declaration

2007-08-15 13:27 VZ, revision 48101

corrected the 'Derived from' sections using the script from the patch 1765640

2007-08-15 13:23 VZ, revision 48100

added a script to automaitcally fix 'Derived from' doc sections; updated the 'Library' sections script to be able to run it on files already having these functions (patch 1765640)

2007-08-15 13:19 VZ, revision 48099

use ES_RIGHT|ES_NUMBER styles for the buddy control as it's used for numeric entry (modified patch 1767478)

2007-08-15 13:13 VZ, revision 48098

don't enable previously checked button in a radio group (patch 1767481)

2007-08-15 13:09 VZ, revision 48097

don't assert when ExpandAll() is called on hidden root item (fixes 1765566, replaces patch 1768282)

2007-08-15 13:06 VZ, revision 48096

no changes, just fix typos in comments

2007-08-15 13:05 VS, revision 48095

wxCocoa compilation fixes for visibility (missing DLL export macros)

2007-08-15 13:00 VZ, revision 48094

fix clipping box retrieval (patch 1771199)

2007-08-15 12:57 VZ, revision 48093

added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)

2007-08-15 12:53 VZ, revision 48092

don't use deprecated wxMenuItem methods

2007-08-15 12:45 VZ, revision 48091

use correct WXDLLIMPEXP macro for forward declaration

2007-08-15 11:52 VZ, revision 48090

fix wrong clear selection (modified patch 1763916)

2007-08-15 11:46 VZ, revision 48089

include wx/datetime.h, it's not always included from the other headers

2007-08-15 11:43 VZ, revision 48088

set the correct properties for the source files

2007-08-15 11:40 VZ, revision 48087

added missing headers (patch 1774617)

2007-08-15 11:38 VZ, revision 48086

fix incorrect wxSYS_VSCROLL_X mapping to the Win32 constant (replaces patch 1770501)

2007-08-15 11:36 VZ, revision 48085

use one shot timers in wxAnimationCtrl (patch 1774535)

2007-08-15 11:07 VZ, revision 48084

added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)

2007-08-15 10:43 VZ, revision 48083

don't set incorrect initial value of '0' for the bool cell (replaces patch 1774557)

2007-08-15 10:33 BY, revision 48082

Delete additional #if 0. So this revision is a very important one considering that it maintain some maybe-future-used code.

2007-08-15 10:30 BY, revision 48081

Change the RowToItem/RowToTreeNode more efficient through array direct find when there is no child node in the current node. Change the Walker function to make it suitable to new more-efficient finding code.

2007-08-15 04:42 DE, revision 48080

Merge in the recent wxSlider work from svn trunk (various commits). This patch keeps ABI compatibility but won't yet generate events caused by mouse movement (next commit will do that ABI compatibly). Copyright 2007 Software 2000 Ltd.

2007-08-15 04:36 DE, revision 48079

Upgrade Makefile.in to Bakefile 0.2.2 because I don't feel like maintaining an 0.2.1 install just for wx 2.8.

2007-08-15 04:12 DE, revision 48078

Further simplificiation of the NSSlider/wxSlider interface such that the various responder methods don't change the controls action but instead send all actions through the normal wxCocoaNSControl action handling mechanism. To determine what caused the action we save the message selector in a global variable (safe since Cocoa does single-threaded event handling).

2007-08-14 22:44 VZ, revision 48077

no real changes, just some cleanup

2007-08-14 22:43 VZ, revision 48076

added wxTaskBarIcon::Destroy()

2007-08-14 22:39 DE, revision 48075

Merge 48074: Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:38 DE, revision 48074

Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:28 VZ, revision 48073

rename WX_VERSION_FULL back to WX_VERSION WX_VERSION was renamed to WX_VERSION_FULL for some reason in rev 44731 but this was a backwards incompatible change as the existing configure scripts could (and did) use WX_VERSION, so undo this change, at least until someone finds a worthy reason for it

2007-08-14 22:26 VZ, revision 48072

use decho, not echo, to output error messages

2007-08-14 22:21 VZ, revision 48071

don't use the extra libraries in wx-config --version invocation as this now (correctly) results in errors

2007-08-14 21:31 VZ, revision 48070

check for wxUSE_ACCESSIBILITY not being set to 1 under non-MSW platforms

2007-08-14 20:56 DE, revision 48069

Merged 48068 from trunk: Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 20:39 DE, revision 48068

Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 14:03 JS, revision 48067

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48066

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48065

Added periods

2007-08-14 08:51 JS, revision 48064

Ambiguity correction

2007-08-14 07:26 JS, revision 48063

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-14 07:26 JS, revision 48062

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-13 22:06 VS, revision 48061

wxMac compilation fixes for visibility (missing DLL export macros)

2007-08-13 18:48 VS, revision 48060

don't attempt to convert 8bit values to Unicode in ANSI build

2007-08-13 18:36 VS, revision 48059

check for HAVE_VISIBILITY first when setting WXIMPORT/WXEXPORT; only set it on platforms where it makes sense

2007-08-13 17:56 VS, revision 48057

compilation fix for wxString::Format("no variadic arguments") and VC6

2007-08-13 17:33 JS, revision 48056

Typo correction

2007-08-13 17:18 JS, revision 48055

Documented new menu label functions

2007-08-13 17:18 JS, revision 48054

Minor doc fixes

2007-08-13 17:07 JS, revision 48053

Binary compatible API fixes for menu label retrieval with and without mnemonics/accelerators.

2007-08-13 15:56 RR, revision 48052

Applied Hartwig's implementation of OS X wxDataViewCtrl

2007-08-13 15:35 JS, revision 48051

Use new function GetItemLabel

2007-08-13 15:32 JS, revision 48050

GetLabelTop should return the stripped label, for compatibility.

2007-08-13 14:59 JS, revision 48049

Typo correction

2007-08-13 14:43 VS, revision 48048

Mingw compilation fix

2007-08-13 14:43 JS, revision 48047

Add accelerator back to label in GetItemLabel

2007-08-13 14:02 JS, revision 48046

Removed a misleading comment

2007-08-13 12:05 JS, revision 48045

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 12:04 JS, revision 48044

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 11:13 JS, revision 48043

Fixes for WinCE

2007-08-13 10:27 JS, revision 48042

Typo fix

2007-08-13 10:26 JS, revision 48041

Typo fix

2007-08-11 22:09 JS, revision 48029

Preserve original menu label for later retrieval

2007-08-11 19:17 VS, revision 48027

fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators

2007-08-11 19:07 JS, revision 48026

Menu fix

2007-08-11 18:39 JS, revision 48025

Compile fixes

2007-08-11 18:02 JS, revision 48024

Small fix

2007-08-11 17:54 JS, revision 48023

Menu label consistency changes

2007-08-11 12:18 VS, revision 48022

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 12:03 VS, revision 48021

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 11:46 VZ, revision 48020

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration

2007-08-11 01:28 DE, revision 48018

Use wxLogStdErr in preference to wxLogGui on wxCocoa.

2007-08-10 20:28 DE, revision 48017

Don't needlessly indirect through NSNotificationCenter.

2007-08-10 20:14 DE, revision 48016

Use SetNSSlider instead of SetNSView so that the WXNSSlider (Objective-C) gets associated with the wxCocoaNSSlider (C++) via the hash map and events actually work.

2007-08-10 20:12 DE, revision 48015

Fix up NSSlider code to not use class posing and instantiate the proper type (now WXNSSlider) from slider.mm. Copyright 2007 Software 2000 Ltd.

2007-08-10 20:03 DE, revision 48014

Return something halfway reasonable from GetCharWidth/GetCharHeight because the generic log dialog divides by GetCharWidth which doesn't work so well when it's zero.

2007-08-10 19:28 DE, revision 48012

Set the svn:keywords property to Id on the new files.

2007-08-10 19:26 DE, revision 48011

Attempt to fix RCS-ID tags so svn will fill them in.

2007-08-10 19:25 DE, revision 48010

Major wxCocoa wxSlider overhaul from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:44 DE, revision 48008

Merge 48007 from trunk: Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:40 DE, revision 48007

Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 11:48 JS, revision 48005

Typo correction

2007-08-10 11:48 JS, revision 48004

Typo correction

2007-08-10 11:05 JS, revision 48003

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 11:04 JS, revision 48002

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 10:37 JS, revision 48001

For consistency with other ports, don't generate a selection event when we change a listbox item's label

2007-08-10 07:37 BY, revision 48000

Return back to this branch again!

2007-08-10 05:17 DE, revision 47999

The SetTitle title parameter is no longer unused (trunk 44896)

2007-08-10 05:16 DE, revision 47998

Merged 44802 (NOTE: CVS) from trunk: implement Set/GetTitle() (last part of patch 1679337)

2007-08-10 05:14 DE, revision 47997

Merged 47996 from trunk: Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 05:04 DE, revision 47996

Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 04:47 DE, revision 47995

Merged 47994 from trunk. WARNING: changes runtime behavior: Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-10 04:40 DE, revision 47994

Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-09 19:08 DE, revision 47992

Merged 47990 and 47991 from trunk: Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 19:07 DE, revision 47991

Remove virtual from the newly added Create methods.

2007-08-09 19:05 DE, revision 47990

Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 18:17 DE, revision 47989

Merged 47988 from trunk: Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 18:15 DE, revision 47988

Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 17:31 DE, revision 47987

Merged 47986 from trunk: Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:30 DE, revision 47986

Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:01 DE, revision 47985

Merged modified 47984 from trunk: Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:53 DE, revision 47984

Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:18 RD, revision 47983

Put the tagged wxPython dir under the tagged wxWidgets dir so it has the same structure as needed for the tarballs

2007-08-09 16:15 RD, revision 47982

tagging 2.8.4.2 release

2007-08-09 15:59 RD, revision 47980

(un)install scripts for wxaddons and wxversion packages

2007-08-09 15:09 JS, revision 47974

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.

2007-08-09 15:08 JS, revision 47973

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.