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

2003-09-09 20:12 VS, revision 23453

max warnings for wxWindows code, default for 3rd party

2003-09-09 18:04 RR, revision 23452

Upported a number of patches to HEAD.

2003-09-09 18:02 RR, revision 23451

Applied fixes for memory leaks in file dialog and font dialog miniframe drawing prob file object for dragging

2003-09-09 17:29 VS, revision 23450

applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation)

2003-09-09 16:46 SC, revision 23449

const ptr fix

2003-09-09 15:48 SC, revision 23448

crashes fixed, trying to remove erradic redraws when layouting windows

2003-09-09 15:45 SC, revision 23447

wxID_PREFERENCES added

2003-09-09 15:44 SC, revision 23446

implementation changes to closer follow MSW, crashes fixed

2003-09-09 15:43 VS, revision 23445

added <warnings>

2003-09-09 15:42 SC, revision 23444

initial creation invisible

2003-09-09 15:38 SC, revision 23443

trying to avoid redraw problems at wrong places

2003-09-09 15:37 SC, revision 23442

fixing Update, attempt to speed redrawing by making embedded controls invisible (leading to lesser nested redraws)

2003-09-09 15:36 SC, revision 23441

when memory dumps out debug info, lookups can go wrong, since the list is not there anymore

2003-09-09 15:34 SC, revision 23440

fix for CW non unicode builds

2003-09-09 15:32 SC, revision 23439

wxID_PREFERENCES added for the preferences menu item

2003-09-09 14:30 MBN, revision 23438

Updated Italian translation.

2003-09-09 13:05 RR, revision 23437

Applied patch for better sizing of bitmap buttons. Applied patch for correct order of activate and mouse down events.

2003-09-09 11:59 RR, revision 23436

Applied patch for better pattern support.

2003-09-08 20:03 DE, revision 23435

Implement NSMenuValidation protocol for the wxNSMenuItemTarget

2003-09-08 19:44 DE, revision 23434

Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMain). When a window is destroyed it doesn't resign key or main status.

2003-09-08 19:42 DE, revision 23433

Use wxStripMenuCodes

2003-09-08 19:03 DE, revision 23432

Implement wxSpinButton (except up/down events)

2003-09-08 19:00 DE, revision 23431

Provide target/action mechanism for subclasses to use

2003-09-08 18:14 DE, revision 23430

When using a non-subclassed NSControl, use a new wxNonControlNSControl subclass which implements drawRect: like wxPoserNSView does. If this is not done, NSControl simply eats the drawRect: message.

2003-09-08 17:11 VS, revision 23429

forgot to commit regenerated makefiles

2003-09-08 15:42 DE, revision 23428

Implement (sort-of) non-client wxWindowDC

2003-09-08 15:37 DE, revision 23427

Added virtual GetNonClientNSView()

2003-09-08 14:51 DE, revision 23426

* Added NSWindowStyleForWxStyle static method * Create(): Handle window styles and initial frame size

2003-09-08 14:21 SC, revision 23425

setter fix

2003-09-08 10:42 MBN, revision 23424

Added src/motif/xmcombo/xmcombo.c.

2003-09-07 20:29 MBN, revision 23423
  • D /wxWidgets/trunk/utils/makegen
  • D /wxWidgets/trunk/utils/projgen

Removing makegen an projgen files.

2003-09-07 20:23 MBN, revision 23422

Removing makegen and projgen, part #1: removing references in other parts of wxWindows.

2003-09-07 17:50 SN, revision 23421

Insure that messages are posted to the main threads event loop, instead of sending them to the thread-local event loop (which typically does not exist under wxWindows).

2003-09-07 12:49 SN, revision 23420

Initialize PM subsystem in every thread, to enable sending messages to the GUI.

2003-09-06 22:25 SN, revision 23419

Unified with Unix version.

2003-09-06 21:47 SN, revision 23418

wxOS2: Added mdig.{cpp, h}.

2003-09-06 19:12 DE, revision 23417

Use an NSImageView instead of an NSView (nothing works yet)

2003-09-06 19:11 DE, revision 23416

Use an NSSlider instead of an NSView (nothing works yet)

2003-09-06 19:10 DE, revision 23415

Override CocoaSetEnabled because it's not an NSControl

2003-09-06 17:36 DE, revision 23414

wxCocoa: CodeWarrior (like GCC) mangles struct X and @class X identically.

2003-09-06 17:32 DE, revision 23413

wxCocoa: Added NSNotification

2003-09-06 16:37 SN, revision 23412

Use function table instead of direct references to GSocket functions.

2003-09-06 00:33 DE, revision 23411

Implement wxChoice including sorting and client data

2003-09-05 20:26 MBN, revision 23410

Updated Italian translation.

2003-09-05 18:40 DE, revision 23409

Implement wxGauge

2003-09-05 18:29 DE, revision 23408

Implement wxApp::Yield

2003-09-05 18:19 DE, revision 23407

Override CocoaSetEnabled. NSProgressIndicator is not an NSControl.

2003-09-05 15:29 DE, revision 23406

Works a little better when you remember to say "virtual"

2003-09-05 15:09 DE, revision 23405

Implement the hashmap for NSMenu

2003-09-05 14:59 DE, revision 23404

Changed CocoaNotification parameter names to notification from userInfo

2003-09-05 14:50 DE, revision 23403

Added ability to observe NSMenu notifications

2003-09-05 14:44 SC, revision 23402

selection for DeleteAllPages corrected, images scaleing in order to avoid crashes under OSX

2003-09-05 14:42 SC, revision 23401

commented section removed

2003-09-05 14:41 SC, revision 23400

todo added

2003-09-05 14:38 SC, revision 23399

removing scroll flags before instantiation the base class

2003-09-05 14:00 DE, revision 23398

* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar * Comment out wxPoserNSMenu (it's not needed for now, may never be)

2003-09-05 03:30 DE, revision 23397

Set the window's title

2003-09-05 03:01 DE, revision 23396

wxMenuBar: * Add the application (bold) menu to the NSMenu used for menubars * Rework Insert, Remove, and GetLabelTop to work with indices by retrieving the wxMenu then working from there to find the Cocoa index.

2003-09-05 02:53 DE, revision 23395

* Set the window's title * setHidesOnDeactivate: NO

2003-09-05 02:51 DE, revision 23394

CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

2003-09-05 02:48 DE, revision 23393

When a modal dialog is shown and the app isn't running, run the event loop manually until it is out of events. This will allow the application to let the Dock know it has completed startup.

2003-09-05 02:07 SC, revision 23392

added live resizing

2003-09-05 01:40 DE, revision 23391

Implement Cocoa_canBecomeMainWindow to say YES to Cocoa

2003-09-05 01:39 DE, revision 23390

* Added GetAppMenuBar * Removed Show * Labeled (Attach|Detach)MenuBar as virtual * Added SetMenuBar * Implement (Attach|Detach)MenuBar using the wxMenuBarManager

2003-09-05 01:34 DE, revision 23389

Add support for wxMenuBarManager

2003-09-04 22:21 MBN, revision 23388

Added a couple of wxPerl notes. (backport)

2003-09-04 22:20 MBN, revision 23387

Added a couple of wxPerl notes.

2003-09-04 21:59 MBN, revision 23386

Fix and testcase for wxString::rfind bug I introduced. Patch by Robert Vazan.

2003-09-04 21:16 DE, revision 23385

* Added virtual GetAppMenuBar() which returns the app-wide menubar which would be appropriate for this window, or NULL if the manager should decide * Added Become/Resign Main handlers * For all Become/Resign Main/Key handlers, notify the menubar manager

2003-09-04 20:59 DE, revision 23384

* Added delegate notifications for Become/Resign Main * Added canBecomeMainWindow

2003-09-04 19:22 DE, revision 23383

wxCocoa: Added mbarman.(mm|h)

2003-09-04 19:19 DE, revision 23382

Added wxMenuBarManager

2003-09-04 18:09 VS, revision 23381

added data files

2003-09-04 16:18 SC, revision 23380

log changes

2003-09-04 13:11 DE, revision 23379

#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)

2003-09-04 12:26 SC, revision 23378

macro naming changes

2003-09-04 01:28 SC, revision 23377

macro naming changes

2003-09-04 01:19 SC, revision 23376

macro naming changes

2003-09-04 01:12 SC, revision 23375

macro naming changes, delegate api calls getting property info, object info exposed for beforewriteobject

2003-09-04 01:08 SC, revision 23374

naming changes

2003-09-04 00:01 MBN, revision 23373

Regenerated makefiles.

2003-09-03 20:27 MBN, revision 23372

Regenerated makefiles in the correct place.

2003-09-03 20:16 VS, revision 23371

fixed win32res

2003-09-03 17:39 MBN, revision 23370

Compilation fixes.

2003-09-03 17:34 MBN, revision 23369

Added missing bakefiles in utils/* and regenerated (autoconf) Makefile.in.

2003-09-03 17:19 MBN, revision 23368

Oops. Check in the correct Makefile.in.

2003-09-03 14:35 CE, revision 23367

fix makefile for digitalmars to build taskbar sample

2003-09-03 14:25 CE, revision 23366

fix makefile for digitalmars to build joytest sample

2003-09-03 14:16 CE, revision 23365

fix makefile for digitalmars to build joytest sample

2003-09-03 13:59 CE, revision 23364

fix makefile for digitalmars

2003-09-03 10:02 SC, revision 23363

added GetBaseClassName1 and 2 for memory.cpp compiles

2003-09-02 19:15 DE, revision 23362

CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

2003-09-02 19:03 DE, revision 23361

Support precompiled headers

2003-09-02 13:00 DE, revision 23360

* Use wxTopLevelWindow::Show() for modeless dialogs * Maintain m_isShown for modal dialogs

2003-09-02 12:54 DE, revision 23359

Set the m_isShown flag appopriately

2003-09-01 20:59 VS, revision 23358

accept focus, keyboard can be used for navigation (patch 798098)

2003-09-01 20:20 MBN, revision 23357

Corrected statements about wxString correctly handling embedded '\0' characters. Fixed various wxString::*find* methods (patch by Robert Vazan), plus added missing overloaded variants of find_first/last_(not_)of. Added more tests in console sample.

2003-09-01 20:01 RD, revision 23356

reSWIGged

2003-09-01 20:01 RD, revision 23355

Changed #include order to correct a compilation error

2003-09-01 19:59 RD, revision 23354

Corrected a return type

2003-09-01 19:56 RD, revision 23353

Added handler for WM_PRINT to assist with offscreen drawing of widgets

2003-09-01 19:54 RD, revision 23352

Fixed style setting

2003-09-01 19:53 RD, revision 23351

reSWIGged

2003-09-01 19:53 MBN, revision 23350

Regenerated Makefile.in.

2003-09-01 19:52 RD, revision 23349

More experiments with wxDrawWindowOnDC

2003-09-01 19:41 RD, revision 23348

Work around a bug in the Carbon headers

2003-09-01 19:32 RD, revision 23347

Check wxUSE_DEPRECATED before including its headers

2003-09-01 17:19 MBN, revision 23346

Regenerated makefile.

2003-09-01 14:51 JJ, revision 23345

Committing in . removing some obsolete CLEAR members Modified Files: wxWindows/samples/richedit/wxlwindow.cpp wxWindows/utils/dialoged/src/reseditr.cpp ----------------------------------------------------------------------

2003-09-01 14:47 JJ, revision 23344

Committing in . Update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/generic/notebook.cpp wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms wxWindows/src/univ/notebook.cpp ----------------------------------------------------------------------

2003-09-01 13:11 SC, revision 23343

only work on the focus if the control is shown

2003-09-01 12:54 CE, revision 23342

partial fix for digital mars compilation

2003-09-01 12:48 CE, revision 23341

fix digital mars compilation

2003-09-01 12:09 VS, revision 23340

re-added minimal.dsw

2003-08-31 22:35 SN, revision 23339

Added missing include.

2003-08-31 22:27 SN, revision 23338

Added a couple of files that were missing for wxOS2.

2003-08-31 21:44 SN, revision 23337

Removed duplicate declaration of wxEntry.

2003-08-31 21:39 SN, revision 23336

Updated to current API.

2003-08-31 21:37 SN, revision 23335

Updated API to current state of wxWindows (int -> size_t).

2003-08-31 21:09 VZ, revision 23334

don't return \n from GetLineText() neither

2003-08-31 21:02 VZ, revision 23333

don't return \r from GetLineText()

2003-08-31 21:00 SN, revision 23332

Added missing include.

2003-08-31 20:55 SN, revision 23331

Added missing include to resource file.

2003-08-31 20:52 SN, revision 23330

Added missing include.

2003-08-31 20:08 SN, revision 23329

Cleaned up remains of outdated 3D effect handling.

2003-08-31 19:56 SN, revision 23328

Fixed IMPLEMENT_DYNAMIC_CLASS usage.

2003-08-31 19:54 SN, revision 23327

Added missing include.

2003-08-31 19:41 SN, revision 23326

Added missing include.

2003-08-31 19:01 SN, revision 23325

Fixed includes.

2003-08-31 18:51 SN, revision 23324

Removed some code duplicating wxAppBase functions.

2003-08-31 18:25 SN, revision 23323

Fixed return type of GetPageCount (int -> size_t).

2003-08-31 18:15 SN, revision 23322

Fixed AppTraits handling on OS/2.

2003-08-31 15:35 SC, revision 23321

Carbon Event Mouse Moved handler changes

2003-08-31 15:33 SC, revision 23320

Carbon Event Mouse Moved handler added

2003-08-31 14:29 MBN, revision 23319

Add wxNet dependency.

2003-08-31 13:47 VZ, revision 23318

no changes

2003-08-31 13:30 VZ, revision 23317

backport the sizers change

2003-08-31 13:29 VZ, revision 23316

fix redistribution of the extra space between sizer items

2003-08-31 12:54 VZ, revision 23315

undid the last change

2003-08-31 12:05 RR, revision 23314

Prevent wxMac from creating an epmpty bitmap in a toolbar if all we want is a separator.

2003-08-30 23:11 VZ, revision 23313

compilation fix

2003-08-30 23:03 VZ, revision 23312

return the index of the inserted/appended item

2003-08-30 22:39 VZ, revision 23311

use SetClientSize(), not SetSize() in Fit()

2003-08-30 21:06 MBN, revision 23310

More compilation fixes.

2003-08-30 20:56 VZ, revision 23309

fixed return value of Disable() (bug 795630)

2003-08-30 20:55 VZ, revision 23308

set array size correctly in wxArrayString::Shrink() (bug 797758)

2003-08-30 20:44 SN, revision 23307

Fixed several bugs in threading code for OS/2. Thread sample now working.

2003-08-30 20:32 SC, revision 23306

made Update be window local (before was updating the entire window), ScrollWindow now scrolls also invalidated areas and in the end does an Update

2003-08-30 20:30 SC, revision 23305

removing all updates specially for mac

2003-08-30 17:55 MBN, revision 23304

Compilation fixes.

2003-08-30 12:30 VS, revision 23303

removed BuildRequires: wx-base-devel from RPM .spec files

2003-08-30 10:28 VS, revision 23302

$ causes diff problems here

2003-08-30 10:12 VS, revision 23301

moved compat content to formats, there will be more wx-specific formats

2003-08-30 10:02 VS, revision 23300

moved compat content to formats, there will be more wx-specific formats

2003-08-29 22:54 VS, revision 23299

removed caching from wxInternetFSHandler

2003-08-29 20:10 MBN, revision 23298

Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong with wxHashMap. Made wxHashMap constructor explicit to prevent similar errors.

2003-08-29 19:07 SC, revision 23297

added WX_IMPLEMENT_PROPERTY

2003-08-29 14:59 DE, revision 23296

Rename some of the Cocoa methods to reflect that they are implemented by the NSWindow delegate.

2003-08-29 14:15 DE, revision 23295

Implement windowShouldClose: in delegate instead of class poser

2003-08-29 14:10 DE, revision 23294

Use a delegate instead of manually adding notifications. Not only is this less code, but a delegate will be required for future functionality.

2003-08-29 09:59 VS, revision 23293

Content-Type parsing should be case insensitive

2003-08-29 07:46 SC, revision 23292

masking out yes/no/cancel flags before creating top level window (backport from HEAD)

2003-08-29 00:11 VZ, revision 23291

implemented IsModified() and DiscardEdits()

2003-08-29 00:05 VZ, revision 23290

don't reset timer interval to 0 in Stop(), this prevents Start(-1) from working

2003-08-28 20:55 MBN, revision 23289

Added X11 headers used by wxMotif. Removed nonexistsnt wx/motif/settings.h. Only affects "make install" correctness.

2003-08-28 20:39 MBN, revision 23288

Don't crash in wxControl::GetLabel when getting the label fails (perhaps because the widget is not realized?). Correct wxRTTI information for wxFrame: it derives from wxTopLevelWindow, not wxWindow. Don't try setting Widget size to 0, because it will fail: set it to 1 instead which is exactly as sensible, but does not crash.

2003-08-28 20:32 MBN, revision 23287

wxString::rfind fixed for wxUSE_STL=0 from Robert Vazan. Added missing wxArrayString::reserve.

2003-08-28 20:26 MBN, revision 23286

wxHashMap does not take the key type as constructor argument.

2003-08-28 20:24 VS, revision 23285

correction for include name

2003-08-28 20:23 VS, revision 23284

switched to using bakefile_gen

2003-08-28 19:59 VS, revision 23283

gl lib dependency fixes

2003-08-28 19:56 VS, revision 23282

_UNICODE instead of wxUSE_UNICODE=1

2003-08-28 19:51 VS, revision 23281

added bakefile_gen support

2003-08-28 19:18 VS, revision 23280

data copying fixes for configtool

2003-08-28 18:07 VS, revision 23279

renamed netutils.bkl to net.bkl, to simplify bakefile_gen use

2003-08-28 18:06 VS, revision 23278

added hardcoded values for project files, so that they don't have to be passed on command line

2003-08-28 17:49 DE, revision 23277

Send all menu item actions to a dedicated target. This is to ensure the actions always make it to the proper wxFrame.

2003-08-28 17:13 VS, revision 23276

make dist fixes belong here

2003-08-28 16:37 DE, revision 23275

* Clean up the includes and use wxprec.h * Wrap toolbar related code in wxUSE_TOOLBAR * m_frameToolBar was used where m_frameStatusBar should have been.

2003-08-28 16:34 DE, revision 23274

CreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR

2003-08-28 14:49 SC, revision 23273

-1 , -1 for SetSelection improved

2003-08-28 14:42 SC, revision 23272

-1 , -1 for SetSelection improved

2003-08-28 10:48 VS, revision 23271

unknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)

2003-08-28 10:40 VS, revision 23270

unknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)

2003-08-28 09:36 VS, revision 23269

wxCheckList -> wxCheckListBox

2003-08-28 08:47 JS, revision 23268

Added notes for OnPreparePrinting

2003-08-27 21:27 JS, revision 23267

Copy some missing samples, and contrib for Motif/Mac

2003-08-27 20:22 JS, revision 23266

Do archive name case conversion for wxMac and wxMotif

2003-08-27 18:57 SN, revision 23265

Don't treat OS/2 as a Unix-like system in this particular file. This also simplifies some of the #ifdef statments. :-)

2003-08-27 18:42 SC, revision 23264

WX_EVENT_PROPERTY instead of WX_DELEGATE

2003-08-27 18:39 SN, revision 23263

Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the right thing to do for the X11 ports when running them on OS/2, though.

2003-08-27 18:19 SN, revision 23262

Want to use wxDir::HasSubDirs on OS/2 with gcc, too.

2003-08-27 18:09 VS, revision 23261

wxUSE_UNICODE=1 -> _UNICODE

2003-08-27 18:08 VS, revision 23260

wxLayout.cpp is data file as well

2003-08-27 17:53 SC, revision 23259

event exposure

2003-08-27 17:29 SC, revision 23258

event exposure

2003-08-27 17:11 SC, revision 23257

added support for range types to runtime depersister

2003-08-27 17:05 SC, revision 23256

added range of types to delegate type info

2003-08-27 17:02 SC, revision 23255

added range of types for delegate type info

2003-08-27 12:17 SC, revision 23254

constness for accessors of enum data

2003-08-27 08:10 SC, revision 23253

changed getters for enum to const, GetEventClass to the delegate

2003-08-27 00:20 RD, revision 23252

Latest distutils

2003-08-26 21:21 RD, revision 23251

WXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name of resources file in multi-lib builds (so it doesn't look for "_core" in the name.)

2003-08-26 21:19 RD, revision 23250

Better #if checks for mac in ProcessPlatformProperty

2003-08-26 20:56 VS, revision 23249

__WINDOWS__, not __WXMSW__

2003-08-26 20:53 CE, revision 23248

fix for d mars

2003-08-26 20:20 CE, revision 23247

fix for d mars

2003-08-26 20:09 CE, revision 23246

fix for d mars

2003-08-26 20:05 CE, revision 23245

fix build for digital mars 8.35 and grid samples

2003-08-26 19:35 CE, revision 23244

update docs for d_mars

2003-08-26 19:32 CE, revision 23243

fix for d_mars 8.35

2003-08-26 19:30 DE, revision 23242

Send activate/deactivate events for become/resign key

2003-08-26 19:28 DE, revision 23241

Added a notification observer for NSWindow. Observe the become key and resign key notifications. (window activation in wxWindows parlance)

2003-08-26 19:28 CE, revision 23240

fix makefile (changed filelist)

2003-08-26 09:07 CE, revision 23239

fix minor change to Borland intall instructions

2003-08-26 08:28 CE, revision 23238

fix minor change to Borland intall instructions

2003-08-26 08:21 CE, revision 23237

remove references to Borland IDE and Cbuilder files

2003-08-26 02:27 JS, revision 23236

Minor tweak

2003-08-26 01:32 , revision 23235

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

2003-08-26 01:32 JS, revision 23234

No change

2003-08-26 01:22 SC, revision 23233

typo corrected

2003-08-26 01:12 SC, revision 23232

unicode fixes

2003-08-26 00:59 SC, revision 23231

unicode fixes

2003-08-26 00:44 JS, revision 23230

Compile extended RTTI in BC++

2003-08-26 00:42 JS, revision 23229

Unicode fixes

2003-08-26 00:39 SC, revision 23228

unicode fixes

2003-08-26 00:28 SC, revision 23227

unicode fixes

2003-08-26 00:23 JS, revision 23226

Some cleanup

2003-08-26 00:02 JS, revision 23225

Unicode fixes

2003-08-25 23:33 SC, revision 23224

unicode adaptions, menu support

2003-08-25 23:31 SC, revision 23223

unicode and linkage corrections

2003-08-25 23:31 SC, revision 23222

removing unnecessary specializations

2003-08-25 23:29 SC, revision 23221

linkage and unicode corrections

2003-08-25 23:26 SC, revision 23220

RTTI accessors for menus

2003-08-25 23:18 VS, revision 23219

static debug build is the default now

2003-08-25 21:15 JS, revision 23218

New default configuration is debug/static

2003-08-25 21:01 VS, revision 23217

removed dependencies from VC++ projects, they break static libs

2003-08-25 20:48 VS, revision 23216

added IMPLEMENT_APP_CONSOLE

2003-08-25 20:22 , revision 23215
  • A /wxWidgets/tags/wxPy_p1
  • D /wxWidgets/tags/wxPy_p1/.cvsignore
  • D /wxWidgets/tags/wxPy_p1/acinclude.m4
  • D /wxWidgets/tags/wxPy_p1/aclocal.m4
  • D /wxWidgets/tags/wxPy_p1/art
  • D /wxWidgets/tags/wxPy_p1/autogen.sh
  • D /wxWidgets/tags/wxPy_p1/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_p1/config.guess
  • D /wxWidgets/tags/wxPy_p1/config.sub
  • D /wxWidgets/tags/wxPy_p1/configure
  • D /wxWidgets/tags/wxPy_p1/configure.in
  • D /wxWidgets/tags/wxPy_p1/contrib
  • D /wxWidgets/tags/wxPy_p1/debian
  • D /wxWidgets/tags/wxPy_p1/demos
  • D /wxWidgets/tags/wxPy_p1/descrip.mms
  • D /wxWidgets/tags/wxPy_p1/difflast.pl
  • D /wxWidgets/tags/wxPy_p1/distrib
  • D /wxWidgets/tags/wxPy_p1/docs
  • D /wxWidgets/tags/wxPy_p1/include
  • D /wxWidgets/tags/wxPy_p1/install-sh
  • D /wxWidgets/tags/wxPy_p1/lib
  • D /wxWidgets/tags/wxPy_p1/locale
  • D /wxWidgets/tags/wxPy_p1/Makefile.in
  • D /wxWidgets/tags/wxPy_p1/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_p1/make-deb
  • D /wxWidgets/tags/wxPy_p1/misc
  • D /wxWidgets/tags/wxPy_p1/mkinstalldirs
  • D /wxWidgets/tags/wxPy_p1/regen
  • D /wxWidgets/tags/wxPy_p1/samples
  • D /wxWidgets/tags/wxPy_p1/setup.h.in
  • D /wxWidgets/tags/wxPy_p1/setup.h_vms
  • D /wxWidgets/tags/wxPy_p1/src
  • D /wxWidgets/tags/wxPy_p1/utils
  • D /wxWidgets/tags/wxPy_p1/version-script.in
  • D /wxWidgets/tags/wxPy_p1/wx-config.in
  • D /wxWidgets/tags/wxPy_p1/wxBase.spec
  • D /wxWidgets/tags/wxPy_p1/wxGTK.spec
  • D /wxWidgets/tags/wxPy_p1/wxMGL.spec
  • D /wxWidgets/tags/wxPy_p1/wxMotif.spec
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/dllwidget
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/dllwidget/dllwidget.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/dllwidget/dllwidget_.cpp
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/dllwidget/dllwidget_.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/gizmos/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/gizmos/_gizmoextras.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/glcanvas/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/glcanvas/gtk/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/glcanvas/msw/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/glcanvas/myglcanvas.h
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin/IEHtmlWin.cpp
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin/iewin.cpp
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin/iewin.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin/iewin.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/iewin/wxactivex.cpp
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/ogl.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/ogl.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/README.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/_ogldefs.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/ogl/_oglextras.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/README
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/stc/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/stc/README.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/stc/stc.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/xrc/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/contrib/xrc/b.bat
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/b
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bitmaps
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/001.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/002.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/003.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/004.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/005.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/006.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/007.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/008.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/009.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/010.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/011.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/012.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/013.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/014.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/015.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/016.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/017.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/018.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/019.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/020.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/021.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/022.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/023.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/024.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/025.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/026.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/027.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/028.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/029.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/030.png
  • D /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/copy2.bmp
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/eclouds.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/logo.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/rest.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/bmp_source/Tux.png
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/ColorPanel.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/data
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/data/stc.h.html
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/data/tips.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/data/widgetTest.htm
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/data/wxPackage.html
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/demo.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/dllwidget
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/joystick.wdr
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/joystick_wdr.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/mimetypes.wdr
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/mimetypes_wdr.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/paper.xml
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/quotes.xml
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/README.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/redemo.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/TestTable.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/viewer.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/wxArtProvider.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/wxDirDialog.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/wxpdemo.ico
  • R /wxWidgets/tags/wxPy_p1/wxPython/demo/wxWizard.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/distrib/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/distrib/mac/makedmg
  • R /wxWidgets/tags/wxPy_p1/wxPython/distrib/README.devel.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/doodle
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/doodle/README.txt
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/doodle/setup.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/doodle/superdoodle.iss
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/frogedit/FrogEdit.py
  • A /wxWidgets/tags/wxPy_p1/wxPython/samples/hangman
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/pySketch/pySketch.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/StyleEditor/STCStyleEditor.py
  • D /wxWidgets/tags/wxPy_p1/wxPython/samples/stxview
  • R /wxWidgets/tags/wxPy_p1/wxPython/samples/wxProject/wxProject.py
  • A /wxWidgets/tags/wxPy_p1/wxPython/samples/wx_examples
  • D /wxWidgets/tags/wxPy_p1/wxPython/samples/wx_examples/default.css
  • D /wxWidgets/tags/wxPy_p1/wxPython/samples/wx_examples/examples.html
  • D /wxWidgets/tags/wxPy_p1/wxPython/samples/wx_examples/examples.txt
  • D /wxWidgets/tags/wxPy_p1/wxPython/samples/wx_examples/screenshots
  • R /wxWidgets/tags/wxPy_p1/wxPython/scripts/img2png
  • R /wxWidgets/tags/wxPy_p1/wxPython/scripts/img2py
  • R /wxWidgets/tags/wxPy_p1/wxPython/scripts/img2xpm
  • R /wxWidgets/tags/wxPy_p1/wxPython/scripts/xrced
  • R /wxWidgets/tags/wxPy_p1/wxPython/setup.cfg
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/b
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/calendar.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/cmndlgs.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/gtk/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/htmlhelp.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/libpy.c
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/mdi.i
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/msw/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/printfw.h
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/wxp.ico
  • R /wxWidgets/tags/wxPy_p1/wxPython/src/_gridextras.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/activexwrapper.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/anchors.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/ClickableHtmlWindow.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/colourdb.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/ErrorDialogs.wdr
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/ErrorDialogs_wdr.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/editor
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/editor/editor.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/editor/selection.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/mixins
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/mixins/listctrl.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/mixins/rubberband.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/rcsizer.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/lib/__init__.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/tools/XRCed/xrced.ico
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/tools/XRCed/xrced.sh
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/tools/XRCed/__init__.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxPython/tools/__init__.py
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/Include/swig.h
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/Modules/pycpp.cxx
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/Modules/python.cxx
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/swig_lib/perl5/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/swig_lib/python/.cvsignore
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/swig_lib/python/pyexp.swg
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/swig_lib/python/python.swg
  • R /wxWidgets/tags/wxPy_p1/wxPython/wxSWIG/swig_lib/tcl/.cvsignore
  • D /wxWidgets/tags/wxPy_p1/wxWINE.spec
  • D /wxWidgets/tags/wxPy_p1/wxwin.m4
  • D /wxWidgets/tags/wxPy_p1/wxX11.spec

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

2003-08-25 20:22 RD, revision 23214

avoid a bug in Carbon headers

2003-08-25 19:40 JS, revision 23213

Unicode compatibility

2003-08-25 18:56 JS, revision 23212

Unicode fix; removed old project files

2003-08-25 18:51 JS, revision 23211

Fixed Unicode glitch

2003-08-25 18:48 JS, revision 23210

Needed adv library for xrcdemo

2003-08-25 18:42 JS, revision 23209

Fixed redefinition of i

2003-08-25 17:33 VS, revision 23208

compilation fix for wxUSE_UNICODE_MSLU

2003-08-25 17:24 JS, revision 23207

Unicode fixes

2003-08-25 16:30 VS, revision 23206

include expat in distribution tarballs

2003-08-25 15:41 VS, revision 23205

there's no such thing as <typeinfo.h>

2003-08-25 15:04 CE, revision 23204

fix typo in Borland build instructions