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

2004-01-27 22:56 RD, revision 25403

Send an extra size event after creation to work around an apparent bug in XP's ListView_GetViewRect

2004-01-27 22:30 DS, revision 25402

Applied patch #876969: "Fixes to Borland warnings"; Minor code cleanup.

2004-01-27 17:47 JS, revision 25401

Patch from "Viktor Voroshylo" <viktor@voroshylo.com> src/.cvsignore : changes to ignore temorary project files src/regex/.cvsignore : changes to ignore temorary project files for CE compiler src/regex/regguts.h : assert will be ignored under WinCE src/msw/button.cpp : BS_FLAT is not available under winCE src/msw/clipbrd.cpp : changed CLIPFORMAT to wxDataFormat::NativeFormat so it will compile when ole is not included (under winCE) src/msw/menu.cpp : GetMenuItemCount is not available under winCE. Using wxMenu::GetMenuCount in this case src/common/regex.cpp : regex will be included under wince include/wx/msw/wince/setup.h : wxUSE_THREADS & wxUSE_REGEX is enabled by default (as in standard windows configuration) src/msw/wince/wxWindowsCE.vcp: fixed problem with all configurations (except emu once) do not have procompiled headers setup correctly. Changes for compiling with regex. src/msw/wince/wxWindowsCE.vcw : added regex in workspace file

2004-01-27 06:01 DE, revision 25400

wxCocoa: Better icon support

2004-01-27 02:38 RD, revision 25399

reSWIGged

2004-01-27 02:35 RD, revision 25398

docstring patch has been submitted to SF

2004-01-27 02:30 RD, revision 25397

Get[First|Next]Child need to actually create a new itemid if we want the proxy to own it. Also switch to just "void*" instead of the typedef to avoid confusing swig.

2004-01-27 01:49 DE, revision 25396

wxCocoa: Add some header files to the COCOA_HDR list

2004-01-27 01:00 RD, revision 25395

Use the DISOWN typemap

2004-01-27 00:52 RD, revision 25394

Use the DISOWN typemap

2004-01-27 00:50 DE, revision 25393

Moved @interface wxNSApplicationDelegate to new header

2004-01-26 22:59 RD, revision 25392

wxMac needs the scroll styles

2004-01-26 22:45 RD, revision 25391

Remove all extensions before inport, not just .py

2004-01-26 22:45 RD, revision 25390

Fix incorrect #if in OnSysTell

2004-01-26 22:44 RD, revision 25389

Make SWIG copy the GetDate return value

2004-01-26 22:43 RD, revision 25388

Use correct name for event type

2004-01-26 22:11 VS, revision 25387

run bakefile_gen in this directory

2004-01-26 22:09 VS, revision 25386

clarified that bakefile_gen is the tool to use, not bakefile

2004-01-26 21:32 VS, revision 25385

another libtiff fix

2004-01-26 20:01 JS, revision 25384

Added RTTI

2004-01-26 13:19 VS, revision 25383

renamed system option to better match existing ones

2004-01-26 12:53 VS, revision 25382

don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

2004-01-26 12:44 VS, revision 25381

don't include GetShortcutTarget if OLE is not available; removed fake noop implementation from WinCE, it's better to let the user know it doesn't work by not providing it in the first place

2004-01-26 12:42 VS, revision 25380

wxBase uses OLE, too

2004-01-26 10:40 VS, revision 25379

fixed syntax errors

2004-01-26 10:39 VS, revision 25378

documented wxMGL's system options

2004-01-25 23:37 PKO, revision 25377

Minor cleanup for 2.5. Upped version to 0.9.4. Removed use of decorators.

2004-01-25 15:17 SC, revision 25376

reopen app apple event

2004-01-25 15:17 SC, revision 25375

compositing and transition changes

2004-01-25 15:16 SC, revision 25374

mozilla fixes

2004-01-25 15:15 SC, revision 25373

rendering adjustments for OSX

2004-01-25 15:13 SC, revision 25372

panther adjustements in size

2004-01-25 15:12 SC, revision 25371

Ryan's display extension

2004-01-25 15:12 SC, revision 25370

extensions management unified

2004-01-25 15:09 SC, revision 25369

compositing and transtion changes

2004-01-25 15:08 SC, revision 25368

reopen application

2004-01-25 14:26 SN, revision 25367

Compute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())] [Patch 882656]

2004-01-25 08:46 RN, revision 25366

Remove taskbar support for now on OS X

2004-01-25 08:33 MBN, revision 25365

Cleaner fix.

2004-01-25 00:34 VS, revision 25364

compilation fix for libtiff

2004-01-24 22:13 VS, revision 25363

fix for libtiff compilation

2004-01-24 21:16 DS, revision 25362

Renamed PATPAINT to PATTERNPAINT (The former is an existing define in wingdi.h); Cosmetic code cleanup.

2004-01-24 16:58 SN, revision 25361

Added hint on how to build from CVS.

2004-01-24 06:22 DE, revision 25360

Baked bakefiles

2004-01-23 22:52 RD, revision 25359

reSWIGged for new runtime, etc.

2004-01-23 22:49 RD, revision 25358

Upadted GLCanvas demo

2004-01-23 22:48 RD, revision 25357

Use correct name for alternate constructor

2004-01-23 22:40 RD, revision 25356

reSWIGged with new runtime, etc.

2004-01-23 22:11 RD, revision 25355

Put a copy of the generated C++ docs back into the docs tree

2004-01-23 22:06 VZ, revision 25354

just clarified an incorrect comment