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-07-14 11:12 FM, revision 47457

formatting change

2007-07-14 11:12 FM, revision 47456

fixed BUG in wxSpinCtrl which prevents the user from creating a dummy wxSpinCtrl instance, i.e. a wxSpinCtrl instance which is never Create()d

2007-07-14 11:07 VZ, revision 47455

cast abs() argument to int (from long) as BCC 2007 doesn't define abs(long) overload in stdlib.h (only cstdlib)

2007-07-14 10:54 FM, revision 47454

fix macro redefinition and added missing macro def

2007-07-14 10:40 FM, revision 47453

fixed wildcard filters

2007-07-14 10:37 FM, revision 47452

added empty XTI macro definitions for builds with wxUSE_EXTENDED_RTTI=0 (which is a cfg that now builds fine)

2007-07-14 10:10 BIW, revision 47451

fix for bug #1747890 - close button problem fixed

2007-07-14 10:07 VS, revision 47450

renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761)

2007-07-14 10:06 BIW, revision 47449

fix for bug #1747890 - close button problem fixed

2007-07-14 05:47 SC, revision 47448

adapting to new m_labelOrig label member

2007-07-14 05:26 SC, revision 47447

fix XTI problems on Mac

2007-07-13 22:30 DE, revision 47446

Merged 47382: Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-13 21:49 DE, revision 47445

Merged 46227 from trunk (Note:CVS): Allow many Objective-C classes to be uniquified at runtime.

2007-07-13 21:30 VS, revision 47444

removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works

2007-07-13 21:30 DE, revision 47443

Merged 46116 from trunk (NOTE: CVS): * Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization to true but a plugin can set it to false to cause wxCocoa to not initialize things like the application delegate or the menubar manager.

2007-07-13 21:14 DE, revision 47440

Merged modified 46013 from svn trunk (NOTE: CVS). Rework idle handling so that NSApplication does not need to be subclassed or posed as. Copyright Software 2000 Ltd.

2007-07-13 20:44 VS, revision 47439

added --disable-visibility configure option

2007-07-13 20:25 DE, revision 47438

Provide versioning for backport of 46117 (wxLog::DoCreateOnDemand).

2007-07-13 14:49 VZ, revision 47434

compilation fix for DoReadBinary() in STL build

2007-07-13 14:26 SC, revision 47433

better debug output

2007-07-13 14:26 SC, revision 47432

adding new Name property (needed in sample)

2007-07-13 14:16 VZ, revision 47431

set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event

2007-07-13 14:09 VZ, revision 47430

fixed showing busy cursor for disabled windows and during wxExecute()

2007-07-13 13:48 VZ, revision 47429

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms [backport from trunk]

2007-07-13 13:43 VZ, revision 47428

use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms

2007-07-13 13:05 VZ, revision 47427

added commands to test how busy cursor behaves during wxExecute()

2007-07-13 12:57 VZ, revision 47426

added eVC project file for building regex library (patch 1753200)

2007-07-13 11:29 VZ, revision 47425

added stubs for DoRead/WriteBinary()

2007-07-13 11:14 VZ, revision 47424

cast abs() argument to int to fix compilation with BC++ 2007

2007-07-13 11:13 VZ, revision 47423

wxCreateDIB() seems to be unused, removed

2007-07-13 09:55 VS, revision 47420

make it possible to build in ANSI build on Windows again

2007-07-13 09:13 VS, revision 47419

make --enable-optimise the default in absence of --enable-debug again

2007-07-13 07:02 SC, revision 47418

XTI for Mac fixes

2007-07-13 05:13 JW, revision 47417

Added more stubs, fleshed out the event dispatch, including preliminary JSON parsing. Updated bakefiles

2007-07-13 03:10 BY, revision 47416

Make the tree build function non recursive, change the building function into OnExpanding. And I also add the notifiers as well as do some work to suppress the warnings.

2007-07-13 03:06 DE, revision 47415

Merged 47182 from svn trunk: Make wxCocoa compile in 64-bit mode.

2007-07-13 02:49 DE, revision 47414

Merged 46226 from svn trunk (Note: CVS): Add implementation of Objective-C class name uniquifying.

2007-07-13 02:36 DE, revision 47412

Merged 46117 from trunk. (Note: CVS): Add a wxLog::DoCreateOnDemand and call it from DoCommonPreInit so that logging will work even if wxWidgets is reentered after being cleaned up.

2007-07-13 00:35 RR, revision 47410

More patches from Bo, reduced wxDataViewModel, more sorting preps

2007-07-12 22:34 DE, revision 47409

Merged modified 46014 from trunk (Note: CVS). This version only removes the include of ObjcPose.h from source files that no longer need it due to the previous commits. ObjcPose.h still remains and is still used by the NSApplication code until I can do the necessary modifications to backport that without breaking ABI compatibility.

2007-07-12 22:04 VZ, revision 47406

fix unused parameter warning in OnIdle()

2007-07-12 22:04 VZ, revision 47405

use unsigned char to avoid MSVC warnings about cast truncations

2007-07-12 22:01 VZ, revision 47404

remove deprecated UseAlpha() call

2007-07-12 21:46 DE, revision 47403

Merged 47384 from svn trunk: Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 21:44 DE, revision 47401

Merged 47226 from trunk: Don't include <CoreFoundation/CFBase.h> because it in turn includes MacTypes.h which causes too much namespace pollution. Instead, declare the CFTypeRef type and the CFRelease and CFRetain functions.

2007-07-12 21:30 DE, revision 47400

Merged r45869 from trunk (Note: CVS, rename done using svn move on 2.8 version): Move src/cocoa/utils.cpp to src/cocoa/utils.mm.

2007-07-12 21:24 DE, revision 47399

Merged slightly-modified r45749 from trunk (Note: CVS): Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. Copyright Software 2000 Ltd.

2007-07-12 21:17 DE, revision 47398

Merged (slightly modified to maintain ABI compatibility) r45554 from trunk (Note: CVS): Remove Objective-C class posing for everything except for NSApplication.

2007-07-12 20:53 RD, revision 47389

Bump sub-release number

2007-07-12 20:46 DE, revision 47388

Merged r45553 from trunk (note: CVS): Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files. No new or changed code. Work on behalf of Software 2000 Ltd.

2007-07-12 20:43 FM, revision 47387

wxListCtrl fix for generic version (which needs to be able to do wxStaticCast(..., wxGenericListCtrl) operations

2007-07-12 20:41 FM, revision 47386

removed yet other redundant RTTI decl

2007-07-12 20:36 FM, revision 47385

removed yet other redundant RTTI decl

2007-07-12 20:03 DE, revision 47384

Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.

2007-07-12 19:42 FM, revision 47383

removed remaining redundant RTTI declarations

2007-07-12 18:26 DE, revision 47382

Fix Raise and Lower to leave all other sibilng views in the order they were in. Copyright 2007 Software 2000 Ltd.

2007-07-12 15:16 BY, revision 47380

Change some spaces again

2007-07-12 15:08 BY, revision 47379

replace TAB with spaces

2007-07-12 14:39 SC, revision 47377

XTI for Mac fixes

2007-07-12 14:38 SC, revision 47376

XTI for Mac fixes

2007-07-12 14:16 BY, revision 47375

Make the expander the windows native one. Thanks to wxRendererNative's method DrawTreeItemButton

2007-07-12 12:58 RR, revision 47374

Bo's patch for generic code, more sorting code, WIP

2007-07-12 12:36 VS, revision 47373

removed extra semicolon

2007-07-12 12:29 FM, revision 47372

removed redundant RTTI declarations for wxColour, wxFont and wxDialog

2007-07-12 12:16 VZ, revision 47371

compilation fix for ANSI STL build

2007-07-12 12:13 FM, revision 47370

fix for wxHTML lib

2007-07-12 12:04 VZ, revision 47369

removed Insert() methods which already exist in the base wxControlWithItems class

2007-07-12 11:22 FM, revision 47368

changed macros to all start with "wx" prefix; old macro names are still supported (with wx28 compat turned on). Reformatted the XTI definitions in the COMMON files; removed the #if wxUSE_EXTENDED_RTTI/#endif blocks

2007-07-12 11:20 FM, revision 47367

fixed a NULL-pointer access which prevents the XTI sample from being able to save the XML definition of a GUI dialog

2007-07-12 10:57 FM, revision 47366
  • D /wxWidgets/branches/SOC2007_XTI/wxPython

removed wxPython from XTI branch as it's useless there

2007-07-12 10:05 FM, revision 47364

formatting changes

2007-07-12 09:56 FM, revision 47363

formatting changes

2007-07-12 09:43 FM, revision 47362

formatting changes

2007-07-12 08:36 VZ, revision 47361

added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112)

2007-07-12 07:01 PC, revision 47360

fix MDI child sizing, which was working more or less by accident before I broke it in rev 46223

2007-07-12 06:37 BY, revision 47359

Four new API in wxDataViewCtrl : SetIndent/GetIndent/SetExpanderColumn/GetExpanderColumn. Complete drawing expander, mouse click event for expander, left/right arrow event.

2007-07-12 06:13 VS, revision 47358

compilation fix

2007-07-12 00:18 VZ, revision 47355

added missing spaces

2007-07-12 00:12 VZ, revision 47354

non-PCH compilation fix after latest change

2007-07-12 00:11 VZ, revision 47353

added support for binary data to wxConfig (slightly modified patch 1736788)

2007-07-11 23:31 VZ, revision 47349

--with-sdl option should be taken into account for non-GUI builds too (closes bug 1196162)

2007-07-11 23:17 VZ, revision 47348

minor changes: increase the initial window size, create the log control read-only, don't create unneeded status bar panes

2007-07-11 23:16 VZ, revision 47347

call SetCanFocus(false) to prevent the control window itself from getting focus, only m_mainWin should have it

2007-07-11 21:54 VZ, revision 47346

don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified after cflags option (patch from John Labenski)

2007-07-11 21:14 VZ, revision 47345

fixed a bug in a test (there should be a space after -z)

2007-07-11 21:14 VZ, revision 47344

disable the libraries and features which were disabled before the latest changes but got accidentally enabled

2007-07-11 21:06 KO, revision 47343

Update to work with the latest wxPython and to work with more shells. Also, get the script's directory using $0 rather than relying on it to be run from the dir it lives in.

2007-07-11 20:52 VZ, revision 47342

added wxUSE_SVG

2007-07-11 20:42 VZ, revision 47341

cleanup: indentation, line length, don't include unneeded headers

2007-07-11 20:11 VZ, revision 47340

add adv and core libraries to the built wx libs if GUI is enabled

2007-07-11 20:03 VZ, revision 47339

Rewrote configure --enable/with options handling: 1. There is no more need to set DEFAULT_wxUSE_XXX for all options (although it's still taken into account if it is set), use WX_ARG_DISABLE/WITHOUT for the options which are enabled by default instead (and WX_ARG_ENABLE/WITH for those which are disabled): this makes configure messages more understandable (this closes bug 1038676) 2. Added --disable-all-features option which allows to disable everything which can be disabled at once in order to build the absolutely minimal wx library 3. General cleanup

2007-07-11 15:50 SC, revision 47337

avoiding copies if not necessary (better dependancy tracking)

2007-07-11 15:46 SC, revision 47336

64bit fix for patch as well

2007-07-11 15:16 SC, revision 47335

forcing bitmap type

2007-07-11 08:55 JS, revision 47334

Test for wxUSE_UXTHEME

2007-07-11 08:55 JS, revision 47333

Test for wxUSE_UXTHEME

2007-07-11 08:37 JS, revision 47332

Fixed a crash in wxGrid on creation due to OnSize being called too soon.

2007-07-11 08:32 JS, revision 47331

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:32 JS, revision 47330

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:03 RR, revision 47329

Compilo.