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

2003-04-17 12:19 CE, revision 20246

fix build for watcom

2003-04-17 11:37 CE, revision 20245

rebuild filelist for borland compiler (datacmn changes)

2003-04-17 09:48 JS, revision 20244
  • D /wxWidgets/trunk/include/wx/generic/treelay.h
  • D /wxWidgets/trunk/include/wx/prop.h
  • D /wxWidgets/trunk/include/wx/propform.h
  • D /wxWidgets/trunk/include/wx/proplist.h
  • D /wxWidgets/trunk/src/generic/prop.cpp
  • D /wxWidgets/trunk/src/generic/propform.cpp
  • D /wxWidgets/trunk/src/generic/proplist.cpp

Removed old files

2003-04-16 22:33 VS, revision 20243

fixed memory leak

2003-04-16 21:05 RD, revision 20242

Backported the controls on a toolbar fix for wxMac

2003-04-16 17:25 PKO, revision 20241

One shell for each editor; good for testing namespace issues.

2003-04-16 17:23 PKO, revision 20240

Set focus to the shell.

2003-04-16 15:05 RD, revision 20239

Some NewId() --> wxNewId() changes

2003-04-16 13:15 CE, revision 20238

fix for removal of dosyacc.c

2003-04-16 12:01 CE, revision 20237

fix for removal of dosyacc.c

2003-04-16 09:54 JS, revision 20236

Fixed memory leak when setting new wxMask for wxBitmap

2003-04-16 09:40 JS, revision 20235

Added wxAccessible documentation

2003-04-16 07:57 JS, revision 20234

Removed y_tab.c dependency

2003-04-16 06:10 RD, revision 20233

SWIGged updates for wxGTK

2003-04-16 06:09 RD, revision 20232

Added wxMenu Attach/Detach helpers

2003-04-16 06:08 RD, revision 20231

Start actually returns bool

2003-04-16 06:07 RD, revision 20230

Add more info about Scintilla changes

2003-04-16 06:06 RD, revision 20229

Updated the Makefile.in and setup.py with all the new dirs for the wx and py packages.

2003-04-15 22:10 PKO, revision 20228
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wxPython/py/base.py

Moved to editwindow.py.

2003-04-15 22:03 PKO, revision 20227

Major restructuring to get a better foundation.

2003-04-15 21:08 DW, revision 20226

OS/2 updates to catch the port up with the rest of the library.

2003-04-15 21:04 DW, revision 20225

OS/2 updates for lowercase bool values

2003-04-15 19:39 SC, revision 20224

added direct HICommand updating

2003-04-15 19:00 VZ, revision 20223

use symbolic constants instead of raw numbers for mouse buttons

2003-04-15 17:07 SC, revision 20222

Skipping Right_down event if generated context menu event is not handled

2003-04-14 23:29 VZ, revision 20221

extracted duplicated code from src/*/data.cpp in a common file (forgot to commit before; sorry)

2003-04-14 20:17 VZ, revision 20220

another update, only 7 untranslated strings left

2003-04-14 18:51 DE, revision 20219

When saving the editable state, use the real state (m_editable) Same change as 1.53 -> 1.54

2003-04-14 18:34 DE, revision 20218

When saving the editable state, use the real state (m_editable)

2003-04-14 17:27 MBN, revision 20217

Code clanup: removed some useless/unused member variables/functions from wxWindow; used wxTranslateMouseEvent instead of duplicating its functionality.

2003-04-14 03:54 DE, revision 20216

Added InitMouseEvent helper method (like wxMSW) Implemented the following mouse handlers: mouseDown, mouseDragged, mouseUp, mouseMoved Added stubs for the following mouse handlers: mouseEntered, mouseExited, rightMouseDown, rightMouseDragged, rightMouseUp, otherMouseDown, otherMouseDragged, otherMouseUp

2003-04-14 03:51 DE, revision 20215

Catch and forward the following mouse related events: mouseMoved, mouseEntered, mouseExited mouseDown, mouseDragged, mouseUp rightMouseDown, rightMouseDragged, rightMouseUp otherMouseDown, otherMouseDragged, oterMouseUp

2003-04-14 03:48 DE, revision 20214

Added NSEvent class for wxCocoa

2003-04-14 01:53 DE, revision 20213

Use (generic) text dialog for wxCocoa

2003-04-14 01:21 MB, revision 20212

Added -w-inl to CFG section to suppress the annoying messages about event and radiobox functions not being inlined.

2003-04-14 01:03 VZ, revision 20211

support raw access to DDBs as well as DIBs

2003-04-14 01:03 VZ, revision 20210

added debug checks

2003-04-14 00:59 VZ, revision 20209

fixes for Win95 (where GetObject(DIBSECTION) is broken)

2003-04-14 00:46 VZ, revision 20208

don't crash if an image is not found

2003-04-13 22:56 JS, revision 20207

Test for result of searching for wxID_CANCEL button

2003-04-13 22:54 JS, revision 20206

Set wxPendingEvents to NULL after deletion

2003-04-13 22:38 JS, revision 20205

Don't use focus if NULL

2003-04-13 22:11 VZ, revision 20204

removed accidentally left #ifdef WATCOM

2003-04-13 21:58 VZ, revision 20203

renamed GlobalHandle class to GlobalPtr to avoid conflict with the Win32 function

2003-04-13 21:08 JS, revision 20202

Set wxPendingEvents to NULL after deleting it

2003-04-13 17:09 VS, revision 20201

backported wxFileName::MakeAbsolute

2003-04-13 16:23 VZ, revision 20200

don't crash in UngetRawData() if it is invalid; fixed rounding errors in alpha premultiplying

2003-04-13 15:59 VZ, revision 20199

implemented fallback for AlphaBlend() for the systems not supporting it

2003-04-13 15:58 VZ, revision 20198

don't return garbage from GetRawBitmap

2003-04-13 15:52 VZ, revision 20197

added missing wxBitmap(w, h, dc) ctor