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

2003-12-21 04:30 RN, revision 24953

Committed Mike's Update Patch 862130 wxZlibInput/OutputStream gzip support

2003-12-21 04:28 RN, revision 24952

Committed Mike's Update Patch 862130 wxZlibInput/OutputStream gzip support

2003-12-21 00:05 RN, revision 24951

Scopeguard test doesn't work either due to some undefined functions/macros

2003-12-21 00:04 RN, revision 24950

quick fixes

2003-12-20 22:25 RN, revision 24949

size_t is always unsigned....

2003-12-20 22:16 VS, revision 24948

minor corrections

2003-12-20 21:28 RD, revision 24947

Clean out the old stuff

2003-12-20 20:03 RD, revision 24946

reSWIGged

2003-12-20 19:55 RD, revision 24945

reSWIGged

2003-12-20 19:54 RD, revision 24944

Aquire the GIL before raising the NotImplementedError exception

2003-12-20 19:53 RD, revision 24943

Added wxHtmlCell::[S|G]etId

2003-12-20 19:36 RD, revision 24942

More lib and demo changes for dropping the wx prefix, from Jeff G.

2003-12-20 15:13 RN, revision 24941

[ 835171 ] Show hidden files in wxGenericDirCtrl (genericdirctrl is neat!)

2003-12-20 14:04 RN, revision 24940

I should modify this more :)

2003-12-20 13:59 JS, revision 24939

Added wxPATH_NORM_SHORTCUT

2003-12-20 13:54 RN, revision 24938

Added another sanity check....

2003-12-20 13:52 RN, revision 24937

Reversed,...

2003-12-20 13:47 RN, revision 24936

Comment....

2003-12-20 13:39 RN, revision 24935

Added an assert...

2003-12-20 13:08 RN, revision 24934

1. Regenerated Bakefiles 2. Added regextest sample

2003-12-20 12:18 JS, revision 24933

Applied patch [ 853031 ] Japanese po file Supplied by Hiroshi Saito, Taishin Kin made the last adjustment.

2003-12-20 09:05 RN, revision 24932

Contact info

2003-12-20 01:17 RD, revision 24931

reSWIGged

2003-12-20 01:14 RD, revision 24930

Oops

2003-12-20 01:03 RD, revision 24929

Fixed a couple namespace issues

2003-12-20 01:03 RD, revision 24928

Fixed indetation error

2003-12-20 01:01 RD, revision 24927

More changes to make the autodocs be better, made all the namestrings and such be visible to swig so the autodoc generator knows how to rename them.

2003-12-19 23:43 RN, revision 24926

Noted where the documentation was

2003-12-19 23:32 RN, revision 24925

Added some documentation :)

2003-12-19 04:47 RD, revision 24924

reSWIGged

2003-12-19 04:45 RD, revision 24923

autodoc docstring fixes and such

2003-12-19 04:42 RD, revision 24922

Version number

2003-12-19 04:39 RD, revision 24921

Updated SWIG patches for new CVS line numbers, also output "int" for enum types in the autodoc strings.

2003-12-19 02:09 DS, revision 24920

Always let (deprecated) FindColour() return a new instance of a found colour, because otherwise multiple calls to FindColour() will share the same wxColour; Added a wxLogDebug message when FindColour() is used because it shouldn't be used without modifying user-code probably (Returned wxColours must now be released).

2003-12-19 01:34 DS, revision 24919

Partially applied patch #8618848 ("adjustment of bombs demo to wxBombsCE"). Applied the source changes only, not the project changes; (wx-)modernized the demo.

2003-12-18 21:29 VS, revision 24918

info about what is generated

2003-12-18 19:11 RD, revision 24917

reSWIGged

2003-12-18 19:10 RD, revision 24916

Tweaking names (Thanks Jeff!)

2003-12-18 19:08 RD, revision 24915

Tweaked some sample code

2003-12-18 14:54 DS, revision 24914

Include wx/confbase.h which is needed by this file.

2003-12-18 14:32 VS, revision 24913

regenerated

2003-12-18 10:42 VS, revision 24912

regex lib needs wx headers now

2003-12-18 10:41 VS, revision 24911

reverted relative include path

2003-12-18 10:19 RN, revision 24910

Ak. Corrected wxUSE_UNICODE checking...

2003-12-18 10:17 RN, revision 24909

Oh Henry :). He didn't implement dumpchr correctly for unicode...

2003-12-18 10:12 RN, revision 24908

Added an extra c header for memcmp and stuff...

2003-12-18 10:08 RN, revision 24907

Make include path more literal for bcc...

2003-12-18 07:59 VS, revision 24906

minor clarification

2003-12-18 07:38 GD, revision 24905

corrected comments for wxMac compilation

2003-12-18 03:34 RN, revision 24904

1. Only checks platform #defines in C++ now 2. A couple /* within /* warnings were fixed

2003-12-18 00:44 RD, revision 24903

Fixed a very weird typo

2003-12-18 00:08 RD, revision 24902

Reworked how stock objects are initialized. They now have an alternate __class__ until the App is initialized so they will raise an exception if anybody tries to use them before the C++ object has been created.

2003-12-18 00:02 RD, revision 24901

Fix __repr__

2003-12-18 00:01 RD, revision 24900

Added FindById

2003-12-17 23:59 RD, revision 24899

Reworked how stock objects are initialized. They now have an alternate __class__ until the App is initialized so they will raise an exception if anybody tries to use them before the C++ object has been created.

2003-12-17 23:58 RD, revision 24898

Added wxGetKeyState

2003-12-17 21:12 RD, revision 24897

wxPython needs wxRTTI info for wxToolBarToolBase in order to return objects of the right type. Also made FindById public.

2003-12-17 19:51 RN, revision 24896

1. Converted debug.h to C 2. Cosmetics

2003-12-17 19:41 RN, revision 24895

Header Cosmetics

2003-12-17 19:40 RN, revision 24894

Header Cosmetics

2003-12-17 19:30 RN, revision 24893

1. Added Release With Debug Info to regex.dsp 2. Added Release Unicode With Debug Info to regex.dsp and wxWindows.dsp 3. Converted DS's C++ comments in regcustom.h and regex.h to C 4. Converted defs.h and all headers it includes to C from C++ by changing all C++ comments to C and using #ifdef __cplusplus to keep out C++-specific stuff. 5. Changed wx_wchar to #define wx_wchar wxChar instead of copying wxchar.h code in regcustom.h. 6. Changed the macros around a bit in regcustom.h. Originally duplicated code from wx/defs.h. Now uses SIZEOF_WCHAR_T to get the approriate data.

2003-12-17 19:00 RN, revision 24892

Got rid wx-license

2003-12-17 03:29 RD, revision 24891

Swtch to using Bind, and use better styles for the code viewer

2003-12-17 03:25 RD, revision 24890

Added PyPlot

2003-12-17 00:34 RD, revision 24889

Lots of wx namespace updates for the wx.lib package and the demo from Jeff Grimmett with some tweaks and changes from Robin

2003-12-16 19:30 DE, revision 24888

Added wxAutoNSAutoreleasePool to Create(Tool|Status)Bar

2003-12-16 19:28 DE, revision 24887

1. Initialize m_mouseDownTool = NULL. Fixes crash when clicking a non-tool part of the toolbar before clicking a tool. 2. Added wxAutoNSAutoreleasePool to CreateButtonCell() and Realize()

2003-12-16 18:22 RN, revision 24886

Commented out WXK_CONTROL....

2003-12-16 17:26 DE, revision 24885

In UpdateFrameNSView size the toolbar to its best size. When creating or setting a frame's toolbar, SetOwningFrame on it.

2003-12-16 15:44 DE, revision 24884

wxCocoa: New native wxToolBar

2003-12-16 15:36 DE, revision 24883

Very basic wxToolBar implementation

2003-12-16 15:25 DE, revision 24882

Make UpdateFrameNSView public for new native wxToolBar

2003-12-16 15:06 JS, revision 24881

Unicode compatibility

2003-12-16 14:10 JS, revision 24880

Open Watcom correction

2003-12-16 10:36 JS, revision 24879

Pass -mwindows when linking the GUI samples under Wine

2003-12-16 04:57 RN, revision 24878

Newline madness :)

2003-12-15 21:50 VS, revision 24877

compilation fix for tooltip patch code applied by Julian and w32api

2003-12-15 21:43 VS, revision 24876

compilation fix for tooltip patch code applied by Julian and w32api

2003-12-15 21:07 DE, revision 24875

Use wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask support now works.

2003-12-15 19:30 DE, revision 24874

Add wxBitmap::GetNSImage() which creates an autoreleased NSImage either with or without the bitmap mask applied.

2003-12-15 17:16 RN, revision 24873

reversed some parts of wxGetKeyState for linkage reasons...

2003-12-15 16:49 DE, revision 24872

Strip menu codes from label

2003-12-15 16:23 DE, revision 24871

Wrap some functions with wxAutoNSAutoreleasePool

2003-12-15 15:57 DE, revision 24870

Improved idle event processing.

2003-12-15 11:42 VS, revision 24869

regenerated makefiles

2003-12-15 04:17 RN, revision 24868

reversed change

2003-12-15 02:21 RN, revision 24867

fix broken compilation

2003-12-15 02:20 RN, revision 24866

fix gcc warning

2003-12-15 01:03 RN, revision 24865

Fixed tabs (i.e. turning into spaces...) Part 2...

2003-12-15 01:02 RN, revision 24864

Fixed tabs (i.e. turning into spaces...)

2003-12-15 00:59 RN, revision 24863

(Fixed?) CHRBITS

2003-12-15 00:36 RN, revision 24862

Added u to end of library name

2003-12-15 00:28 RN, revision 24861

Quick fix.....

2003-12-15 00:24 DS, revision 24860

Fixed Mac CodeWarrior compilation (there's no <sys/types.h>).

2003-12-15 00:14 RN, revision 24859

Fixed typo

2003-12-15 00:05 RN, revision 24858

Uncommented Brian Vitors stuff...

2003-12-15 00:03 RN, revision 24857

Added debug unicode config

2003-12-14 23:58 RN, revision 24856

(should) fix unix compilation...

2003-12-14 23:39 RN, revision 24855

TODO note :)

2003-12-14 23:35 RN, revision 24854

wxGetKeyState as per feature request :).

2003-12-14 23:11 DS, revision 24853

Fixed bug #859996: "Wrong path in BuildCVS.txt". As well as a couple of other minor changes.

2003-12-14 23:06 RN, revision 24852

Put the locale funcs here and had them call the correct CRT function via wx versions

2003-12-14 23:05 RN, revision 24851

Various fixes and warnings

2003-12-14 23:04 RN, revision 24850

Made funcs extern...

2003-12-14 23:04 RN, revision 24849

removed funcs...

2003-12-14 22:46 VS, revision 24848

added checks for Xxf86vmode

2003-12-14 22:20 RN, revision 24847

Made the #if wxUSE_UNICODE check correctly...

2003-12-14 22:19 RN, revision 24846

AK! TYPO!

2003-12-14 22:18 RN, revision 24845

Set CHRBITS to the "correct" amount. Also some other spruce-ups. (sorry, don't know how to be more specific than this!)

2003-12-14 22:03 VS, revision 24844

fixed fatal typo

2003-12-14 21:40 VS, revision 24843

fixed Makefile.in for samples

2003-12-14 19:36 RN, revision 24842

Some unicode changes...

2003-12-14 19:24 GD, revision 24841

wxMac mouse wheel, long file names and unix sockets

2003-12-14 18:53 GD, revision 24840

corrected wxUSE_UNICODE conditional compilation tests

2003-12-14 17:35 GD, revision 24839

corrected SF bug #809314: wxDynamicLibrary::ms_dllext definition for wxMac

2003-12-14 17:32 SN, revision 24838

Fixed mouse event generation.

2003-12-14 16:57 RN, revision 24837

1. Fixed Exception handling in MSVC project (\\GX) 2. No longer wxUSE_NEW_REGEX, just wxUSE_UNICODE 3. Various changes concerning #2 NOTE: I testing this in unicode and it works!!

2003-12-14 16:36 RN, revision 24836

Reversed Change

2003-12-14 13:13 SN, revision 24835

Bugfix.

2003-12-14 11:53 VS, revision 24834

fixed compilation errors, made messages more human-oriented

2003-12-14 11:07 VS, revision 24833

cleaning CR/LF mess

2003-12-14 04:30 RN, revision 24832

warning...

2003-12-14 04:23 RN, revision 24831

Reneabled inlining, but kept warnings disabled....

2003-12-14 04:01 DS, revision 24830

Fixed undeclared identifier compile error.

2003-12-14 03:45 RN, revision 24829

Fixed 2 warnings - VC++ simply doesn't want to inline that function....

2003-12-14 03:45 RN, revision 24828

Fixed a warning....

2003-12-14 03:07 RN, revision 24827

Added last updated to it

2003-12-13 23:50 RN, revision 24826

Updated regex docs to remove license...

2003-12-13 23:18 RN, revision 24825

Quick change

2003-12-13 23:13 RN, revision 24824

Made compatible with new regex

2003-12-13 22:23 VS, revision 24823

reverted previous change (except for tiny part that actually made sense)

2003-12-13 22:17 VS, revision 24822
  • D /wxWidgets/trunk/distrib/mac/shared-ld-sh

not used anymore

2003-12-13 20:49 GD, revision 24821

use wxMac Mach-o GUI-specific functions (gsockosx)

2003-12-13 20:46 GD, revision 24820

added -headerpad_max_install_names option

2003-12-13 20:36 JS, revision 24819

Applied patch by Dimitrie O. Paun <dpaun@rogers.com> to get configure working with Winelib.

2003-12-13 20:32 JS, revision 24818

Remove bad casts

2003-12-13 20:30 GD, revision 24817

regenerated to use gsockosx and unix sockets when building Mach-o wxMac

2003-12-13 20:25 GD, revision 24816

use gsockosx and unix sockets when building Mach-o wxMac

2003-12-13 20:21 GD, revision 24815

added -headerpad_max_install_names option to generated shared-ld script

2003-12-13 16:59 MBN, revision 24814

Moved wxArrayString::GetStringArray() out of WXWIN_COMPATIBILITY_2_4 (at least until alternatives are available).

2003-12-13 11:05 GD, revision 24813

GSocket (Generic Socket) Mac OS X mach-o part by Brian Victor

2003-12-13 10:43 JS, revision 24812

Added warning suppression

2003-12-13 10:31 JS, revision 24811

Fixed Unicode compilo

2003-12-13 10:28 JS, revision 24810

Applied patch [ 859194 ] wxDateTime::SetFromDOS gives unpredictable results

2003-12-13 10:24 JS, revision 24809

Added wxUSE_TOOLTIPS guard for previous patch

2003-12-13 10:20 JS, revision 24808

Applied [ 858342 ] Event-based processing of item tooltips in generic TreeCtrl

2003-12-13 10:17 JS, revision 24807

Applied patch [ 858778 ] AcceleratorKey added: ESC

2003-12-13 09:55 RN, revision 24806

Quick fixes

2003-12-13 09:25 RN, revision 24805

Brian Victor's Patch

2003-12-13 09:25 RN, revision 24804

Brian Victor's Patch & Cleanups

2003-12-13 09:24 RN, revision 24803

Added Brian Victor's Patch

2003-12-13 08:48 RN, revision 24802

Display correct refresh rate & fixed reset mode with display sample

2003-12-13 07:29 RN, revision 24801

Implemented resolution changing using X11 video extentions\nBe sure to link with the appropriate libs (-lXxf86vm -lXinerama)

2003-12-13 03:53 RN, revision 24800

Added some placeholders...

2003-12-13 01:40 RD, revision 24799

Switch to a read-only combobox

2003-12-13 01:25 RD, revision 24798

Added a sample to the demo showing how to change the cursor, what all the stock cursors are, and how to set a custom cursor.

2003-12-13 00:37 RD, revision 24797

Fixed cursor resource names to actually match what's in the resource file.

2003-12-13 00:21 VS, revision 24796

don't return error if we can't load English catalog, it is normal

2003-12-12 23:53 VS, revision 24795

compilation fix

2003-12-12 22:03 VS, revision 24794

don't crash

2003-12-12 21:04 DS, revision 24793

Corrected size of staticbox borders when running OS X Panther or higher.

2003-12-12 20:45 VS, revision 24792

added link to XRC documentation elsewhere

2003-12-12 20:41 VS, revision 24791

wxScrolledWindow can have children, too

2003-12-12 09:11 JS, revision 24790

Don't compile this if not using MDI

2003-12-12 02:19 DS, revision 24789

Applied fix for patch #846732 'filedalog long filename support'. File dialog now returns ':' separated paths again with Classic/Carbon builds. The fix is attached to the same patch.

2003-12-11 22:20 DS, revision 24788

Fixed notebook redraw problems when using XP theme with Classic appearance.

2003-12-11 21:28 GD, revision 24787

updated CodeWarrior 5.3 project with latest file changes

2003-12-11 21:12 RD, revision 24786

reSWIGged

2003-12-11 20:17 JS, revision 24785

Commented out WM_MOUSELEAVE until it can be fixed

2003-12-11 20:14 RD, revision 24784

reSWIGged

2003-12-11 20:07 RD, revision 24783

Little changes to match recent changes in wxWindows

2003-12-11 20:06 RD, revision 24782

Regenerated the renamers with the new build_renamers.py

2003-12-11 20:04 RD, revision 24781

Moved simple from demo to samples

2003-12-11 20:03 RD, revision 24780

Run swig from the main setup.py when building the renamer's XML instead of from build_renamers.py. This makes it easy to ensure that the same flags are used. Also, use the new swig flag to generate the XML after the python language module has run, rather than instead of. This gives us more info in the xml output. Updated build_renamers.py to expect the xml file to already be generated, and also allow it to run with a xml doc tree from libxml2 rather than the xml.sax module. This makes the extraction of info much cleaner and logical since we usually need info from child or grandchild nodes.

2003-12-11 19:56 RD, revision 24779
  • D /wxWidgets/trunk/wxPython/demo/redemo.py

Get rid of this old never finished file

2003-12-11 19:55 RD, revision 24778

Kevin O's demo modules fixup patch

2003-12-11 19:46 RD, revision 24777

Another try at fixing this patch so it applies cleanly

2003-12-11 19:31 RD, revision 24776

Cleaned up a bogus newline

2003-12-11 19:25 RD, revision 24775

A little tweak to the usage text

2003-12-11 19:07 RD, revision 24774

Updated the docstring patch to match current SWIG CVS line numbers and such. Added swig.xmlout.patch, which fixes a couple problems in the XML output of SWIG: an extra "/>" was removed and newlines in attribute values were changed to the #10; entity reference so they will be preserved by parsers. Also, added options for dumping or writing to a file the XML of the parse tree *after* other language modules have been run (previously you could only do the XML output *instead of* a regular language module.)

2003-12-11 17:43 RD, revision 24773

Updated the description of wx.PopupTransientWindow

2003-12-11 13:27 CE, revision 24772
  • D /wxWidgets/trunk/src/jpeg/makefile.bcc
  • D /wxWidgets/trunk/src/makefile.bcc
  • D /wxWidgets/trunk/src/msw/makefile.bcc
  • D /wxWidgets/trunk/src/png/makefile.bcc
  • D /wxWidgets/trunk/src/zlib/makefile.bcc
  • D /wxWidgets/trunk/utils/dialoged/src/makefile.bcc

remove files for win 3.1

2003-12-11 12:37 JS, revision 24771

Applied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.

2003-12-11 12:33 JS, revision 24770

Applied patch [ 840721 ] convenience function wxRect::GetBottomRight

2003-12-11 11:38 JS, revision 24769

Applied [ 845171 ] Use transparancy mask in wxBitmapShape

2003-12-11 11:37 JS, revision 24768

Applied patch [ 845171 ] Use transparancy mask in wxBitmapShape

2003-12-11 11:32 JS, revision 24767

Applied [ 857819 ] STC CopyToClipboard uses LF on win32

2003-12-11 11:29 JS, revision 24766

Applied [ 856726 ] Tests for gzip streams

2003-12-11 11:27 JS, revision 24765

Applied patch [ 843965 ] RC/WXRC/XML related contribs and utils cleaning

2003-12-11 11:25 JS, revision 24764

Applied patch [ 846809 ] Cleaning of 11 samples

2003-12-11 11:18 JS, revision 24763

Applied patch [ 843287 ] wxNotebook remove page problems

2003-12-11 11:10 JS, revision 24762

Applied patch [ 850594 ] wxFileName(_T("/fred")).GetFullPath() asserts

2003-12-11 11:06 JS, revision 24761

Applied patch [ 856318 ] A few Wine fixes

2003-12-11 10:59 JS, revision 24760

Applied [ 841609 ] wxFile::m_error not initialised

2003-12-11 10:54 JS, revision 24759

Applied patch [ 857446 ] wxStaticCast evaluates argument twice

2003-12-11 10:47 JS, revision 24758

Applied patch [ 830313 ] (2.4.x) Fix building animate on Linux

2003-12-11 10:41 JS, revision 24757

Applied patch [ 830050 ] Turn on clipboard support in wxUniv

2003-12-11 10:35 JS, revision 24756

Applied patch [ 829367 ] Correctly handle mouse wheel for X Windows GTK 2

2003-12-11 10:32 JS, revision 24755

Applied patch [ 829144 ] Compilation error fixes for samples

2003-12-11 10:24 JS, revision 24754

Applied patch [ 829072 ] Splitter rendering fix

2003-12-11 10:19 JS, revision 24753

Applied patch [ 717012 ] dcclient draw_lines fix for vectors of short lines

2003-12-11 10:14 JS, revision 24752

Applied [ 828322 ] Use gdk_draw_polygon for the outline in DoDrawPolygon

2003-12-11 10:10 JS, revision 24751

Applied patch [ 828303 ] Slight wxColour cleanup

2003-12-11 10:00 JS, revision 24750

Applied [ 827739 ] [wx2.4] Fixes Win32 Release build warning

2003-12-11 09:56 JS, revision 24749

Applied [ 827604 ] missing method for wxCalendarEvent

2003-12-11 09:52 JS, revision 24748

Applied [ 827600 ] wxCalendarCtrl missing public

2003-12-11 09:46 JS, revision 24747

Applied some of [ 810965 ] Implement wxEVT_LEAVE_WINDOW with TrackMouseEvent

2003-12-11 09:14 JS, revision 24746

Applied patch [ 814047 ] fixes to enable compiling on gcc 3.3

2003-12-11 09:10 JS, revision 24745

Applied patch [ 816023 ] wxDialog overrides font setting

2003-12-11 09:05 JS, revision 24744

Aplied patch [ 816113 ] Inconsistent GetCharWidth over platforms

2003-12-11 09:01 JS, revision 24743

Applied patch [ 817317 ] fixes for errors and warnings reported by MinGW for utils

2003-12-11 08:56 JS, revision 24742

Applied patch [ 817483 ] fix for Formatspec for 64bit integer with mingw32 compiler

2003-12-11 08:51 JS, revision 24741

Applied patch [ 817665 ] make file: URL return 0 on GetInputStream() for missing file

2003-12-11 08:48 JS, revision 24740

Applied patch [ 817734 ] fix for cvs head with wxUSE_STD_IOSTREAM=1

2003-12-11 08:43 JS, revision 24739

Applied patch [ 818336 ] Add timestamp to gzip out stream

2003-12-11 08:06 JS, revision 24738

Applied patch [ 816021 ] SetFont without m_widget

2003-12-11 08:01 JS, revision 24737

Applied patch [ 818941 ] Initialize vars and clear wxImageList Also small speedup in wxFileIconsTable

2003-12-11 07:55 JS, revision 24736

Applied patch [ 819171 ] wxEventLoop::Run silently eats all exceptions...

2003-12-11 07:44 JS, revision 24735

Applied patch [ 819044 ] Adds MSW wxPen::GetDashCount

2003-12-11 07:40 JS, revision 24734

Applied [ 821234 ] Fix: erroneous assertion failed wxListBox::SetSelection

2003-12-11 07:35 JS, revision 24733

Applied patch [ 824244 ] wxMSW event loop fix

2003-12-11 07:30 JS, revision 24732

Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl

2003-12-11 07:12 JS, revision 24731

Applied patch [ 810585 ] wxTextCtrl::GetTextLine returns empty String

2003-12-11 06:57 JS, revision 24730

Applied [ 799292 ] wxWizard and Validator Bug and Fix

2003-12-11 06:30 JS, revision 24729

Applied part of patch [ 774826 ] Background colour and cursor handling Set correct background for hollow line ends

2003-12-09 15:29 VS, revision 24728

use tl_PH locale instead of tl

2003-12-09 14:01 VS, revision 24727

compilation fix

2003-12-09 03:21 DE, revision 24726

Add support for wxMask creation from RGBx data (x=unused)

2003-12-09 02:27 RD, revision 24725

Some wx.* fixes

2003-12-09 02:25 RD, revision 24724

newevent module now returns a PyEventBinder instead of a function

2003-12-09 01:23 RD, revision 24723

Demo updates for new wx namespace, from Jeff Grimmett

2003-12-08 22:35 VS, revision 24722

fixed wrong #ifdefs

2003-12-08 16:38 JS, revision 24721

Added 'Back' to accelerator possibilities

2003-12-08 15:07 DE, revision 24720

Compilation fix

2003-12-08 15:01 DE, revision 24719

Implement wxMask given a wxBitmap and a mask wxColour. TODO: Masks from other sources.

2003-12-07 21:20 GD, revision 24718

applied SourceForge patch # 854330 for Filedialog Unicode fixes

2003-12-07 21:11 GD, revision 24717

corrected Unicode conversion when replacing shared library extension with ".rsrc"

2003-12-06 23:27 DE, revision 24716

Added simple implementation of (Get|Unget)RawData. Premultipied alpha is not handled at this point.

2003-12-06 23:20 DE, revision 24715

wxCocoa: Added wxNativePixelFormat and defined wxPIXEL_FORMAT_ALPHA

2003-12-05 00:40 RD, revision 24714

Fixed the double traceback when an exception happens in OnInit

2003-12-04 08:59 JS, revision 24713

Added wxWinCE project files and project file cleaner, from "Viktor Voroshylo" <viktor@voroshylo.com>

2003-12-04 01:17 RD, revision 24712

Added reverse renamers for the *Ptr classes

2003-12-04 01:16 RD, revision 24711

Typo fixed

2003-12-04 01:15 RD, revision 24710

Mention wxPyTypeCast

2003-12-03 22:35 DE, revision 24709

* Use sudo instead of su and enabling the root account * Warn against installing anything into the system dirs in the first place

2003-12-03 14:32 VS, revision 24708

unknown controls container can't be subclassed, assert if somebody tries it (as does DialogsBlock)

2003-12-03 04:20 RD, revision 24707

reSWIGged

2003-12-03 04:10 RD, revision 24706

regenned tools batch files

2003-12-03 04:07 RD, revision 24705

reSWIGged

2003-12-03 03:26 RD, revision 24704

reSWIGed

2003-12-03 03:26 RD, revision 24703

Some little tweaks for debugging

2003-12-03 03:24 RD, revision 24702

Use InheritAttributes for wxGTK widgets so they will check ShouldInheritColours. Set wxButton to not inherit colours.

2003-12-03 01:40 RD, revision 24701

reSWIGed

2003-12-03 01:38 RD, revision 24700

Mention that NO_FULL_REPAINT_ON_RESIZE is now the default

2003-12-03 01:38 RD, revision 24699

Add missing wxFULL_REPAINT_ON_RESIZE

2003-12-03 01:37 RD, revision 24698

Give wxTimer a GetId accessor

2003-12-03 00:49 RD, revision 24697

New SWIG runtime and commandline param

2003-12-03 00:44 RD, revision 24696

wxLogTrace API change

2003-12-03 00:43 RD, revision 24695

Out typemap for wxString&

2003-12-02 08:56 JS, revision 24694

Patches from "Viktor Voroshylo" <viktor@voroshylo.com> isses with context menu on real PocketPC device static text not showing full message under WinCE

2003-12-01 09:39 RR, revision 24693

Small fix.

2003-12-01 09:37 RR, revision 24692

Native fonts now seem to require a font size.

2003-11-30 22:36 VZ, revision 24691

added obsolescence note

2003-11-30 20:46 VZ, revision 24690

updated DMC instructions for 8.38

2003-11-30 20:44 VZ, revision 24689

removed wxLogTrace() without mask to fix DMC compilation

2003-11-30 14:05 VZ, revision 24688
  • D /wxWidgets/trunk/build/makefile.bcc

removed old copy (?) of the file which is now in build/msw

2003-11-30 13:53 VZ, revision 24687

added wxRegConfig read test

2003-11-30 13:49 VZ, revision 24686

skip event after loggig

2003-11-30 13:41 VZ, revision 24685

marked FindColour() as deprecated; removed AddColour() which was only used internally

2003-11-30 13:39 VZ, revision 24684

added NULL here too (forgot to commit when added to tex2rtf.ini)

2003-11-28 22:46 DS, revision 24683

Fixed possible usage of uninitialized variable.

2003-11-28 18:45 RD, revision 24682

reSWIGged

2003-11-28 18:43 RD, revision 24681

Changed the itemid parameter names back to id

2003-11-28 18:42 RD, revision 24680

Expose SetClippingRegion(point, size)

2003-11-28 18:40 RD, revision 24679

Ensure that __version__ is visible from wxPython/__init__.py

2003-11-28 18:39 RD, revision 24678

Added some aliases

2003-11-28 09:19 JS, revision 24677

WinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com> 1) to take care of ShowFullScreen. 2) will make WinCE context menu in listctrl to generate the same event as right click. WinCE does not have right click so I think it is reasonable solution for it.

2003-11-27 12:13 JS, revision 24676

Attempt to fix Borland compilo

2003-11-27 12:09 DS, revision 24675

Fixed signed/unsigned warning (GetCount() returns size_t, not int); Slight cosmetic cleanup.

2003-11-27 01:17 RD, revision 24674

reSWIGged

2003-11-27 01:06 RD, revision 24673

reSWIGged

2003-11-27 00:53 RD, revision 24672

Updated docstring patch so that it senses multi-line docstrings and does a proper indentation if so.

2003-11-26 20:03 VS, revision 24671

set m_language even when wxstd.mo wasn't loaded

2003-11-26 20:01 VZ, revision 24670

resolved conflict (because I forgot to commit before)

2003-11-26 19:57 DS, revision 24669

Declaration of CopySelection is bool instead of void.

2003-11-26 19:33 VS, revision 24668

assert if wxLocale::Init called twice

2003-11-26 11:06 VS, revision 24667

cleanup: don't pass builtin libs includes to CPPFLAGS, it's already taken care of by the {b,m}makefile

2003-11-26 11:03 VS, revision 24666

fixed order of includes

2003-11-26 06:11 RD, revision 24665

wx namespace

2003-11-26 06:09 RD, revision 24664

More docstrings and rearrainged a couple things.

2003-11-25 23:52 VZ, revision 24663

don't test whether m_selection is NULL both before calling CopySelection() and inside it; one time is enough

2003-11-25 23:50 VZ, revision 24662

fixed memory leak (m_selection wasn't deleted)

2003-11-25 21:50 RD, revision 24661

Don't put the introspected argstr in the docstring if the firstline appears to have one already.

2003-11-24 20:53 DS, revision 24660

Applied patch #809919 (Allows wxMac threads to run at fullspeed).

2003-11-24 19:22 RD, revision 24659

script to make the raw preview tarball

2003-11-24 19:20 RD, revision 24658

reSWIGged

2003-11-24 19:10 RD, revision 24657

More Unicode fixes

2003-11-24 18:37 VZ, revision 24656

mention wxTheApp

2003-11-24 17:33 RD, revision 24655

Fixed how the list of files is converted

2003-11-24 17:27 RD, revision 24654

Fixed parameter type

2003-11-24 17:26 RD, revision 24653

Fixed "" default value

2003-11-24 14:48 ROL, revision 24652

correct typemap type

2003-11-24 14:25 DS, revision 24651

Applied patch #809019 (Adds embedded/plugin capabilities to wxMac).

2003-11-23 23:00 VZ, revision 24650

fixed wxDateTime compilation in Unicode mode

2003-11-23 22:49 SN, revision 24649

Enabled handling of drive letters on OS/2.

2003-11-23 22:38 SN, revision 24648

Fixed drive handling on OS/2.

2003-11-23 22:29 SN, revision 24647

Fixed & improved file handling on OS/2.

2003-11-23 22:19 SN, revision 24646

Avoid doubling of path separator (needed to make it work on OS/2).

2003-11-23 22:11 SN, revision 24645

Try to insure usability of this file in non-PM ports.

2003-11-23 22:10 SN, revision 24644

Try to insure usability of this file in non-PM ports. Hack to try to reduce flicker by creating controls without WS_VISIBLE (define WS_VISIBLE to 0).

2003-11-23 22:09 SN, revision 24643

Insure suitable choices of path/drive separator on OS/2.

2003-11-23 18:45 SN, revision 24642

Unified OS/2 and Unix code.

2003-11-23 12:06 GD, revision 24641

applied SF patch #846738 mousewheel support

2003-11-23 08:17 MBN, revision 24640

Avoid double free in wxComboBox::SetClientObject.

2003-11-23 08:16 MBN, revision 24639

Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.

2003-11-23 08:12 MBN, revision 24638

New wxHashTable implementation when wxUSE_STL == 1. Replaces the old implementation based upon wxHashMap. Removed support for wxHashTable in wxHashMap. Rationale: using wxHashMap for wxHashTable implementation required special support in wxHashMap. This precluded using STL-provided hash_map to implement wxHashMap. This new implementation does not use keyed wxList interface and should be almost totally compatible with the old non-STL wxHashTable.

2003-11-23 08:04 MBN, revision 24637

Compilation fix.

2003-11-23 01:34 RD, revision 24636

reSWIGged

2003-11-22 23:26 RD, revision 24635

reSWIGged

2003-11-22 22:57 RD, revision 24634

Lots of little bug fixes, API updates, etc.

2003-11-22 22:55 RD, revision 24633

Version number

2003-11-22 22:45 VZ, revision 24632

fixed HAVE_STD_WSTRING test

2003-11-22 22:15 RD, revision 24631

Uses wxSystemSettings for colour when there is no window

2003-11-22 21:16 RD, revision 24630

Forgot to remove the debug prints

2003-11-22 21:08 RD, revision 24629

Fix problems with the wxHtmpTagHandler wrappers and related

2003-11-21 22:49 MBN, revision 24628

Compilation fix.

2003-11-21 21:01 GD, revision 24627

applied SF patch #846732 file dialog long filename support

2003-11-21 20:58 RD, revision 24626

reSWIGged

2003-11-21 20:50 RD, revision 24625
  • D /wxWidgets/trunk/wxPython/contrib/gizmos/gizmos.py
  • D /wxWidgets/trunk/wxPython/contrib/gizmos/gizmos_wrap.cpp
  • D /wxWidgets/trunk/wxPython/contrib/ogl/ogl.py
  • D /wxWidgets/trunk/wxPython/contrib/ogl/ogl_wrap.cpp
  • M /wxWidgets/trunk/wxPython/setup.py

Because of some differences in class heirarchy there are a few differences in generated code for the ogl and gizmos extensions, so use separate dirs for them like the core does.

2003-11-21 20:37 RD, revision 24624

Updated the devel doc as the wxPy_newswig branch is not needed any more.

2003-11-21 20:31 RD, revision 24623

Added HTML_FONT_SIZE values

2003-11-21 17:05 RD, revision 24622

Updates for the autodoc/docstring patch, fixes overloaded functions where one or more of them have a specific autodoc (not "0" or "1")

2003-11-21 07:39 RD, revision 24621

Lots of bup fixes, API updates, etc

2003-11-21 07:36 RD, revision 24620

Lots of demo tweaks for API updates, bug fixes and new images for the wxListbook demo

2003-11-21 02:32 DS, revision 24619

Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true).

2003-11-21 01:54 DS, revision 24618

Applied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug/release, MSW/Univ builds of with OpenWatcom, Borland and MinGW); Cosmetic cleanup.

2003-11-20 23:49 DS, revision 24617

Applied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).

2003-11-20 23:12 RD, revision 24616

When used from wxHtmlListBox it's possible for GetWindow to return NULL.

2003-11-20 20:41 RD, revision 24615

More docstring updates for OUTPUT parameters

2003-11-20 18:18 DS, revision 24614

Fixed gcc compiler warning (size_t was assumed to equal an unsigned int).

2003-11-20 17:43 DS, revision 24613

Applied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compilation with MSVC (nearly) warning free+some more cleaning up.

2003-11-20 01:19 RD, revision 24612

More docstrings. Fixed wxWave compilation on Linux.

2003-11-20 01:10 RD, revision 24611

Don't run SWIG when we're doing a clean

2003-11-19 22:39 DS, revision 24610

Fixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag (At least wxMSW and wxMac had this problem).

2003-11-19 22:25 JS, revision 24609

Fixed WinCE compilo

2003-11-19 20:51 VS, revision 24608

don't define ngettext, causes problems

2003-11-19 20:11 DS, revision 24607

A few minor corrections.

2003-11-19 19:29 DS, revision 24606

Implemented missing pure virt functions (stub functions for now).

2003-11-19 18:38 RD, revision 24605

reSWIGged

2003-11-19 18:17 RD, revision 24604

reSWIGged

2003-11-19 17:35 RD, revision 24603

Updated docstring patch for new SWIG CVS

2003-11-19 17:32 RD, revision 24602

SWIG Runtime update

2003-11-19 16:30 SC, revision 24601

XTI support for checklist

2003-11-19 14:50 GT, revision 24600

Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable fixed issues with wxDb::DBMS() that were not correctly detecting MySQL databases using MySQL v4. also removed erroneous/duplicated code in this function that looked like a result of a bad merge at some point

2003-11-19 14:44 GT, revision 24599

Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable

2003-11-19 06:42 RD, revision 24598

Added accessors for m_rowHeights, m_colWidths

2003-11-19 06:41 RD, revision 24597

Tests for FindItemAtPoint

2003-11-19 06:41 RD, revision 24596

Show using GetAtter in wxPyGridTbaleBase

2003-11-19 06:39 RD, revision 24595

Fix compilation error in gizmos

2003-11-19 06:36 RD, revision 24594

reSWIGged

2003-11-19 06:31 RD, revision 24593

Changed all TRUE/true --> True and all FALSE/false --> False so the Python docstrings will have the correct case. Started adding extra docstrings where needed. Some other little tweaks and fixes.

2003-11-19 06:28 RD, revision 24592

Correct a compile warning

2003-11-19 06:27 RD, revision 24591

SWIG patch for "autodoc" and "docstring" %features

2003-11-18 21:25 JS, revision 24590

WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>

2003-11-18 21:21 RD, revision 24589

Fixed a tex2rtf warning

2003-11-18 21:20 RD, revision 24588

Added FindItemAtPoint

2003-11-18 19:05 ROL, revision 24587

XMLID -> XRCID, Number -> GetCount, etc.

2003-11-18 19:04 ROL, revision 24586

removed second parameter from GetFirstChild calls

2003-11-18 17:52 DS, revision 24585

Don't leave behind trails from glowing OS X button (By extending invisible button border).

2003-11-18 16:54 DS, revision 24584

Ignore ReleaseBuild directory (Created by MSVC's "Win32 Release With Debug Info" config).

2003-11-18 16:38 DS, revision 24583

Horizontally aligned header (Like other technotes).

2003-11-18 16:37 DS, revision 24582

Updated translation technote to mention Makefile usage under Windows.

2003-11-17 19:57 RD, revision 24581

Bugfix patch from Alberto

2003-11-16 22:20 SN, revision 24580

Modified wxGetHomeDir to take environment variable HOME into account.

2003-11-16 21:56 SN, revision 24579

Fixed the code to actually work.

2003-11-16 20:53 DS, revision 24578

wxPopupWindow was not compiled when not using pch.

2003-11-16 20:43 DS, revision 24577

Fixed wxMSW compilation with wxUSE_POPUPWIN = 0.

2003-11-16 15:13 VS, revision 24576

fixed wx-config together with gcc-3.4

2003-11-16 11:28 MBN, revision 24575

Changes corresponding to patch #841324 from Ian Brown: "GetPosition() returns wrong result for dialog". Moved implementation from wxFrame to wxTopLevelWindow thus sharing it between wxFrame and wxDialog.

2003-11-16 11:19 MBN, revision 24574

Applied patch #841324 from Ian Brown: "GetPosition() returns wrong result for dialog" modified for better backward binary compatibility.

2003-11-16 11:14 MBN, revision 24573

Made element layout consistent with wxMSW/wxGTK when radiobox is wider/taller than necessary. Previously the last element was stretched to fit remaining space.

2003-11-16 11:07 MBN, revision 24572

Applied changes corresponding to patch #840617.

2003-11-16 11:05 MBN, revision 24571

Applied patch #840617 from Ian Brown: "motif 2.4.2, menu codes in static text"

2003-11-16 10:51 MBN, revision 24570

Compilation fix after last commit.

2003-11-15 21:12 MBN, revision 24569

Applied patch #840643 from Ian Brown with some modifications: use DisplayWidth/DIsplayHeight instead of hardcoded values.

2003-11-15 15:42 VZ, revision 24568

expand the value of HOME env var in wxGetHomeDir() because it may contain env vars inside it

2003-11-15 15:08 VZ, revision 24567

iconMove was incorrectly called iconCopy in ctor docs

2003-11-15 15:05 VZ, revision 24566

IsAlive/Running() may only be used with joinable threads

2003-11-15 11:14 , revision 24565
  • A /wxWidgets/tags/TCL_8_4_5
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/COPYRIGHT
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/cclass.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/cname.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/debug.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/engine.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/Makefile
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/main.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/mkh
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/README
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex.3
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex.7
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex2.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/split.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/tests
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/utils.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/WHATSNEW

This commit was manufactured by cvs2svn to create tag 'TCL_8_4_5'.

2003-11-15 11:14 RN, revision 24564

Import regex from tcl 8.4.5

2003-11-15 10:26 JS, revision 24563

Fixes for previous fixes

2003-11-15 04:50 DS, revision 24562

Initial revision; Ignore setup.h.

2003-11-15 04:50 DS, revision 24561

Ignore isosurf.dat.

2003-11-15 04:21 DS, revision 24560

Fixed Open Watcom compilation of OpenGL samples; Code cleanup.

2003-11-15 01:06 DS, revision 24559

Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second part.

2003-11-14 21:06 JS, revision 24558

Fixes for later WinCE versions

2003-11-14 21:04 JS, revision 24557

Corrected semaphores for WinCE >= 3

2003-11-14 18:05 VZ, revision 24556

reverted the change to the values of DEFAULT_wxUSE_XXX for the 3rd party libs

2003-11-14 17:19 DS, revision 24555

Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"); Code cleanup.

2003-11-14 15:33 DS, revision 24554

Include wx/file.h in case previous includes don't do it.

2003-11-14 13:55 DS, revision 24553

Applied patch #827025 (Removes last warnings from emulator util); Cosmetic cleanup.

2003-11-14 13:23 DS, revision 24552

Ignore Watcom build directory.

2003-11-14 12:59 DS, revision 24551

Fixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup.

2003-11-14 12:55 DS, revision 24550

Fixed Digital Mars compilation; Cosmetic cleanup.

2003-11-13 18:43 RD, revision 24549

Removed %noautorepr directives

2003-11-13 18:42 RD, revision 24548

Recent changes in SWIG make this patch no longer necessary

2003-11-13 16:05 DE, revision 24547

wxCocoa: Use the new native MDI implementation instead of generic

2003-11-13 16:03 DE, revision 24546

Added implementation of MDI using top level windows

2003-11-13 15:13 DE, revision 24545

Added a mechanism allowing a toplevel window to delay its deactivation event. This will come in handy for MDI among other things.

2003-11-13 14:33 DE, revision 24544

Very lame fix for windows with -1 for a component of position or size

2003-11-13 14:28 DE, revision 24543

Fix file header and remove unused include "wx/cocoa/mbarman.h"

2003-11-13 14:23 DE, revision 24542

Renamed UpdateWindowMenuBar to UpdateMenuBar and removed unused parameter

2003-11-12 21:34 RD, revision 24541

Merged the wxPy_newswig branch into the HEAD branch (main trunk)

2003-11-12 20:29 RD, revision 24540
  • D /wxWidgets/branches/wxPy_newswig/wxPython/wxSWIG

Removed my customized wxSWIG since I have now converted to using the new SWIG 1.3.x (cvs version)

2003-11-12 20:15 RD, revision 24539

more details for some things

2003-11-12 20:14 RD, revision 24538

fixed reverse renamers for grid module

2003-11-11 23:09 RD, revision 24537

reSWIGed

2003-11-11 23:08 RD, revision 24536

reSWIGged

2003-11-11 22:44 RD, revision 24535

reSWIGged

2003-11-11 22:42 RD, revision 24534

Oops

2003-11-11 22:33 RD, revision 24533

API updates

2003-11-11 22:32 RD, revision 24532

Check for wxUSE_PRINTING_ARCHITECTURE

2003-11-11 22:31 RD, revision 24531

Added note about some old aliases that have gone into the bit-bucket.

2003-11-11 22:27 RD, revision 24530

Added the Custom Controls category in the demo tree

2003-11-11 22:26 RD, revision 24529

API updates

2003-11-11 22:24 RD, revision 24528

typo fixked

2003-11-11 22:23 RD, revision 24527

Correctly handle the GIL in wxImage %extend methods

2003-11-11 22:22 RD, revision 24526

new typedefs and a little cleanup

2003-11-11 19:12 RD, revision 24525

reSWIGed

2003-11-11 19:11 RD, revision 24524

little tweaks

2003-11-11 19:08 RD, revision 24523

Use %constant wxEventTypeType instead of enums for wxEVT_ values

2003-11-11 18:26 RD, revision 24522

Typemap for wxEvtType

2003-11-11 18:25 RD, revision 24521

Delay redirecting stdio until the last poissible moment

2003-11-11 13:19 VS, revision 24520

Always set background colour prior to any HTML rendering (this fixes assert in GTK2 build because BgColor of wxHtmlRenderingState was unset=invalid)

2003-11-11 12:35 VS, revision 24519

part of DS' change _was_ corrent, restored

2003-11-10 23:23 RD, revision 24518

Made the packages list refelct reality

2003-11-10 22:33 RD, revision 24517

cleanup

2003-11-10 22:33 RD, revision 24516

warn if print arch is not configured

2003-11-10 22:33 RD, revision 24515

Handle the GIL properly in the %addmethods

2003-11-10 22:32 RD, revision 24514

Guard against double cleanup

2003-11-10 22:32 RD, revision 24513

Make an alias for GetPoint

2003-11-10 17:32 DS, revision 24512

Really fixed Borland release build warning (without sabotaging code this time).

2003-11-10 16:25 RD, revision 24511

reSWIGed

2003-11-10 15:49 VS, revision 24510

previous DS' change was broken, reverted

2003-11-10 15:49 VS, revision 24509

added test for CDATA handling

2003-11-10 15:17 DS, revision 24508

Added wxUnusedVar for Borland and fixed 2 release mode warnings for Borland (patch #835707); Slight code cleanup.

2003-11-10 13:46 VS, revision 24507

bakefile cleanup: use consistent way of setting lists

2003-11-10 12:47 VS, revision 24506

fixed msvc6prj - missing oleacc library

2003-11-10 12:46 VS, revision 24505

added bakefile's new tag <objects-depend>

2003-11-10 10:08 JS, revision 24504

Removed MGL_ROOT

2003-11-10 09:51 JS, revision 24503

Corrections to allow compilation in DLL mode

2003-11-10 00:17 RD, revision 24502

reSWIGged

2003-11-10 00:08 RD, revision 24501

API fix. All of them need to check the mapped names

2003-11-09 22:05 RD, revision 24500

wxOGL demo update

2003-11-09 22:04 RD, revision 24499

API tweaks: wxPy_ConvertList doesn't need the classname any more, and wxPyCheckSwigType needs to check for mapped names too.

2003-11-09 22:03 RD, revision 24498
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/ogl/oglbasic.i
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/ogl/oglcanvas.i
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/ogl/oglshapes.i
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/ogl/oglshapes2.i
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/ogl/_oglextras.py

removed more of the old ogl files

2003-11-09 22:02 RD, revision 24497

ogl converted to new swig. Builds, but has troubles still...

2003-11-09 21:57 RD, revision 24496

ogl converted to new swig. Builds, but has troubles still...

2003-11-09 21:43 MBN, revision 24495

Fix after last commit.

2003-11-09 21:40 MBN, revision 24494

Warning fixes and deprecated method elimination from ABX.

2003-11-09 13:59 VS, revision 24493

addedd support for <pre width=...>

2003-11-09 12:27 VS, revision 24492

fixed wxConvLocal to work with C locale (and probably some others)

2003-11-09 12:09 VS, revision 24491

prevent deadlock in wxCSConv::DoCreate if it fails for wxConvLocal -- ugly but works

2003-11-08 23:50 RD, revision 24490

reSWIGged

2003-11-08 23:50 RD, revision 24489

reSWIGged

2003-11-08 21:30 SN, revision 24488

Commited regenerated file (adding rgncmn.cpp).

2003-11-08 19:40 DS, revision 24487

Fixed MSVC warnings from Win32 Unicode Release build.

2003-11-08 19:14 SN, revision 24486

Backported various changes from HEAD to fix a couple of bugs, details: - backported changed ProcessGridCellMouseEvent to fix bug #834929. - backported enforcement of column width/row height checking to fix bug #832991. - backported fix for bug #837656.

2003-11-08 19:03 RD, revision 24485

Rearrainged where headers are included from so external modules like gizmos can see all of the definitions it needs. Added a varout typemap for wxString.

2003-11-08 18:58 SN, revision 24484

Allow minimal acceptable row height/column width to be set to 0 for hiding rows/columns. Only return true from CanEnableCellControl if a valid cell is selected (fixing Bug #837656).

2003-11-08 18:52 SN, revision 24483

Avoid referencing WinInitialize/Finalize for non-PM builds.

2003-11-08 18:48 MBN, revision 24482

wxXRC STL-ification.

2003-11-08 18:45 MBN, revision 24481

Compilation fix for !WXWN_COMPATIBILITY_2_4.

2003-11-08 18:29 RD, revision 24480

Made the comment in the reverse renamer modules more clear

2003-11-08 18:29 RD, revision 24479
  • D /wxWidgets/branches/wxPy_newswig/wxPython/contrib/xrc/xrc.cpp

Forgot to remove this

2003-11-08 18:21 RD, revision 24478

Converted gizmos to the new swig

2003-11-08 15:40 VZ, revision 24477

add -lXpm to the GUI libs

2003-11-08 15:16 VZ, revision 24476

added comments to the makefile; added WX_CONFIG var to be able to use a different wx-config easily

2003-11-08 15:06 VZ, revision 24475

1. fixed --with-libxpm switch handling, added it to the summary 2. show toolkit name in lower case in the summary 3. changed defaults for all external libraries to "sys", didn't we agree to do this some long, long time ago?

2003-11-08 14:10 VZ, revision 24474

restored double square brackets for now, my last fix was wrong

2003-11-08 13:09 VZ, revision 24473

fix for previous commit

2003-11-08 12:43 VZ, revision 24472

use [A-Z] instead of [[A-Z]] in tr (replaces patch 838397)

2003-11-08 12:28 VZ, revision 24471

removed assert which became incorrect after last change

2003-11-08 10:31 VS, revision 24470

build_cfg_file is phony target

2003-11-08 04:06 RD, revision 24469

reSWIGged

2003-11-07 22:16 RD, revision 24468

Some demo fixes for true --> True, dc.Draw API changes, etc.

2003-11-07 22:14 RD, revision 24467

fixed wxTimer. Without its event class defined a deadlock can happen when it is trying to raise the exception.

2003-11-07 20:55 RD, revision 24466

Get the wxSize properly for Add[Spacer]

2003-11-07 20:55 RD, revision 24465

minor tweaks

2003-11-07 20:53 RD, revision 24464

use a panel

2003-11-07 20:52 RD, revision 24463

Fixed an accidental name clash, and added back a wxCHECK

2003-11-07 19:38 RD, revision 24462

Refactored the *_typecheck functions

2003-11-07 19:35 RD, revision 24461

Added demo of wxGridBagSizer

2003-11-07 19:33 RD, revision 24460

A little narrower initial layout

2003-11-07 17:45 RD, revision 24459

Set m_rows, m_cols so GetRows/GetCols in the base class work. Added GetCellSize method.

2003-11-07 11:42 VZ, revision 24458

fix for infinite loop in wxFileConfig when reading from input stream fails (patch 837134)

2003-11-07 11:34 VZ, revision 24457

fixed bug with looking beyond the end of string in ConvertStringToArgs() (patch 828609)

2003-11-07 10:23 SC, revision 24456

after rearrangement to-Page got lost

2003-11-07 08:33 RD, revision 24455

Test using wxGridBagSizer from XRC

2003-11-07 08:30 RD, revision 24454

Forgot to change the pos and span names