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

2004-01-16 01:46 RD, revision 25203

Send window create events

2004-01-16 00:52 RD, revision 25202

Patch [ 877891 ] Share the DC from DoPaint with FullPaint in ScintillaWX

2004-01-15 23:43 RD, revision 25201

reSWIGged

2004-01-15 23:34 RD, revision 25200

prevent checking for empty string

2004-01-15 23:33 RD, revision 25199

tweak the spin button size

2004-01-15 23:15 RD, revision 25198

On Windows the wxBitmapButton can't be borderless if you use wxBU_AUTODRAW, but wxGenBitmapButton can do it easily

2004-01-15 22:44 RD, revision 25197

ON XP when pages are added to a Notebook their colours (and their children's) are modified to match the theme colours for notebook pages rather than normal panel colours. When items are added dynamically after the fact to the notebook pages then we need to fiddle with the colours ourself. Also, since xrced is importing from wxPython.wx then DC.Draw methods now need to use the old parameter syntax.

2004-01-15 22:38 RD, revision 25196

Use unbuffered output

2004-01-15 22:37 RD, revision 25195
  • D /wxWidgets/trunk/wxPython/demo/data/grid.i

Not sure what this was here for

2004-01-15 22:26 RD, revision 25194

Win32 installer script updated for 2.5

2004-01-15 20:12 DE, revision 25193

Allow Clear() to clear the control even when it is not editable. (patch from Kevin Hock)

2004-01-15 17:46 RD, revision 25192

reSWIGged

2004-01-15 17:45 RD, revision 25191

new version of fancytext module, added foldmenu

2004-01-15 17:45 , revision 25190

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

2004-01-15 17:43 RD, revision 25189

Move wxPyTreeCtrl declaration to header file

2004-01-15 17:41 RD, revision 25188

Don't allow parameterless wxDropSource

2004-01-15 17:40 RD, revision 25187

Don't forget...

2004-01-15 17:40 RD, revision 25186

Typo

2004-01-15 17:39 RD, revision 25185

fix install target for devel package

2004-01-15 17:38 RD, revision 25184

A bunch of little demo tweaks that have accumulated over time...

2004-01-15 17:36 RD, revision 25183

removed unneeded typedef

2004-01-15 13:49 JS, revision 25182

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

2004-01-15 05:26 RD, revision 25181

reSWIGged

2004-01-15 01:24 RD, revision 25180

little tweaks

2004-01-15 01:20 DS, revision 25179

Applied patch #877159: Joinable threads might crash app if deleted right after Wait.

2004-01-15 01:11 RD, revision 25178

reSWIGged

2004-01-15 01:08 RD, revision 25177

little tweaks

2004-01-15 01:06 RD, revision 25176

Allow nested calls to wxPy[Begin|End]BlockThreads instead of deadlocking when the nested calls try to aquire the Python GIL.

2004-01-15 01:04 RD, revision 25175

Added wrappers for the missing wxSpinEvent, which fixes the deadlock when trying to catch events from wxSpinButton.

2004-01-14 15:28 CE, revision 25174

apply SF patch 876817

2004-01-14 10:05 SC, revision 25173

remove some duplicate defines under Mach

2004-01-14 06:24 RN, revision 25172

A little clarification

2004-01-14 05:57 DE, revision 25171

Added MSWPositionForWxMenu() method which is used to translate wxWindows menu positions to the ones that Windows is using. This mainly accounts for the system menu in maximized MDI child frames.

2004-01-14 04:44 DE, revision 25170

IsInAssert is only available (and only makes sense) in a debug build so don't try to call it in a release build.

2004-01-14 03:52 DE, revision 25169

Added empty base class constructors. This will still be broken for anything other than MSW, Mac, and Univ. Julian: Fix this the right way.

2004-01-14 02:50 DE, revision 25168

* In _GSocket_Get_Mac_Socket(), do not call CFSocketSetSocketFlags to turn off kCFSocketCloseOnInvalidate. Furthermore, kCFSocketAutomaticallyReenableWriteCallback wasn't part of default flags but had been erroneously included here. * Call CFSocketInvalidate() from _GSocket_Diable_Events instead of from _GSocket_GUI_Destroy_Socket. GSocket calls this from GSocket_close and so in combination with the above change and the most recent change to gsocket.c the CFSocket should now be invalidated and closed for all cases and not just planned shutdown.

2004-01-14 02:42 DE, revision 25167

* Revert Darwin specific changes to GSocket_destroy. * In GSocket_Shutdown do not call close on Darwin since gsockosx.c will do it during CFInvalidate which will be called from GSocket_Disable_Events

2004-01-14 02:17 DE, revision 25166

* _GSocket_Enable_Events() and _GSocket_Disable_Events() now call CFRunLoopAddSource() and CFRunLoopRemoveSource() respectively. They no longer call CFSocketEnableCallbacks or CFSocketDisableCallbacks. * In _GSocket_Get_Mac_Socket() no longer disable callbacks and also do not add the runloop source which combined with the above change has the same effect as before. * In _GSocket_GUI_Destroy_Socket() do not remove the runloop source because _GSocket_Disable_Events() should have and even if it didn't Mac OS X will clean it up in CFSocketInvalidate()

2004-01-14 02:11 RD, revision 25165

More packager scripts updates. The RPMs will now install icons and menu items, etc.

2004-01-14 02:10 RD, revision 25164

Corrected install_data files

2004-01-14 01:55 RD, revision 25163

typo

2004-01-14 01:53 RD, revision 25162

Fixed preprocessor warnings

2004-01-14 01:51 RD, revision 25161

Got iewin up and running again.

2004-01-14 01:50 RD, revision 25160

check for existance of output files

2004-01-14 01:28 RD, revision 25159

Fix compile warning when building DLLs

2004-01-13 20:34 RD, revision 25158

Update for new pickle format

2004-01-13 20:33 RD, revision 25157

Added some missing wx namespace corrections

2004-01-13 18:43 ROL, revision 25156

wxGridBahSizer support exception handling while loading resource some fixes (GetFirstChild, XRCID instead of FindByName, ...)

2004-01-13 17:48 JS, revision 25155

Added Emulator, configtool

2004-01-13 17:46 DS, revision 25154

Applied patch #876228: "Current value" always counts up to 100, instead of the max gauge value.

2004-01-13 15:44 ROL, revision 25153
  • D /wxWidgets/trunk/wxPython/wx/tools/XRCed/CHANGES

replaced by CHANGES.txt

2004-01-13 15:31 JS, revision 25152

Corrected wrong reference to Gizmos location

2004-01-13 14:48 JS, revision 25151

Improved colours in wxUniv -- white (window colour) was being used as the default.

2004-01-13 14:45 JS, revision 25150

Suppress spurious icon-related log messages

2004-01-13 14:37 JS, revision 25149

Added extra check in case CopyFromIcon fails

2004-01-13 13:32 JS, revision 25148

Must have event.Skip() in OnSize for wxUniv

2004-01-13 03:42 RD, revision 25147

Starting to update the tarball and rpm spec files for 2.5. Mostly done but some fine tuning still needs done.

2004-01-13 03:41 RD, revision 25146

Use "import wx". wxPython.wx now has backwards compatible DC's and so since this module was using the new DC's it could no longer use wxPython.wx.

2004-01-13 03:33 RD, revision 25145

Fixed the docstring, default module is now wx, not wxPython.wx

2004-01-13 03:32 RD, revision 25144

Forgot to output the first string

2004-01-13 03:31 RD, revision 25143

Don't allow parameterless wxDropSource

2004-01-13 03:28 RD, revision 25142

API and etc. updates

2004-01-13 03:25 RD, revision 25141

new DC API fix

2004-01-13 03:17 RD, revision 25140

More demo conversion and cleanup from Jeff

2004-01-13 02:07 DS, revision 25139

To use "#pragma warning" a #ifdef __VISUALC__ guard should be used, not a #ifdef _MSC_VER one (CW defines _MSC_VER).

2004-01-13 02:02 DS, revision 25138

Applied patch #875647, fixes an unused variable warning reported by Borland; Some minor changes such as tab removal, TRUE/FALSE->true/false.

2004-01-13 01:36 RD, revision 25137

x11/popupwin.h wasn't being installed

2004-01-12 11:42 JS, revision 25136

Added some constants. wxRAISED_BORDER not GTK+-only.

2004-01-12 10:51 JS, revision 25135

Unicode and ODBC are now compatible

2004-01-11 22:08 JS, revision 25134

Applied patch [ 825396 ] dbbrowse demo compatible with Unicode Wlodzimierz Skiba

2004-01-11 20:58 JS, revision 25133

Applied patch [ 838940 ] notebook labels are not shown when built with GTK2

2004-01-11 20:52 JS, revision 25132

Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland

2004-01-11 18:41 JS, revision 25131

Applied patch [ 851052 ] [msw] Clipboard: Allow automatic format conversions By Kevin Edwards (ingenuus)

2004-01-11 17:38 JS, revision 25130

Reverted bad fix.

2004-01-11 17:32 JS, revision 25129

Reverted last change.

2004-01-11 16:54 JS, revision 25128

Applied patch [ 849212 ] Sets SO_REUSEADDR flag on server sockets

2004-01-11 16:42 JS, revision 25127

Applied patch [ 850483 ] Toolbar bugfix (Mac)

2004-01-11 16:34 JS, revision 25126

Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler

2004-01-11 16:03 JS, revision 25125

Applied patch [ 791573 ] New feature for FL toorbar buttons

2004-01-11 15:52 JS, revision 25124

Recorded patch [ 837515 ] wxIPaddress + docs patch

2004-01-11 15:50 JS, revision 25123

Applied patch [ 837515 ] wxIPaddress + docs patch (Ray Gilbert)

2004-01-11 15:47 JS, revision 25122

Compatibility with 2.5 wxIPaddress, patch [ 837515 ]

2004-01-11 15:33 JS, revision 25121

Applied patch [ 832096 ] Final separation for GUI and console for Open Watcom (Watcom compiler doesn't like ctor implementation in headers)

2004-01-11 15:28 JS, revision 25120

Always use XPMs in this sample

2004-01-11 14:35 JS, revision 25119

Applied patch [ 864469 ] WaitForAccept(): 100% CPU Usage (NON-GUI application) (Alex Thuering)

2004-01-11 14:28 JS, revision 25118

Applied patch [ 800086 ] GridCellTextEditor wxTE_RICH misbehaving Don't set the value of the hidden editor control (useless)

2004-01-11 14:22 JS, revision 25117

Applied patch [ 842285 ] comparison for wxIPV4address

2004-01-11 14:16 JS, revision 25116

Applied patch [ 853850 ] Fixes for wxFormatConverter (M.J.Wetherell) Added wxConvertFormat function in debug mode to allow for unit testing Added tests/formatconverter

2004-01-11 11:49 JS, revision 25115

Applied patch [ 869522 ] Cleaning of deprecated contrib

2004-01-11 11:47 JS, revision 25114

Applied patch [ 874495 ] wxMSW: Flat buttons

2004-01-11 11:46 JS, revision 25113

Added missing description for wxNO_BORDER

2004-01-10 10:38 RN, revision 25112

Removed old tests file and replaced with tcl version....

2004-01-09 18:34 RD, revision 25111

Beginings of wxX11 support. Much more to do but I have no more time for it today.

2004-01-09 11:32 JS, revision 25110

Added FromAscii, ToAscii docs

2004-01-09 08:41 JS, revision 25109

Removed duplicated style

2004-01-09 02:11 RD, revision 25108

doc tweaks, typo fixed, etc.

2004-01-09 02:10 RD, revision 25107

little tweaks to match wxWin changes

2004-01-08 22:20 RD, revision 25106

Updated layout

2004-01-08 22:20 JS, revision 25105

Added wxWS_EX_BLOCK_EVENTS style

2004-01-08 21:37 RD, revision 25104

Set the DC font before drawing the label

2004-01-08 15:52 JS, revision 25103

Applied patch [ 863936 ] wxGrid scroll bars not drawn.

2004-01-08 15:43 JS, revision 25102

Applied patch [ 863936 ] wxGrid scroll bars not drawn.

2004-01-08 15:15 JS, revision 25101

Applied patch [ 851044 ] wxGrid receives wxFocusEvent

2004-01-08 15:05 JS, revision 25100

Applied patch [ 871014 ] Adding size of control to its position

2004-01-08 14:59 JS, revision 25099

Applied patch [ 873021 ] Bug fix for MSW wxComboBox wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event should now pass the correct value even if the handler for wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection

2004-01-08 14:47 JS, revision 25098

Added change log for patch: wxGenericDirCtrl does not accept multiple wildcards

2004-01-08 14:44 JS, revision 25097

Applied patch [ 866387 ] wxGenericDirCtrl does not accept multiple wildcards

2004-01-08 14:35 JS, revision 25096

Applied patch [ 868061 ] Warning free OGL

2004-01-08 11:54 JS, revision 25095

Applied patch [ 867187 ] wxWindows-like markup in TEX2RTF tool

2004-01-08 11:36 JS, revision 25094

Applied patch [ 868373 ] Missed Unicode markup in menu sample

2004-01-08 11:33 JS, revision 25093

Applied patch [ 872338 ] Minor fixes to forty, fractal and poem demos

2004-01-08 08:43 JS, revision 25092

Applied [ 866603 ] Fixes the listctrl demo's 'Toggle' menu item

2004-01-08 08:35 JS, revision 25091

Applied patch [ 867158 ] Warning free gizmos

2004-01-08 08:29 JS, revision 25090

Applied [ 872574 ] fix of fatal error of preview without printer

2004-01-08 07:41 JS, revision 25089

Applied patch [ 871762 ] Solution to losing strings in Open Watcom

2004-01-08 00:31 RD, revision 25088

Typo fix

2004-01-08 00:31 RD, revision 25087

Copy Solaris note from 2.4's setup.py

2004-01-08 00:30 RD, revision 25086

Updated build and install docs

2004-01-07 21:15 RN, revision 25085

Fixed include path for wx/wxchar.h on all configurations

2004-01-07 21:12 RN, revision 25084

Fixed include path for wx/wxchar.h

2004-01-07 20:44 RD, revision 25083

reSWIGged

2004-01-07 18:46 RD, revision 25082

Updated overview

2004-01-07 15:36 JS, revision 25081

Added wxFULL_REPAINT_ON_RESIZE style

2004-01-07 14:53 VS, revision 25080

htmlproc.h wasn't installed

2004-01-07 14:21 VS, revision 25079

htmlproc.h wasn't installed

2004-01-07 02:57 RD, revision 25078

updated Joystick demo, is now wxDesigner-less

2004-01-06 21:46 RD, revision 25077

It *does* work now

2004-01-06 21:34 RD, revision 25076

reSWIGged

2004-01-06 21:33 RD, revision 25075

Rename the grid selection mode flags

2004-01-06 21:32 RD, revision 25074

Added a set of 2.4 compatibility classes for the wxDC classes that replaces the normal Draw methods with those that have 2.4 compatible parameter lists. These classes are used by default only when importing from wxPython.wx (the "old" namespace.)

2004-01-06 21:17 RD, revision 25073

Fixes for the UNICODE build

2004-01-06 08:54 JS, revision 25072

Added missing event.Skip()

2004-01-05 23:06 RD, revision 25071

fixed the fix

2004-01-05 21:03 RR, revision 25070

Compilo.

2004-01-05 19:54 RD, revision 25069

Ensure that the dirdialog is destroyed after use

2004-01-05 07:18 JS, revision 25068

Typo corrected

2004-01-03 18:00 JS, revision 25067

Removed duplicate code introduced during wxUniv merge in revision 1.132

2004-01-03 17:58 JS, revision 25066

Removed code duplication introduced during wxUniv merge in 1.132

2004-01-03 01:20 RD, revision 25065
  • D /wxWidgets/trunk/wxPython/demo/pyfiles.tgz

This file should not have been checked in!

2004-01-03 01:14 RD, revision 25064

Renamed demo modules to be wx-less.

2004-01-02 23:41 RD, revision 25063

Version number update

2004-01-02 22:00 RD, revision 25062

reSWIGged

2004-01-02 20:45 JS, revision 25061

Cure link error under wxGTK on Mac

2004-01-02 20:42 RD, revision 25060

Fix addtofunc directives foir wxCheckListBox

2004-01-02 20:41 RD, revision 25059

Don't use wx[H|V]SCROLL styles

2004-01-02 20:38 RD, revision 25058

reSWIGged

2004-01-02 20:37 RD, revision 25057

Some wxOGL tweaks to match what has been done in the C++ classes

2004-01-02 19:36 RD, revision 25056

New wxDesigner-less version of the MimeTypesManager demo

2004-01-02 17:35 RD, revision 25055

wxBell --> wx.Bell

2004-01-02 13:49 JS, revision 25054

Fixed menu creation in eVC3

2004-01-02 11:56 JS, revision 25053

wxShapeRegion::SetText shouldn't append to formatted strings list Addition of accessors to allow an app to do alternate diagram streaming

2003-12-31 20:49 RD, revision 25052

Track and translate typenames where possible

2003-12-31 17:20 VS, revision 25051
  • D /wxWidgets/trunk/src/msw/makefile.vc
  • D /wxWidgets/trunk/src/msw/makefile.wat

removed obsolete files

2003-12-31 15:13 JS, revision 25050

Use on-idle updating of menus in wxUniversal

2003-12-30 23:41 RN, revision 25049

removed wxUSE_BUILTIN_REGEX

2003-12-30 23:19 VS, revision 25048

regex libs needs _UNICODE define

2003-12-30 22:21 RN, revision 25047

Cleaned up regex.cpp fixed strlen problem in regex many other things related to cleanup of regex.cpp

2003-12-30 22:18 RN, revision 25046

more ifdef C++ stuff

2003-12-30 22:07 RD, revision 25045

Use correct method name for GetRowLabelValue

2003-12-30 01:53 RD, revision 25044

reSWIGged

2003-12-30 01:48 RD, revision 25043

Ensure we have the capture before releasing it.

2003-12-30 01:45 RD, revision 25042

Make sure the comment is output in the pythoncode

2003-12-30 01:43 RD, revision 25041

shift the print position a little

2003-12-30 01:39 RD, revision 25040

a bit of tweaking

2003-12-30 01:38 RD, revision 25039

Force integer values for positions and sizes

2003-12-30 01:06 RD, revision 25038

wx* and other name fixes

2003-12-29 23:51 RD, revision 25037

Rename the .tar.gz to a .tgz

2003-12-29 23:50 RD, revision 25036

Compatibility modules for a couple that have gone AWOL in the new namespace

2003-12-29 23:21 RD, revision 25035

Apparently wxPopupWindow position is not screen relative any longer

2003-12-29 23:21 RD, revision 25034

Show how to set print data options when using HTMLEasyPrinting

2003-12-29 23:08 RD, revision 25033

Added SF Patch#

2003-12-29 23:07 RD, revision 25032

Fix compile error when building for Python 2.2

2003-12-29 23:06 RD, revision 25031

Since they are new style classes we need to use the __reduce__ protocol for pickling.

2003-12-29 19:25 RD, revision 25030

Fixed drawing of the lines data, also ensure that only tuples are pickled since there is currently a problem with unpickling wx.Points...

2003-12-29 19:24 RD, revision 25029

Set foreground colour when drawing items in the VListBox

2003-12-29 10:47 JS, revision 25028

Fixed palette so all tools are visible

2003-12-29 09:32 VS, revision 25027

bad idea, fn_str() returns wchar_t on win32 in Unicode build, we need char* here no matter what

2003-12-28 22:46 RN, revision 25026

Added/Fixed some things in wxGetKeyState

2003-12-28 17:34 JS, revision 25025

Removed statusbar removal under WinCE

2003-12-28 17:09 SN, revision 25024

Add

2003-12-28 09:44 JS, revision 25023

Fixed missing semicolon

2003-12-28 01:07 JS, revision 25022

Added wxUSE_POCKETPC_UI to distinguish between using combined toolbar/menubar and using separate ones

2003-12-27 22:31 JS, revision 25021

Corrected typo

2003-12-27 18:02 JS, revision 25020

Updated for eVC4

2003-12-27 17:57 JS, revision 25019

eVC4 updates

2003-12-27 17:28 JS, revision 25018

Can't yet use RegisterDragDrop, RevokeDragDrop on eVC4

2003-12-27 17:24 JS, revision 25017

WinCE 4 cleanup

2003-12-27 17:17 JS, revision 25016

Some further missing symbols for WinCE 4

2003-12-27 08:52 VS, revision 25015

unified to use ASCII for ZIP entries and fn_str() when passing archive name to unzip.c

2003-12-26 11:43 JS, revision 25014

WXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN

2003-12-26 11:33 JS, revision 25013

WXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN

2003-12-25 23:28 ROL, revision 25012

added subclass attribute

2003-12-25 11:59 JS, revision 25011

Added FindById doc

2003-12-25 11:55 JS, revision 25010

As per 2.5, wxToolBarBase::FindById should be available to apps

2003-12-24 21:53 RN, revision 25009

revert

2003-12-24 20:23 VS, revision 25008

backport of initialization from xfont fix (patch #863847)

2003-12-24 19:53 DE, revision 25007

Added note about (not) multiply inheriting from wxEvtHandler which includes a very brief technical overview of how events work.

2003-12-24 19:43 DE, revision 25006

Regenerated with Bakefile which removes the regextest sample.

2003-12-24 19:37 DE, revision 25005

Regenerated with Bakefile. wxCocoa: Added src/mac/gsockosx.c to build.

2003-12-24 19:27 RN, revision 25004

Fixed compilation and only does mdi tests when enabled in setup.h

2003-12-24 12:42 VS, revision 25003

fixing the regex mess that Ryan wasn't yet able to fix himself

2003-12-24 04:52 RN, revision 25002

wxMenuBar derives from wxWindow...

2003-12-24 04:47 RN, revision 25001

Fixed one of the two MDI problems...see comments for possible solutions to the others.

2003-12-24 04:39 DE, revision 25000

wxCocoa: Enable wxSocket support using new CFSocket implementation from wxMac

2003-12-24 04:04 DE, revision 24999

* Implemented according to Apple CFSocket documentation: kCFSocketConnectCallBack: Called in response to a successful connect() and of course applies to client sockets only. Fails assertion if received from a server socket. Calls GSocket's Detected_Write otherwise. kCFSocketReadCallBack: Called whenever data is available to read or in the event that a new connection is waiting to be accepted. Call's GSocket's Detected_Read. kCFSocketWriteCallBack: Called whenever data can be written to kernel buffer. Call's GSocket's Detected_Write * Added ALL_CALLBACK_TYPES macro which specifies all of the above three. * Added (by virtue of ALL_CALLBACK_TYPES) the kCFSocketConnectCallBack to the calls to CFSocketCreateWithNative and CFSocketDisableCallBacks during GUI socket data creation. * Use the default flags for CFSocket which automatically reenable the callbacks, but continue to disable close of fd on CFSocket invalidation. Eventually, GSocket should allow the GUI implementation to override close so that we can avoid calling the > 10.2 CFSocketSetSocketFlags function. * CFRelease the socket after invalidating it (fixes memory leak) * When adding/removing callbacks use kCFSocketReadCallBack for server GSOCK_CONNECTION and kCFSocketConnectCallback for client. * When adding/removing callbacks GSOCK_LOST should do the same thing as GSOCK_INPUT (Thanks Kevin Hock) * When enabling events, do not enable kCFSocketConnectCallBack for servers. It should never be called anyway since connect() should never be used on a server socket. * When disabling events, disable ALL_CALLBACK_TYPES.

2003-12-24 03:09 RD, revision 24998

reSWIGged

2003-12-24 02:49 DE, revision 24997

In GSocket_Destroy reorder GUI_Destroy and Shutdown when compiling for Darwin. This is necessary to comply with the Apple documentation for CFSocket which states quite explcitly that the CFSocket must be invalidated prior to close. Likewise in GSocket_Read don't enable input events until we have finished reading the data. This is necessary because an input event will be immediately generated but all the data will have been read by the current callback which leads to the GSocket code thinking the connection has been lost and when wxYield recursion is involved will lead to crashes or an assert. Because we are doing a compile time test only for Darwin this will also affect wxGTK running on Darwin. It appears possible for the new order to work on all platforms but more testing would be required.

2003-12-24 02:45 RD, revision 24996

reSWIGged

2003-12-24 02:38 RD, revision 24995

reSWIGged

2003-12-24 02:36 RD, revision 24994

regnenerated image modules

2003-12-24 02:35 RD, revision 24993

Fixed a couple wxString typemaps

2003-12-24 01:39 RD, revision 24992

delete the .pyc files before making a preview

2003-12-24 01:26 RD, revision 24991

Fixed a typo

2003-12-24 01:24 RD, revision 24990

Aliasing wxDC methods like was dangerous...

2003-12-24 01:12 RD, revision 24989

More adjustments to aliases

2003-12-24 01:09 RD, revision 24988

Tool tweaks and metadata update

2003-12-23 23:27 RD, revision 24987

reSWIGged

2003-12-23 21:39 RD, revision 24986

reSWIGged

2003-12-23 21:37 RD, revision 24985

backwards compatibility aliases can be used in the wxPython namespace

2003-12-23 21:35 RD, revision 24984

typo fixed

2003-12-23 19:56 RD, revision 24983

Updated tools

2003-12-23 19:42 JS, revision 24982

MOre wxUSE_... fixes

2003-12-23 19:31 RD, revision 24981

wxPython metadata xml

2003-12-23 17:45 RD, revision 24980

Added XML simplification scripts for generating the wxPython metadata xml.

2003-12-23 16:07 JS, revision 24979

Removed out of date comment about Unicode

2003-12-23 15:56 RN, revision 24978

Fixed newlines :)

2003-12-23 12:39 JS, revision 24977

Added wxUSE_TOOLBAR, wxUSE_STATUSBAR tests

2003-12-23 10:47 JS, revision 24976

Applied patch [ 864570 ] adjustement of FL contrib to change in wx/log.h

2003-12-23 10:45 JS, revision 24975

Applied patch [ 861884 ] adjustement of bombs demo to wxBombsCE

2003-12-23 10:32 JS, revision 24974

Added Bombs demo eVC project file from ABX

2003-12-23 10:17 JS, revision 24973

Added minimal sample WinCE project files

2003-12-23 10:02 JS, revision 24972

Added comments for WinCE shortcut suggestion

2003-12-23 09:18 JS, revision 24971

Some WinCE fixes from ABX

2003-12-23 03:16 RN, revision 24970

Added note about deleting returned object (OpenFile)

2003-12-23 03:01 DS, revision 24969

Applied patch #864557 (Adjustment of richedit sample to new FindColour solution).

2003-12-22 21:25 RD, revision 24968

wxTaskBarIcon works on wxGTK now too.

2003-12-22 20:59 RD, revision 24967

Make the comment colors have a bit more contrast, and reduce the timeout on the splashscreen.

2003-12-22 20:38 RN, revision 24966

Removed regextest :).

2003-12-22 19:09 RD, revision 24965

More lib and demo patches to drop the wx prefix (Jeff has been busy!)

2003-12-22 09:36 RN, revision 24964

1. Changed things others suggested 2. Changed search text cntrl to a multiline one

2003-12-21 22:44 RN, revision 24963

1. Only owner draw menus on MSW 2. Handle GRETA compilations errors

2003-12-21 22:19 RN, revision 24962

Added Status Bar

2003-12-21 22:03 RN, revision 24961

Added - 1. Owner drawn menu items (sort of) 2. Match/Compile time

2003-12-21 20:37 RN, revision 24960

Changed main frame style to wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL

2003-12-21 13:19 JS, revision 24959

Correction for gcc

2003-12-21 12:22 RN, revision 24958

Changed GRETA compile flag - fixing output (was matching in reverse before....)

2003-12-21 11:51 RN, revision 24957

Too many changes :)

2003-12-21 10:27 VS, revision 24956

link against the net library, too

2003-12-21 10:09 RN, revision 24955

Added some notes and other changes.....

2003-12-21 10:02 RN, revision 24954

Fixed TEST_SCOPEGUARD (newer version prepends wx to macros...) C:\\wxWindows\\samples\\console\\console.cpp(3379) : error C2065: 'ON_BLOCK_EXIT0' : undeclared identifier C:\\wxWindows\\samples\\console\\console.cpp(3380) : error C2065: 'ON_BLOCK_EXIT1' : undeclared identifier C:\\wxWindows\\samples\\console\\console.cpp(3381) : error C2065: 'ON_BLOCK_EXIT2' : undeclared identifier C:\\wxWindows\\samples\\console\\console.cpp(3384) : error C2065: 'ON_BLOCK_EXIT_OBJ0' : undeclared identifier C:\\wxWindows\\samples\\console\\console.cpp(3385) : error C2065: 'ON_BLOCK_EXIT_OBJ1' : undeclared identifier C:\\wxWindows\\samples\\console\\console.cpp(3386) : error C2065: 'ON_BLOCK_EXIT_OBJ2' : undeclared identifier