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

2004-01-23 21:58 RD, revision 25353

reSWIGged with the new SWIG runtime and also other recent changes

2004-01-23 21:28 RD, revision 25352

Fix MSVC 6 compile problems

2004-01-23 21:26 RD, revision 25351

Fixed another SWIG warning

2004-01-23 21:11 RD, revision 25350

Typo

2004-01-23 21:10 RD, revision 25349

Cleanup

2004-01-23 21:09 RD, revision 25348

wxGTK has SetSelection now

2004-01-23 21:08 RD, revision 25347

docstring fix

2004-01-23 21:07 RD, revision 25346

More encoding constants

2004-01-23 21:06 RD, revision 25345

Fixed SWIG warning

2004-01-23 21:03 RD, revision 25344

wxMenu::Append (and similar) now return a pointer to the wxMenuItem that was added.

2004-01-23 21:02 RD, revision 25343

wxMenu::Append (and similar) now return a pointer to the wxMenuItem that was added. Checked on MSW, GTK, and Mac, other port authors please double check changes.

2004-01-23 21:00 RD, revision 25342

Fixed compile error

2004-01-23 18:46 RD, revision 25341

wxMenu::Append (and similar) now return a pointer to the wxMenuItem that was added. Checked on MSW, GTK, and Mac, other port authors please double check changes.

2004-01-23 18:42 RN, revision 25340

Check for WCHAR_T (thanks to ABX for pointing this out)

2004-01-23 10:01 JS, revision 25339

Applied patch [ 882493 ] Added XRC support for wxStatusBar By Brian Ravnsgaard Riis

2004-01-23 10:01 , revision 25338

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2004-01-23 10:01 JS, revision 25337

Applied patch [ 882493 ] Added XRC support for wxStatusBar By Brian Ravnsgaard Riis

2004-01-23 09:52 RN, revision 25336

OS X Dock Menu/Taskbar support (not added to bakefiles yet - preliminary)

2004-01-23 09:44 RN, revision 25335

HID support (preliminary - not added to bakefiles yet)

2004-01-23 02:44 RD, revision 25334

Fixed a "comparison is always false" warning

2004-01-23 02:43 RD, revision 25333

Moved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncFromSystemEnc to a module that is included in wxBase to prevent linking errors.

2004-01-23 02:30 DS, revision 25332

Fixed DDE memory leaks.

2004-01-23 00:12 RD, revision 25331

Fixed autodoc for static methods

2004-01-23 00:00 RD, revision 25330

ensure that SetDimensions params are ints

2004-01-22 23:59 RD, revision 25329

build static lib and then use it for building wxrc

2004-01-22 23:57 RD, revision 25328

Batch file for building the wxWindows .chm help file

2004-01-22 23:57 RD, revision 25327

Don't forget wxrc

2004-01-22 23:56 RD, revision 25326

Stop the timer when the demo is shutdown

2004-01-22 23:56 RD, revision 25325

use Bind

2004-01-22 23:27 RD, revision 25324

Add some missing wx. prefixes

2004-01-22 23:27 RD, revision 25323

take Throbber out of Misc

2004-01-22 23:26 RD, revision 25322

wx.App

2004-01-22 23:25 RD, revision 25321

add an overview

2004-01-22 22:55 RD, revision 25320

These files just changed in SWIG again, so update the patches again.

2004-01-22 22:31 RD, revision 25319

Updated SWIG patches and wxPython's SWIG runtime

2004-01-22 21:15 VS, revision 25318

fixed wrong handling of magenta (patch #882201)

2004-01-22 20:09 SC, revision 25317

no message

2004-01-22 20:05 VS, revision 25316

fixed wrong handling of magenta (patch #882201)

2004-01-22 18:53 SC, revision 25315

font encoding support added

2004-01-22 18:52 SC, revision 25314

setting the default locale during startup

2004-01-22 18:41 SC, revision 25313

moved system-fontencoding conversions to fontutil.cpp

2004-01-22 18:40 SC, revision 25312

mac encodings support

2004-01-22 18:38 SC, revision 25311

systen encoding for mac

2004-01-22 18:36 SC, revision 25310

font and system conversion functions for wxMac

2004-01-22 18:32 SC, revision 25309

added all standard mac encodings

2004-01-22 15:20 VZ, revision 25308

implemented SetSelection

2004-01-22 15:09 VZ, revision 25307

preselect the text in the dialog to allow replacing it easier (just as in the text entry dialog)

2004-01-22 14:47 VZ, revision 25306

implemented HitTest() (modified patch 875957)

2004-01-22 14:39 VZ, revision 25305

fix what seems to be a big memory leaks in SetPageImage()

2004-01-22 14:09 VZ, revision 25304

German translations update from Martin Jost (patch 875687)

2004-01-22 13:35 VZ, revision 25303

minimal changes needed to allow linking wxCocoa as shared lib

2004-01-22 12:53 VZ, revision 25302

replaced (references to) LastError() with GetLastError() (bug 878525)

2004-01-22 12:16 VZ, revision 25301

use wxColourDatabase::Find(), not obsolete FindColour(), in wxColour::InitFromName()

2004-01-22 11:55 VZ, revision 25300

suppress warnings about implicit float -> int conversions

2004-01-22 11:53 VZ, revision 25299

warning about returning something from a void function

2004-01-22 11:52 VZ, revision 25298

suppress warnings about implicit double -> int conversions

2004-01-22 11:34 VZ, revision 25297

compilation fix for !wxUSE_VALIDATOR

2004-01-22 11:28 VZ, revision 25296

linking fix for wxCocoa apps using clipboard

2004-01-22 11:28 VZ, revision 25295

fix for wx-config --inplace --rezflags output in wxCocoa (and reorganization of code common to wxMac/wxCocoa)

2004-01-22 11:26 VZ, revision 25294

don't crash when restoring focus after showing a modal dialog

2004-01-22 11:26 VZ, revision 25293

make it possible to restart timer with a simple Start(), as in other ports

2004-01-22 11:26 VZ, revision 25292

fixed compilation when wxUSE_THREADS == 0

2004-01-22 09:01 VS, revision 25291

let <wx-lib>odbc</wx-lib> do nothing if USE_ODBC=0

2004-01-22 08:56 VS, revision 25290

bcc has ODBC symbols in odbc32.lib, not import32.lib

2004-01-22 07:29 DE, revision 25289

Unicode build fixes

2004-01-22 06:18 DE, revision 25288

* Add Unicode support for wxNSStringWithWxString and wxInitNSStringWithWxString * Add wxStringWithNSString which works for both WC and MB builds

2004-01-22 06:13 DE, revision 25287

Applied patch #881258: Add wxT() to debug messages and a few others

2004-01-22 04:41 DE, revision 25286

Applied correct filename case for header imports from patch #881258

2004-01-22 03:48 DE, revision 25285

Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python 2.3)

2004-01-21 23:05 RD, revision 25284

Typos fixed and further clarification of the Python situation on Panther

2004-01-21 20:53 RD, revision 25283

Changes needed to put the Panther version in the right place, also changed to using "panther" and "jaguar" in the names.

2004-01-21 20:33 RD, revision 25282

Typos fixed and other tweaks

2004-01-21 17:59 VS, revision 25281

fixed typo

2004-01-21 17:53 VS, revision 25280

fixed typo

2004-01-21 17:52 VS, revision 25279

disable multilib by default for Watcom

2004-01-21 13:44 JS, revision 25278

wxFileDialog now returns correct filter index for multiple-file dialogs.

2004-01-21 13:41 JS, revision 25277

Filter index wasn't being set for multiple file dialog Added several filters to multiple files test in dialogs sample to test that it's now working

2004-01-21 03:06 RD, revision 25276

Use Bind

2004-01-21 02:15 RD, revision 25275

new encoding constants

2004-01-21 01:50 RD, revision 25274

Fix cleanup exceptions

2004-01-21 01:48 RD, revision 25273

cleanup, docs, and typos

2004-01-20 23:31 RD, revision 25272

Use new SystemSettings names

2004-01-20 23:30 RD, revision 25271

use new syntax for emitting python code

2004-01-20 23:29 RD, revision 25270

typos fixed and more notes on some changes

2004-01-20 23:28 RD, revision 25269

Be sure to mention the directories too so they get cleaned up upon uninstall

2004-01-20 23:26 RD, revision 25268

Patches from Tomo

2004-01-20 22:01 SC, revision 25267

preliminary fix, for using the correct output encoding on mac

2004-01-20 21:59 SC, revision 25266

added mac conversions

2004-01-20 18:22 SC, revision 25265

wchar_t (4 bytes) / unichar (2 bytes) problems first attempt to fix

2004-01-20 18:20 SC, revision 25264

string conversion implemented for mac

2004-01-20 18:19 SC, revision 25263

ambiguous operator[] access

2004-01-20 18:18 SC, revision 25262

system includes instead of user

2004-01-20 18:17 SC, revision 25261

gcc warnings

2004-01-20 18:14 SC, revision 25260

turn off unknown pragma for CW 9

2004-01-20 18:03 DS, revision 25259

Removed obsolete file and added 2 new required ones.

2004-01-20 18:01 DS, revision 25258

Added ../../include/wx/ to path.

2004-01-20 09:01 CE, revision 25257

fix for DMC missing mouse defines - linking of minimal failed

2004-01-20 02:57 DE, revision 25256

When inserting a new menu don't try to find th eposition of the current one if the menubar is not yet attached.

2004-01-19 22:11 RN, revision 25255

- Got rid of warnings - Fixed locale problems (?) - Fixed newlines of rege_dfa.c

2004-01-19 21:35 JS, revision 25254

Sometimes the clipping region can become bigger than the actual window, and this can cause X11 to fail inside gdk_gc_set_clip_region intermittently. The clipping region is now limited to the actual window size so only valid regions can be passed to this function.

2004-01-19 18:40 DE, revision 25253

Reverting wxAppTraits GSocket patch

2004-01-19 16:41 CE, revision 25252

fix for DMC missing mouse defines

2004-01-19 15:54 CE, revision 25251

fix for DMC missing TVS_INFOTIP

2004-01-19 14:39 JS, revision 25250

Some doc corrections

2004-01-19 13:27 DS, revision 25249

Applied patch #876800: "Alphabetical order of tabs in widgets sample".

2004-01-19 10:30 VS, revision 25248

supressing legitimate warnings was bad idea, reverting

2004-01-19 08:15 JS, revision 25247

Added back constructor implementations

2004-01-19 06:16 DE, revision 25246

Baked files with Bakefile 0.1.1 using Python 2.3

2004-01-18 22:43 DE, revision 25245

Copied gsockpm.c revision 1.4

2004-01-18 22:42 DE, revision 25244

Copied gsockmsw.c revision 1.20

2004-01-18 22:04 JS, revision 25243

encinfo.h was missing

2004-01-18 22:00 DE, revision 25242

Copied gsockmot.c revision 1.7

2004-01-18 21:57 DE, revision 25241
  • D /wxWidgets/trunk/src/cocoa/gsockcocoa.c

Removed this file since it was only stubs and we now have the common Mac OS X implementation in src/mac/gsockosx.c(pp)

2004-01-18 21:55 DE, revision 25240

Copied gsockx11.c revision 1.7

2004-01-18 21:51 DE, revision 25239

Copied gsockosx.c revision 1.4

2004-01-18 21:45 DE, revision 25238

Copied gsockgtk.c revision 1.16

2004-01-18 21:39 DE, revision 25237

* Add my name to authors as the new maintainer. * Include wxWindows header files in the standard manner. * Use the new wxAppTraits::CreateGSocket() method.

2004-01-18 21:35 DE, revision 25236

Added wxAppTraits::CreateGSocket() as well as implementations for wxBase and wxGUI. This method should return a new derived instance of GSocketBSD which implements the EventLoop_ pure virtual functions appropriately.

2004-01-18 20:17 DE, revision 25235

Move GSocketBSDGUIShim from source file to header (we'll need it in a second)

2004-01-18 19:34 DE, revision 25234

Add virtual methods to GSocketBSD for calling the event loop handler instead of the GUI event functions table. Also added a compatibility class to gsocket.cpp until we can update all of the GUIs.

2004-01-18 14:20 JS, revision 25233

Removed dialoged, regex/tests

2004-01-18 10:03 VS, revision 25232

supress warnings in regex

2004-01-18 08:40 JS, revision 25231

Don't copy obsolete Dialog Editor

2004-01-18 08:29 JS, revision 25230

regex doesn't have tests directory

2004-01-18 07:46 DE, revision 25229

Initial move from C to C++. The functionality of the code should not have changed at all in this move from C to C++. To top that off there is a define wxUSE_GSOCKET_CPLUSPLUS in include/wx/gsocket.h which turns off all the new code in that file and also gsockunx.h.

2004-01-18 03:38 RD, revision 25228

Ignore the args and args errors on Mac

2004-01-18 03:37 RD, revision 25227

*** empty log message ***

2004-01-18 03:05 RD, revision 25226

Don't create the fonts until after they are needed (after the App object has been created.)

2004-01-18 01:42 RD, revision 25225

Change owner and permissions of installed files

2004-01-18 00:44 JS, revision 25224

Some response file updates I forgot to commit previously

2004-01-18 00:15 RD, revision 25223

updates for the readme

2004-01-18 00:14 RD, revision 25222

Updated preview version number

2004-01-18 00:13 RD, revision 25221

RPM tweaks

2004-01-17 23:49 VS, revision 25220

console sample contains wxDb tests, it must link against wxodbc

2004-01-17 23:20 RD, revision 25219

Updated Installer builder scripts and such for OS X

2004-01-17 22:34 MBN, revision 25218

Compilation fix for MSVC 6 and wxUSE_STL=1.

2004-01-17 22:21 MBN, revision 25217

MinGW compilation fixes.

2004-01-17 22:18 MBN, revision 25216

Correct wxPerl note.

2004-01-17 22:17 DE, revision 25215

Copied gsocket.c revision 1.80

2004-01-17 22:16 MBN, revision 25214

Add wxRTTI information.

2004-01-17 22:14 MBN, revision 25213

Handle client data correctly.

2004-01-17 21:49 DE, revision 25212

Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom

2004-01-17 17:05 JS, revision 25211

Applied [ 876737 ] menu item with bitmap uses wrong font

2004-01-16 19:32 RD, revision 25210

also cleanup patch reject files

2004-01-16 19:25 RD, revision 25209

Ensure item is valid before using it.

2004-01-16 06:01 RD, revision 25208

Updated metadata document

2004-01-16 03:45 RN, revision 25207

Removed bogus configuration

2004-01-16 03:43 RN, revision 25206

Added setup.h stuff

2004-01-16 03:08 RN, revision 25205

A small patch (easy construction of wxFileConfig)

2004-01-16 01:48 RD, revision 25204

Send menu highlight events and fix statusbar to update immediatly when status text is changed