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-02-01 14:02 VS, revision 25453

don't forget to update distrib scripts as I did

2004-02-01 13:24 JS, revision 25452

Updated scripts for new sound sample

2004-02-01 12:30 RN, revision 25451

Fixed setup.h logic again

2004-02-01 12:27 RN, revision 25450

Fix for [ 877037 ] It is no longer possible to build using wxWindows.dsw Fixed setup.h logic

2004-02-01 12:19 RN, revision 25449

added back $id

2004-02-01 12:17 RN, revision 25448

Added setup.h logic

2004-02-01 10:53 VS, revision 25447

added wxWave sample

2004-02-01 10:52 VS, revision 25446

minor updates

2004-02-01 10:48 VS, revision 25445

prefix symbols with wx, for smaller risk of collision

2004-02-01 10:40 VS, revision 25444

use at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2

2004-02-01 08:49 DS, revision 25443

Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when running in wxUniv release mode using BCC.

2004-02-01 01:55 DE, revision 25442

Assert that m_pendingEvents is not NULL (patch #886852 sort of)

2004-01-31 18:23 MBN, revision 25441

Compilation fix for !WXWIN_COMPATIBILITY_2_4.

2004-01-31 18:21 MBN, revision 25440

Added some missing STL-like wxArray/wxArrayString constructors. Added helper class wxCArrayString, better replacement for wxArrayString::GetStringArray. Added overloaded constructors and Create() methods taking a wxArrayString for wxCheckListBox, wxChoice, wxComboBox, wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.

2004-01-31 17:47 SN, revision 25439

Reordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h

2004-01-31 16:37 VS, revision 25438

wxClassInfo (un)registration now happens automatically, no need to do it in wxPluginLibrary

2004-01-31 14:49 VS, revision 25437

fixed wxFSVolume definition if !wxUSE_GUI

2004-01-31 14:45 MBN, revision 25436

Fixed idle event processing in wxMotif.

2004-01-31 14:44 VS, revision 25435

cleanup: all definitions missing from std headers should be in missing.h

2004-01-31 14:32 VS, revision 25434

wxUSE_STL affect binary compatibility

2004-01-31 14:13 JS, revision 25433
  • D /wxWidgets/trunk/utils/dialoged

Removed remaining DialogEd files

2004-01-31 14:03 JS, revision 25432

Removed DialogEd

2004-01-31 12:49 SN, revision 25431

Fixed variable name mismatch.

2004-01-31 12:44 SN, revision 25430

Fixed compile error with gcc-3.2.

2004-01-31 12:41 SN, revision 25429

Fixed compile error.

2004-01-31 03:29 RD, revision 25428

reSWIGged

2004-01-31 03:23 RD, revision 25427

Fixed a compile error

2004-01-31 02:56 RD, revision 25426

Fix compile error

2004-01-31 01:48 RD, revision 25425

reSWIGged

2004-01-31 01:45 RD, revision 25424

%addtofunc --> %pythonAppend

2004-01-31 01:19 RD, revision 25423

A few comments tweaked

2004-01-31 01:18 RD, revision 25422

%addtofunc --> %pythonAppend Also used %pythonPrepend to provide backwards compatibility for a few parameter name changes.

2004-01-31 01:13 RD, revision 25421

Updated SWIG runtime code

2004-01-31 01:11 RD, revision 25420

Updated SWIG patches to CWIG CVS 20040130. Added a new patch that changes addtofunc to pythonAppend and adds pythonPrepend.

2004-01-30 12:57 VS, revision 25419

(blind) fix for gcc warning on some platforms

2004-01-30 12:20 VS, revision 25418

prefix symbols with wx_ to reduce risk of collision

2004-01-30 11:25 VS, revision 25417

reverted rev 1.113

2004-01-29 23:30 DS, revision 25416

Applied most of patch #880002: "Warning free plot contrib".

2004-01-29 23:11 DS, revision 25415

Applied patch #880008: "Unused parameters in FL contrib reported by VC".

2004-01-29 21:33 DS, revision 25414

Fixed a few typos.

2004-01-29 09:44 RN, revision 25413

added newline

2004-01-29 09:43 SC, revision 25412

xcode native target adaption

2004-01-29 08:19 RN, revision 25411
  • D /wxWidgets/trunk/MPW.make

Bad newlines in the mpw makefile, so it is removed

2004-01-29 06:34 DE, revision 25410

Use wxBitmap::GetNSImage(false) instead of duplicating code.

2004-01-29 06:26 DE, revision 25409

ConvertToImage: Check !Ok() (we may not have any ref data at all) and if the bitmap is not okay return wxNullImage (instead of a dummy 5x5 image)

2004-01-29 06:21 DE, revision 25408

wxCocoa: Don't use listbox for logging until it's more fully implemented.

2004-01-29 01:43 RN, revision 25407

Makefile for MPW

2004-01-28 14:41 DS, revision 25406

Applied patch #886192: "Minor fix to XRC contrib"; Minor cosmetic cleanups.

2004-01-28 11:17 DS, revision 25405

Applied remainder of patch #876969: "Fixes to Borland warnings".

2004-01-28 00:29 DS, revision 25404

Applied patch #875658: "Fixes to console sample"; Further code cleanup.

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