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

2005-04-03 13:41 SC, revision 33303

invalidating vis regions upon tlw resize as well

2005-04-03 13:24 VS, revision 33302

there's no reason to do wxRTTI lookup twice when once is enough

2005-04-03 12:01 JS, revision 33301

Missing arguments fixed Need for blank last line comes back to haunt us again

2005-04-03 11:36 JS, revision 33300

Cross-hair cursor appears as an I-beam on WinXP for some reason; use cursor file instead.

2005-04-03 09:32 JS, revision 33299

Removed unnecessary casts

2005-04-03 09:24 JS, revision 33298

Not all implementations of wxMDIChildFrame derive from wxFrame

2005-04-03 03:48 RN, revision 33297

Update wxURI for RFC 3986

2005-04-03 00:27 VZ, revision 33296

make it possible to change the text of the item being edited from OnBeginLabelEdit()

2005-04-02 23:32 VZ, revision 33295

added example code using wxEmail to send the debug report by mail

2005-04-02 23:01 JS, revision 33294

WinCE apparently should not have rectangle adjusted if using transparent pen (droppings left on Life! canvas when drawing with a transparent pen)

2005-04-02 22:37 VZ, revision 33293

added wxMemoryInputStream(wxMemoryOutputStream&) ctor (patch 1170635)

2005-04-02 22:26 VZ, revision 33292

updates from photon3108@users.sf.net (patches 1173350, 1173440, 1173447 and 1173453): - s/wxWindows/wxWidgets/g - build qa library - use %{_tmppath} instead of /var/tmp (makes possible to build as non root) - run ldconfig on uninstall - many cosmetic changes

2005-04-02 22:22 VS, revision 33291

added MDI support to XRC

2005-04-02 21:42 JS, revision 33290

Border fixes for WinCE

2005-04-02 21:40 JS, revision 33289

No resize border on WinCE by default

2005-04-02 21:39 JS, revision 33288

No resize border on WinCE

2005-04-02 21:36 VZ, revision 33287

document disabled bitmap parameter of AddTool()

2005-04-02 21:34 VZ, revision 33286

changed wxCreateGreyedImage() to respect the original image mask

2005-04-02 21:33 VZ, revision 33285

fixed background colour of the automatically created disabled button bitmaps (makes patch 1116702 work)

2005-04-02 21:30 VZ, revision 33284

added wxImage::IsTransparent(x, y)

2005-04-02 21:20 VZ, revision 33283

documented static_data parameter of SetAlpha()

2005-04-02 21:19 VZ, revision 33282

use separate is-static flag for alpha channel and main data

2005-04-02 21:16 VZ, revision 33281

added XYToIndex() to avoid duplicating the checks for valid coordinates in many different places

2005-04-02 17:44 JS, revision 33280

Further WinCE adaptations

2005-04-02 17:41 JS, revision 33279

Only set background colour explicitly for PPC/Smartphone

2005-04-02 17:38 JS, revision 33278

Fixed bug preventing dir enumeration from working on WinCE Prevented crash on WinCE by removing hidden root style (a bug in Windows causes crash in child traversal/data retrieval)

2005-04-02 17:35 JS, revision 33277

WinCE adaptations Simplified comment

2005-04-02 17:34 JS, revision 33276

WinCE adaptations

2005-04-02 17:34 JS, revision 33275

Correct flat notebook border style under WinCE in wake of wxControl default border style change

2005-04-02 17:30 JS, revision 33274

Default border for a static box is wxBORDER_NONE

2005-04-02 17:28 JS, revision 33273

Default border style for a control on PPC/Smartphone is wxBORDER_SIMPLE

2005-04-02 17:26 JS, revision 33272

Further WinCE adaptations

2005-04-02 17:25 JS, revision 33271

Removed unnecesary statusbar; check for spin control presence

2005-04-02 17:24 JS, revision 33270

wxSYS_COLOUR_WINDOW is better for window backgrounds on PPC/Smartphone

2005-04-02 17:23 JS, revision 33269

The wxDEFAULT_CONTROL_BORDER symbol can be used to specify a sunken border on some platforms, simple border on e.g. WinCE

2005-04-02 17:22 JS, revision 33268

\ is a reasonable home directory on WinCE

2005-04-02 16:42 RL, revision 33267

Rearrange the magic order we use instead of proper dependencies for the builtin libs to at least give things a chance of working. Don't include odbc there twice either. Closes 1175402, thanks.

2005-04-02 16:07 JS, revision 33266

Small doc mods

2005-04-02 15:16 JS, revision 33265

MF_BYCOMMAND is zero so don't try to test it

2005-04-02 13:48 VZ, revision 33264

fixed TREE_ITEM_MENU generation from right mouse clicks: don't pass WM_RBUTTONDOWN to tree control window proc

2005-04-02 05:36 SC, revision 33263

updating positioning after embedding is set correctly

2005-04-02 05:00 RD, revision 33262

reSWIGged

2005-04-02 04:50 DE, revision 33261

Added autoconf makefiles for FoldBar extended samples

2005-04-02 04:47 RD, revision 33260

Fixed duplicate symbol link error

2005-04-02 04:45 DE, revision 33259

Regenerated using wxAutohacks.

2005-04-02 04:28 RD, revision 33258

reSWIGged

2005-04-02 04:15 RD, revision 33257

reSWIGged

2005-04-02 03:58 RD, revision 33256

Use the current font for the DoGetBestSize calculation

2005-04-02 03:50 RD, revision 33255

Use Python's buffer interface API for all image data and alpha Set/Get methods and the ImageFromData* constructors.

2005-04-02 03:46 RD, revision 33254

default value tweak