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

2002-03-04 07:52 JS, revision 14440

Removed obsolete -WE flags from WIN32 BC++ makefiles

2002-03-03 23:25 VS, revision 14439

fixed translatable strings handling in XRC

2002-03-03 23:25 VS, revision 14438

removed implicit dependency on wxPNGHandler from wxGTK's wxBitmapDataObject

2002-03-01 19:50 DW, revision 14437

This weeks interface and compile catchup

2002-02-28 22:42 RR, revision 14436

Lots of things to make menus and submenus work. Also added wxPopTransientWindow::CanDismiss() which will be needed for pop-up menus, although that actually still has to be done...

2002-02-28 21:11 VZ, revision 14435

don't allow clicking disabled buttons

2002-02-28 21:09 VZ, revision 14434

fix button double click handling (should be treated the same as single click)

2002-02-28 20:57 VZ, revision 14433

removed unnecessary include

2002-02-28 19:06 RD, revision 14432

fixed typo

2002-02-28 19:01 RD, revision 14431

Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with not item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer. A few other minor changes too.

2002-02-28 18:07 VZ, revision 14430

fixes to toolbar, seems to work

2002-02-28 18:06 VZ, revision 14429

warnings fixed

2002-02-28 18:00 JS, revision 14428

Added a test for lastH.IsOk()

2002-02-28 17:05 RD, revision 14427

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 16:59 RD, revision 14426

Moved declaratrions of wxPyInputStream and etc. into it's own header file. SWIGged updates for wxGTK

2002-02-28 15:57 JS, revision 14425

Corrected points to pixels calculation

2002-02-28 15:53 RD, revision 14424

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 09:20 RL, revision 14423

Typo fix for GetSizer.

2002-02-27 21:42 VZ, revision 14422

[start of] a wxUniversal implementation of wxToolBar

2002-02-27 21:42 VZ, revision 14421

removed the SetMargins call

2002-02-27 21:39 JS, revision 14420

Added static wxBuffer

2002-02-27 16:10 JS, revision 14419

Nano-X: used drawable-to-wxImage function in wxBitmap::ConvertToImage

2002-02-27 16:01 JS, revision 14418

Nano-X: added function to copy from a drawable to a wxImage

2002-02-27 09:45 JS, revision 14417

Nano-X: bitmap now showing in wxMessageBox, but it'll be a while before masked drawing is possible.

2002-02-26 22:35 RD, revision 14416

Changed the img2py tool to use PNG instead of XPM for embedding image data in Python source code, and the generated code now uses streams to convert the image data to wxImage, wxBitmap, or wxIcon. A few other changes to match recent additions to CVS.

2002-02-26 21:58 JS, revision 14415

Got dialog sizing to work, downsized fonts a bit (though it always returns the same standard font right now)

2002-02-26 18:28 JS, revision 14414

Window management and sizer layout corrections

2002-02-26 15:45 VZ, revision 14413

fixed a few warnings

2002-02-26 14:51 JS, revision 14412

Fixed XGetWindowAttributes so 'mapped' is reported correctly. About box now pops up, but is a mess.

2002-02-26 13:16 JS, revision 14411

Attempt at creating appropriate fonts in Nano-X

2002-02-26 10:06 JS, revision 14410

Nano-X changes: removed spurious -O for Nano-X configuration; got colour working in Nano-X (uses 8 bit RGB values, not 16 bit); now sets font background mode correctly; window management call correction

2002-02-25 22:56 RR, revision 14409

New code for greying out. Implemented wxTB_FLAT.

2002-02-25 20:32 JS, revision 14408

Compilation fixes for Nano-X

2002-02-25 18:45 VZ, revision 14407

fixed linking errors

2002-02-25 15:35 JS, revision 14406

Changed greying out to very crude algorithm, just draining colour from the image.

2002-02-25 15:21 VZ, revision 14405

fixed error in mouse capture test

2002-02-25 11:35 JS, revision 14404

Put tool disabling back in, but we need to debug wxCreateGreyedImage since the scissors icon in the demo gets munged

2002-02-25 11:20 JS, revision 14403

data_image -> mask_image, correcting some crashes in XPutImage

2002-02-25 11:01 JS, revision 14402

Commented out the bitmap-greying code until I have time to debug it

2002-02-25 10:19 JS, revision 14401

Corrected typos

2002-02-25 10:11 JS, revision 14400

Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage and attempt to show disabled buttons in wxUniversal wxToolBar

2002-02-24 23:27 VS, revision 14399

reverted wxMGL-specific code (didn't mean to commit this...)

2002-02-24 23:22 VZ, revision 14398

added a note that wxStringList is obsolete

2002-02-24 23:18 JS, revision 14397

Reverted to my own solution; I think it's better because it distinguishes between Universal and non-Universal solutions where menubars are built in and don't affect client origin

2002-02-24 23:04 JS, revision 14396

Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation and allowed for vertical toolbar

2002-02-24 20:42 RR, revision 14395

Corrections to position and size for toolbar.

2002-02-24 19:49 RR, revision 14394

Added simplistic wxToolBar to wxUniversal. It still corrupts the non-client area.

2002-02-24 19:32 GD, revision 14393

take title of radiobox into account to calculate best size (SF #509963)

2002-02-24 19:11 GD, revision 14392
  • D /wxWidgets/trunk/demos/forty/make_cw.mcp

removed obsolete CodeWarrior project file

2002-02-24 18:02 GD, revision 14391

added Mac OS X application bundle (framework) building

2002-02-24 17:58 GD, revision 14390

changes needed for compilation with Project Builder

2002-02-24 16:23 RR, revision 14389

Added expose event compression. Made wxUniv scrollbars not accept any focus if they are owned by the window (in contrast to stand alone scrollbars). Further corrections to ScrollWindow()

2002-02-24 13:59 RR, revision 14388

Done some work on wxFocusEvent::SetWindow(). Enough at least solve the menu problem that dismissed menus when the parent menu (correctly) lost the focus.

2002-02-24 13:51 VZ, revision 14387

only call GSocket_Init() when needed and do call it before using GAddress_XXX functions (fixes bug 510722)

2002-02-24 11:06 RR, revision 14386

More tests in erase sample. Added wxControlStr to data.cpp. Fixed scrolling for window with a border. The area which was copied was off by the border width sometimes. Added two more AddTool() variants to wxToolBar when used with universal. It compiles now, but doesn't work...

2002-02-24 04:18 RD, revision 14385

more wxMac specific updates

2002-02-24 00:21 VZ, revision 14384

correction to wxUSE_FSVOLUME handling, don't give #error if it is not set

2002-02-24 00:19 VZ, revision 14383

added wxUSE_FSVOLUME

2002-02-24 00:17 VS, revision 14382

made AdjustForParentClientOrigin const

2002-02-24 00:15 VS, revision 14381

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:14 VS, revision 14380

made generic wxListCtrl work with well-behaved ports (wxGTK hack still in place)

2002-02-24 00:08 VS, revision 14379

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:06 VS, revision 14378

1. changed doubleclick events sequence to 'down,up,double,up' (turned out to be MGL's native one) 2. wxWindow::GetPosition() returns value relative to parent's client area origin now

2002-02-24 00:06 VS, revision 14377

compilation fix

2002-02-23 23:16 VZ, revision 14376

added EVT_MENU_OPEN and EVT_MENU_CLOSE events

2002-02-23 21:56 VZ, revision 14375

no changes

2002-02-23 21:55 VZ, revision 14374

changed wxColourToRGB() to use RGB() instead of PALETTERGB() to fix the bug #503022

2002-02-23 21:54 VZ, revision 14373

part of the fix to the initial colour selection in the font picker dialog (the real fix was the change to wxColourToRGB() in msw/private.h)

2002-02-23 21:32 VZ, revision 14372

implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)

2002-02-23 21:29 VZ, revision 14371

temp linking quick fix

2002-02-23 21:26 RR, revision 14370

Implemented a simple modality under X11. Filled wxDataFormat and wxDataObject etc. Added skeleton for X11 clipboard.

2002-02-23 21:05 VZ, revision 14369

undef LoadMenu() (patch #521743)

2002-02-23 21:02 RD, revision 14368

SIGged updates for wxMac

2002-02-23 20:47 RD, revision 14367

SWIGged updates for wxGTK

2002-02-23 19:59 RD, revision 14366

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:50 RD, revision 14365

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:16 RD, revision 14364

Changes for wxOGL since wxFatalError has been deprecated.

2002-02-23 18:59 RR, revision 14363

Some work on GTK focus handling and events. Removed some code #ifdeffed for GTK from wxListCtrl.

2002-02-23 18:58 RR, revision 14362

Applied wxList::Prepend() patch.

2002-02-23 18:57 RR, revision 14361

applied doc patch for wxPostEvent().

2002-02-23 18:57 RR, revision 14360

Added new stream tests to typetest.

2002-02-23 17:45 JS, revision 14359

Added some notes on the Nano-X port.

2002-02-23 17:36 JS, revision 14358

wxUSE_CONSTRAINTS now refers to constraints only, since sizers are now crucial to wxWindows. Further Nano-X fixes; now compiles and links in Nano-X mode.

2002-02-23 16:06 RR, revision 14357

Minor fixes to buffered stream in connection with ungetch. See comments in the code.

2002-02-23 13:22 VS, revision 14356

fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build

2002-02-23 13:21 VS, revision 14355
  • D /wxWidgets/trunk/src/xpm

removed libxpm

2002-02-22 23:30 DW, revision 14354

Style updates

2002-02-22 21:42 GD, revision 14353

Darwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER

2002-02-22 18:48 VZ, revision 14352

fix for a nasty bug with colouor copying

2002-02-22 18:18 VZ, revision 14351

1. made wxDebugMsg, wxError and wxFatalError deprecated (still available with WXWIN_COMPATIBILITY_2_2) 2. moved wxInternalErrorStr and wxFatalErrorStr to a common file CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: include/wx/app.h include/wx/chkconf.h include/wx/utils.h CVS: src/common/appcmn.cpp src/common/fontmap.cpp CVS: src/common/utilscmn.cpp src/gtk/data.cpp src/mac/data.cpp CVS: src/mac/utils.cpp src/msw/data.cpp src/msw/utils.cpp CVS: src/os2/DATA.CPP src/os2/UTILS.CPP src/unix/utilsunx.cpp CVS: ----------------------------------------------------------------------

2002-02-22 18:18 VZ, revision 14350

ensure that the compatibility defines are not set for wxBase which doesn't need them

2002-02-22 18:13 VZ, revision 14349

wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box

2002-02-22 15:09 VZ, revision 14348

added a menu item to toggle live splitter update

2002-02-22 15:08 VZ, revision 14347

fixed dead update splitters

2002-02-22 13:19 JJ, revision 14346

Committing in . OPENVMS MAKEFILE UPDATE Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-02-22 00:48 VZ, revision 14345

misc fixes for (absense of) the borders

2002-02-22 00:48 VZ, revision 14344

fixes to handling of 0 and negative splitter position when splitting it initially

2002-02-22 00:09 RD, revision 14343

Updated PyCrust from Patrick O'Brien

2002-02-21 16:19 VZ, revision 14342

applied a fix for the patch 446325

2002-02-21 16:17 VZ, revision 14341

don't crash if editing of the cell wasn't started for whatever reason (patch 502692)