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

2002-03-04 07:52 JS, revision 14440

Removed obsolete -WE flags from WIN32 BC++ makefiles

2002-03-03 23:25 VS, revision 14439

fixed translatable strings handling in XRC

2002-03-03 23:25 VS, revision 14438

removed implicit dependency on wxPNGHandler from wxGTK's wxBitmapDataObject

2002-03-01 19:50 DW, revision 14437

This weeks interface and compile catchup

2002-02-28 22:42 RR, revision 14436

Lots of things to make menus and submenus work. Also added wxPopTransientWindow::CanDismiss() which will be needed for pop-up menus, although that actually still has to be done...

2002-02-28 21:11 VZ, revision 14435

don't allow clicking disabled buttons

2002-02-28 21:09 VZ, revision 14434

fix button double click handling (should be treated the same as single click)

2002-02-28 20:57 VZ, revision 14433

removed unnecessary include

2002-02-28 19:06 RD, revision 14432

fixed typo

2002-02-28 19:01 RD, revision 14431

Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with not item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer. A few other minor changes too.

2002-02-28 18:07 VZ, revision 14430

fixes to toolbar, seems to work

2002-02-28 18:06 VZ, revision 14429

warnings fixed

2002-02-28 18:00 JS, revision 14428

Added a test for lastH.IsOk()

2002-02-28 17:05 RD, revision 14427

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 16:59 RD, revision 14426

Moved declaratrions of wxPyInputStream and etc. into it's own header file. SWIGged updates for wxGTK

2002-02-28 15:57 JS, revision 14425

Corrected points to pixels calculation

2002-02-28 15:53 RD, revision 14424

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 09:20 RL, revision 14423

Typo fix for GetSizer.

2002-02-27 21:42 VZ, revision 14422

[start of] a wxUniversal implementation of wxToolBar

2002-02-27 21:42 VZ, revision 14421

removed the SetMargins call

2002-02-27 21:39 JS, revision 14420

Added static wxBuffer

2002-02-27 16:10 JS, revision 14419

Nano-X: used drawable-to-wxImage function in wxBitmap::ConvertToImage

2002-02-27 16:01 JS, revision 14418

Nano-X: added function to copy from a drawable to a wxImage

2002-02-27 09:45 JS, revision 14417

Nano-X: bitmap now showing in wxMessageBox, but it'll be a while before masked drawing is possible.

2002-02-26 22:35 RD, revision 14416

Changed the img2py tool to use PNG instead of XPM for embedding image data in Python source code, and the generated code now uses streams to convert the image data to wxImage, wxBitmap, or wxIcon. A few other changes to match recent additions to CVS.

2002-02-26 21:58 JS, revision 14415

Got dialog sizing to work, downsized fonts a bit (though it always returns the same standard font right now)

2002-02-26 18:28 JS, revision 14414

Window management and sizer layout corrections

2002-02-26 15:45 VZ, revision 14413

fixed a few warnings

2002-02-26 14:51 JS, revision 14412

Fixed XGetWindowAttributes so 'mapped' is reported correctly. About box now pops up, but is a mess.

2002-02-26 13:16 JS, revision 14411

Attempt at creating appropriate fonts in Nano-X

2002-02-26 10:06 JS, revision 14410

Nano-X changes: removed spurious -O for Nano-X configuration; got colour working in Nano-X (uses 8 bit RGB values, not 16 bit); now sets font background mode correctly; window management call correction

2002-02-25 22:56 RR, revision 14409

New code for greying out. Implemented wxTB_FLAT.

2002-02-25 20:32 JS, revision 14408

Compilation fixes for Nano-X

2002-02-25 18:45 VZ, revision 14407

fixed linking errors

2002-02-25 15:35 JS, revision 14406

Changed greying out to very crude algorithm, just draining colour from the image.

2002-02-25 15:21 VZ, revision 14405

fixed error in mouse capture test

2002-02-25 11:35 JS, revision 14404

Put tool disabling back in, but we need to debug wxCreateGreyedImage since the scissors icon in the demo gets munged

2002-02-25 11:20 JS, revision 14403

data_image -> mask_image, correcting some crashes in XPutImage

2002-02-25 11:01 JS, revision 14402

Commented out the bitmap-greying code until I have time to debug it

2002-02-25 10:19 JS, revision 14401

Corrected typos

2002-02-25 10:11 JS, revision 14400

Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage and attempt to show disabled buttons in wxUniversal wxToolBar

2002-02-24 23:27 VS, revision 14399

reverted wxMGL-specific code (didn't mean to commit this...)

2002-02-24 23:22 VZ, revision 14398

added a note that wxStringList is obsolete

2002-02-24 23:18 JS, revision 14397

Reverted to my own solution; I think it's better because it distinguishes between Universal and non-Universal solutions where menubars are built in and don't affect client origin

2002-02-24 23:04 JS, revision 14396

Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation and allowed for vertical toolbar

2002-02-24 20:42 RR, revision 14395

Corrections to position and size for toolbar.

2002-02-24 19:49 RR, revision 14394

Added simplistic wxToolBar to wxUniversal. It still corrupts the non-client area.

2002-02-24 19:32 GD, revision 14393

take title of radiobox into account to calculate best size (SF #509963)

2002-02-24 19:11 GD, revision 14392
  • D /wxWidgets/trunk/demos/forty/make_cw.mcp

removed obsolete CodeWarrior project file

2002-02-24 18:02 GD, revision 14391

added Mac OS X application bundle (framework) building

2002-02-24 17:58 GD, revision 14390

changes needed for compilation with Project Builder

2002-02-24 16:23 RR, revision 14389

Added expose event compression. Made wxUniv scrollbars not accept any focus if they are owned by the window (in contrast to stand alone scrollbars). Further corrections to ScrollWindow()

2002-02-24 13:59 RR, revision 14388

Done some work on wxFocusEvent::SetWindow(). Enough at least solve the menu problem that dismissed menus when the parent menu (correctly) lost the focus.

2002-02-24 13:51 VZ, revision 14387

only call GSocket_Init() when needed and do call it before using GAddress_XXX functions (fixes bug 510722)

2002-02-24 11:06 RR, revision 14386

More tests in erase sample. Added wxControlStr to data.cpp. Fixed scrolling for window with a border. The area which was copied was off by the border width sometimes. Added two more AddTool() variants to wxToolBar when used with universal. It compiles now, but doesn't work...

2002-02-24 04:18 RD, revision 14385

more wxMac specific updates

2002-02-24 00:21 VZ, revision 14384

correction to wxUSE_FSVOLUME handling, don't give #error if it is not set

2002-02-24 00:19 VZ, revision 14383

added wxUSE_FSVOLUME

2002-02-24 00:17 VS, revision 14382

made AdjustForParentClientOrigin const

2002-02-24 00:15 VS, revision 14381

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:14 VS, revision 14380

made generic wxListCtrl work with well-behaved ports (wxGTK hack still in place)

2002-02-24 00:08 VS, revision 14379

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:06 VS, revision 14378

1. changed doubleclick events sequence to 'down,up,double,up' (turned out to be MGL's native one) 2. wxWindow::GetPosition() returns value relative to parent's client area origin now

2002-02-24 00:06 VS, revision 14377

compilation fix

2002-02-23 23:16 VZ, revision 14376

added EVT_MENU_OPEN and EVT_MENU_CLOSE events

2002-02-23 21:56 VZ, revision 14375

no changes

2002-02-23 21:55 VZ, revision 14374

changed wxColourToRGB() to use RGB() instead of PALETTERGB() to fix the bug #503022

2002-02-23 21:54 VZ, revision 14373

part of the fix to the initial colour selection in the font picker dialog (the real fix was the change to wxColourToRGB() in msw/private.h)

2002-02-23 21:32 VZ, revision 14372

implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)

2002-02-23 21:29 VZ, revision 14371

temp linking quick fix

2002-02-23 21:26 RR, revision 14370

Implemented a simple modality under X11. Filled wxDataFormat and wxDataObject etc. Added skeleton for X11 clipboard.

2002-02-23 21:05 VZ, revision 14369

undef LoadMenu() (patch #521743)

2002-02-23 21:02 RD, revision 14368

SIGged updates for wxMac

2002-02-23 20:47 RD, revision 14367

SWIGged updates for wxGTK

2002-02-23 19:59 RD, revision 14366

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:50 RD, revision 14365

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:16 RD, revision 14364

Changes for wxOGL since wxFatalError has been deprecated.

2002-02-23 18:59 RR, revision 14363

Some work on GTK focus handling and events. Removed some code #ifdeffed for GTK from wxListCtrl.

2002-02-23 18:58 RR, revision 14362

Applied wxList::Prepend() patch.

2002-02-23 18:57 RR, revision 14361

applied doc patch for wxPostEvent().

2002-02-23 18:57 RR, revision 14360

Added new stream tests to typetest.

2002-02-23 17:45 JS, revision 14359

Added some notes on the Nano-X port.

2002-02-23 17:36 JS, revision 14358

wxUSE_CONSTRAINTS now refers to constraints only, since sizers are now crucial to wxWindows. Further Nano-X fixes; now compiles and links in Nano-X mode.

2002-02-23 16:06 RR, revision 14357

Minor fixes to buffered stream in connection with ungetch. See comments in the code.

2002-02-23 13:22 VS, revision 14356

fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build

2002-02-23 13:21 VS, revision 14355
  • D /wxWidgets/trunk/src/xpm

removed libxpm

2002-02-22 23:30 DW, revision 14354

Style updates

2002-02-22 21:42 GD, revision 14353

Darwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER

2002-02-22 18:48 VZ, revision 14352

fix for a nasty bug with colouor copying

2002-02-22 18:18 VZ, revision 14351

1. made wxDebugMsg, wxError and wxFatalError deprecated (still available with WXWIN_COMPATIBILITY_2_2) 2. moved wxInternalErrorStr and wxFatalErrorStr to a common file CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: include/wx/app.h include/wx/chkconf.h include/wx/utils.h CVS: src/common/appcmn.cpp src/common/fontmap.cpp CVS: src/common/utilscmn.cpp src/gtk/data.cpp src/mac/data.cpp CVS: src/mac/utils.cpp src/msw/data.cpp src/msw/utils.cpp CVS: src/os2/DATA.CPP src/os2/UTILS.CPP src/unix/utilsunx.cpp CVS: ----------------------------------------------------------------------

2002-02-22 18:18 VZ, revision 14350

ensure that the compatibility defines are not set for wxBase which doesn't need them

2002-02-22 18:13 VZ, revision 14349

wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box

2002-02-22 15:09 VZ, revision 14348

added a menu item to toggle live splitter update

2002-02-22 15:08 VZ, revision 14347

fixed dead update splitters

2002-02-22 13:19 JJ, revision 14346

Committing in . OPENVMS MAKEFILE UPDATE Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-02-22 00:48 VZ, revision 14345

misc fixes for (absense of) the borders

2002-02-22 00:48 VZ, revision 14344

fixes to handling of 0 and negative splitter position when splitting it initially

2002-02-22 00:09 RD, revision 14343

Updated PyCrust from Patrick O'Brien

2002-02-21 16:19 VZ, revision 14342

applied a fix for the patch 446325

2002-02-21 16:17 VZ, revision 14341

don't crash if editing of the cell wasn't started for whatever reason (patch 502692)

2002-02-21 15:22 VZ, revision 14340

wxCursor(wxImage) added (Chris Elliott, patch 517439)

2002-02-21 15:19 VZ, revision 14339

fixes for big endiand machines (Chris Elliott, patch 520879)

2002-02-21 15:09 VZ, revision 14338

applied patch for calculating the tree items size with non default font (patch 520965)

2002-02-21 14:52 JS, revision 14337

Some more NanoX compile fixes

2002-02-21 14:46 JS, revision 14336

Removed bizarre test code of which I have no recollection...

2002-02-21 00:54 RD, revision 14335

Better wrapper for wxListCtrl.GetColumn, and some other cleanup

2002-02-21 00:51 RD, revision 14334

Better doc

2002-02-21 00:50 RD, revision 14333

A few tweaks and some cleanup for the wxPython demo

2002-02-21 00:01 RD, revision 14332

Fix so the Host: header in wxHTTP really works. With virtual hosts it is vital that the original host name given in the URL is used in the Host: header so the sever will use the right vhost config. Previously it was using the value returned from gethostbyaddr which will often not be the same as the hostname in the URL.

2002-02-20 23:19 JS, revision 14331

NanoX modificati NanoX modifications

2002-02-20 21:50 RR, revision 14330

Always send an erase event to satisfy some users...

2002-02-20 17:42 VZ, revision 14329

fixed SetForegroundColour() for the generic tree ctrl

2002-02-20 17:41 VZ, revision 14328

added tests for setting fg/bg colour

2002-02-20 16:41 VZ, revision 14327

added commands to rename the menus and menu items for testing various characters in the menu labels

2002-02-20 14:38 VZ, revision 14326

fix setting the font for a single-line text control (bug 508169)

2002-02-20 13:52 VZ, revision 14325

compilation fix

2002-02-20 13:27 VZ, revision 14324

reverted the previous fix, it's no longer needed now after the change to the default base in wxString::ToULong

2002-02-20 13:24 VZ, revision 14323

use base 10 by default in wxString::To[U]Long

2002-02-20 07:22 GD, revision 14322

corrected typo in Darwin specific code

2002-02-20 01:53 RD, revision 14321

Fix so the value given to wxTextEntryDialog::SetValue will actually be used in the entry field.

2002-02-20 01:51 RD, revision 14320

Fix so OGL can build without wxBuffer

2002-02-20 01:39 VZ, revision 14319

*do* generate the LEAVE events even when the mouse is captured

2002-02-20 01:37 VZ, revision 14318

fixed mouse input handling in wxUniv: the static boxes ust be transparent or the windows inside them don't get any mouse events at all

2002-02-20 00:52 VZ, revision 14317

don't use border styles for windows in wxUniversal

2002-02-20 00:25 VZ, revision 14316

use WS_CLIPSIBLINGS for wxStaticLine as well

2002-02-20 00:22 VZ, revision 14315

removed unused test code (no real changes)

2002-02-20 00:21 VZ, revision 14314

don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

2002-02-20 00:02 VZ, revision 14313

1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them from overwriting each other when the main window is resized 2. more tweaks to MSWGetStyle() and related code, added a new, easier to use, version of MSWCreateControl()

2002-02-19 23:58 VS, revision 14312

added an image to wxHTML printing sample

2002-02-19 21:48 RR, revision 14311

Added test for default action (button normally) to combo box when hittinh return. In a normal Find&Replace dialog, hitting enter in one of the two fields will usually mean "OK". Corrected the same test in wxTextCtrl. Removed some debug code.

2002-02-19 18:00 VZ, revision 14310

show the resize cursor when the mouse is above the grip and not only when it's just on it

2002-02-19 17:50 VZ, revision 14309

added GetButton(), some cleanups

2002-02-19 16:41 VZ, revision 14308

added an error message to wxCopyFile

2002-02-19 15:21 VZ, revision 14307

fixed Unicode-mode only bug in Validate()

2002-02-19 15:06 VZ, revision 14306

added a note about parsing numbers with leading zeroes in ToLong/ToULong

2002-02-19 15:03 VZ, revision 14305

fixed bug in ParseDateFormat() with numbers with leading zeroes

2002-02-19 14:21 VZ, revision 14304

don't crash in SetFocus()

2002-02-19 13:41 VZ, revision 14303

typo in style definition fixed

2002-02-19 10:45 SC, revision 14302

respects wxFRAME_TOOL_WINDOW for floaters, too

2002-02-19 10:44 SC, revision 14301

added default style wxFRAME_TOOL_WINDOW to creation

2002-02-18 23:31 VS, revision 14300

fixed a typo (_ instead of wxT)

2002-02-18 23:30 VS, revision 14299

better approach to centering windows (in absence of somebody else's solution...)

2002-02-18 22:17 GD, revision 14298

corrections to dynamic loading for Darwin

2002-02-18 22:13 RR, revision 14297

Added more wxRegion tests to erase sample. Implemented "clear now, paint later". Corrected colour-by-name lookup. Corrected DrawRectangle code which produced redraw garbage under wxX11.

2002-02-18 20:38 VS, revision 14296

checked in forgottern parts of MSLU changes

2002-02-18 04:32 DW, revision 14295

wxOS2 no longer relies on xpmlib

2002-02-18 04:30 DW, revision 14294

Use xpmdecod instead of xpmhand.h

2002-02-17 23:35 VS, revision 14293

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:34 VS, revision 14292

Unicode fixes and warnings cleanup

2002-02-17 23:30 VS, revision 14291

compilation fix

2002-02-17 23:29 VS, revision 14290

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:28 VS, revision 14289

cache return value of wxGetOsVersion

2002-02-17 22:59 VZ, revision 14288

set WXWIN_COMPATIBILITY_2_2 to 1 by default

2002-02-17 22:53 VZ, revision 14287

compilation fixes after the last commit

2002-02-17 22:45 VZ, revision 14286

added SetString(), deprecated SetLabel()

2002-02-17 22:44 VZ, revision 14285

compilation warnings fixed

2002-02-17 22:44 VZ, revision 14284

fixes for MSWGetCreateWindowFlags signature change

2002-02-17 22:43 VZ, revision 14283

better handling for the style changing during run-time

2002-02-17 22:19 RR, revision 14282

Removed accidentally left in debug code.

2002-02-17 21:09 RR, revision 14281

wxX11: Corrected TLW positiong. Added experimental code for synthesizing focus events. Minor clean-ups. Added for-now unused code for default/focus widget.

2002-02-17 20:49 JS, revision 14280

Added some Xlib replacement functions and structures for Nano-X

2002-02-17 19:14 VZ, revision 14279

added SetString(), deprecated SetLabel()

2002-02-17 19:14 VZ, revision 14278

enable WXWIN_COMPATIBILITY_2_2 by default

2002-02-17 16:07 MBN, revision 14277

Blind fix for Win32 daily builds

2002-02-17 14:57 VS, revision 14276

use generic timer in wxMGL and wxX11

2002-02-17 14:55 VS, revision 14275

move wxMGL's wxTimer to src/generic

2002-02-17 14:53 VS, revision 14274

cleaned a bit of mess in wxX11

2002-02-17 14:53 VS, revision 14273

corrected wxApp::GetStdIcon in wxX11

2002-02-17 14:53 VS, revision 14272

synthetize 'button up' event before doubleclick, too

2002-02-17 14:53 VS, revision 14271

synced configure with configure.in

2002-02-17 14:52 VS, revision 14270

tell wxHTML users to initialize wxImage

2002-02-17 14:52 VS, revision 14269

added info about xpm.lib to changes.txt

2002-02-17 14:51 VS, revision 14268

fix for focus handling in generic wxListCtrl

2002-02-17 01:04 SN, revision 14267

Fixed OS/2 compilation problems.

2002-02-17 00:25 SN, revision 14266

Fix typo from version 1.528.

2002-02-17 00:20 SN, revision 14265

Fixed typo in my last commit (it did break socket detection code :-( ).

2002-02-17 00:03 VS, revision 14264

don't treat changing focus to popup's child as loosing it

2002-02-16 21:53 VZ, revision 14263

various splitter fixes: 1. generate the events from the event handlers, thus it is now possible to process the splitter events in the parent window 2. when double clicking the splitter which can't be unsplit it doesn't jump by a couple of pixels 3. misc code cleanup

2002-02-16 21:03 SN, revision 14262

Changes to make wxBase configure on OS/2 correctly. Added needed post-link operation for wxPM on OS/2 using LIBWXMACRESCOMP. Add -lstdcpp to LIB for OS/2. Avoid duplication of "-lsocket" on OS/2 (for a purely cosmetic result).

2002-02-16 20:24 MBN, revision 14261

Enable wxDynamicLoader

2002-02-16 20:20 MBN, revision 14260

Fix Cygwin and MinGW compilation

2002-02-16 20:19 MBN, revision 14259

Fixed toolbar crash for MinGW/Cygwin

2002-02-16 19:56 RR, revision 14258

The last commit was too hasty.

2002-02-16 19:23 RR, revision 14257

Forgot to move update and clear regions when scrolling.

2002-02-16 17:54 RR, revision 14256

Put a wxRegion test into the erase sample.

2002-02-16 15:32 VZ, revision 14255

refresh the item whose image depends on the expanded/collapsed state after expanding it to ensure that it is shown correctly

2002-02-16 13:37 SC, revision 14254

new bitmap creation code for mac

2002-02-16 13:36 SC, revision 14253

new bitmap code

2002-02-16 11:37 VS, revision 14252

previous change to wxImage was wrong, it didn't account for saving same image twice

2002-02-16 11:17 SC, revision 14251

fixed inheritance info

2002-02-16 11:16 SC, revision 14250

bracketed include def for CW nothrow flag for MAKINGDLL only

2002-02-16 10:59 RR, revision 14249

wxX11: Made timer compile and maybe work. Fixed display bug in wxListCtrl.

2002-02-16 01:51 VS, revision 14248

more fixes to wxSplitterWindow's initial sash position

2002-02-16 01:45 VS, revision 14247

A couple of changes to wxImage: 1. changed wxBMP_foo, wxCUR_foo to wxIMAGE_OPTION_{BMP,CUR}_foo (with backward compatiblity macros, of course) 2. applied Chris' patch to update hotspot when scaling an image 3. applied Chris' patch to write a filename in XPM and generalized it to pass wxIMAGE_OPTION_FILENAME to all saving handlers

2002-02-16 01:44 VS, revision 14246

oops, commiting too fast, forgot to fix a small typo

2002-02-15 22:18 RR, revision 14245

wxX11: Reorganized SetSize() code so that composite controls work. Removed call to XSync() in the same code.

2002-02-15 22:15 DW, revision 14244

New def file

2002-02-15 22:08 MBN, revision 14243

spaces -> TAB

2002-02-15 21:50 MBN, revision 14242

Updated docs for wxProcessEvent wxPerl docs updates some minor fixes

2002-02-15 20:25 RR, revision 14241

wxX11: Added new scrolling code.

2002-02-15 19:42 VS, revision 14240

fix visual artifact in wxMSW (why does it happen?)

2002-02-15 19:42 VS, revision 14239

more MSLU fixes

2002-02-15 19:41 VS, revision 14238

don't translate accelerators in XRC menus

2002-02-15 19:41 VS, revision 14237

added Alt-PrintScreen handling (SciTech won't be happy till we do everything Windows do...)

2002-02-15 19:40 VS, revision 14236

don't show size grip when maximized

2002-02-15 18:11 MBN, revision 14235

Updated MinGW build instructions

2002-02-15 16:36 VZ, revision 14234

made wxDateTimeDefault an object and not a reference to avoid (well, minimize) initialization order problems

2002-02-15 15:11 VZ, revision 14233

AIX compilation fixes from Paul Thiessen

2002-02-15 15:06 VZ, revision 14232

fixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting

2002-02-15 15:03 JS, revision 14231

#ifdefs for wxMotif which doesn't have a wxTopLevelWindow implementation

2002-02-15 14:50 JS, revision 14230

Fixed usage of wxXmString

2002-02-15 14:07 VZ, revision 14229

dirty fix for the initial splitter position waiting for Vaclav's better one

2002-02-15 12:49 VS, revision 14228

leave in only Julian's version of CaptureMouse code

2002-02-15 12:32 JS, revision 14227

Include XPM under wxX11 for some samples; added comment about non-working images in dragimag sample

2002-02-15 11:25 JS, revision 14226

Fixed typos

2002-02-15 11:15 JS, revision 14225

Added compatibility file

2002-02-15 11:14 JS, revision 14224

Started some NanoX work (blind to begin with)

2002-02-15 01:07 VS, revision 14223

copyright update

2002-02-15 00:55 VS, revision 14222

corrected double click events: wxMGL will now synthetize second single click, so that events sequence is single-single-double as wxWindows expects rather than single-double as MGL generates

2002-02-14 23:34 RD, revision 14221

As per the wx-dev discussion in early Jan, replaced wxWindow::m_parentSizer with m_containingSizer which is used to track which sizer this window is a member of. Windows will now remove themselves from a sizer when destroyed. Also added accessors so window classes can find out if they are in a sizer and do things like reset their min size, etc.

2002-02-14 22:05 VZ, revision 14220

undid my fix for loading 16x16 icons which results in ugly results when loaing 32x32 ones because LoadImage() scales them badly

2002-02-14 21:58 RR, revision 14219

wxX11: Added code for ScrollWindow(). This can easily be modified to scroll only a given rect. Made dialogs grey. :-)

2002-02-14 21:51 VZ, revision 14218

cache various bitmaps

2002-02-14 21:29 VZ, revision 14217

no changes (de-TABified, undid some horrors with which someone replaced my ?: operators

2002-02-14 21:08 RR, revision 14216

Updated the erase/paint event logic.

2002-02-14 21:00 VZ, revision 14215

fixes to sash adjusting code to avoid setting it to 0 initially

2002-02-14 20:58 VZ, revision 14214

wxFrame base class is xTLW, not wxWindow

2002-02-14 20:30 VS, revision 14213

fill wxFocusEvent::m_win properly

2002-02-14 20:30 VS, revision 14212

copyright update

2002-02-14 20:29 VS, revision 14211

create wxSpinCtrl with default pos+size first, so that the subsequent call to DoSetSize is not a no-op

2002-02-14 19:55 RR, revision 14210

Fixed bug with disappearing menus. They were drawn under all other windows all but the first time.

2002-02-14 18:26 JS, revision 14209

Stopped width = 0 fouling up window size change

2002-02-14 18:06 JS, revision 14208

Added some XSyncs to help size calculations, but positioning dialog remains a mystery

2002-02-14 17:11 VS, revision 14207

implemented cursors cache, so that cursors are not loaded from file again and again

2002-02-14 17:11 VS, revision 14206

take const reference (thanks to Alberto Barbati)

2002-02-14 15:47 JS, revision 14205

Restored previous mouse release/capture behaviour for some ports

2002-02-14 14:23 VZ, revision 14204

use the native wxImageList under Win32 as otherwise xUniv doesn't link currently

2002-02-14 13:50 VZ, revision 14203

compilation fix for wxUSE_PALETTE == 0

2002-02-14 13:47 VZ, revision 14202

#if wxUSE_PALETTE, not #ifdef

2002-02-14 13:13 RR, revision 14201

Some clean-ups which don't really solve any problem yet.

2002-02-14 12:07 JS, revision 14200

Added border for top level windows with captions, though this does seem to make it resizable also. Sizing of about dialog wrong at present.

2002-02-14 11:55 JS, revision 14199

Added SetSize to toplevel window

2002-02-14 11:37 JS, revision 14198

Commented out XSetInputFocus for now

2002-02-14 11:07 JS, revision 14197

Removed wxBuffer from several ports; added function to get XEvent name; started on commandline parsing for wxX11

2002-02-14 09:02 SC, revision 14196

added .inited comparison as suggested by John McPherson to avoid comparison wxBlack to wxNullBitmap being true

2002-02-14 00:45 RR, revision 14195

wxX11: Don't add popup windows to wxTopLevelWindows, espially not if you don't delete them later. Corrected ReleaseMouse().

2002-02-14 00:40 MBN, revision 14194

Update italian translation

2002-02-14 00:38 VS, revision 14193

handle accelerators for buttons, too

2002-02-14 00:37 VS, revision 14192

1. added wxUpdateUIEvent handling to wxMGL 2. added Alt-F4 and PrintScreen handling 3. removed accelerators handling (done by wxUniv)

2002-02-14 00:36 VS, revision 14191

added wxUpdateUIEvent handling to wxMGL

2002-02-13 23:34 VZ, revision 14190

delete the command if we failed to execute it (bug 515687)

2002-02-13 22:17 RD, revision 14189

SWIGged updates for wxGTK for recent changes A few other little cleanups

2002-02-13 22:01 RD, revision 14188

A little different fix for how to delay the call to __wxCleanup

2002-02-13 22:00 RD, revision 14187

A fix for incorrect wrapping of wxPallet.GetRGB

2002-02-13 21:04 VZ, revision 14186

return NULL from FindById() if the tool wasn't found (bug 508399)

2002-02-13 21:01 VZ, revision 14185

added wxFSVolume patch from George Policello (untested, unreferenced from the project files yet)

2002-02-13 20:36 VZ, revision 14184

wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)

2002-02-13 20:31 VZ, revision 14183

don't use -q option with egrep, Solaris doesn't have it (bug 517145)

2002-02-13 19:03 RD, revision 14182

Fix for the splashscreen bitmap not showing up in wxGTK. NOTE: This is just a band-aid fix. Someone (Robert?) should really check why the wxEraseEvent was not sent to this window at all!

2002-02-13 18:01 JS, revision 14181

Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder

2002-02-13 17:23 JS, revision 14180

Fixes

2002-02-13 17:17 JS, revision 14179

Include src/x11/utils.cpp

2002-02-13 17:16 JS, revision 14178

Fixed typos

2002-02-13 16:47 VZ, revision 14177

disable wxSocket for wxX11, doesn't link anyhow

2002-02-13 16:43 RR, revision 14176

wxX11: INtroduced OnInternalIdle as per wxGTK so that users cannot as easily lill the internals. Fixed pop-up transient window. Removed some #if 0 here and there. Made refresh code work in idle instead of directly.

2002-02-13 16:41 VZ, revision 14175

warning fix

2002-02-13 16:33 VZ, revision 14174

do NOT hard code univ sources in x11 port

2002-02-13 16:24 JS, revision 14173

Added list of wxX11 files

2002-02-13 16:17 JS, revision 14172

Added shared private declarations header privx.h, utils.cpp now shared between wxMotif and wxX11; added some TODOs to toplevel.cpp, popupwin.cpp

2002-02-13 16:12 VZ, revision 14171

clean ups to wxX11+wxUniv handling

2002-02-13 08:38 RR, revision 14170

wxX11: Lots of wxBitmap et al work. Adapted wxIcon, wxCursor to this. Split wxApp init things up so that the X11 display is available sooner. Changed initial display code accordingly. Corrected wxDC::DrawBitmap.

2002-02-13 00:36 VS, revision 14169

safety check

2002-02-13 00:35 VS, revision 14168

use wxLogTrace, not wxLogDebug

2002-02-13 00:31 VZ, revision 14167

fixed loading the icons with non default size

2002-02-12 23:25 VS, revision 14166

don't allow dragging a window if it is maximized

2002-02-12 22:50 SN, revision 14165

Some additional checks for building wxPM (OS/2) which doesn't support wxTipWindow and wxPopupWindow yet. Additionally check in libsocket for inet_addr (for all OS/2 builds).

2002-02-12 22:42 VZ, revision 14164

added IsEditable

2002-02-12 21:28 RD, revision 14163

A fix for Python 2.2 which can sometimes call __wxCleanup before all the other wxPython objects have been deleted. Other various things to match recent CVS changes in wx.

2002-02-12 18:27 JS, revision 14162

Added XSync before mapping but this doesn't seem enough to get the popup window to show before the capture (which fails if not mapped)

2002-02-12 18:15 JS, revision 14161

Removed some debug code from window headers; added some debug code to try to figure out capture problems

2002-02-12 17:43 JS, revision 14160

Correction for 'protected' compiler error

2002-02-12 17:31 JS, revision 14159

Modified CaptureMouse to call DoReleaseMouse if necessary before doing another DoCaptureMouse, because otherwise we have a nested Capture which is not possible in some systems (the point of these wrappers). Also ReleaseMouse now calls DoCaptureMouse, not CaptureMouse, if necessary.

2002-02-12 16:51 VZ, revision 14158

fixed a bug/typo in configure introduced by the previous commit

2002-02-12 15:39 JS, revision 14157

Pass correct length to XTextExtents

2002-02-12 14:56 JS, revision 14156

Background set correctly

2002-02-12 14:56 JS, revision 14155

Positioned text correctly

2002-02-12 14:16 JS, revision 14154

Status bar positioned correctly, but no sign of the menubar as yet.

2002-02-12 12:59 JS, revision 14153

Attempts to get client origin working. Work in progress.

2002-02-12 11:35 JS, revision 14152

Simplified default wxTheme code and made sure a default is available without having to set the WXTHEME variable. The 'default default' is WIN32. So flame me :-)

2002-02-12 10:37 VS, revision 14151

safeguards against crashes

2002-02-12 10:37 VS, revision 14150

fixed menubar attaching: create it first, THEN set pointer to it

2002-02-12 10:37 VS, revision 14149

wxMGL compilation fix

2002-02-12 06:00 DW, revision 14148

Display child panels, and make unneeded scrollbars disappear and reappear when needed.

2002-02-12 01:54 RD, revision 14147

Fixed a bug that prevented editors and renderers to be purly data type dirven (IOW, if no other cell attributes have been set but the cell has a non-string type.)

2002-02-11 23:48 VS, revision 14146

wxGenericDirCtrl now correctly updates itself when you click on 'show hidden'

2002-02-11 23:48 VS, revision 14145

wxSplitterWindow now: 1. respects minimal size even when set programatically 2. respects minimal size of child windows if set

2002-02-11 23:47 VS, revision 14144

rewrote wxHtmlHelpFrame using sizers

2002-02-11 23:47 VS, revision 14143

use wxHashMap, not wxHashTable in wxXPMDecoder

2002-02-11 23:46 VS, revision 14142

a note just in case I misread wxHTML code again...

2002-02-11 23:46 VS, revision 14141

fix for deallocating memory twice in wxHTML (why does it happen?)

2002-02-11 23:11 RD, revision 14140

bugfix for SetString in a wxCheckListBox

2002-02-11 22:46 RR, revision 14139

wxX11: Added handler for ConfigureNotify (i.e. size events). The status bar gets drawn right now, the rest is still black art although paint events are correctly sent.

2002-02-11 22:14 RR, revision 14138

Found the X11 error in wxDC.

2002-02-11 21:27 VZ, revision 14137

added SetString docs

2002-02-11 20:41 RR, revision 14136

wxX11: Updated wxColour for handling Colormaps and ref couting. Updated wxClientDC et al. for conforming to wxGTK. Many tricky parts, particularly the bitmap drawing and blitting is still missing. Any sample crashes now for some reason with an X error.

2002-02-11 20:26 VZ, revision 14135

fixed make install and make base for wxBase

2002-02-11 18:20 DW, revision 14134

New def file

2002-02-11 18:11 JS, revision 14133

Added MICROWIN include dir

2002-02-11 18:03 JS, revision 14132

Attempted to add configury for NanoX compatibility

2002-02-11 14:51 JS, revision 14131

Removed -lXext -lXt from libraries for wxX11

2002-02-11 13:49 VS, revision 14130

fix for deallocating memory twice in wxHTML (why does it happen?)

2002-02-11 13:27 JS, revision 14129

Made sure events for defunct windows are no longer handled.

2002-02-11 13:11 JS, revision 14128

Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number, widths) to avoid assert (a refresh is done in SetFieldsCount which access the m_statusText array before the size is set). XQueryTree usage improved.

2002-02-11 12:40 RR, revision 14127

Last link error in wxX11 killed.

2002-02-11 12:15 JS, revision 14126

Merge correction

2002-02-11 12:13 JS, revision 14125

Linking now

2002-02-11 12:04 RR, revision 14124

Various compile fixes.

2002-02-11 11:42 JS, revision 14123

Typos and other fixes

2002-02-11 11:06 JS, revision 14122

Small changes to wxX11

2002-02-11 04:33 DW, revision 14121

Updates for Y positioning

2002-02-10 23:45 VS, revision 14120

disable shared libs for DJGPP (who broke this?)

2002-02-10 23:43 VS, revision 14119

fixes to HTML tables alignment

2002-02-10 23:32 JS, revision 14118

Implemented CopyFromBitmap, CopyFromIcon

2002-02-10 23:31 RR, revision 14117

wxX11: link errors down to 1.

2002-02-10 23:21 JS, revision 14116

Added wxPopupWindow skeleton (no implementation yet)

2002-02-10 21:54 RR, revision 14115

More make install tweaks.

2002-02-10 19:49 RR, revision 14114

wxX11: make install blind implementation for wxTopLevelWindow

2002-02-10 19:08 VS, revision 14113

respect minimal wxTLW size in wxUniv

2002-02-10 19:08 VS, revision 14112

honour min/max size in wxMGL's wxWindow::DoSetSize

2002-02-10 19:07 VS, revision 14111

use sunken border for wxHtmlHelpController's font preview

2002-02-10 19:07 VS, revision 14110

added default ctor to wxStaticText

2002-02-10 19:07 VS, revision 14109

more wxMGL-aware samples

2002-02-10 19:04 VS, revision 14108

don't use wxGenericDirDialog in MSW

2002-02-10 18:04 RR, revision 14107

Killed various wxMotif things in wxX11.

2002-02-10 17:24 RR, revision 14106

wxX11: Updated wxPen and wxBrush.

2002-02-10 16:42 RR, revision 14105

wxX11: Rewrote wxRegion. Killed backing store Pixmap. Killed wxRectList. Adapted wxWindow to the above.

2002-02-10 16:09 VZ, revision 14104

fix for wxUniv/GTK scrolling

2002-02-10 14:31 RR, revision 14103

wxX11 compiles and links now. I wonder why there is no wxToolBar class in /src/univ, though.

2002-02-10 13:54 RR, revision 14102

wxX11 might compile now.

2002-02-10 11:20 RR, revision 14101

More configure/compile things for X11.

2002-02-10 10:53 RR, revision 14100

Removed menu.cpp and toolbar.cpp from X11. Compile fixes.

2002-02-10 04:34 DW, revision 14099

New positioning code, eliminating a lot of extra, unnecessary methods

2002-02-10 04:33 DW, revision 14098

Removing OS/2 specific positioning methods, no longer needed

2002-02-10 01:03 JS, revision 14097

More X11 code

2002-02-09 23:29 VS, revision 14096

compilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)

2002-02-09 23:29 VS, revision 14095

fixes to wxTLW::Maximize in wxMGL

2002-02-09 23:29 VS, revision 14094

implemented titlebar doubleclick in win32 theme

2002-02-09 23:29 VS, revision 14093

use AllocExclusive for reference counting

2002-02-09 23:28 VS, revision 14092

use WXUNUSED(foo), not (void)foo

2002-02-09 23:28 VS, revision 14091

1. make paint events debugging runtime switch instead of compile time 2. fixed incorrect rendering of wxListCtrl (newly created controls didn't account for parent's client origin)

2002-02-09 23:27 VS, revision 14090

fix for scrollbar's thumb update bug in wxUniv

2002-02-09 23:27 VS, revision 14089

temporary hack to make wxMGL and SciTech happy...

2002-02-09 23:27 VS, revision 14088

wxDC::DoDrawRectangle hack is no longer needed

2002-02-09 23:17 RR, revision 14087

Commiting remaining files of configure change for X11.

2002-02-09 19:39 RR, revision 14086

X11 make stuff.

2002-02-09 19:38 RR, revision 14085

More make stuff for X11.

2002-02-09 18:47 RR, revision 14084

tmake update.

2002-02-09 18:44 RR, revision 14083

tmake update for x11.

2002-02-09 18:43 RR, revision 14082

Updates to tmake for X11. Damn lock in CVS.

2002-02-09 15:58 VS, revision 14081

fix for broken color parsing in wxXPMDecoder (thanks to H.H.Chou)

2002-02-09 15:06 GT, revision 14080

Patch #514838 - FL wxFrameLayout::SetBarState() patch - Tested by Hans

2002-02-09 15:03 GT, revision 14079

Patch #514836 - Tested by Hans

2002-02-09 00:41 RD, revision 14078

New PyCrust source from Patrick's CVS

2002-02-09 00:40 RD, revision 14077

The calltip window and autocomplete window in wxSTC will now use a wxPopupWindow if available so they can extend beyond the client area of the STC if needed.

2002-02-08 23:43 RR, revision 14076

More refreshes are deferred to idle time. Corrected redraw areas of native widgets if underlying wxWindows have been exposed.

2002-02-08 23:38 VS, revision 14075

reverted revision 1.6 -- Mattia obviously knows better than I do...

2002-02-08 23:25 VS, revision 14074

compilation fix -- a better way

2002-02-08 22:23 RD, revision 14073

Added notes for what to do if VC has an internal compiler error.

2002-02-08 22:14 DW, revision 14072

new module definition file for OS/2 Dll build.

2002-02-08 21:03 MBN, revision 14071

Blind fix for Watcom ( and VisualAge? )

2002-02-08 19:15 VZ, revision 14070

wxBase readme file location changed

2002-02-08 19:13 VZ, revision 14069

moved wxBase readme to its own directory

2002-02-08 17:44 JS, revision 14068

Now compiling

2002-02-08 13:36 GT, revision 14067

Patch #514729 applied - adds missing RTTIs to wxToolLayoutItem

2002-02-08 12:56 JS, revision 14066

Added evtloop.cpp to file list, added X11 to makeall

2002-02-08 12:15 JS, revision 14065

Added X11 readme & install docs, updates to Motif ones

2002-02-08 12:00 JS, revision 14064

Added X11 wxEventLoop implementation; rearranged event processing

2002-02-08 00:18 VZ, revision 14063

cleanups after SciTech commit :-(

2002-02-08 00:17 VS, revision 14062

make more wxImage methods const

2002-02-08 00:16 VS, revision 14061

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-08 00:16 VS, revision 14060

fixed wxPageSetupDialogData::SetPaperId() to take value, not reference

2002-02-07 23:24 VZ, revision 14059

added another overloaded DrawCircle() version for completeness and documented it

2002-02-07 23:15 RD, revision 14058

Patch from Neil H.

2002-02-07 18:46 KLB, revision 14057

Merges from Scitech Branch (George Davison): Added wxDisplayChangedEvent and triggering in MSW, when display mode changes this event gets triggered. I don't know what should happen with other OS's since I am not familiar with how they handle mode changes. Watcome Version 11 now compiles with wide character support. Fixed watcom warnings in html/htmlwin.h imagbmp.h listctrl.h imagbmp.cpp quantize.cpp strconv.cpp variant.cpp dirctrlg.cpp treectlg.cpp m_style.cpp fontenum.cpp listctrl.cpp ole\dataobj.cpp textctrl.cpp window.cpp xml.cpp msw/setup.h with watcom version 11 it now compiles with wide character support. xrc/xml.cpp fixed memory leak and compile warnings

2002-02-07 18:11 VS, revision 14056

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-07 16:11 JS, revision 14055

Put ~/.mailcap to head of search list so local settings override global ones.

2002-02-07 15:40 JS, revision 14054

Various fixes for X11 compilation

2002-02-07 14:51 JS, revision 14053

Fixes for X11 builds

2002-02-07 14:44 GT, revision 14052

Applied patch #514037 from Paul Gammans to remove unneeded code in wxDbGridTableBase::CanSetValueAs()

2002-02-07 14:41 JJ, revision 14051

Committing in . Various patches to get the current CVS compile on OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/app.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-02-07 14:22 VZ, revision 14050

wxMSW compilation fix

2002-02-07 13:45 JS, revision 14049

Added X11 support

2002-02-07 13:45 JS, revision 14048

Added x11.t, changes to other config files

2002-02-07 13:24 GD, revision 14047

removed trailing comma for SunSoft compiler

2002-02-07 12:53 VZ, revision 14046

documented wxCOMPILE_TIME_ASSERT2

2002-02-07 12:33 VZ, revision 14045

added wxCOMPILE_TIME_ASSERT2() macro allowing to give the unique name to the struct used by wxCOMPILE_TIME_ASSERT() and use it in dynarray.h

2002-02-07 12:24 VZ, revision 14044

a hack to fix the MSW build for now, pending better solution

2002-02-07 12:08 VZ, revision 14043

fixed passing empty macro argument for VC++

2002-02-07 12:06 JS, revision 14042

Stripped out miscellaneous Motif/Xt-specific code

2002-02-07 01:44 RD, revision 14041

Check for existing colour names when adding to wxTheColourDatabase

2002-02-07 01:04 RD, revision 14040

added sample (currently commented out) of how to veto column size events

2002-02-07 01:04 RD, revision 14039

Moved utils.i back into the core since it imports it anyway.

2002-02-06 21:03 RD, revision 14038

Updated the build docs a bit, added wxMetafileDataObject, and some cleanup and fixes here and there.

2002-02-06 20:14 VZ, revision 14037

oops, have to commit this after accidentally committing intl.cpp to not break compilation (contains unfinished code)

2002-02-06 20:12 VZ, revision 14036

cleaned up the arrays declaration macros and added a new SORTED_ARRAY_CMP family; added tests for them to the console sample

2002-02-06 20:11 VZ, revision 14035

use wxCOMPILE_TIME_ASSERT instead of the run-time checks

2002-02-06 20:07 VZ, revision 14034

added and documented wxCOMPILE_TIME_ASSERT and wxASSERT_MIN_BITSIZE

2002-02-06 19:19 RD, revision 14033

Corrections for loss of XLOG2DEV and etc. macros in MSW. I assume that switching to LogicalToDevicwX and etc. is correct??

2002-02-06 14:40 VZ, revision 14032

fixes for METHODDEF definition

2002-02-06 14:25 VZ, revision 14031

fixed 2 minor warnings

2002-02-06 14:24 VZ, revision 14030

added the missing (newly added) colours to the switch

2002-02-06 14:10 VZ, revision 14029

typo in IMPLEMENT_DYNAMIC_CLASS fixed

2002-02-06 14:04 VZ, revision 14028

compilation fix for BC++ (hopefully)

2002-02-06 13:41 VZ, revision 14027

compilation fix after m_lDlgCode removal

2002-02-06 06:36 SC, revision 14026

m_style.cpp added

2002-02-06 01:42 VZ, revision 14025

IMPLEMENT_DYNAMIC_CLASS fixes

2002-02-06 01:38 VZ, revision 14024

assert when a base class of a class in wxRTTI system is not found

2002-02-06 01:38 VZ, revision 14023

added wxRTTI macros to wxList and wxStringList

2002-02-06 00:58 VZ, revision 14022

got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows, even the native controls

2002-02-05 21:35 MBN, revision 14021

* SPACE -> TAB in filelist.txt * Added wxBase support to makefile.g95 makeg95.env * Added FINAL=0|1 flag to makefile.g95 ( defaults to FINAL=0 )

2002-02-05 20:38 RD, revision 14020

Derive wxGridWindow from wxWindow instead of wxPanel so thw SetFocus in HideCellEditControl() will actually set the focus to the grid window instead of back to the cell editor which was just hidden.

2002-02-05 19:07 GT, revision 14019

Added WXDLLEXPORT_DATA() around several data elements

2002-02-05 19:05 VZ, revision 14018

make the log dialog slightly taller when it is expanded to account for a possible horz scrollbar

2002-02-05 18:13 JS, revision 14017

First stabs at stripping out Xt/Motif code

2002-02-05 16:44 JS, revision 14016

Fixed a couple of typos

2002-02-05 16:34 JS, revision 14015

Reformatted Motif headers; added __WXX11__ symbol support to common headers; added place-holding src/x11 and include/wx/x11 files.

2002-02-05 14:34 VZ, revision 14014

Unicode compilation fix

2002-02-05 14:15 DW, revision 14013

no message

2002-02-05 12:18 JS, revision 14012

Applied Hans Van Leemputten's FL separator patch

2002-02-05 00:16 VZ, revision 14011

compilation fix for wxUniv

2002-02-05 00:14 VZ, revision 14010

don't compile this file under wxMSW

2002-02-05 00:14 VZ, revision 14009

defined wxUSE_IFF

2002-02-05 00:14 VZ, revision 14008

fixed compilation without wxUSE_STREAMS

2002-02-05 00:01 VZ, revision 14007

fixed VC++ compilation warnings in optimized build

2002-02-04 23:32 DW, revision 14006

const fix.

2002-02-04 22:33 VZ, revision 14005

fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this

2002-02-04 21:52 VZ, revision 14004

no changes, just the file I forgot to commit...

2002-02-04 20:56 GD, revision 14003

added missing system colours (exact colours to be defined)

2002-02-04 19:37 VZ, revision 14002

fixed crash when return is pressed in a spinctrl inside a parent which is not a GtkWindow

2002-02-04 19:24 VZ, revision 14001

backported the fix for the log window details dropdown size from 2.3

2002-02-04 19:15 VZ, revision 14000

fixed size of the log dialog details drop down

2002-02-04 18:01 RR, revision 13999

Added missing test in wxObject::Ref() for already equal objects (same m_refData). Implemented new ref counting for wxBrush, wxPen and wxColour (in addition to wxRegion). Also inlined some more functions and implemented real comparisons. Corrected refresh code to update GTK's window-less widgets if overdrawn after a wxWindow::Refresh().

2002-02-04 16:34 VZ, revision 13998

added GAUGE standard colour and use it in DrawProgressBar() if the colour hadn't bee nset explicitly

2002-02-04 16:33 VZ, revision 13997

minor fix to the constraints of the cancel button to improve its sizing under wxUniv

2002-02-04 15:40 VZ, revision 13996

don't skip first/last node when pressing down/up arrow after opening the menu with the mouse

2002-02-04 14:09 DW, revision 13995

non const to const change

2002-02-04 14:05 RR, revision 13994

Now updating and clearing are done in a delayed fashion. The m_updateRegion gets updated and the (often much smaller) m_clearRegion gets cleared. This removes the flicker introduced by having delayed updates and immediate clearings.

2002-02-04 12:38 RR, revision 13993

Applied thread wakeup patch.

2002-02-04 12:21 VZ, revision 13992

base class of wxTreeItemData corrected

2002-02-04 12:17 VZ, revision 13991

fixed coords in HandleDropFiles()

2002-02-04 12:04 RR, revision 13990

Big wxRegion clean up.

2002-02-04 10:42 RR, revision 13989

Ref counting fixes and compile fixes.

2002-02-04 04:19 DW, revision 13988

OS/2 scrolling support

2002-02-04 01:35 VZ, revision 13987

total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks

2002-02-04 01:34 VZ, revision 13986

changed CloneRefData() to take a const pointer

2002-02-04 01:32 VZ, revision 13985

ScrollWindow() should use the rect it scrolls as the clipping rect as well

2002-02-03 23:54 VS, revision 13984

Unicode compilation fixes

2002-02-03 23:53 VS, revision 13983

wxXmlInitXmlModule no longer needed

2002-02-03 13:15 VZ, revision 13982

compilation fix

2002-02-03 12:31 VZ, revision 13981

oops, Clone/CreateRefData() were not overridden in wxRegion as intended

2002-02-03 12:30 VZ, revision 13980

added asserts to Clone/CreateRefData()

2002-02-03 12:25 GT, revision 13979

Added isql.h and isqlext.h to the "Base" target

2002-02-03 11:49 VZ, revision 13978

fixed wxRegion::Offset() to not modify the shared regions

2002-02-02 23:17 VS, revision 13977

wxXRC cleanup: removed .xmlbin format

2002-02-02 23:16 VS, revision 13976

added cur and ico formats to the sample

2002-02-02 23:15 VS, revision 13975

generated makefiles no longer contain information about when they were generated (you can still get this information from CVS/Entries and there will be fewer bogus revisions)

2002-02-02 23:14 VS, revision 13974

changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile

2002-02-02 16:08 VZ, revision 13973

added more commands for moving the logical origin

2002-02-02 16:08 VZ, revision 13972

1. fixed bug in wxDC::SetMapMode() which broke the scrolling 2. some cleanups in wxDC code 3. SetAxisOrientation() still doesn't work...

2002-02-02 13:34 GD, revision 13971

correction for compilation with ProjectBuilder

2002-02-02 13:21 GD, revision 13970

wxCommand is in cmdproc.h (SourceForge patch #511506)

2002-02-02 01:10 RD, revision 13969

A little cleanup for this demo

2002-02-02 01:09 RD, revision 13968

Shouldn't call SetFont(wxNullFont) any more

2002-02-02 00:40 VZ, revision 13967

wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

2002-02-02 00:19 RD, revision 13966

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:16 RD, revision 13965

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:14 RD, revision 13964

Updated contrib from Lorne White

2002-02-01 23:13 RD, revision 13963

better log messages for this demo

2002-02-01 23:01 VS, revision 13962

wxDialog::Show has default argument value in wxUniv now

2002-02-01 20:22 VS, revision 13961

wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow

2002-02-01 20:22 VS, revision 13960

compilation fix

2002-02-01 19:30 VZ, revision 13959

removed GetString(), it doesn't belong here

2002-02-01 17:34 JS, revision 13958

Added missing '!' to HasCapture() in window.cpp

2002-02-01 15:50 DW, revision 13957

Makefile and mod def updates. Compile bug in Choice fixed.

2002-02-01 15:43 VZ, revision 13956

made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

2002-02-01 15:30 VZ, revision 13955

some really ancient tips updated, mention make problems and flex version minimal requirments

2002-02-01 14:58 VZ, revision 13954

various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[]

2002-02-01 14:11 DW, revision 13953

Got rid of the bad EOLs.

2002-02-01 12:24 VZ, revision 13952

fixed Show() doc, added Hide()

2002-02-01 12:21 VZ, revision 13951

added default value for Show() argument

2002-02-01 03:28 DW, revision 13950

no message

2002-02-01 02:48 RD, revision 13949

Fix for bug #511057

2002-02-01 02:08 RD, revision 13948

added wx type info macros for wxFSFile

2002-02-01 01:18 RD, revision 13947

fixed compile bug for when threads are turned off

2002-02-01 00:25 VZ, revision 13946

test wxRegion::Offset()

2002-01-31 23:13 JS, revision 13945

Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).

2002-01-31 22:48 DW, revision 13944

Lots of fixes for scrolling

2002-01-31 22:45 JS, revision 13943

Applied status bar sample patch to toggle status bar

2002-01-31 22:11 JS, revision 13942

Applied wxImage -> wxCursor patch, tool window event table fix

2002-01-31 21:58 JS, revision 13941

Applied wxPoem, wxSystemSettings, sizing, install doc patches

2002-01-31 21:48 VZ, revision 13940

don't return HTCLIENT for radiobox - this breaks redrawing under Windows XP

2002-01-31 21:27 JS, revision 13939

Applied patch to reset pointer

2002-01-31 20:57 JS, revision 13938

Regenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc

2002-01-31 16:01 VZ, revision 13937

added wxObject::AllocExclusive() and associated methods

2002-01-31 16:00 VZ, revision 13936

implemented wxRegion::Offset() for MSW and documented it

2002-01-31 12:29 JS, revision 13935

Corrected Normalize invocation by casting

2002-01-31 12:25 JS, revision 13934

Removed wxPATH_NORM_CASE from Normalize or files won't be written back as the same filename.

2002-01-30 21:43 MBN, revision 13933

Add WXDLLEXPORT

2002-01-30 19:20 RD, revision 13932

SWIG update for wxMac

2002-01-30 19:11 VZ, revision 13931

attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currently they do but something else doesn't

2002-01-30 17:25 RR, revision 13930

Added wxRegion::Offset(x,y) Go to plan B: wxWindow::Scroll() now moved the m_updateRegion for later processing.

2002-01-30 16:38 VZ, revision 13929

ignore the icon option in Netscape mime.type file

2002-01-30 16:01 RR, revision 13928

Added various calls to wxWindow::Update() to wxScrolledWindow. This is ONE solution to the redraw problem of the new delayed refresh code.

2002-01-30 15:26 RR, revision 13927

New Refresh()/Update() behaviour. As expected, scrolling messes up the display.

2002-01-30 13:46 VZ, revision 13926

build ODBC objects in wxBase build as well if --with-odbc was specified

2002-01-30 13:23 RR, revision 13925

Some changes for new Update/Refresh behaviour. This commit actually doesn't change anything. I just cleared some code and added the new interface. I want this to be seperate from the commit (if any) that introduces the new behaviour.

2002-01-30 10:38 VZ, revision 13924

added a wxCHECK(index is correct) to GetParam() (fix for patch #510614)

2002-01-30 04:59 DW, revision 13923

Finish basic dialog support and some scrolling fixes.

2002-01-29 23:21 JS, revision 13922

Removed references to helpxlp

2002-01-29 23:08 JS, revision 13921

Pruned some of txrc.tex; removed redundant helpxlp files.

2002-01-29 22:50 VZ, revision 13920

added wxCondition test

2002-01-29 22:49 VZ, revision 13919

attempts to make wxCondition::Broadcast() work - it still doesn't

2002-01-29 22:41 RL, revision 13918

fix (dos) line endings.

2002-01-29 22:30 RL, revision 13917

fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet). (also submitted to win32api maintainers).

2002-01-29 21:37 MBN, revision 13916

Updated projects/makefiles

2002-01-29 21:35 MBN, revision 13915

Updated target list in Makefile Corrected comment in base.t ( creates src/files.lst, not src/common/files.lst ) Added new files to filelist.txt.

2002-01-29 21:31 MBN, revision 13914

Documentation for wxHashMap, added deprecation to wxHashTable. Quoted some unquoted _ here and there.

2002-01-29 21:30 MBN, revision 13913

MSVC5 does not like extern "C" around windows.h .

2002-01-29 21:27 GT, revision 13912

Fixes some position issues of where to draw heart of the toolbar in the window - Submitted by Hans Van Leemputten

2002-01-29 21:27 GT, revision 13911

Fixes memory leaks that occur when dragging toolbars around... Dragging a toolbar so that it changes the dock state to reproduce the memory leak in old code - Submitted by Hans Van Leemputten

2002-01-29 21:26 MBN, revision 13910

New wxHashMap class.

2002-01-29 21:25 GT, revision 13909

Fix for OnSize() redraw problems - Submitted by Hans Van Leemputten

2002-01-29 20:49 GD, revision 13908

added precisions for GetSize and GetClientSize

2002-01-29 20:48 GD, revision 13907

added SetAxisOrientation documentation and improved documentation of logical to/from device relative coordinate conversions

2002-01-29 18:12 RL, revision 13906

Added versioned build-dep for libpng to avoid accidental png2/3 mismatch.

2002-01-29 10:32 JS, revision 13905

Updated vc.rsp file to include console.dsp

2002-01-29 06:57 GD, revision 13904

correction for compilation with Apple DevTools

2002-01-29 04:56 DW, revision 13903

Minor fix for owner drawn menu item.

2002-01-29 01:28 RD, revision 13902

make sure some types convert right in XRCed

2002-01-29 01:27 RD, revision 13901

SWIG updates for wxGTK

2002-01-29 00:26 RD, revision 13900

Use the new icon for the frame

2002-01-29 00:11 RD, revision 13899

Updates for recent changes to wx, and some other little tweaks and fixes.

2002-01-28 23:10 DW, revision 13898

Popup Menu processing.

2002-01-28 23:10 RD, revision 13897

Added icons for the demo and for XRCed, and added a shortcut to XRCed to the program group when installing the dist.

2002-01-28 23:08 RD, revision 13896

Added an option to also ouput a function to create a wxIcon from the data.

2002-01-28 23:05 RD, revision 13895

Fix some compile errors and warnings when using gcc 3

2002-01-28 22:37 MBN, revision 13894

Fix MinGW compilation.

2002-01-28 21:52 SC, revision 13893

bridged mapfile native path to filesys url paths for mac

2002-01-28 21:50 SC, revision 13892

adjusted relative path composition for mac

2002-01-28 21:44 SC, revision 13891

corrected path splitting for mac relative paths

2002-01-28 21:40 SC, revision 13890

help files added

2002-01-28 21:38 SC, revision 13889

for file based help we have mac separators

2002-01-28 21:29 SC, revision 13888

added export

2002-01-28 18:06 VZ, revision 13887

changed the year to 2002

2002-01-28 17:58 RR, revision 13886

wxDC::Blit(): the source coordinates are logical coordinates of the source DC now.

2002-01-28 17:57 VZ, revision 13885

fix for a typo (== instead of =)

2002-01-28 16:45 VZ, revision 13884

removed non existing unzip.h from the filelist.txt and regenerated everything

2002-01-28 16:43 VZ, revision 13883

wxWindows builds with Solaris and FreeBSD native makes

2002-01-28 16:19 VZ, revision 13882

fixes to allow compilation with FreeBSD make

2002-01-28 16:17 RR, revision 13881

Change idle behvaiour with regard to wxIdleEvent::RequestMore().

2002-01-28 16:09 VZ, revision 13880

warning fixes in GetColor() for the newly added values

2002-01-28 16:03 VZ, revision 13879

more Unicode fixes for help files

2002-01-28 15:02 GD, revision 13878

axis orientation must not be taken into account for conversion of a distance

2002-01-28 13:19 VZ, revision 13877

Unicode compilation fixes, also moved private constants into the .cpp

2002-01-28 13:17 VZ, revision 13876

don't call wxLogLastError() in wx{File|Path}Exists

2002-01-28 11:28 JS, revision 13875

Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile on the command line

2002-01-28 03:25 DW, revision 13874

Various fixes for Textctrl and Popup Menus.

2002-01-28 03:24 DW, revision 13873

Get the right dialogs into OS/2

2002-01-28 01:40 VZ, revision 13872

no changes

2002-01-28 01:40 VZ, revision 13871

added another, more convenient, wxRGBToColour() overload

2002-01-28 01:39 VZ, revision 13870

fixed code in OpenURL() to actually use the result of OnOpeningURL()

2002-01-28 01:38 VZ, revision 13869

Windows XP appearance fixes for status and tool bars (bug 501585)

2002-01-27 23:51 VS, revision 13868

XMLID->XRCID, XMLCTRL->XRCCTRL

2002-01-27 23:42 VS, revision 13867

XMLID->XRCID, XMLCTRL->XRCCTRL

2002-01-27 23:40 VS, revision 13866

use correct encoding in wxrcedit

2002-01-27 23:40 VS, revision 13865

implemented writing in original encoding

2002-01-27 23:40 VS, revision 13864

A couple of fixes to wxMGL's wxWindow: 1. fixed caret interference when painting the window 2. now calls SetFocus when you click on a window that doesn't have focus 3. hopefully correct translations of event for OnKeyDown vs. OnKey

2002-01-27 23:38 VS, revision 13863

fixes to WXK_PRIOR/WXK_PAGEUP handling in wxUniv

2002-01-27 23:37 VS, revision 13862

small m_blinkedOut consistency corrections

2002-01-27 23:37 VS, revision 13861

calling wxWindow::Update from wxWindowDC ctor wasn't good idea, interacts with carets...

2002-01-27 23:37 VS, revision 13860

added skeleton of Port notes section

2002-01-27 19:58 JS, revision 13859

Added first cut at sizer topic, based on Robert's manual and individual class reference docs.

2002-01-27 19:54 RR, revision 13858

wxMiniFrame works again.

2002-01-27 19:09 VS, revision 13857

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13856

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13855

added wxHtmlWindow::OnOpeningURL

2002-01-27 19:03 VS, revision 13854

new wxHtmlWindow::OnOpeningURL API

2002-01-27 19:02 VS, revision 13853

moved wxHtmlWindow flags out of defs.h

2002-01-27 19:02 VS, revision 13852

wxUSE_MIMETYPE in src/unix/mimetype.cpp

2002-01-27 13:58 VZ, revision 13851

set extra margins to be 0 by default, not 50

2002-01-27 10:07 JS, revision 13850

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured. Also FAQ updates copied from web site during distribution.

2002-01-27 10:05 JS, revision 13849

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured.

2002-01-27 00:48 VS, revision 13848

prevent crash when trying to set global cursor too early

2002-01-27 00:48 VS, revision 13847

ensure minimal mime support in wxHTML even without wxMimeTypesMananger

2002-01-27 00:47 VS, revision 13846

fixed rendering artifact in wxCaret

2002-01-27 00:47 VS, revision 13845

update the screen before gaining access to wxWindowDC

2002-01-27 00:46 VS, revision 13844

move caret notification after sending the focus event

2002-01-27 00:45 VS, revision 13843

(hacky) fix for bg colour handling in wxUniv's win32 theme

2002-01-26 23:53 VZ, revision 13842

removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent with wxArray::Alloc() and wxString::Alloc()

2002-01-26 22:29 VZ, revision 13841

implemented IsFixedWidth() correctly for MSW

2002-01-26 22:25 VZ, revision 13840

use DEFAULT_CHARSET instead of ANSI_CHARSET

2002-01-26 22:25 JS, revision 13839

Changed test for INT32 to work with latest Cygwin. But might break other versions :-(

2002-01-26 22:11 GD, revision 13838

added missing return values

2002-01-26 22:05 GD, revision 13837

tweaked conditional compilation

2002-01-26 22:05 VZ, revision 13836

compilation fixes after previous check in (sorry)

2002-01-26 22:04 GD, revision 13835

added include needed for ProjectBuilder

2002-01-26 22:02 GD, revision 13834

corrected conditional compilation to take wxUSE_POSTSCRIPT into account

2002-01-26 22:01 GD, revision 13833

added missing public in declaration of wxMacToolTipTimer class

2002-01-26 21:59 GD, revision 13832

corrected includes when wxUSE_CMDLINE_PARSER is 0

2002-01-26 21:59 VZ, revision 13831

Win16 compilation fixes

2002-01-26 21:52 JS, revision 13830

Small doc changes and added missing files.lst to contrib.rsp

2002-01-26 17:02 VZ, revision 13829

patch to fix various filename-related functions for cygwin

2002-01-26 12:50 VZ, revision 13828

fixed handling of "a:\" command line arguments, added comment explaining how the conversion from string to arguments array is supposed to work

2002-01-26 12:31 VZ, revision 13827

fixed crash in wxGetCharacterSet when not using iconv

2002-01-26 10:59 JS, revision 13826

Moved setup.h out of the way

2002-01-26 10:59 , revision 13825

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

2002-01-26 10:59 JS, revision 13824

Moved setup.h out of the way

2002-01-26 01:33 VZ, revision 13823

fixed bug in wxGrid dimensions calculation (Staffan Ulfberg)

2002-01-26 00:54 VZ, revision 13822

fixed typo in dtor docs

2002-01-26 00:24 VS, revision 13821

wxFileCtrl::Update was hiding wxWindow::Update

2002-01-26 00:24 VS, revision 13820

workaround for MGL's weirdness: won't render rectangles of w=1 or h=1

2002-01-26 00:24 VS, revision 13819

hide mouse when using wxScreenDC in wxMGL

2002-01-26 00:23 VS, revision 13818

don't use GTK specific code in wxListCtrl when building wxUniv

2002-01-26 00:22 VS, revision 13817

fix for wxSYS_COLOUR_LISTBOX representation

2002-01-26 00:21 VS, revision 13816

don't check for libjpeg,libtiff and libpng when building wxMGL, they are part of libmgl and we want to reuse them (for two reasons: one, they are dynamically loaded at runtime; and two, we get symbols conflicts otherwise

2002-01-26 00:19 VS, revision 13815

modified wxPNGHandler to not use png_struct.jmpbuf (its size is compiler-dependant, so it wasn't possible to use libpng as a DLL, and that's a problem since MGL exports it's own libpng)

2002-01-26 00:19 VS, revision 13814

compilation fix

2002-01-25 22:49 DW, revision 13813

Fix to properly find OS/2 wx.rc

2002-01-25 22:49 DW, revision 13812

New module def file.

2002-01-25 22:48 DW, revision 13811

Resource file updates and setup to configure for generic dirdlg.

2002-01-25 22:47 DW, revision 13810

OS/2 does not have a native dirdlg, use generic

2002-01-25 19:15 RL, revision 13809

add _gl lib to glcanvasc.so link

2002-01-25 16:04 VZ, revision 13808

install wxUniv headers in make install and include wxUniv sources in make dist

2002-01-25 16:02 VZ, revision 13807

fix a crash when dismissing the popup window because of a key press

2002-01-25 16:01 VZ, revision 13806

replaced DeleteEvtHandler with a call to RemoveEventHandler

2002-01-25 16:01 VZ, revision 13805

added and documented wxWindow::RemoveEventHandler()

2002-01-25 14:45 VZ, revision 13804

compilation fix

2002-01-25 14:38 JS, revision 13803

Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows, complains on Unix.

2002-01-25 14:37 JS, revision 13802

Some doc tweaks

2002-01-25 14:30 VZ, revision 13801

handle 646 charset under Solaris as US-ASCII

2002-01-25 14:30 VZ, revision 13800

don't crash, even if used incorrectly

2002-01-25 14:29 VZ, revision 13799

fixes to handling of the 7 bit ASCII encoding

2002-01-25 12:24 VZ, revision 13798

oops, fixed typo breaking iconv constness detection in the previous commit

2002-01-25 11:59 VZ, revision 13797

changes to allow making samples/demos with non GNU make as well

2002-01-25 11:54 VZ, revision 13796

don't output the entire iconv() declaration in configure messages, looks ugly and is useless anyhow

2002-01-25 11:31 VZ, revision 13795

inserted @IF_GNU_MAKE@ to allow building with other make versions

2002-01-25 06:58 JJ, revision 13794

Committing in . Compile update for OpenVMS Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-01-25 04:48 DW, revision 13793

Child positioning fixes and font adjustments

2002-01-25 00:36 VZ, revision 13792

commented out many OnXXX() functions

2002-01-25 00:36 VZ, revision 13791

corrected a few bugs in OnGetItemXXX() docs

2002-01-25 00:35 VZ, revision 13790

removed inexisting Index() version

2002-01-25 00:08 VS, revision 13789

reverted from wxStrdup back to strdup -- sorry SC, you have to find a better fix

2002-01-24 23:24 DW, revision 13788

Fixing font utilities

2002-01-24 23:22 DW, revision 13787

Removed a conflict indicator...

2002-01-24 23:21 DW, revision 13786

Final OS/2 Native Font implementation changes

2002-01-24 22:47 RD, revision 13785

Ensure that endPos > startPos in a couple methods

2002-01-24 21:14 VS, revision 13784

updates to XRC resources compiler

2002-01-24 21:14 VS, revision 13783

1. added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n 2. expat interface can now read non-utf-8 encodings as well

2002-01-24 21:14 VS, revision 13782

added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n

2002-01-24 21:14 VS, revision 13781

iconv-based conversion works again, after being broken for a while (the code always felt back to wxEncodingConverter)

2002-01-24 21:13 VS, revision 13780

added dummy <style> handler in order to hide CSS code

2002-01-24 21:11 VS, revision 13779

fixes to

2002-01-24 21:00 VZ, revision 13778

fixed typo in EVT_WIZARD_HELP definition (patch from Kevin Burge)

2002-01-24 05:45 DW, revision 13777

Change up font selection process

2002-01-24 05:43 DW, revision 13776

Revert back to standard point size for fonts in OS/2

2002-01-24 01:24 RD, revision 13775

Demo cleanup and path issues. other tweaks.

2002-01-23 23:12 DW, revision 13774

Lots of fixes for OS/2

2002-01-23 22:10 JS, revision 13773

Commented out deprecated classes: wxProp and wxTab classes; moved some chapters into topics; removed double-quotes around Hello World section title; some XRC doc additions

2002-01-23 21:58 JS, revision 13772

Added missing 'break' which caused spurious </FONT></TD> markup before list items

2002-01-23 17:47 VZ, revision 13771

don't test for VPATH support for GNU make - this is waste of time

2002-01-23 17:35 VZ, revision 13770

cache the results of checks for make VPATH support and its GNUishness

2002-01-23 17:25 VZ, revision 13769

allow building wxWin with non-GNU make (which doesn't support -include)

2002-01-23 15:58 VZ, revision 13768

replaced non existing wxTE_HSCROLL style with wxHSCROLL

2002-01-23 15:49 VZ, revision 13767

added 2nd wxEvent ctor argument

2002-01-23 15:17 JS, revision 13766

Added first cut at XRC docs; added font spec for wxWindows manual (new Tex2RTF feature!); removed section on porting from 1.x.

2002-01-23 14:21 JS, revision 13765

Added #include "wx/utils.h" to make it compile for wxBase under Unix

2002-01-23 14:04 DW, revision 13764

Fontutil wxFillLogFont change.

2002-01-23 12:06 VZ, revision 13763

typos due to much cut-and-paste: colour -> font in the docs and comment

2002-01-23 12:02 VZ, revision 13762

recognize 646 charset as US-ASCII (this is how it is used by Solaris)

2002-01-23 11:55 JS, revision 13761

Some comments modified to help with documentation

2002-01-23 05:48 DW, revision 13760

More bug fix updates.

2002-01-23 00:15 VS, revision 13759

added wxGenericDirCtrl handler to XRC

2002-01-23 00:14 VS, revision 13758

fixed typo

2002-01-23 00:14 VS, revision 13757

added length argument to wxString::wxString(wchar_t*), just like in case of wxChar* one

2002-01-23 00:13 VS, revision 13756

fixed .cached files on big endian machines and cleaned the code up

2002-01-22 23:19 DW, revision 13755

OS/2 bug fixes and new mod file

2002-01-22 23:18 DW, revision 13754

Font change for OS/2 to a smaller font.

2002-01-22 23:17 DW, revision 13753

OS/2 bug fix updates.

2002-01-22 22:37 JS, revision 13752

Added screenshot and a few lines of explanation.

2002-01-22 21:00 RD, revision 13751

SWIGged updates for wxGTK

2002-01-22 20:18 RD, revision 13750

Added OnDragOver returning wxDragCopy so text can be dropped from IE 6.

2002-01-22 18:55 VS, revision 13749

use AM_ICONV for iconv configure checks

2002-01-22 18:53 VS, revision 13748

added safety check to wxWindow::ReleaseMouse

2002-01-22 18:30 RD, revision 13747

Fix for when Set is called with wxSameAs to behave just like calling SameAs()

2002-01-22 17:46 JS, revision 13746

Added events topic.

2002-01-22 15:40 VZ, revision 13745

added a hack to work around the dummy kill focus messages under GTK

2002-01-22 15:39 VZ, revision 13744

use standard colours in all ports

2002-01-22 15:39 VZ, revision 13743

added (dummy) implementation of GetMetric(wxSYS_CURSOR_[XY])

2002-01-22 03:22 RD, revision 13742

Changes to match recent CVS updates, added demo for wxGenericDirCtrl.

2002-01-21 23:29 VS, revision 13741

clarified legal stuff

2002-01-21 23:29 VS, revision 13740

changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)

2002-01-21 22:45 VZ, revision 13739

compilation fix for Borland (hopefully)

2002-01-21 22:34 JS, revision 13738

Tidied/commented FL header files, regenerated docs and filled out Category section.

2002-01-21 21:36 RL, revision 13737

add versioned dep on libpng2-dev to avoid autobuilders making the same mistake.

2002-01-21 21:33 RD, revision 13736

Fixed a typemap. Added a Python list --> wxArrayInt typemap and wxArrayInt --> Python list helper. Added wxMultiChoiceDialog.

2002-01-21 21:30 RL, revision 13735

added missing header.

2002-01-21 21:25 DW, revision 13734

New Mod Def file.

2002-01-21 21:23 RL, revision 13733

Rebuild .debs with libpng2 (not libpng3 which would, and did, break binary compatibility)

2002-01-21 21:18 JS, revision 13732

Now adds 'include file' heading

2002-01-21 19:57 DW, revision 13731

More resource files

2002-01-21 19:51 DW, revision 13730

More resource files

2002-01-21 19:03 VS, revision 13729

fixed crash in wxSpinCtrl under wxGTK

2002-01-21 19:03 VS, revision 13728

fixed incorrect positioning of controls in generic wxSpinCtrl

2002-01-21 19:03 VS, revision 13727

added TAB handling

2002-01-21 19:03 VS, revision 13726

change WXDEBUG to WXSTDERR

2002-01-21 18:45 DW, revision 13725

Dialog updates

2002-01-21 18:11 VZ, revision 13724

added SetLabelFont() test

2002-01-21 17:53 VZ, revision 13723

added wxGetFontFromUser() similar to wxGetColourFromUser()

2002-01-21 17:52 VZ, revision 13722

added wxGetFontFromUser docs and links to it and wxGetColourFromUser from elsewhere

2002-01-21 17:49 VZ, revision 13721

added wxFont::Ok

2002-01-21 16:14 VZ, revision 13720

backported fix for some cpp versions not liking -MMD switch from the main branch

2002-01-21 15:52 VZ, revision 13719

added an explicit accessor to query the default key value

2002-01-21 14:32 DW, revision 13718

Commit of merge

2002-01-21 14:32 DW, revision 13717

no message

2002-01-20 23:14 VS, revision 13716

added first microscopic part of XRC format docs

2002-01-20 22:02 SN, revision 13715

Added missing include for non-precompiled headers.

2002-01-20 22:02 SN, revision 13714

Added missing include to os2/private.h.

2002-01-20 22:00 SN, revision 13713

Fixed apparent typo.

2002-01-20 22:00 SN, revision 13712

Added various #includes for non-precompiled headers.

2002-01-20 21:53 SN, revision 13711

- Added definition for struct SPBCDATA (missing in EMX). - Added forward declaration of wxString.

2002-01-20 21:50 SN, revision 13710

Fixed compilation problems with gcc on OS/2.

2002-01-20 21:47 SN, revision 13709

Added wchar handling for EMX (gcc on OS/2).

2002-01-20 21:44 SN, revision 13708

New version with latest additions to filelist.txt.

2002-01-20 21:43 SN, revision 13707

Added toplevel.{h,c} to OS/2 files.

2002-01-20 21:42 SN, revision 13706

Added wxUSE_OWNER_DRAWN for wxPM (OS/2)

2002-01-20 18:22 GD, revision 13705

use wxMac provided wxGetOsDescription with Apple DevTools

2002-01-20 17:52 GD, revision 13704

added missing include files for Apple DevTools

2002-01-20 16:47 SC, revision 13703

new targets for shared libs

2002-01-20 16:46 SC, revision 13702

added shared libs targets

2002-01-20 16:43 SC, revision 13701

added proper bracketing of QDflushing for carbon only

2002-01-20 16:34 SC, revision 13700

corrected wxKill signature, added Env methods (returning false)

2002-01-20 16:33 SC, revision 13699

export statement added

2002-01-20 16:32 SC, revision 13698

removed non appearance implementations

2002-01-20 16:32 SC, revision 13697

resource loader structure added for loading menu bar, apple menu will not get multiple entries under classic anymore

2002-01-20 16:29 SC, revision 13696

resource loader structure added

2002-01-20 16:28 SC, revision 13695

removed all resources that are not needed anymore

2002-01-20 16:27 SC, revision 13694

moved patterns to static structures, added resouce loader struct where needed

2002-01-20 16:26 SC, revision 13693

resource stack structure that sets up correct resource, new entry points for shared points

2002-01-20 16:24 SC, revision 13692

added constructor for compliance with wxPython

2002-01-20 16:24 SC, revision 13691

menu help under classic was not giving back the correct help menu handle

2002-01-20 16:23 SC, revision 13690

naming corrections, scrolling amount fixed

2002-01-20 16:18 SC, revision 13689

removed duplicate strdup definition for CW MSL V 7

2002-01-20 16:16 SC, revision 13688

added missing string definition

2002-01-20 16:14 SC, revision 13687

new static structure for using the correct resource file (needed for shared lib)

2002-01-20 16:13 SC, revision 13686

export statement needed

2002-01-20 16:12 SC, revision 13685

preparation for separated menu items

2002-01-20 16:11 SC, revision 13684

changed the usage of the member vars to be more consistent

2002-01-20 16:10 SC, revision 13683

added new constructor for wxpython

2002-01-20 16:09 SC, revision 13682

prefix files for shared library targets on cw mac

2002-01-20 16:09 SC, revision 13681

under metrowerks mac strdup is not exported

2002-01-20 16:06 SC, revision 13680

correct import and export statements for metrowerks

2002-01-20 16:06 SC, revision 13679

changed to wxStrdup, since strdup is not guaranteed to be defined

2002-01-20 16:05 SC, revision 13678

new headers for new shared lib targets on codewarrior

2002-01-20 15:20 VZ, revision 13677

added Append(wxArrayString) to wxItemContainer (and so to wxChoice, wxComboBox, wxListBox, ...)

2002-01-20 15:20 VZ, revision 13676

tried to make wxArrayString(bool autosort) ctor more explicit, e.g. prevent it from being used in implicit conversions from char * to wxArrayString

2002-01-20 15:19 VZ, revision 13675

added support for wxArrayString data in wxVariant

2002-01-20 11:28 VS, revision 13674

make sure gs_captureWindow is always set to NULL in DoReleaseMouse

2002-01-20 11:27 VS, revision 13673

removed tracing from html sample

2002-01-20 11:27 VS, revision 13672

added tracing of ReleaseMouse and assertion to prevent releasing window with mouse capture

2002-01-20 11:27 VS, revision 13671

added WXTRACE env. variable

2002-01-19 23:34 VS, revision 13670

fixed compilation

2002-01-19 23:24 VS, revision 13669

moved 'show hidden dirs' checkbox elsewhere, the dialog was too wide for wxMGL

2002-01-19 23:23 VS, revision 13668

rewrote wxGenericFileDialog to use sizers

2002-01-19 23:23 VS, revision 13667

documentation for wxHtmlWindow::OnOpeningURL

2002-01-19 23:23 VS, revision 13666

implemented URLs blocking in wxHtmlWindow

2002-01-19 23:22 VS, revision 13665

don't crash if we can't detect g_wcCharset

2002-01-19 21:49 VZ, revision 13664

added the possibility to hide the tip window automatically when the mouse leave the specified rectangle; fixed a few bugs with the window not disappearing automatically

2002-01-19 21:48 VZ, revision 13663

dismiss the popup when an unprocessed key is pressed

2002-01-19 21:45 VZ, revision 13662

documented new CaptureMouse() behaviour

2002-01-19 19:39 VZ, revision 13661

compilation/linking fixes for DoCaptureMouse() change

2002-01-19 19:38 VZ, revision 13660

Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)

2002-01-19 19:31 VZ, revision 13659

maintaint the mouse capture stack in all ports, not just wxUniv

2002-01-19 17:44 JS, revision 13658

Corrected wxTextCtrl doc

2002-01-19 15:42 VZ, revision 13657

fixed crash in iconv_close() as well

2002-01-19 15:30 GD, revision 13656

renamed wxLogXXX functions with va_list argument to wxVLogXXX

2002-01-19 15:10 GD, revision 13655

changed 'extern inline' to extern only

2002-01-19 14:50 GD, revision 13654

use "..." instead of <...> for wx includes

2002-01-19 14:43 GD, revision 13653

corrections to XFontName accessors

2002-01-19 13:15 VZ, revision 13652

fixed crash in iconv_open() and cleaned up the code a bit further

2002-01-19 12:20 VZ, revision 13651

fixed compilation with wxUSE_WCHAR_T=0

2002-01-19 12:19 VZ, revision 13650

fixed GetDiskFreeSpaceEx calling convention (Markus Greither)

2002-01-19 08:33 GD, revision 13649

removed __DARWIN__ conditional tests (the help menu doesn't work otherwise)

2002-01-19 07:48 GD, revision 13648

added IFF image file

2002-01-19 07:36 GD, revision 13647

corrected includes when wxUSE_SOCKETS is not defined

2002-01-18 23:16 VS, revision 13646

slight corrections, moved bwd compat macros to the end of the file

2002-01-18 23:16 DW, revision 13645

Dialog support

2002-01-18 22:34 JS, revision 13644

Started to improve header comments for FL

2002-01-18 20:31 VZ, revision 13643

fix for Sun CC bug with not calling temporary objects dtor

2002-01-18 20:01 VZ, revision 13642

better native font support for wxGTK

2002-01-18 19:04 VS, revision 13641

safer destruction of wxXmlResource::ms_instance

2002-01-18 17:05 DW, revision 13640

Weekly module def file update.

2002-01-18 17:01 DW, revision 13639

Various OS/2 changes to keep up with general library changes and some new dilaog support.

2002-01-18 16:58 DW, revision 13638

TRUE, not true; FALSE, not false....

2002-01-18 16:57 DW, revision 13637

Compile in IFF stuff.

2002-01-18 16:57 DW, revision 13636

Various OS/2 changes to keep up with general library changes.

2002-01-18 16:55 DW, revision 13635

Some WXPM defs for dialog styles.

2002-01-18 16:44 VZ, revision 13634

IFF support off by default

2002-01-18 15:55 JJ, revision 13633

Updating OpenVMS makefile

2002-01-18 15:47 VZ, revision 13632

corrected wxHIDE_READONLY documentation

2002-01-18 14:33 JS, revision 13631

Updated VC++ files

2002-01-18 11:50 JS, revision 13630

Moved the popup menu event handlers to dialog event handler to fix bug where events weren't being handled

2002-01-18 11:50 JS, revision 13629

Moved the popup menu event handlers to dialog event handler

2002-01-18 00:15 VZ, revision 13628

don't set WS_POPUP for all windows (fix for my last fix)

2002-01-17 23:57 VZ, revision 13627

wxUSE_IFF 0 by default

2002-01-17 23:54 VZ, revision 13626

recent MSW changes: wxFrame border styles and wxRadioButton dummy events fixes

2002-01-17 23:54 VZ, revision 13625

don't generate clicked events when we just get the focus

2002-01-17 23:51 VZ, revision 13624

fixed frame border styles (allow creating a friend with a simple or without border, allow frames without captions)

2002-01-17 23:42 VS, revision 13623

temporary Watcom fix

2002-01-17 23:42 VS, revision 13622

end with fatal error if cannot start MGL

2002-01-17 23:42 VS, revision 13621

Watcom wxMGL makefiles

2002-01-17 23:42 VS, revision 13620

Watcom build system for wxMGL

2002-01-17 23:42 VS, revision 13619

put vertical space before <pre> section

2002-01-17 23:41 VS, revision 13618

added singleton interface to wxXmlResource, replaces wxTheXmlResource

2002-01-17 23:41 VS, revision 13617

rewrote wxTextFile::OnRead to handle variable-length encodings correctly

2002-01-17 19:41 VS, revision 13616

compilation fix

2002-01-17 19:41 VS, revision 13615

partial update from gtk/changes.txt

2002-01-17 19:40 VS, revision 13614

updated wxUSE_ICO_CUR comment

2002-01-17 19:40 VS, revision 13613

fixed to the IFF handler, moved into one file

2002-01-17 19:38 VS, revision 13612

added wxUSE_IFF test

2002-01-17 19:38 VS, revision 13611

wxFont::IsFixedWidth for wxMGL

2002-01-17 19:38 VS, revision 13610

wxMGL Watcom makefiles fixes

2002-01-17 00:18 VS, revision 13609

wxMGL Watcom makefiles fixes

2002-01-17 00:16 VS, revision 13608

implemented Alex's <object_ref> symlinks in XRC

2002-01-16 19:50 VZ, revision 13607

more DLL compilation fixes

2002-01-16 17:48 RD, revision 13606

Patch for using wxSTC with Borland, #504370

2002-01-16 16:10 RD, revision 13605

UPdated the OSX build instructions a bit

2002-01-16 15:07 JJ, revision 13604

Committing in . update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/thread.h wxWindows/src/common/descrip.mms wxWindows/src/common/iffdecod.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-01-16 13:51 GT, revision 13603

Replaced "-erase" calls with "-$(RM)" calls Defined RM as "erase" if it is not already defined

2002-01-16 13:40 GT, revision 13602

Minor cleanup

2002-01-16 13:39 GT, revision 13601

Added checks for wxUSE_IOSTREAMH to determine which iostream(.h) to use

2002-01-16 10:31 GT, revision 13600

Fixed a '&' that should be an '&&'

2002-01-16 10:04 GD, revision 13599

added missing wxLogStatus function with variable argument list pointer

2002-01-16 06:54 RD, revision 13598

SWIGged updates for wxMac

2002-01-16 06:32 RD, revision 13597

wxThread::GetCurrentId for wxMac

2002-01-16 06:30 RD, revision 13596

wxThread::GetCurrentId() for Unix

2002-01-16 06:28 RD, revision 13595

Added wxThread::GetCurrentId(), which returns an ID for the current thread, even if it is not a wxThread.

2002-01-16 02:50 RD, revision 13594

Compilation fix

2002-01-16 01:03 RD, revision 13593

Regenerated SWIGged sources for wxGTK

2002-01-16 01:01 RD, revision 13592

Added wx/dirctrl.h to filelist.txt so it will get installed. Regenerated makefiles and such.

2002-01-16 00:45 VZ, revision 13591

added WXDIRREL needed for contrib samples

2002-01-16 00:34 VZ, revision 13590

lookup the classes in the hash table if it had been already set up

2002-01-15 23:37 VS, revision 13589

merged another part of Alex's work (LoadMenuBar w/ parent)

2002-01-15 21:31 GT, revision 13588

Added /nologo to the CFLAGS to match other makefiles

2002-01-15 20:32 GT, revision 13587

dummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D makefile.vc and makebase.vc no longer override the location of dummy(dll).obj that is specified in makevc.env if wxWin/include/wx/msw/setup.h does not exist, setup0.h is copied to setup.h [BASE builds]setup.h is no longer used from wxWin/include/wx, it is now used just like with makefile.vc. setup.h is copied from wxWin/include/wx/msw into wxWin/lib/base(d)/wx and all references to setup.h now read this location

2002-01-15 20:28 GT, revision 13586

Changed version to 233

2002-01-15 17:57 RR, revision 13585

Added IFF handler. Minor doc updates. Corrected configure for SGI OpenGL (wx-config related).

2002-01-15 17:36 VZ, revision 13584

added a fix for cygwin and cleaned up wxGetWorkingDirectory()

2002-01-15 17:04 VZ, revision 13583

added more files to wxBase distrib (and unzip.h to the filelist)

2002-01-15 16:21 RR, revision 13582

gdk_rgb doesn't work on SGI.

2002-01-15 16:20 VS, revision 13581

case insensitive HHP files and fixed buffer overflow vulnerability

2002-01-15 14:49 GT, revision 13580

Added checks for wxUSE_IOSTREAMH to #include the correct header file based on setup.h settings

2002-01-15 04:54 RD, revision 13579

Added wxGenericDirCtrl and other varioius updates

2002-01-15 00:09 VS, revision 13578

reverted my locale change

2002-01-14 21:04 SC, revision 13577

changed processing of events to only process the events that were logged when entering wxMacProcessNotifierEvents, ignoring eventually added new ones during notifier processing

2002-01-14 20:56 SC, revision 13576

fixed MouseUp handling when window was captured

2002-01-14 20:40 SC, revision 13575

added missing break in switch statement

2002-01-14 20:32 GT, revision 13574

Fixed '_' chars that were not quoted with a '\' Fixed layout problems for functions that had overloaded \func{} defs for the function. Problem was that there needs to be a blank line between them, or they all get concatenated Changed a bunch of "char*" to "char *", as the (just slightly) larger number of occurances use "char *" rather than "char*" throughout the .tex files

2002-01-14 20:29 RR, revision 13573

Fix wxClipboard. Fix enter and leave events.

2002-01-14 20:23 SC, revision 13572

since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too

2002-01-14 19:10 VZ, revision 13571

make locale modified them, not me

2002-01-14 19:04 VZ, revision 13570

added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif

2002-01-14 18:08 SC, revision 13569

added flushing for MacOS X buffered window immediatly when using wxWindow::Update

2002-01-14 17:14 VZ, revision 13568

made the alphabetic class order more alphabetic

2002-01-14 16:40 VZ, revision 13567

made the alphabetic class order more alphabetic

2002-01-14 14:13 SC, revision 13566

corrected apple menu and help menu anomalies under carbon

2002-01-14 14:13 SC, revision 13565

expanded autotranslation of Exit-Quit to items having accelerators

2002-01-14 12:14 VZ, revision 13564

added missing WXDLLEXPORTs

2002-01-14 12:07 VZ, revision 13563

fixed warnings about double to int conversions, defined PI as a constant, untabbed

2002-01-14 07:10 GD, revision 13562

added wxLog functions with a variable argument list pointer

2002-01-14 00:22 VS, revision 13561

removed wxYield from wxHtmlWindow (seems to work w/o it and yielding caused reentrancy problems)

2002-01-14 00:22 VS, revision 13560
  • D /wxWidgets/trunk/include/wx/gtk/setup0.h
  • D /wxWidgets/trunk/include/wx/gtk1/setup0.h
  • D /wxWidgets/trunk/include/wx/motif/setup0.h

removed setup0.h artifacts

2002-01-14 00:17 VZ, revision 13559

do NOT append extension to the library names which already have it!

2002-01-13 23:04 VZ, revision 13558

0. extracted toolbar colour mapping stuff to its own function 1. wxToolBar adjusts the colours properly when the system colours change 2. wxImageList uses light grey as the transparent colour for the bitmaps

2002-01-13 21:00 VZ, revision 13557

compilation fix

2002-01-13 20:59 VZ, revision 13556

really fixed toolbar mapping bug (finally, it was the programmer bug...)

2002-01-13 20:45 VZ, revision 13555

fixed toolbar mapping bug (optimizer bug?) in the release build (bug 501485)

2002-01-13 19:25 SC, revision 13554

reverted DoReadLong

2002-01-13 19:20 SC, revision 13553

corrected DoReadLong

2002-01-13 19:16 SC, revision 13552

corrected GetDepth method and wrong disposal calls for pixmap

2002-01-13 18:34 VZ, revision 13551

removed MSWDetachWindowMenu() (part of the MDI change from yesterday which I forgot to commit)

2002-01-13 17:56 SC, revision 13550

changed the MulDiv Macro removing macheader dep.

2002-01-13 17:41 GD, revision 13549

use "..." instead of <...> for wx includes

2002-01-13 17:38 SC, revision 13548

added type and creator routines for mac

2002-01-13 17:37 GD, revision 13547

corrections for wxMac

2002-01-13 15:59 SC, revision 13546

added missing functions

2002-01-13 15:58 SC, revision 13545

switched to proper const scheme for findfolder on mac

2002-01-13 15:57 SC, revision 13544

corrected retrieval of a long

2002-01-13 15:55 SC, revision 13543

added correct printing headers for mac

2002-01-13 14:55 RR, revision 13542

Typo.

2002-01-13 14:54 RR, revision 13541

A bit of translation.

2002-01-13 14:50 RR, revision 13540

Remove surplus wxTheApp from wxApp...

2002-01-13 14:48 RR, revision 13539
  • D /wxWidgets/trunk/src/freetype

Remove more FreeType.

2002-01-13 14:44 RR, revision 13538
  • D /wxWidgets/trunk/src/freetype/ftconfig.h
  • D /wxWidgets/trunk/src/freetype/macfond
  • D /wxWidgets/trunk/src/freetype/otlayout
  • D /wxWidgets/trunk/src/freetype/psnames
  • D /wxWidgets/trunk/src/freetype/raster1
  • D /wxWidgets/trunk/src/freetype/sfnt
  • D /wxWidgets/trunk/src/freetype/smooth
  • D /wxWidgets/trunk/src/freetype/truetype
  • D /wxWidgets/trunk/src/freetype/type1
  • D /wxWidgets/trunk/src/freetype/type1z
  • D /wxWidgets/trunk/src/freetype/unix
  • D /wxWidgets/trunk/src/freetype/winfonts

Remove FreeType.

2002-01-13 14:22 GD, revision 13537

applied ANI images patch and added wxUSE_ICO_CUR

2002-01-13 13:48 VS, revision 13536

make all now compiles .mo catalogs

2002-01-13 12:01 VS, revision 13535

applied ANI images patch and added wxUSE_ICO_CUR

2002-01-13 11:35 VZ, revision 13534

fixed Set(month, day, year) docs (bug #502944)

2002-01-13 01:26 VZ, revision 13533

applied patch for safer GIF decoding (502103)

2002-01-13 01:26 VZ, revision 13532

fixed several resource leaks related to MDI menus

2002-01-13 00:24 VZ, revision 13531

fixed wxRichEditModule::Load(): should return an error if the richedit DLL couldn't be loaded previously, not success

2002-01-13 00:05 VZ, revision 13530

fixed a huge memory leak in wxStreamBuffer

2002-01-12 22:45 VZ, revision 13529

SetValue() doesn't call Clear()

2002-01-12 19:56 GD, revision 13528

changed PPC struct alignement setting

2002-01-12 19:48 GD, revision 13527

changed PPC struct alignement setting

2002-01-12 15:00 VZ, revision 13526

made XPMs const

2002-01-12 14:59 VZ, revision 13525

Sun warning and Unicode fixes

2002-01-12 12:21 RR, revision 13524

Some additions to the 12-bit patch.

2002-01-12 11:36 RR, revision 13523

Applied patches for wxBU_EXACTFIT to button.cpp and tglbtn.cpp Applied patch for SGI's 12-bit visuals to bitmap.cpp.

2002-01-12 09:49 RR, revision 13522

Corrected wxDialog event table under wxMac and wxOS2 as per the other ports. Corrected generic validator for wxComboBox as per bug report.

2002-01-12 00:50 VS, revision 13521

fixed m_OldAlign hiding

2002-01-11 23:12 DW, revision 13520

Oops, left some personal stuff in here.

2002-01-11 22:39 DW, revision 13519

OS/2 Statusbar fixes in DC

2002-01-11 22:39 DW, revision 13518

OS/2 Statusbar fixes

2002-01-11 19:54 GD, revision 13517

correction to shared library build command for HP (needs -fPIC to link)

2002-01-11 19:33 VZ, revision 13516

more Sun C++ compiler warning fixes: in particular, added an ugly but necessary workaround for avoiding warning in the .xpm files

2002-01-11 19:14 SC, revision 13515

corrected wxMenuBar::Insert , ::Append for a correct title even when the menubar is already attached, also removed a menu->attach which is not necessary anymore.

2002-01-11 18:59 VZ, revision 13514

added support for wxALIGN_XXX in wxStaticBox

2002-01-11 18:06 RR, revision 13513

Corrected wxFrame::SetMenuBar() for repeated calls including for NULL.

2002-01-11 18:03 SC, revision 13512

new libraries added

2002-01-11 17:55 SC, revision 13511

added new files from common

2002-01-11 17:50 SC, revision 13510

include changes

2002-01-11 17:49 SC, revision 13509

destructor fix in case it is not a real dialog

2002-01-11 16:13 GD, revision 13508

added missing const for Apple DevTools

2002-01-11 15:05 VZ, revision 13507

reverted stupid compilation breaking typo checked in previously

2002-01-11 14:34 RR, revision 13506

Move notebook size code for mac to mac/notebook.cpp

2002-01-11 14:33 RR, revision 13505

Make log.cpp compilable under CW 5.2 non-Carbon

2002-01-11 14:07 SC, revision 13504

fixes for using non opaque structs under debug classic, support for ATSU and pixel pattern.

2002-01-11 14:01 SC, revision 13503

fewer standard includes

2002-01-11 13:49 SC, revision 13502

changed to non-opaque structs for debugging (makes debugging useful, otherwise we cannot view toolbox structs)

2002-01-11 13:48 SC, revision 13501

additions

2002-01-11 13:27 SC, revision 13500

ATSU Rendering Support added

2002-01-11 07:37 JJ, revision 13499

Committing in . wxMOTIF updates for OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/motif/descrip.mms wxWindows/src/motif/glcanvas.cpp ----------------------------------------------------------------------

2002-01-11 00:02 VZ, revision 13498

minor wxFRAME_EX_CONTEXTHELP updates

2002-01-11 00:01 VZ, revision 13497

changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT

2002-01-11 00:01 VZ, revision 13496

no changes

2002-01-10 23:58 VZ, revision 13495

moved toolbar adjustments for the client size from wxTLWMSW to wxFrameMSW to fix problems in wxUniv

2002-01-10 23:25 VS, revision 13494

1. finished porting wxDir/FileDialog to MS-DOS 2. added code to dynamically enable/disable controls in wxFileDialog depending on which actions are permitted at the moment (e.g. you can't click the 'Up' button if you're at / directory

2002-01-10 22:40 VZ, revision 13493

compilation fix for VC++

2002-01-10 21:31 GD, revision 13492

unified UMAPrOpen/UMAPrClose prototypes for session and non-session printing

2002-01-10 21:09 GD, revision 13491

disable MetroNub stuff for CodeWarrior 5.3 Carbon builds

2002-01-10 21:09 GD, revision 13490

changed PPC struct alignement setting

2002-01-10 20:46 GD, revision 13489

changed PPC struct alignement setting

2002-01-09 23:22 DW, revision 13488

Consildation and cleanup of global variables. Mostly all delclared and all defined in one header and module.

2002-01-09 23:18 DW, revision 13487

Support for WXPM's native font info.

2002-01-09 23:16 DW, revision 13486

Lots of cleanup, mostly consolidating globals

2002-01-09 21:18 VZ, revision 13485

a few things I'd like to do

2002-01-09 21:14 RD, revision 13484

Updated to use correct value for wxSTC_MASK_FOLDERS

2002-01-09 20:18 VZ, revision 13483

bug fix for wxBufferedInputStream::LastCount() after Read()

2002-01-09 18:00 RR, revision 13482

wxDirDialog no longer shows hidden files. I don't know yet how to implement the reparsing when the user checks/unchecks the "Show hidden directories" button. And my mail is down...

2002-01-09 17:03 VZ, revision 13481

mention that wxDialog doesn't derive from wxPanel any more

2002-01-09 13:09 VZ, revision 13480

winundef.h is needed for wxBase as well

2002-01-09 13:04 VZ, revision 13479

copy dummy*.cpp files as well

2002-01-09 12:49 VZ, revision 13478

fixes for the compilation warnings with Sun CC: 1. some fixes for "String literal to char * conversion" warnings (many more left in the *.xpm files) 2. fixes for "assignment of function to extern "C" function" 3. a few other miscellaneous ones

2002-01-09 01:35 VZ, revision 13477

no (real) changes

2002-01-09 01:34 VZ, revision 13476

use wxTE_RICH for the log window now that it should scroll correctly

2002-01-09 01:32 VZ, revision 13475

added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()

2002-01-09 01:31 VZ, revision 13474

make listbox taller

2002-01-09 01:30 VZ, revision 13473

exercise wxTextCtrl::GetRange

2002-01-09 00:14 VZ, revision 13472

wxNullFont shouldn't be passed to wxDC::SetFont()

2002-01-08 23:53 VS, revision 13471

use the new wxSystemSettings API everywhere

2002-01-08 23:38 VS, revision 13470

more MS-DOS stuff in generic wxFileDialog

2002-01-08 23:37 DW, revision 13469

OS/2 NativeFontInfo support

2002-01-08 23:37 VS, revision 13468

disable long filenames under DJGPP

2002-01-08 23:36 VS, revision 13467

expand . into cwd

2002-01-08 23:36 VS, revision 13466

MS-DOS fix to wxDir

2002-01-08 23:36 VS, revision 13465

wxDirDialog port to MS-DOS

2002-01-08 23:35 VS, revision 13464

compilation fix

2002-01-08 23:35 VS, revision 13463

use the new wxSystemSettings API everywhere

2002-01-08 23:33 DW, revision 13462

OS/2 NativeFontInfo support

2002-01-08 23:29 VZ, revision 13461

don't allow setting an invalid font

2002-01-08 23:27 VS, revision 13460

use the new wxSystemSettings API everywhere

2002-01-08 23:26 VS, revision 13459

wxSystemSettings docs correction

2002-01-08 23:25 VS, revision 13458

backward-compatiblity functions must go to wxSystemSettings, otherwise (non-virtual) wxSSNative version would be used :(

2002-01-08 23:25 VS, revision 13457

reverted my previous fix

2002-01-08 23:25 VS, revision 13456

wxRTTI for wxPopupWindow in wxMGL

2002-01-08 23:25 VS, revision 13455

DLL compilation fix

2002-01-08 22:28 DW, revision 13454

Getting rid of odd control characters at EOL in source.

2002-01-08 22:05 GD, revision 13453

wxGenericDirDialog related corrections for wxMac

2002-01-08 18:06 VS, revision 13452

moved InteractiveMove to wxUniv's wxTopLevelWindow

2002-01-08 18:03 VS, revision 13451

use UNIX wxDir if available

2002-01-08 18:02 VS, revision 13450

infinite recursion fix in wxTLW/Univ

2002-01-08 14:15 JS, revision 13449

Moved include for Windows compilation; minor doc tweaks

2002-01-08 10:13 JJ, revision 13448

Committing in . Added [.src.common]dircmn.cpp in makefile for OpenVMS Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-01-07 21:52 GD, revision 13447

implement out-of-line destructors where needed instead of using __DARWIN__ specific conditional compilation

2002-01-07 21:38 RD, revision 13446

Prevent crash when m_defGridAttr is NULL

2002-01-07 19:20 VZ, revision 13445

corrected the release year

2002-01-07 19:15 RD, revision 13444

Added sample of using client data to the wxComboBox demo

2002-01-07 18:35 RD, revision 13443

Clean up $(WXDIR)\$D too

2002-01-07 18:33 VZ, revision 13442

added the splitter event processing and also cleaned up the sample a bit

2002-01-07 18:08 DW, revision 13441

clipboard update and latest module definition file of .dll build

2002-01-07 16:51 DW, revision 13440

toplevel fixes to deal with base class fixes. Create interface change to support passing in stacksize and OS/2 SystemSettingsNative support

2002-01-07 16:45 DW, revision 13439

OS/2 fix to support removal of WXPM ifdefs in header.

2002-01-07 16:44 DW, revision 13438

implemented OS/2's wxSystemSettingsNative

2002-01-07 16:44 DW, revision 13437

Removal of WXPM ifdefs.

2002-01-07 16:40 DW, revision 13436

toplevel fixes and USE_RUL and PRTOTCOL stuff

2002-01-07 16:18 DW, revision 13435
  • D /wxWidgets/trunk/include/wx/os2/settings.h

No longer needed

2002-01-07 15:24 VZ, revision 13434

don't assign string literals to a char * variable

2002-01-07 14:34 VZ, revision 13433

patch from Dimitri fixing crashes when decoding the invalid GIFs

2002-01-07 14:25 VZ, revision 13432

fix for GL library soname under Solaris

2002-01-07 00:49 DW, revision 13431

Toplevel window support

2002-01-07 00:49 DW, revision 13430

OS/2 scrolling support for controls

2002-01-07 00:45 DW, revision 13429

Some things needed in the base class of OS/2

2002-01-07 00:44 DW, revision 13428

Support for Toplevel window

2002-01-07 00:43 DW, revision 13427

Some needed OS/2 things in the base class for OS/2 Toplevel support.

2002-01-07 00:38 VZ, revision 13426

unfortunately the fuzzy colour comparison is really needed (why?)

2002-01-06 23:11 VS, revision 13425

hasSubDirs already defined in dircmn

2002-01-06 23:11 VS, revision 13424

compilation fix

2002-01-06 23:11 VS, revision 13423

Nuked Sections

2002-01-06 23:10 VS, revision 13422

merged both implementations of wxGenericDirCtrl

2002-01-06 22:46 VZ, revision 13421

removed extra erroneous DeleteContents()

2002-01-06 16:13 GD, revision 13420

moved TARGET_CARBON to mac private header disabled MacOS X -cpp-precomp option which has problems with _T macro and precompiled Carbon headers (order of includes has changed)

2002-01-06 16:00 GD, revision 13419

unified Carbon/Classic and Session/Port printing member name

2002-01-06 15:59 GD, revision 13418

removed conditional for Apple DevTools now that mac headers are not included

2002-01-06 15:54 GD, revision 13417

removing dependancy on mac headers from public wx headers (eventually adding wx/ mac/private and typecasts)

2002-01-06 15:49 GD, revision 13416

unified Carbon/Classic and Session/Port printing member name

2002-01-06 15:48 GD, revision 13415

removing dependancy on mac headers from public wx headers (eventually adding wx/ mac/private and typecasts)

2002-01-06 15:43 GD, revision 13414

unified Carbon/Classic and Session/Port printing member name

2002-01-06 15:42 GD, revision 13413

moved TARGET_CARBON define to private include for MacOS X

2002-01-06 15:40 GD, revision 13412

use "..." instead of <...> for wx headers

2002-01-06 15:38 GD, revision 13411

removing dependancy on mac headers from public wx headers

2002-01-06 14:51 VS, revision 13410

copyright update

2002-01-06 14:50 VS, revision 13409

1. fixed CR/LF mess (sorry) 2. applied Dimitri's patch for foo..bar case 3. explained while my workaround for MSLU bug will have to stay here forever

2002-01-06 14:48 GD, revision 13408

correction for wxMac

2002-01-06 14:39 RR, revision 13407

Further correction to wxListCtrl line wrapping.

2002-01-06 14:12 GD, revision 13406

removed unneeded ;

2002-01-06 14:12 GD, revision 13405

added missing virtual for overidden function

2002-01-06 01:43 RD, revision 13404

Updated wxPython version number

2002-01-06 01:41 RD, revision 13403

Updated DLL version number

2002-01-06 01:40 RD, revision 13402

SWIGged updates for wxGTK

2002-01-06 01:14 RD, revision 13401

Some compilation fixes

2002-01-06 01:14 RD, revision 13400

SWIGged code updates for wxMAC

2002-01-05 23:45 RD, revision 13399

Some updates to go with changes in current CVS. Added wxSplashScreen.

2002-01-05 23:27 VS, revision 13398

fix order of initializiton of rootless treectrl

2002-01-05 23:26 VS, revision 13397

fix for root behavior under MSW

2002-01-05 23:16 JS, revision 13396

Added bone structure for Gizmos docs

2002-01-05 23:02 JS, revision 13395

Added makefile

2002-01-05 22:59 JS, revision 13394

Added bone structure for FL documentation

2002-01-05 22:49 RD, revision 13393

Fixed an off-by-one error in the rectangle converter

2002-01-05 22:48 RD, revision 13392

Fixed gs_metricsMap so the constants line up correctly, there was an off-by-one since the wx enum starts at 1 instead of 0.

2002-01-05 22:47 RD, revision 13391

Added missing wxNativeFontInfo::GetFamily(). I think I did it right but somebody who knows should check it.

2002-01-05 19:30 VS, revision 13390
  • D /wxWidgets/trunk/misc/mgl_data

move wxMGL cursor files to Scitech MGL itself

2002-01-05 19:30 VS, revision 13389

MSLU fixes for RichEdit

2002-01-05 16:40 SC, revision 13388

corrected the non masked blitting code, brush hatched colors corrected

2002-01-05 16:40 SC, revision 13387

made sure the alignment for the non-carbon fake list def resource is always 68k

2002-01-05 16:39 SC, revision 13386

memory leak fixed

2002-01-05 16:37 SC, revision 13385

when the system is not yet start fully (macos not inited) mutexes and critical sections take shortcuts, these are ok since at this time there is always only on thread

2002-01-05 16:36 SC, revision 13384

added method for finding out, whether the macos system is fully initialized for this app (e.g. it is not during static initialization)

2002-01-05 16:25 VS, revision 13383

MSLU fixes

2002-01-05 16:25 VS, revision 13382

REALLY fixed the leak (Dimitri)

2002-01-05 15:58 RR, revision 13381

Recorrected calculation of client size in wxListCtrl. Also added comments on why this is correct.

2002-01-05 12:06 GD, revision 13380

removed obsolete files and added missing ones

2002-01-05 01:34 VZ, revision 13379

fixed incorrect calls to SelectObject(hdc, NULL)

2002-01-05 01:25 VZ, revision 13378

fixed resource leak in CreateIconFromBitmap() (Dimitri)

2002-01-04 22:51 VS, revision 13377

fixed memory leak when saving XPMs

2002-01-04 22:06 SC, revision 13376

removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts), carbon additions

2002-01-04 21:52 GD, revision 13375

added missing include file for Apple DevTools

2002-01-04 21:51 GD, revision 13374

added missing casts after removal of dependancy on mac headers

2002-01-04 17:47 JS, revision 13373

Reversed breakage

2002-01-04 17:36 JS, revision 13372

Fixes for GNUPro 00r1

2002-01-04 17:27 VZ, revision 13371

fixed assert failure in wxStaticCast()

2002-01-04 17:26 SC, revision 13370

removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts)

2002-01-04 17:19 SC, revision 13369

removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private)

2002-01-04 17:13 SC, revision 13368

removing dependancy on mac headers from public wx headers

2002-01-04 17:09 SC, revision 13367

removing dependany on mac headers from public wx headers

2002-01-04 17:00 SC, revision 13366

removing dependany on mac headers from public wx headers

2002-01-04 16:44 VZ, revision 13365

added 2.2.9 release date

2002-01-04 16:15 , revision 13364

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

2002-01-04 16:15 VZ, revision 13363

regenerated

2002-01-04 16:14 VZ, revision 13362

fixes for the build system changes

2002-01-04 15:40 VZ, revision 13361

include the locale files in the RPM

2002-01-04 15:28 VZ, revision 13360

wxBase-devel RPM generation updates

2002-01-04 15:28 VZ, revision 13359

compilation fix

2002-01-04 15:20 VZ, revision 13358

fixed the dialog event table (bug #498611)

2002-01-04 15:04 VZ, revision 13357

fixes to the bzip dist creation

2002-01-04 15:04 VZ, revision 13356

use --no-recursion configure switch when building wxBase RPM

2002-01-04 14:56 VZ, revision 13355

1. updated the version number to 2.2.9 2. use tar.bz2 instead of tar.gz

2002-01-04 14:51 VZ, revision 13354

regenerated the files to not include wx/setup.h

2002-01-04 14:50 VZ, revision 13353

removed setup.h

2002-01-04 14:18 JS, revision 13352

Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95

2002-01-04 13:06 VZ, revision 13351

always make the name of the file to replace absolute before using it

2002-01-04 13:04 VZ, revision 13350

typo which prevented TMP env var from being used in CreateTempFile fixed

2002-01-04 11:06 JS, revision 13349

Fixed missing membersections bug and also bug with functions not being written in the right class

2002-01-04 01:39 VZ, revision 13348

fixed wxIsPathSeparator() to work for Mac

2002-01-03 23:16 VS, revision 13347

fixed MSW makefiles

2002-01-03 23:08 VS, revision 13346

made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)

2002-01-03 23:08 VS, revision 13345

(Hopefully) fixed bad MSW makefiles (Vadim, can you please check if I haven't screw up something in that executable noise?)

2002-01-03 19:07 VZ, revision 13344

moved Watcom thread stack size fix from .h to the .cpp

2002-01-03 18:23 JS, revision 13343

Added ignoreBadRefs so e.g. the PMF manual doesn't generate bad references to wxWindows classes.

2002-01-03 18:19 , revision 13342
  • A /wxWidgets/tags/wxPy_LAST_2_3_2
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/.cvsignore
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/aclocal.m4
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/autogen.sh
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/config.guess
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/config.sub
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/configure
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/configure.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/contrib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/debian
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/demos
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/descrip.mms
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/difflast.pl
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/distrib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/docs
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/include
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/install-sh
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/lib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/locale
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/Makefile.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/make-deb
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/misc
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/mkinstalldirs
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/regen
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/samples
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/setup.h.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/setup.h_vms
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/src
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/tests
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/user
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/utils
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wx-config.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxBase.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxGTK.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxMotif.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxWINE.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxwin.m4

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

2002-01-03 18:19 RD, revision 13341

PyCrust updates

2002-01-03 18:18 RD, revision 13340

Fix for Python 2.2 issue

2002-01-03 18:17 RD, revision 13339

Move [GS]etDefaultItem up to wxWindow

2002-01-03 18:16 RD, revision 13338

use proper style name

2002-01-03 17:39 VZ, revision 13337

don't crash in UnselectAll() if the tree has no root

2002-01-03 17:18 VZ, revision 13336

fixed memory leak in wxHTTP

2002-01-03 17:16 VZ, revision 13335

compilation fix for recent commit

2002-01-03 16:01 VZ, revision 13334

added wxRTTI macros to wxPopupComboWindow and wxPopupTransientWindow

2002-01-03 15:59 VZ, revision 13333

rearranged functions by topics, got rid of the macros section and reduced the miscellaneous one and also added the alphabetical function list

2002-01-03 14:23 JS, revision 13332

Added code to make it not duplicate membersections for overloaded functions

2002-01-03 14:15 JJ, revision 13331

Committing in . Updated OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-01-03 13:34 JS, revision 13330

Added FlushAll to CloseClass, otherwise text was only flushed right at the end, and appeared in one file.

2002-01-03 12:47 GD, revision 13329

added missing include file for Apple DevTools

2002-01-03 12:02 JS, revision 13328

Added main() and corrected VC++ project settings

2002-01-03 10:25 SC, revision 13327

added plain "*" as wildcard

2002-01-03 09:47 SC, revision 13326

added correct temp folder path for mac classic

2002-01-03 09:29 SC, revision 13325

corrected graying out, only to be executed when background is gray or white

2002-01-03 06:34 RL, revision 13324

Changed test to reflect the real current state of dynamic loading dependencies.

2002-01-03 06:22 RL, revision 13323

Use GetFullPath not GetFullName in OnWrite else we'll always write the file to the cwd.

2002-01-03 05:53 RL, revision 13322

Added (and documented :) optional stack size specification for wxThread.

2002-01-03 00:49 VZ, revision 13321

fixed SetInsertionPoint() for the rich text controls (ugly hack)

2002-01-03 00:45 VZ, revision 13320

log textctrl should be readonly

2002-01-03 00:42 VZ, revision 13319

suppressed wrong debug error messages from SetFocus

2002-01-03 00:13 VZ, revision 13318

some brush tests

2002-01-02 23:18 VZ, revision 13317

added wxRTII macros to wxPopupWindow under MSW

2002-01-02 23:08 VZ, revision 13316

fixed NotMSW flag handling in the common files (now for the makefiles)

2002-01-02 23:05 VZ, revision 13315

fixed NotMSW flag handling in the common files

2002-01-02 18:14 JS, revision 13314

Attempted to alter project settings for wxBase, Release mode, with only partial success

2002-01-02 17:09 VS, revision 13313

fixing effects of my lack of English skills: GetImagesCount back to GetImageCount

2002-01-02 17:09 VS, revision 13312

updated tags info

2002-01-02 17:08 VS, revision 13311

fixed missing wxprec.h

2002-01-02 15:25 GT, revision 13310

Replaced 'delete' calls with wxDELETE() calls

2002-01-01 23:14 VS, revision 13309

regenerated makefiles (forgot to do it after changing filelist.txt... so much for advantages of having everything in the CVS...)

2002-01-01 23:14 VS, revision 13308

wrong directory

2002-01-01 23:13 VS, revision 13307

multiple images support in wxImage

2002-01-01 23:13 VS, revision 13306

support for multiple images in one file

2002-01-01 23:13 VS, revision 13305

1. applied (heavily modified) patch for reading CUR files by Chris 2. fixed MIME types (changed to image/x-{bmp,ico,cur}) 3. (hopefully) reduced excessive amount of spaces used in code formatting 4. made error messages human readable

2002-01-01 17:28 GD, revision 13304

wxSystemSettings class API face lift: better names for its methods (wxMOTIF)

2002-01-01 17:27 GD, revision 13303

implemented native font stuff for wxMotif

2002-01-01 14:47 SC, revision 13302

added correct pen styles for wxDOT etc as well as wxSTIPPLE implementation for 8x8 patterns

2002-01-01 14:36 SC, revision 13301

changed layout hints to proper determining aqua layout presence before

2002-01-01 14:35 SC, revision 13300

detection of aqua layout scheme added

2002-01-01 09:58 SC, revision 13299

corrected hatched brushes emulation

2002-01-01 09:56 SC, revision 13298

added stipple opaque mask detection

2002-01-01 09:55 SC, revision 13297

added wxcompliant patterns for hatched brushes

2002-01-01 09:55 SC, revision 13296

added null bytes to carb(0) resource, added comment about plst(0) resource

2002-01-01 09:54 SC, revision 13295

added detection of aqua layout scheme

2001-12-31 23:51 VS, revision 13294

don't use --enable-protocol(-xxx) w/o sockets

2001-12-31 23:30 VS, revision 13293

compilation fix for wxUSE_PROTOCOL_FILE=0

2001-12-31 23:30 VS, revision 13292

removed previously unused and now uncompilable code from wxMGL

2001-12-31 21:09 GD, revision 13291

wxSystemSettings class API face lift: better names for its methods

2001-12-31 20:48 GD, revision 13290

drag and drop is now implemented in wxMac

2001-12-31 20:15 GD, revision 13289

added missing include file for Apple DevTools

2001-12-31 19:42 GD, revision 13288

added missing include files for Apple DevTools

2001-12-31 19:42 GD, revision 13287

added bmpbase

2001-12-31 19:25 GD, revision 13286

added wxUSE_PROTOCOL/wxUSE_URL defines

2001-12-31 18:38 JS, revision 13285

Removed debug comments

2001-12-31 18:22 RL, revision 13284

move MSW specific test for SIZE_T_IS_* to after setup.h is included else this breaks for cross builds.

2001-12-31 16:49 SC, revision 13283

d&d implementation and checklistbox enabled

2001-12-31 16:43 SC, revision 13282

d&d implementation

2001-12-31 16:42 SC, revision 13281

wxMAC added

2001-12-31 16:37 SC, revision 13280

drag and drop implementation

2001-12-31 16:35 SC, revision 13279

checklist implementation

2001-12-31 16:34 SC, revision 13278

redraws added when value changes

2001-12-31 16:33 SC, revision 13277

mac codewarrior implementation updated, avoids sending debugstr when no mw debugger is running

2001-12-31 16:31 SC, revision 13276

drag & drop implemented

2001-12-31 16:30 SC, revision 13275

checklist implemented

2001-12-31 15:39 RL, revision 13274

Applied patches to suppress warnings about base class initialisation in copy ctors..

2001-12-31 15:09 RL, revision 13273

fix for arm, powerpc and s390 architectures where char is unsigned by default. Bumped versions for 2.2.9 release.

2001-12-31 11:56 VS, revision 13272

remove settings.h from wxGTK

2001-12-31 11:54 VS, revision 13271

finished Vadim's new wxUSEs under Unix

2001-12-31 11:53 VS, revision 13270

compilation fix

2001-12-31 11:53 VS, revision 13269

wxSystemSettings mods in wxGTK

2001-12-31 11:53 VS, revision 13268

wxSystemSettings mods in wxMGL and wxGTK

2001-12-31 11:53 VS, revision 13267
  • D /wxWidgets/trunk/include/wx/mgl/settings.h

wxSystemSettings mods in wxMGL

2001-12-31 11:53 VS, revision 13266

wxSystemSettings mods in wxGTK and wxMGL

2001-12-31 11:52 VS, revision 13265
  • D /wxWidgets/trunk/include/wx/gtk/settings.h
  • D /wxWidgets/trunk/include/wx/gtk1/settings.h

wxSystemSettings mods in wxGTK

2001-12-31 02:41 VZ, revision 13264

attemps to speed up wxToolBar::MapBitmap() - failed

2001-12-31 02:41 VZ, revision 13263

fixed a harmless buglet in wxSysErrorMsg() under Win32

2001-12-31 00:50 VS, revision 13262

cosmetic fix to bmpbase.cpp entry

2001-12-31 00:46 VS, revision 13261

use wxTR_HIDE_ROOT in wxHtmlHelpFrame

2001-12-31 00:46 VS, revision 13260

use better check for drives even with Mingw32 (and, later, MSDOS)

2001-12-31 00:46 VS, revision 13259

compilation fix (use int instead of wxDLFlags as parameter type, since the flags are used in OR-combinations

2001-12-31 00:45 VS, revision 13258

added workaround for Unicode functions not working under MSLU

2001-12-30 23:12 VZ, revision 13257

removed a stray ^M - how do they keep getting into the sources?

2001-12-30 22:35 VZ, revision 13256

compilation fix for wxUSE_DYNLOAD

2001-12-30 22:35 VZ, revision 13255

added a few useful utility classes: MemoryHDC and SelectInHDC

2001-12-30 22:34 VZ, revision 13254

1. wxSystemSettings class API face lift: better names for its methods 2. wxSystemSettings under wxUniv uses the wxTheme and wxColourScheme

2001-12-30 22:31 VZ, revision 13253

regenerated from .in

2001-12-30 22:30 VZ, revision 13252

Unicode test

2001-12-30 22:29 VZ, revision 13251

compilation fixes for !wxUSE_FONTMAP

2001-12-30 22:27 VZ, revision 13250

added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings

2001-12-30 22:26 VZ, revision 13249

compilation fixes for !wxUSE_STREAMS

2001-12-30 17:35 VZ, revision 13248

added Close All command support to wxDocView (patch 496068)

2001-12-30 17:28 VZ, revision 13247

wxDocument::SaveAs sets m_savedYet flag correctly (patch 494838)

2001-12-30 17:24 VZ, revision 13246

fixed memory leak in wxDocManager::CreateDocument (patch 494842)

2001-12-30 17:22 VZ, revision 13245

fixed uninitialized wxGridCellAttr::m_defGridAttr (patch 491231)

2001-12-30 17:15 VZ, revision 13244

fixed wxComboBox initial autosizing (patch 496702)

2001-12-30 17:07 VZ, revision 13243

wxFontEnumerator returns all fonts, not TrueType only

2001-12-30 15:51 VS, revision 13242

complain about nonexistent directory in wxDir

2001-12-30 15:51 VS, revision 13241

fixed stupid typo

2001-12-30 12:31 VS, revision 13240

Ehm... fixed my comment about DJGPP to say what I wanted it to say

2001-12-30 12:24 SC, revision 13239

drawing methods cleanup

2001-12-30 09:52 SC, revision 13238

carbon debugging lib added

2001-12-30 09:51 SC, revision 13237

new files added

2001-12-30 09:50 SC, revision 13236

setting and restoring the graf port

2001-12-30 09:44 SC, revision 13235

getting rid of several graf port handling routines

2001-12-30 09:43 SC, revision 13234

added theme savvy store/restore grafport

2001-12-30 00:31 VZ, revision 13233

don't make wxBitmapButtons same size as all the other buttons

2001-12-30 00:05 VS, revision 13232

fix for DJGPP returning unix/like/paths instead of what\you'd\expect\under\dos

2001-12-30 00:05 VS, revision 13231

fix for a fatal bug in wxMGL's wxDir

2001-12-30 00:05 VS, revision 13230

extended display mode handling to accept WXMODE env. variable

2001-12-30 00:05 VS, revision 13229

typo fix

2001-12-30 00:04 VS, revision 13228

making generic file dialog less Unixcentric

2001-12-29 18:34 RR, revision 13227

compile fix for bitmap.cpp under Mac

2001-12-29 16:14 VS, revision 13226

use a programmer-friendly macro for subclassing

2001-12-29 16:13 VS, revision 13225

implemented subclassing in XRC

2001-12-29 14:50 RL, revision 13224

removed dependency on windows.h from dynload.h Moved dlopen implementation into wxDynamicLibrary. Wrapped wxDllLoader in 2.2 compat guards and defined it in terms of the new classes. Added link option flags to wxDL and other missing functionality previously implemented in wxDllLoader. Modified wxDL++ classes to use wxDL base class implementation. Replaced all uses of wxDllLoader in wx classes by the new classes as appropriate. def'd out (unimplemented) wxSystemSettingsBase so wxMSW would link.

2001-12-29 09:59 SC, revision 13223

corrections for theme brush alignments under X (no more SetOrigin calls)

2001-12-29 09:57 SC, revision 13222

corrections for theme brush alignments

2001-12-28 23:06 DW, revision 13221

Add some missing methods

2001-12-28 22:25 VZ, revision 13220

a draft of wxSSBase class - it is yet unused and hopefully doesn't break anything [just yet]

2001-12-28 21:47 VZ, revision 13219

removed my timing code accidentally committed before

2001-12-28 21:27 VZ, revision 13218

disable native font stuff for wxMotif

2001-12-28 19:20 SC, revision 13217

new redrawing code

2001-12-28 19:19 SC, revision 13216

added debugging code for redrawing

2001-12-28 19:18 SC, revision 13215

adjusted for new visible region code

2001-12-28 19:17 SC, revision 13214

cleaned drawing code

2001-12-28 19:16 SC, revision 13213

appearance brush support

2001-12-28 19:16 SC, revision 13212

removed redundant code

2001-12-28 19:15 SC, revision 13211

corrected return value

2001-12-28 19:14 SC, revision 13210

code changes for redrawing

2001-12-28 19:13 SC, revision 13209

added support for appearance brushes, corrected blitting origin

2001-12-28 19:12 SC, revision 13208

added support for appearance brushes

2001-12-28 07:00 DW, revision 13207

Scrolling updates

2001-12-27 23:24 VZ, revision 13206

fix to wxLocale::GetString() calld with empty argument

2001-12-27 23:16 VS, revision 13205

Changes to the XRC library: 1. preparation of XRC handlers for subclassing (Alex) 2. fixed incorrect use of _() in couple of places 3. wxFrame and wxDialog positioning fixes 4. menus and toolbars attach themselves to the parent frame 5. style unification: let all _T()s be wxT()s

2001-12-27 23:16 VS, revision 13204

fixed bug in wxHTML that certainly prevented it from working with most web servers

2001-12-27 23:16 VS, revision 13203

fixed another 2 instances of wxStrncpy bug

2001-12-27 23:16 VS, revision 13202

Idiot I am; my previous commit certainly broke non-Unicode builds

2001-12-27 23:15 VS, revision 13201

1. libunicows support in configure 2. applied ac-2.5x compatibility patch (#497048)

2001-12-27 18:07 VS, revision 13200

fix for Unicode build -- wxMB2WXbuf cannot be initialized with NULL

2001-12-27 18:06 VS, revision 13199
  • D /wxWidgets/trunk/contrib/src/xrc/FORMAT.txt
  • D /wxWidgets/trunk/src/xrc/FORMAT.txt

removed obsolete docs

2001-12-27 18:06 VS, revision 13198

fix for unicode crashes by Dimitri

2001-12-26 23:23 RL, revision 13197

removed macro magic that causes build problems on some platforms and was apparently unneeded elsewhere after all..

2001-12-25 23:35 VS, revision 13196

fixes for misplaced radio buttons in wxRadioBox

2001-12-25 23:34 VS, revision 13195

fixed misplaced subcontrols of wxComboBox

2001-12-25 23:34 VS, revision 13194

better wxMGL wxSystemSettings

2001-12-25 22:38 VZ, revision 13193

fixed compilation for strict ANSI compilers

2001-12-25 22:36 VZ, revision 13192

emphasized that SetValue() doesn't make the control dirty

2001-12-25 22:32 VZ, revision 13191

don't make control dirty after a call to SetValue()

2001-12-25 22:31 VZ, revision 13190

fixed crash when an item didn't have any data

2001-12-25 22:29 VZ, revision 13189

documented Number() as obsolete and added GetCount()

2001-12-24 16:34 VZ, revision 13188

don't crash if bitmaps are not found

2001-12-24 16:28 VZ, revision 13187

fixed Fit() to avoid showing scrollbars

2001-12-24 16:26 VZ, revision 13186

DoSetClientSize() may take 4 iterations to set the right size sometimes, not 3

2001-12-24 14:15 VZ, revision 13185

really fixed GetRenderer() and GetEditor() methods, they were both broken in some strange and twisted (and different) ways

2001-12-24 14:14 VZ, revision 13184

fixed memory leak when SetTargetWindow() was called more than once and made DeleteEvtHandler() more robust

2001-12-24 14:08 VS, revision 13183

fixes to wxFont mods for the case w/o native fontinfo struct (could never possibly compile)

2001-12-24 14:06 VS, revision 13182

typo fix

2001-12-24 14:06 VS, revision 13181

compilation fix for DJGPP

2001-12-24 12:56 VZ, revision 13180

typo fixed

2001-12-24 12:12 RL, revision 13179

added slightly more informative failure reporting.

2001-12-24 11:16 RL, revision 13178

Added GetStringArray method.

2001-12-24 01:18 VZ, revision 13177

changed the default font facename for the decorative family - is it correct for Win9x?

2001-12-24 01:06 VZ, revision 13176

code clean up, avoid duplicating the same code in font.cpp and fontutil.cpp

2001-12-23 23:53 VZ, revision 13175

use wxFontMapper when setting the encoding (fix to restore the behaviour broken by the native font info change)

2001-12-23 21:26 MBN, revision 13174

Updated docs for wxGrid: added events, event macros, default editors and renderers

2001-12-23 15:52 RR, revision 13173

Removed warning for Darwin compilation from datetime.inl Added wxFileName::SetPath() and set m_relative if no dir is given Corrected wxFrame::Enable() in wxMac.

2001-12-23 13:38 VZ, revision 13172

fixed handling of the items with indirect data broken yesterday

2001-12-23 11:47 VZ, revision 13171

create masks even (slightly) faster

2001-12-23 08:04 RL, revision 13170

Added missing header and missing logic. :)

2001-12-23 02:03 VZ, revision 13169

sped up the mask creation by a factor of 40

2001-12-23 02:01 RL, revision 13168

Added missing compile define.

2001-12-23 01:56 VZ, revision 13167

compilation fixes

2001-12-23 01:56 VZ, revision 13166

sped up the mask creation by a factor of 40

2001-12-23 01:09 VZ, revision 13165

applied patch fixing some graphical glitches from Dimitri

2001-12-23 01:00 VZ, revision 13164

fixed sorting the items which have indirect data (i.e. images set for open/closed state) and made indirect data handling much simpler and more efficient as a side effect

2001-12-22 23:22 VZ, revision 13163

fixed wrong return value of wxComboBox::GetClientObject

2001-12-22 21:20 MBN, revision 13162

Made wxPD_AUTO_HIDE work.

2001-12-22 19:43 JS, revision 13161

More tweaks to wxMicroWi More tweaks to MicroWindows

2001-12-22 03:31 VZ, revision 13160

wxFont can now raelly use the native fonts

2001-12-22 02:14 VZ, revision 13159

fixed wxProgressDialog for ranges > 65535

2001-12-22 00:02 VS, revision 13158

use wxBusyCursor in wxHtmlWindow instead of SetCursor (the next step is figuring out if removing wxYield from LoadPage will break anything)

2001-12-21 22:26 RR, revision 13157

Removed two more files from wxMicroWindows compilation.

2001-12-21 21:39 VZ, revision 13156

add more methods to wxNativeFontInfo: To/FromUserString and all the accessor methods and implemented some of them

2001-12-21 20:43 DW, revision 13155

Update makefile and module def for new dynlib stuff. Also some control colouring stuff for OS/2 controls to better mesh with Panel backgrounds.

2001-12-21 20:42 DW, revision 13154

Latest updates for compiling.

2001-12-21 19:54 VZ, revision 13153

minor optical fix

2001-12-21 19:54 VZ, revision 13152

oops, forgot to commit wxFontBase::SetNativeFontInfo implementation

2001-12-21 19:28 RR, revision 13151

Forgot to add this one.

2001-12-21 19:22 RR, revision 13150

Added configure support for wxMicroWindows.

2001-12-21 18:15 JS, revision 13149

More tinkering

2001-12-21 18:09 DW, revision 13148

Headers to support 'Y' positioning fixes for OS/2 controls

2001-12-21 18:08 DW, revision 13147

'Y' positioning fixes for OS/2 controls

2001-12-21 17:39 VZ, revision 13146

added wxFont::SetNativeFontInfo(string) and documented the native font info stuff

2001-12-21 17:01 JS, revision 13145

MicroWindows tweaks

2001-12-21 14:58 JS, revision 13144

MicroWindows mods

2001-12-21 14:52 VZ, revision 13143

fix the old code for dlerror() returning const char as well (why was it changed?)

2001-12-21 14:43 VZ, revision 13142

fix for last commit which accidentally disabled wxDynamicLibrary class as well

2001-12-21 14:35 JS, revision 13141

Added some #defines

2001-12-21 14:30 JS, revision 13140

Added updated patch, clarified the docs

2001-12-21 14:07 VZ, revision 13139

disable new DL code by default

2001-12-21 13:43 VZ, revision 13138

compilation fix for dlerror() returning const char *

2001-12-20 17:07 , revision 13137
  • A /wxWidgets/tags/wxPy_2_3_2_1
  • R /wxWidgets/tags/wxPy_2_3_2_1/docs
  • R /wxWidgets/tags/wxPy_2_3_2_1/include
  • R /wxWidgets/tags/wxPy_2_3_2_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2_1/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2_1/src
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2_1/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2_1/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/regex/WHATSNEW
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2_1/src/zlib/zlib.3
  • D /wxWidgets/tags/wxPy_2_3_2_1/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2_1/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_3_2_1/wxPython

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

2001-12-20 17:07 RD, revision 13136

Tools

2001-12-20 17:01 RD, revision 13135

SWIGged updates for wxMac

2001-12-20 16:30 GT, revision 13134

Fixed a typo in the sample code of wxDbTable::Insert

2001-12-20 13:21 RL, revision 13133

added missing DYNLIB_CLASS define.

2001-12-20 13:11 RL, revision 13132

ugh. Nesting the (per class) plugin sentries can require them to have user export syntax under win32 (unlike the old method which had it's own uglyness though). Consider this a quickfix for win32, will look at better solutions after some sleep.

2001-12-20 12:06 RL, revision 13131

reimplemented sanity checks that were lost/broken in the regrettably far to hasty last minute pushmepullyou api changes.

2001-12-20 07:50 SC, revision 13130

MacOS conforming activate/deactivate

2001-12-20 07:36 GD, revision 13129

corrections to includes for compilation under Mac OS X

2001-12-20 07:08 RD, revision 13128

wxGTK SWIGged updates for: Changed (again) how the Python global interpreter lock is handled as well as the Python thread state. This time it works on SMP machines without barfing and is also still compatible with Python debuggers.

2001-12-20 06:42 SC, revision 13127

corrected bug in MacRedraw

2001-12-20 06:41 SC, revision 13126

added additional setters for the current clip region

2001-12-20 02:39 RL, revision 13125

moved dynamic loader option checks to chkconf.h

2001-12-20 00:40 VZ, revision 13124

fix for temp file creation under Windows

2001-12-19 23:51 RD, revision 13123

Forgot to recomment this out

2001-12-19 23:47 RL, revision 13122

Bumped version and soname for 2.3.3

2001-12-19 23:32 JS, revision 13121

Patch mods

2001-12-19 23:21 RL, revision 13120

More PYTHON_DIST fixes.

2001-12-19 22:14 RR, revision 13119

Updated changes.txt.

2001-12-19 22:03 SC, revision 13118

toplevel adaptions

2001-12-19 22:03 SC, revision 13117

GetMacXXXX renamed to MacGetXXXXX

2001-12-19 22:00 SC, revision 13116

implemented clipping using native regions

2001-12-19 21:59 SC, revision 13115

added SetStatusText method (avoiding dc.Clear)

2001-12-19 21:54 SC, revision 13114

removed clearing (done anyway)

2001-12-19 21:53 SC, revision 13113

GetMacXXXX to MacGetXXXX

2001-12-19 21:52 SC, revision 13112

started macosx compliant implementation

2001-12-19 21:51 SC, revision 13111

code moved from window to toplevel

2001-12-19 21:50 SC, revision 13110

corrected control functions

2001-12-19 21:49 SC, revision 13109

Adaptions for new redrawing

2001-12-19 21:46 SC, revision 13108

GetMacXXXX renamed MacGetXXXX

2001-12-19 21:43 GT, revision 13107

Updated versions to 2.3.3

2001-12-19 21:40 VZ, revision 13106

blind fix for temp file creation problem

2001-12-19 21:37 SC, revision 13105

toplevel adaptions

2001-12-19 21:36 SC, revision 13104

added missing code files

2001-12-19 21:35 SC, revision 13103

toplevel code transferred to wxTopLevelWindow

2001-12-19 21:33 SC, revision 13102

added UMAHideControl again

2001-12-19 21:32 SC, revision 13101

moved all code concerning toplevel code from the window file to toplevel

2001-12-19 21:30 SC, revision 13100

added SetStatusText method for proper drawing, because dc.Clear is not yet using themes properly

2001-12-19 21:27 SC, revision 13099

changed clipping to use native mac regions

2001-12-19 21:26 SC, revision 13098

changed return type of RGBColor to const Reference (avoiding compiler warnings)

2001-12-19 21:25 RD, revision 13097

Changed (again) how the Python global interpreter lock is handled as well as the Python thread state. This time it works on SMP machines without barfing and is also still compatible with Python debuggers.

2001-12-19 21:23 RD, revision 13096

Patches, updates from contributors, etc.

2001-12-19 21:17 RD, revision 13095

Updated build instructions for win32

2001-12-19 20:36 VZ, revision 13094

added missing default param value for Enable()

2001-12-19 20:19 RL, revision 13093

updated for changes to wxPython and contrib.

2001-12-19 19:16 RL, revision 13092

Fixed silly cut n paste error.

2001-12-19 13:37 JS, revision 13091

Emptied patch.rsp

2001-12-19 13:10 VZ, revision 13090

compilation fix

2001-12-19 07:09 , revision 13089
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/lib/dummy
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/misc/afm
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/misc/afm/.cvsignore
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/misc/afm/Zapf.afm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/internat/internat.def
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/internat/internat.rc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/internat/makefile.sc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/internat/makefile.vms
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/internat/mondrian.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/layout/expt.cpp
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/layout/fload.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/layout/layout.def
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/layout/makefile.sc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/layout/makefile.vms
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/chart.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/makefile.sc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/makefile.vms
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/mdi.def
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/mdi.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/mdi.rc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/png/pngdemo.rc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/printing/fload.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/printing/printing.def
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/samples/tab/mondrian.ico
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/setup.h_vms
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/common/glob.inc
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/cross.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/horiz.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk/verti.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/cross.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/gtk1/verti.xbm
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/html/search.cpp
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/ansi2knr.1
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/makefile.nt
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/build.bat
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/COPYRIGHT
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/mkh
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/README
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regc_color.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regc_lex.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regc_nfa.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regerrs.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regex.3
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regex.7
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regex.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regex2.h
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/rege_dfa.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regfronts.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/regguts.h
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/re_syntax.n
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/split.c
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/tclUniData.c
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/tests
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/utils.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/regex/WHATSNEW
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/unix/net.cpp
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/algorithm.txt
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/ChangeLog
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/configure
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/descrip.mms
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/INDEX
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/infblock.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/infcodes.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/inffast.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/inftrees.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/infutil.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/Makefile.in2
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/Make_vms.com
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/maketree.c
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/README
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/trees.h
  • R /wxWidgets/tags/AFTER_NEW_DYNLOADER/src/zlib/zlib.3
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/utils/wxPython
  • D /wxWidgets/tags/AFTER_NEW_DYNLOADER/utils/wxprop

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

2001-12-19 07:09 RL, revision 13088

Added new dynamic loading classes. (which handle proper wxRTTI and wxModule initialisation and unloading) Removed serialisation code from wxObject and elsewhere. Added USER_EXPORTED hash and list macros. Added *_PLUGGABLE_CLASS defines for exporting dynamic wxObjects from dlls. ---------------------------------------------------------------------- Modified Files: Makefile.in configure configure.in setup.h.in debian/changelog distrib/msw/tmake/filelist.txt include/wx/defs.h include/wx/docview.h include/wx/dynlib.h include/wx/fileconf.h include/wx/hash.h include/wx/list.h include/wx/module.h include/wx/object.h include/wx/resource.h include/wx/stream.h include/wx/gtk/setup0.h include/wx/msw/setup0.h src/files.lst src/wxBase.dsp src/wxUniv.dsp src/wxWindows.dsp src/common/dynlib.cpp src/common/filename.cpp src/common/module.cpp src/common/object.cpp src/common/stream.cpp src/gtk/files.lst src/mac/files.lst src/mgl/files.lst src/mgl/makefile.wat src/motif/files.lst src/msw/dialup.cpp src/msw/files.lst src/msw/helpchm.cpp src/msw/makefile.b32 src/msw/makefile.bcc src/msw/makefile.dos src/msw/makefile.g95 src/msw/makefile.sc src/msw/makefile.vc src/msw/makefile.wat src/os2/files.lst src/univ/files.lst Added Files: include/wx/dynload.h src/common/dynload.cpp Removed Files: include/wx/objstrm.h include/wx/serbase.h src/common/objstrm.cpp src/common/serbase.cpp utils/serialize/.cvsignore utils/serialize/makefile.b32 utils/serialize/sercore.cpp utils/serialize/sercore.h utils/serialize/serctrl.cpp utils/serialize/serctrl.h utils/serialize/serext.cpp utils/serialize/serext.h utils/serialize/sergdi.cpp utils/serialize/sergdi.h utils/serialize/sermain.cpp utils/serialize/serwnd.cpp utils/serialize/serwnd.h ----------------------------------------------------------------------

2001-12-19 07:06 JJ, revision 13087

Committing in . Updating VMS setup conforming the Unix-setup Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2001-12-19 01:56 , revision 13086
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/lib/dummy
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/misc/afm
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/misc/afm/.cvsignore
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/misc/afm/Zapf.afm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/internat/internat.def
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/internat/internat.rc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/internat/makefile.sc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/internat/makefile.vms
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/internat/mondrian.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/layout/expt.cpp
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/layout/fload.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/layout/layout.def
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/layout/makefile.sc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/layout/makefile.vms
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/chart.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/makefile.sc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/makefile.vms
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/mdi.def
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/mdi.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/mdi.rc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/png/pngdemo.rc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/printing/fload.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/printing/printing.def
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/samples/tab/mondrian.ico
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/common/glob.inc
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/cross.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/horiz.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk/verti.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/cross.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/gtk1/verti.xbm
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/html/search.cpp
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/ansi2knr.1
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/makefile.nt
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/build.bat
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/COPYRIGHT
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/mkh
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/README
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regc_color.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regc_lex.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regc_nfa.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regerrs.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regex.3
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regex.7
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regex.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regex2.h
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/rege_dfa.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regfronts.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/regguts.h
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/re_syntax.n
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/split.c
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/tclUniData.c
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/tests
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/utils.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/regex/WHATSNEW
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/unix/net.cpp
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/algorithm.txt
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/ChangeLog
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/configure
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/descrip.mms
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/INDEX
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/infblock.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/infcodes.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/inffast.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/inftrees.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/infutil.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/Makefile.in2
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/Make_vms.com
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/maketree.c
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/README
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/trees.h
  • R /wxWidgets/tags/BEFORE_NEW_DYNLOADER/src/zlib/zlib.3
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/utils/wxPython
  • D /wxWidgets/tags/BEFORE_NEW_DYNLOADER/utils/wxprop

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

2001-12-19 01:56 VZ, revision 13085

suppress some warnings appearing in the optimized build only

2001-12-19 01:31 VZ, revision 13084

compilation fix for Windows

2001-12-19 01:27 VZ, revision 13083

fixed redraw problems in wxStaticText

2001-12-18 23:12 VS, revision 13082

send Host header in HTTP requests

2001-12-18 23:12 VS, revision 13081

fixed i18n handling of _ in XRC texts

2001-12-18 20:40 VZ, revision 13080

fix for the X fatal error when closing frames

2001-12-18 20:25 JS, revision 13079

Minor doc changes

2001-12-18 18:43 VZ, revision 13078

fix for using wxDataObjectComposite with the clipboard

2001-12-18 18:26 VZ, revision 13077

compilation fix for old mingw32

2001-12-18 17:47 VZ, revision 13076

1. fixed file descriptors leak in wxFileName::CreateTempFileName() 2. really made it race-safe (provided we have mkstemp())

2001-12-18 17:35 DW, revision 13075

Fixed a linking problem as some virtuals and static not properly defined

2001-12-18 16:36 DW, revision 13074

Taking out __WXPM__ ifdef around wxUSE_UNICODE

2001-12-18 16:34 VZ, revision 13073

refresh the static text after resizing (backported from the main branch)

2001-12-18 16:07 VZ, revision 13072

fix for handling the standard X toolkit options

2001-12-18 11:31 RR, revision 13071

The mac toolbar was redrawing buttons when not shown - making them appear at arbitrary times.

2001-12-17 23:42 VS, revision 13070

it doesn't make sense to have translatable string in wxFAIL_MSG...

2001-12-17 23:42 VS, revision 13069

updated message catalogs from sources and translated the rest of Czech messages

2001-12-17 23:39 VS, revision 13068

comment clarification

2001-12-17 23:39 VS, revision 13067

present, not past sense

2001-12-17 23:19 DW, revision 13066

OS/2 common controls code def file

2001-12-17 22:56 DW, revision 13065

OS/2 common controls code

2001-12-17 22:55 DW, revision 13064

OS/2 does not support Unicode

2001-12-17 17:06 JS, revision 13063

Updated version number to 2.2.9

2001-12-17 16:56 VZ, revision 13062

updated the change log for 2.2.9

2001-12-17 16:56 VZ, revision 13061

undid the cmd event propgation change - it was incompatible with the old behaviour and shouldn't been have done in the stable branch

2001-12-17 16:53 VZ, revision 13060

backported __TDATE__ and __TTIME__ fix from the main branch

2001-12-17 16:52 VZ, revision 13059

slightly expanded and updated the Unicode overview

2001-12-17 12:21 VZ, revision 13058

fixes error/usage messages given by the cmd line parsing logic in wxApp; also fixed the handling of long-only options in the usage messages

2001-12-17 12:17 VZ, revision 13057

don't discard the informational log messages given after an error one in wxLogGui (only those given before)

2001-12-17 10:06 RR, revision 13056

MacOS 9 seems to clear the background itself, too.

2001-12-17 09:42 RR, revision 13055

MAcOS X clears the background (with stripes) for us, so there is no need to do it again. This solves to optical bugs for the wxStatusBar and wxStaticText.

2001-12-17 01:20 RR, revision 13054

Smooth Aqua buttons in wxTreeCtrl.

2001-12-17 01:18 RR, revision 13053

Header change for smooth Aqua buttons in wxTreeCtrl.

2001-12-17 01:06 VZ, revision 13052

don't use EM_STREAMIN at all in Unicode mode, it's not needed

2001-12-17 01:06 VZ, revision 13051

add missing header for !wxUSE_PCH case

2001-12-17 01:05 VZ, revision 13050

added __TDATE__ and __TTIME__ and use them instead of __DATE__ and __TIME__ for Unicode-friendliness

2001-12-17 00:37 RR, revision 13049

Forgot to unset m_relative in wxFilename::Normalize().

2001-12-17 00:30 VS, revision 13048

fixed Unicode compilation (please use wxT()...)

2001-12-17 00:30 VS, revision 13047

added sample showing wxTR_FULL_ROW_HIGHLIGHT

2001-12-17 00:30 VS, revision 13046

applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to wxTreeCtrl

2001-12-17 00:29 VS, revision 13045

added wxUSE_UNICODE_MSLU

2001-12-17 00:29 VS, revision 13044

safety check for wxUSE_UNICODE and wxUSE_UNICODE_MSLU

2001-12-17 00:28 VS, revision 13043

making wxMSW MSLU(unicows)-friendly

2001-12-16 20:38 VS, revision 13042

fixes to wxFindFirstFile

2001-12-16 20:37 VS, revision 13041

another segfault fix

2001-12-16 20:35 VS, revision 13040

a mistake; djgpp doesn't have vsnprintf at all

2001-12-16 20:35 VS, revision 13039

cache return value of ftime

2001-12-16 12:07 RR, revision 13038

Reimplemented wxFileName with m_relative field. Adapted wxFileDialog to trailing slashes.

2001-12-16 11:20 VS, revision 13037

removed platform-specific code for wxFindFirst/NextFile and replaced it with a generic implementation that uses wxDir

2001-12-15 23:18 VS, revision 13036

fixed a segfaulting bug in wxUniv: invalid assumption that every window has a parent

2001-12-15 23:18 VS, revision 13035

fix for stupid segfault

2001-12-15 23:18 VS, revision 13034

DJGPP support in libtiff (what else can I do that to touch libtiff headers?)

2001-12-15 23:18 VS, revision 13033

DOS compilation fixes

2001-12-15 23:17 VS, revision 13032

DJGPP compilation fixes

2001-12-15 23:17 VS, revision 13031

correct platform detection with DJGPP

2001-12-15 23:17 VS, revision 13030

DJGPP compilation

2001-12-15 23:16 VS, revision 13029

timezone is not defined in DJGPP in any form, use ftime() to get it

2001-12-15 23:16 VS, revision 13028

long long for DJGPP

2001-12-15 23:15 VS, revision 13027

MS-DOS cross-compilation w/ DJGPP

2001-12-15 22:20 VZ, revision 13026

fixed flicker in wxTreeCtrl::SetItemXXX()

2001-12-15 16:45 VS, revision 13025

compilation with DJGPP

2001-12-15 16:45 VS, revision 13024

blind fix for Unicode compilation of wxTextCtrl/msw

2001-12-15 16:45 VS, revision 13023

oops, wxGTK.spec missed clean section

2001-12-15 16:44 VS, revision 13022

Oops, Watcom doesn't have _mktemp in DOS

2001-12-15 13:49 RR, revision 13021

Aqua gets Aqua tree buttons automatically now.

2001-12-15 12:52 RR, revision 13020

my attempt to remove the ugly empty space below flat toolbars

2001-12-14 23:45 VZ, revision 13019

added EVT_CUSTOM test

2001-12-14 23:38 VZ, revision 13018

added custom events demo

2001-12-14 22:22 VZ, revision 13017

added wxSIZE_T_IS_UINT definition for wxMSW

2001-12-14 19:34 VZ, revision 13016

1. define -D_THREAD_SAFE, not -D_REENTRANT for MT programs under FreeBSD (not as if it really helped with my test system, they still crash) 2. don't link with gthread if --disable-threads was specified

2001-12-14 19:25 VS, revision 13015

don't include windows.h unless neccessary

2001-12-14 19:25 VS, revision 13014

implemented wxDir as pure MGL code

2001-12-14 19:25 VS, revision 13013

wxFindFirstFile and friends for wxMGL

2001-12-14 19:24 VS, revision 13012

unimportant DOS fix

2001-12-14 19:24 VS, revision 13011

move pmapi.h to mgl/private.h

2001-12-14 19:24 VS, revision 13010

Oops, Watcom doesn't have _mktemp in DOS

2001-12-14 19:24 VS, revision 13009

filled-in DOS parts of wxMGL utils

2001-12-14 19:24 VS, revision 13008

Watcom compilation fix

2001-12-14 19:24 VS, revision 13007

fixes to wxMGL build

2001-12-14 17:09 DW, revision 13006

OS/2 compile fixes.

2001-12-14 14:20 VZ, revision 13005

some changes since 2.2.7

2001-12-14 00:58 VZ, revision 13004

wxConfig clean up and bug fix for record defaults

2001-12-14 00:56 VZ, revision 13003

fixed crash when the last focused child was deleted

2001-12-14 00:28 VZ, revision 13002

got rid of ^Ms

2001-12-13 23:36 RR, revision 13001

Verbose languages such as German need a big wxFileDialog (like it already was in the 2.2.X tree).

2001-12-13 23:35 RR, revision 13000

More on announcing wxWindows.

2001-12-13 18:55 , revision 12999
  • A /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/.cvsignore
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/aclocal.m4
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/autogen.sh
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/config.guess
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/config.sub
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/configure
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/configure.in
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/contrib
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/debian
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/demos
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/descrip.mms
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/difflast.pl
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/distrib
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/docs
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/include
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/install-sh
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/lib
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/locale
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/Makefile.in
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/make-deb
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/misc
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/mkinstalldirs
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/regen
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/samples
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/setup.h.in
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/setup.h_vms
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/src
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/tests
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/user
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/utils
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wx-config.in
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wxBase.spec
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wxGTK.spec
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wxMotif.spec
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wxWINE.spec
  • D /wxWidgets/tags/wxPy_B4_TSTATE_CHANGE/wxwin.m4

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

2001-12-13 18:55 RD, revision 12998

Build and distrib tweaks

2001-12-13 18:54 RD, revision 12997

A fix from Patrick

2001-12-13 18:53 RD, revision 12996

Removed Alt or Ctrl hack

2001-12-13 18:51 RD, revision 12995

Typo fixes

2001-12-13 07:10 RL, revision 12994

Vadim, please check this, I think it's what you meant and doesn't build for me otherwise. Thanks.

2001-12-12 18:51 RR, revision 12993

Acording to my crude understand of C, "new char[]" should be matched with "delete []", not just "delete".

2001-12-12 14:08 VZ, revision 12992

another memory leak fixed

2001-12-12 13:38 VZ, revision 12991

small clarification for SetRecordDefaults

2001-12-12 00:36 VZ, revision 12990

extremely dumb script to create wxBase distrib

2001-12-11 19:30 VZ, revision 12989

added wxUniv porting note

2001-12-11 19:28 VZ, revision 12988

moved wxUniv readme to its own directory

2001-12-11 18:53 , revision 12987
  • A /wxWidgets/tags/WX_2_3_2
  • R /wxWidgets/tags/WX_2_3_2/docs/motif
  • R /wxWidgets/tags/WX_2_3_2/docs/tech
  • R /wxWidgets/tags/WX_2_3_2/include
  • R /wxWidgets/tags/WX_2_3_2/lib/dummy
  • R /wxWidgets/tags/WX_2_3_2/misc/afm
  • A /wxWidgets/tags/WX_2_3_2/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_3_2/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_3_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_3_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_3_2/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_3_2/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_3_2/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_3_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_3_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_3_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_3_2/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_3_2/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_3_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_3_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_3_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_3_2/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_3_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_2/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_2/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_3_2/src/common/hash.cpp
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_3_2/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_3_2/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_3_2/src/png/scripts
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_3_2/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/WX_2_3_2/src/regex/COPYRIGHT
  • R /wxWidgets/tags/WX_2_3_2/src/regex/mkh
  • R /wxWidgets/tags/WX_2_3_2/src/regex/README
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regc_color.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regc_lex.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regc_nfa.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regerrs.h
  • R /wxWidgets/tags/WX_2_3_2/src/regex/regex.3
  • R /wxWidgets/tags/WX_2_3_2/src/regex/regex.7
  • R /wxWidgets/tags/WX_2_3_2/src/regex/regex.h
  • R /wxWidgets/tags/WX_2_3_2/src/regex/regex2.h
  • D /wxWidgets/tags/WX_2_3_2/src/regex/rege_dfa.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/regguts.h
  • D /wxWidgets/tags/WX_2_3_2/src/regex/re_syntax.n
  • R /wxWidgets/tags/WX_2_3_2/src/regex/split.c
  • D /wxWidgets/tags/WX_2_3_2/src/regex/tclUniData.c
  • R /wxWidgets/tags/WX_2_3_2/src/regex/tests
  • R /wxWidgets/tags/WX_2_3_2/src/regex/utils.h
  • R /wxWidgets/tags/WX_2_3_2/src/regex/WHATSNEW
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/configure
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/README
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_3_2/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_3_2/utils/wxPython
  • D /wxWidgets/tags/WX_2_3_2/utils/wxprop

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

2001-12-11 18:53 VZ, revision 12986

some wxUniv docs

2001-12-11 18:39 VZ, revision 12985

fixes for wxBase dist and install

2001-12-11 17:52 VZ, revision 12984

some basic docs for wxBase

2001-12-11 17:04 RD, revision 12983

SWIGged code update for wxMac

2001-12-11 14:32 VZ, revision 12982

added FM and wx-announce to the last section

2001-12-11 06:40 RL, revision 12981

preemptive fix for wxPython compilation. It will break otherwise when the Serialise stuff goes.

2001-12-11 06:13 RD, revision 12980

Oops... Committed wrong version last time.

2001-12-11 06:02 RD, revision 12979

Another distrib fix

2001-12-11 04:55 RD, revision 12978

More distrib updates

2001-12-11 01:11 VZ, revision 12977

added a note about preparing a wxGTK release

2001-12-10 23:24 VZ, revision 12976

wxBase compilation fix

2001-12-10 22:45 RD, revision 12975

PyCrust updates

2001-12-10 22:44 RD, revision 12974

More demo/distrib updates

2001-12-10 21:33 JS, revision 12973

Reversed crazy wxKEY_STRING/INTEGER thing

2001-12-10 21:23 RD, revision 12972

I have no idea if this is right or works, but I'm adding a manifest to wxPython's resource file for WinXP...

2001-12-10 21:20 RD, revision 12971

Some demo cleanup and distrib stuff

2001-12-10 15:30 VZ, revision 12970

enabled all tests for the release

2001-12-10 11:55 RR, revision 12969

Small optical fix.

2001-12-10 11:47 JS, revision 12968

Updated readme

2001-12-10 11:39 JS, revision 12967

Event typo fixed

2001-12-10 11:21 RR, revision 12966

Changed wxTreeCtrl to look Mac-like under Mac automatically.

2001-12-10 01:50 RL, revision 12965

added deps for .t files so make works correctly when you edit them.

2001-12-09 21:15 RR, revision 12964

Changed semantics of clicking beside the text control when editing a label. This now accepts the input. My attempt to make the focus return to the owning tree and list control window failed.

2001-12-09 15:38 VS, revision 12963

clean is symbolic target

2001-12-09 15:38 VS, revision 12962

fixed zlib watcom makefile

2001-12-09 15:38 VS, revision 12961

added wxMGL+DOS+Watcom makefiles

2001-12-09 15:37 VS, revision 12960

more MSDOS fixes (config file location)

2001-12-09 14:38 VZ, revision 12959

oops, a typo in the last commit

2001-12-09 14:35 VZ, revision 12958

ItemHasChildren() should return TRUE for the items which have plus button as they could have children even if they currently don't

2001-12-09 13:58 GT, revision 12957

utils/framelayout has been much enhanced, and can now be found in contrib/src/fl

2001-12-09 13:35 VZ, revision 12956

fix for the crash when many listctrl items change state

2001-12-09 12:56 VZ, revision 12955

added a note about Windows XP support

2001-12-09 12:56 VZ, revision 12954

fix for my old and broken mingw32 headers

2001-12-09 10:41 JS, revision 12953

Define SF_UNICODE if undefined

2001-12-09 10:24 JS, revision 12952

Removed --use-temp-file (not available in Mingw32 2.95.2)

2001-12-09 07:41 SC, revision 12951

added changes in order to make at least button events work on mac

2001-12-09 02:21 VS, revision 12950

compilation fix for Watcom (sorry, Vadim, there's some bug in Watcom C++, it doesn't compile this instance of valid C++ code, producing an obviously incorrect error

2001-12-09 02:21 VS, revision 12949

wxMGL Watcom compilation fixes

2001-12-09 01:39 VZ, revision 12948

fixed bug with the caret positioning after SetValue() introduced by the last commit

2001-12-09 01:36 RL, revision 12947

fix bogus VC 'for' scoping.

2001-12-09 01:29 VZ, revision 12946

no real changes

2001-12-09 00:47 VZ, revision 12945

fixed displaying text in non default charset in the richedit control

2001-12-09 00:46 VZ, revision 12944

suppress compilation warning

2001-12-09 00:46 VZ, revision 12943

added wxEncodingToCodepage() and implemented it properly (using in32 API instead of directly reading from the registry)

2001-12-09 00:45 VZ, revision 12942

refresh the window when the size changed

2001-12-08 23:28 VS, revision 12941

fixes for setup.h handling in Watcom makefiles

2001-12-08 23:28 VS, revision 12940

Watcom docs correction

2001-12-08 23:26 VS, revision 12939

build zlib in WIN32, not MSDOS mode

2001-12-08 23:26 VS, revision 12938

compilation fix for Watcom C++

2001-12-08 23:25 VS, revision 12937

reverted SciTech sabotage of Watcom compilation (invalid definition of PNG,TIFF LINKAGEMODE)

2001-12-08 23:25 VS, revision 12936

moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers

2001-12-08 23:25 VS, revision 12935

compilation fix for Watcom

2001-12-08 23:13 VZ, revision 12934

fixed bugs with setting the client size when the difference between the total and client size changes as the result (e.g. because the scrollbars [dis]appear or the menu bar [un]wraps

2001-12-08 22:22 MBN, revision 12933

Applied #486410

2001-12-08 20:03 VZ, revision 12932

1. don't emulate OFN_OVERWRITEPROMPT, use the real thing 2. squeeze duplicate (back)slashes from the initial dir, othewise the common dialog doesn't work

2001-12-08 19:49 JS, revision 12931

Some updates to the MSW install text

2001-12-08 19:20 JS, revision 12930

Removed --use-temp-file removed from makeg95.env

2001-12-08 18:14 JS, revision 12929

Corrected CVS commit clash; small doc changes (removed Windows 3.1 reference since it's probably broken by now)

2001-12-08 18:04 RD, revision 12928

Added clipboard cut and paste

2001-12-08 14:03 VZ, revision 12927

initialize m_hasXXX in wxWindowBase

2001-12-08 08:00 SC, revision 12926

corrected constness

2001-12-08 01:25 RD, revision 12925

Added comment about an untested code path...

2001-12-08 01:15 RD, revision 12924

Nasty workaround for an incompatible low-level change in Python 2.2, but it was undocumented before 2.2 so I guess that's what I get...

2001-12-08 01:14 RD, revision 12923

also turn off build of gizmos and dllwidget if CORE_ONLY==1

2001-12-08 00:26 VZ, revision 12922

fixes for handling WM_SYSCOLORCHANGE - now seems to work

2001-12-08 00:26 VS, revision 12921

added wxMGL_DOS platform

2001-12-08 00:26 VS, revision 12920

- added precompiled headers code - more Watcom+DOS+MGL fixes

2001-12-08 00:25 VS, revision 12919

compilation fix

2001-12-07 23:28 RR, revision 12918

Made Aqua style internal in wxSplitterWindow.

2001-12-07 23:27 RR, revision 12917

Removed Aqua style from docs.

2001-12-07 22:51 VS, revision 12916

compilation fix for Watcom

2001-12-07 22:47 VS, revision 12915

DOS compilation fixes

2001-12-07 22:47 VS, revision 12914

fixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under DOS/Watcom

2001-12-07 22:46 VS, revision 12913

the sample should really really show treectrl's native/default look

2001-12-07 22:44 VS, revision 12912

fixed rendering of expanded nodes with exactly one child

2001-12-07 22:42 VS, revision 12911

compilation fix for Watcom/DOS

2001-12-07 22:41 VS, revision 12910

watcom fixes

2001-12-07 22:40 VS, revision 12909

compilation fix for Watcom

2001-12-07 22:40 VS, revision 12908

compilation fix for wxULongLongWx::Divide (Vadim, is this correct?)

2001-12-07 22:39 VS, revision 12907

(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE

2001-12-07 22:39 VS, revision 12906

wxFileSystem w/o wxUSE_MIMETYPE fixes

2001-12-07 22:39 VS, revision 12905

MS-DOS fixes

2001-12-07 20:18 GD, revision 12904

use "..." instead of <...> for wx includes

2001-12-07 18:45 RD, revision 12903

Added wxLEDNumberCtrl to gizmos and wxPython

2001-12-07 16:57 JS, revision 12902

Small corrections -- please remember to put a blank line at the end of each input file. Thank you

2001-12-07 15:24 VZ, revision 12901

show font encoding as well; use a splitter to allow resizing the windows

2001-12-07 15:23 VZ, revision 12900

propose to the user to use the replacement encoding if one was found

2001-12-07 05:35 SC, revision 12899

added method for getting the help menu on classic and carbon

2001-12-07 05:30 SC, revision 12898

added method for getting the help menu

2001-12-07 04:32 RD, revision 12897

Changed a method name

2001-12-07 00:09 VZ, revision 12896

fixed wxConfig memory leak in wxFontMapper

2001-12-07 00:08 VZ, revision 12895

don't crash in wxGetWindowXXX() if HWND is 0

2001-12-06 20:27 RD, revision 12894

dllwidget demo updates

2001-12-06 20:19 RD, revision 12893

.cvsignore

2001-12-06 20:01 RD, revision 12892

Added some event handlers to show they work

2001-12-06 20:00 RD, revision 12891

Don't send the button event in idle time, just release the mouse first.

2001-12-06 19:59 RD, revision 12890

Added wxDllWidget from Vaclav Slavik which allows wx widgets derived from wxWindow to be loaded from a C++ .dll (or .so) and be used in a wxPython program, without the widget having to be SWIGged first. Various updates for distribs

2001-12-06 17:01 RR, revision 12889

Added wxSP_SASH_AQUA style

2001-12-05 22:15 RL, revision 12888

typo fix

2001-12-05 21:05 GD, revision 12887

use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)

2001-12-05 20:39 SC, revision 12886

changed DoMoveWindow not to change the height of the spinbutton on mac

2001-12-05 20:38 SC, revision 12885

changed default size, because MacOS X was using the boundaries differently

2001-12-05 17:03 VS, revision 12884

DOS+Watcom fixes

2001-12-05 17:03 VS, revision 12883

compilation fixes (I wonder how did you people ever compile it...)

2001-12-05 17:03 VS, revision 12882

compilation fixes for Watcom+MGL+MS-DOS

2001-12-05 16:17 RD, revision 12881

wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag is used, but prevents the base class from seeing the flag so they won't be drawn twice with possibly different colours. Also changed all tabs to spaces, so the diffs will show a lot of whitespace-only changes.

2001-12-05 13:30 JS, revision 12880

Added univ.rsp and included files in wxMSW distrib

2001-12-05 11:02 JJ, revision 12879

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

2001-12-05 09:28 JS, revision 12878

Updated version

2001-12-04 23:45 VS, revision 12877

MS-DOS fix

2001-12-04 23:44 VS, revision 12876

1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ???? Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call. 2. Compilation fixes for Watcom+MGL+MS-DOS

2001-12-04 23:44 VS, revision 12875

compilation fix - wxCoord, not int

2001-12-04 23:43 VS, revision 12874

watcom headers don't define M_PI

2001-12-04 21:08 RR, revision 12873

Aqua splitter sashes. Even bigger notebook for Aqua.

2001-12-04 20:08 SC, revision 12872

changed defaultitem method from belonging to a panel to any window

2001-12-04 19:41 MBN, revision 12871

Updated docs for wxTaskBarIcon

2001-12-04 19:40 MBN, revision 12870

Fix for very old w32api

2001-12-04 17:44 RR, revision 12869

Still more space around notebook pages...

2001-12-04 17:37 VZ, revision 12868

wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset

2001-12-04 17:22 RR, revision 12867

Notebook sizers didn't take any borders into account, esc. not those large ones under Aqua which caused ugly overlapping.

2001-12-04 16:48 SC, revision 12866

changed the button container from wxPanel to wxWindow

2001-12-04 16:37 RR, revision 12865

Compile fix for app.cpp without precompiled headers.

2001-12-04 16:29 VZ, revision 12864

fixed compilation

2001-12-04 16:22 SC, revision 12863

added default return and escape/command-period handling for dialogs

2001-12-04 15:52 RR, revision 12862

Temporary fix for wxFileName under Mac - ignore volumes.

2001-12-04 15:13 VZ, revision 12861

added wxFileName::MakeRelativeTo() and the tests/docs for it

2001-12-04 14:52 JS, revision 12860

Tried to fix makefile.g95

2001-12-04 14:14 VZ, revision 12859

compilation fix for HAVE_SETENV

2001-12-04 14:02 SC, revision 12858

MacOS X was having a coordinate rollover for a rectangle when painting the pane background

2001-12-04 12:13 JS, revision 12857

Ifdefed out code that wouldn't compile with Mingw32 2.95.2

2001-12-04 10:40 RL, revision 12856

(Blind) fix for BCC compile glitch.

2001-12-04 08:08 JS, revision 12855

Only paint lines in MSW

2001-12-04 04:21 RL, revision 12854

fix for wxDynamicCast making it safe to pass factory functions.

2001-12-04 01:29 VZ, revision 12853

fixed assert failure when removing a menu

2001-12-04 01:14 VZ, revision 12852

fixed Assign(fullpath, fullname)

2001-12-04 00:55 RR, revision 12851

The code in wxMac's listbox was too ambitious in filtering out surplus events.s

2001-12-03 23:25 RR, revision 12850

Make wxMac single line text control ignore ENTER

2001-12-03 21:37 RD, revision 12849

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 21:29 RR, revision 12848

Replaced && with $ in bittest.

2001-12-03 21:29 RD, revision 12847

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 20:58 RD, revision 12846

More fixes and updates

2001-12-03 20:52 JS, revision 12845

Moved line-drawing to splittree implementation.

2001-12-03 20:41 RD, revision 12844

Added SplitTree sample to the demo Fixes for wxEditor and its FrogEdit sample Misc. other stuff

2001-12-03 18:28 VZ, revision 12843

fixed bug in AssignDir() which didn't always consider the argument as directory

2001-12-03 18:17 RD, revision 12842

Removed m_clientData and related methods as it's now handled by the wxClientDataContainer mixin.

2001-12-03 14:52 GT, revision 12841

Removed a call to Upper() on the table name when building an UPDATE statement. Patch #488365 submitted by Christophe Massaloux

2001-12-03 11:36 JS, revision 12840

Fixed some label errors

2001-12-03 11:17 JS, revision 12839

Added wxUSE_TIPWINDOW

2001-12-03 10:55 GT, revision 12838

Removed semicolons from end of DECLARE_DYNAMIC_CLASS() and DECLARE_NO_COPY_CLASS() lines

2001-12-03 10:54 GT, revision 12837

Changed all the wxASSERT(0) calls to use wxFAIL_MSG()

2001-12-03 10:54 GT, revision 12836

Changed all the wxASSERT(0) calls to use wxFAIL_MSG() Removed the TABs in the source replacing with the standard number of spaces Removed variable definitions from FOR statements defining the variables before the FOR statement

2001-12-03 00:30 VZ, revision 12835

fixed mem leak in wxDataObjectComposite

2001-12-03 00:11 VZ, revision 12834

don't use wxRegEx in wxString::Matches

2001-12-02 22:54 GT, revision 12833

Fixed incorrect deletion of hPalette if the call to wxReadDIB() fails

2001-12-02 20:53 GD, revision 12832

corrected line endings in xml files (mistakenly committed with mac eol)

2001-12-02 20:02 GD, revision 12831

filter CodeWarrior data directories during recursive directory scan

2001-12-02 19:19 GD, revision 12830

added not concerning conversion of xml files to CodeWarrior binary projects

2001-12-02 18:40 GD, revision 12829

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 18:11 GD, revision 12828

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 17:09 GD, revision 12827

store CodeWarrior 5.3 projects as xml instead of binary projects

2001-12-02 16:41 GD, revision 12826

removed obsolete mac related directories and files

2001-12-02 16:19 VZ, revision 12825

fixed bad choice of accel keys

2001-12-02 16:18 VZ, revision 12824

fixed redraw problems on resize under MSW

2001-12-02 15:57 VZ, revision 12823

more fixes to target window scrolling

2001-12-02 15:04 VZ, revision 12822

fixed event processing for the target window

2001-12-02 14:52 GD, revision 12821

added instructions concerning applescripts to convert xml files

2001-12-02 14:51 GD, revision 12820

updated todo list

2001-12-02 14:50 GD, revision 12819

added folder update in order to run correctly under Mac OS X

2001-12-02 13:35 VZ, revision 12818

really avoid the compiler warning

2001-12-02 13:29 VZ, revision 12817

SetDefaultStyle(wxTextAttr()) now resets the default style instead of not changing it at all

2001-12-02 10:07 RL, revision 12816

fixes for contrib build.

2001-12-02 01:54 RD, revision 12815

wxTipWindow can now derived from wxFrame if not wxUSE_POPUPWIN, or wxPopupTransientWindow otherwise.

2001-12-02 01:51 VZ, revision 12814

fixed stupid bug which prevented automatic encoding conversion

2001-12-02 00:49 VZ, revision 12813

always use HWND first in WM_COMMAND handler to avoid mixing the controls with the same id

2001-12-02 00:46 VZ, revision 12812

fixed bug introduced earlier today in wxTempFile::Open()

2001-12-02 00:08 VZ, revision 12811

really fixed wxLongLong

2001-12-01 23:53 VZ, revision 12810

fixed VC++ compilation

2001-12-01 20:58 RD, revision 12809

Added a dependency for setup.h so it will be copied again if needed

2001-12-01 20:49 RD, revision 12808

compilation fix

2001-12-01 18:26 VZ, revision 12807

updated dmalloc home page address

2001-12-01 17:48 GD, revision 12806

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 17:18 VZ, revision 12805

1. added wxFileName::CreateTempFileName() and implemented it properly (using mkstemp() when available) 2. wxTempFile::Open() and wxGetTempFileName() now use CreateTempFileName() avoiding code duplication 3. updated the docs

2001-12-01 17:16 VZ, revision 12804

added wxStringBuffer helper

2001-12-01 14:52 MBN, revision 12803

Applied #487077: updates/fixes for BCC32

2001-12-01 14:40 RL, revision 12802

somehow this got missed on the last commit..

2001-12-01 13:51 RL, revision 12801

Added wxFile::write_excl and use it from wxTempFile to securely open the temporary file.

2001-12-01 13:46 VZ, revision 12800

fixed Borland C++ compilation

2001-12-01 13:34 GD, revision 12799

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 13:13 RL, revision 12798

fix wxUINT64_SWAP macro to use wxULongLong now that it exists.

2001-12-01 12:57 VZ, revision 12797

disable wxUSE_POPUPWIN for Motif

2001-12-01 12:56 VZ, revision 12796

fixed assert to avoid compilation warnings

2001-12-01 12:53 VZ, revision 12795

fixed compilation warning about signed/unsigned comparison

2001-12-01 12:26 JS, revision 12794

Attempted to fix splittree problem by not pushing event handler

2001-12-01 09:15 JS, revision 12793

Corrected small error but still no tree visible :-(

2001-12-01 08:17 GD, revision 12792

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-12-01 03:56 RL, revision 12791

oops, still missed one.

2001-12-01 03:43 RL, revision 12790

Added 2 extra macros to handle all the flavours of wxInt64 :( Did a quick and dirty cut'n'paste to implement wxULongLong and provide wxUint64 on platforms without a suitable native type. Noted it's existance and inappropriate methods in the wxLongLong docs.

2001-12-01 03:28 VZ, revision 12789

added wxUSE_TIPWINDOW

2001-12-01 03:24 VZ, revision 12788

regenerated

2001-12-01 03:21 VZ, revision 12787

added wxUSE_TIPWINDOW

2001-12-01 03:18 VZ, revision 12786

fixed compilation after wxTipWindow base class change, added wxUSE_TIPWINDOW

2001-12-01 03:17 VZ, revision 12785

documented ConvertStringToArgs

2001-12-01 03:16 VZ, revision 12784

1. GetCwd() now has the volume argument, Normalize() works correctly for the paths without full path but with the volume 2. fixed old SplitPath() version without volume to behave in a backwards compatible way 3. added more docs

2001-12-01 02:28 VZ, revision 12783

more fixes for volume names handling

2001-12-01 02:25 RD, revision 12782

Updated PyCrust contrib from Patrick O'Brian. Added an enhanced wxEditor from Steve Howell and Adam Feuer.

2001-11-30 23:40 VZ, revision 12781

added wxWS_EX_TRANSIENT, added code for handling it and fixed wxLogGeneric to avoid crashes related to creating the log dialog as child of a window which is destroyed before it is

2001-11-30 23:38 VZ, revision 12780

wxFILE_SEP_PATH_VMS must be '.', not '/'

2001-11-30 23:33 RD, revision 12779

Updated contribs from Lorne White

2001-11-30 23:18 RD, revision 12778

Tweaking this demo a bit

2001-11-30 23:17 RD, revision 12777

SWIGged code update for wxGTK

2001-11-30 23:15 RD, revision 12776

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 23:08 VZ, revision 12775

reverted previous change - it doesn't fix the bug I wanted to fix

2001-11-30 23:03 RD, revision 12774

Forgot to take the unneeded code out

2001-11-30 23:02 RD, revision 12773

wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.

2001-11-30 22:55 VZ, revision 12772

don't use implicit parent for the progress dialogs

2001-11-30 22:10 DW, revision 12771

Can't just wxASSERT(0). Give "constant in conditional expression" errors on some compilers. Also bad control codes on the end of some preprocessor constants.

2001-11-30 21:56 VZ, revision 12770

extended file name tests

2001-11-30 21:55 VZ, revision 12769

added volume support and support for UNC paths under Windows, improved Mac and VMS support

2001-11-30 21:53 VZ, revision 12768

added wxFileName docs skeleton

2001-11-30 21:43 VZ, revision 12767

now the methods are sorted in the correct order in the generated docs

2001-11-30 21:19 RD, revision 12766

Added the standard lines needed for compiling with PCH, and etc.

2001-11-30 21:17 RD, revision 12765

SWIGged code update

2001-11-30 21:16 RD, revision 12764

Attempted to add the SplitTree gizmo classes, but it is not working on MSW... :-(

2001-11-30 20:59 GD, revision 12763

added AppleScripts to export/import xml files from/to projects

2001-11-30 17:02 VZ, revision 12762

corrected InternetGetConnectedState() prototype

2001-11-30 16:54 VZ, revision 12761

set app name to argv[0] by default, as was done before

2001-11-30 07:34 JS, revision 12760

Fixed bug in wxConvertDIBToBitmap (contributed)

2001-11-30 05:08 RD, revision 12759

SWIGged code update for wxGTK

2001-11-30 05:07 RD, revision 12758

Fixed some warnings in wxSTC

2001-11-30 02:16 RD, revision 12757

Another blind attempt to fix AltGr issues in wxSTC, and a context menu fix for wxGTK.

2001-11-29 21:41 VS, revision 12756

czech translation update (not yet finished)

2001-11-29 19:47 VZ, revision 12755

fixed backslashes parsing in the cmd line

2001-11-29 15:05 JS, revision 12754

Don't convert args if NULL

2001-11-29 01:08 RL, revision 12753

Add wxPython/contrib/gizmos to PYTHON_DIST

2001-11-29 00:51 RD, revision 12752

Changes to ensure that GDI objects returned from Python methods are copied, not just left as references. The old way was counter-intuitive for Python.

2001-11-28 23:10 VS, revision 12751

fixes w.r.t. size_t vs. int

2001-11-28 22:44 MBN, revision 12750

Fixed error in translation ( thanks to Nerijus Baliunas for spotting it ) Added some more translations.

2001-11-28 19:50 VZ, revision 12749

fixed (at least some of) the focus asserts

2001-11-28 19:27 VZ, revision 12748

HelpGen doesn't work in GUI mode

2001-11-28 18:33 JS, revision 12747

Small change

2001-11-28 18:22 , revision 12746
  • A /wxWidgets/tags/BEFORE_VOLUME_CHANGES
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/.cvsignore
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/aclocal.m4
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/autogen.sh
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/BuildCVS.txt
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/config.guess
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/config.sub
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/configure
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/configure.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/contrib
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/debian
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/demos
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/descrip.mms
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/difflast.pl
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/distrib
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/docs
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/.cvsignore
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/.cvsignore
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/accel.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/app.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/bitmap.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/brush.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/buffer.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/busyinfo.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/button.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/calctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/caret.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/checkbox.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/checklst.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/chkconf.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/choicdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/choice.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/clipbrd.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/clntdata.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/cmdline.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/cmdproc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/cmndata.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/colordlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/colour.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/combobox.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/confbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/config.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/containr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/control.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/cshelp.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/ctrlsub.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/cursor.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dataobj.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/date.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/datetime.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/datetime.inl
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/datstrm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/db.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dbgrid.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dbkeyg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dbtable.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dcclient.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dcmemory.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dcprint.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dcps.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dcscreen.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dde.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/debug.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/defs.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dialog.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dialup.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dir.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dirctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dirdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dnd.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/docmdi.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/docview.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dragimag.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dynarray.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/dynlib.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/effects.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/encconv.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/event.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/evtloop.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/expr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/ffile.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/file.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fileconf.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/filedlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/filefn.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/filesys.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/font.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fontdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fontenc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fontenum.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fontmap.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fontutil.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/frame.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fs_inet.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fs_mem.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/fs_zip.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gauge.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gdicmn.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gdiobj.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/generic
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/geometry.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gifdecod.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/glcanvas.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/grid.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gsocket.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gtk
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/gtk1
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/hash.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/help.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/helpbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/helphtml.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/helpwin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/helpxlp.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/html
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/icon.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagbmp.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/image.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imaggif.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagjpeg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imaglist.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagpcx.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagpng.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagpnm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagtiff.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/imagxpm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/intl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/ioswrap.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/ipcbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/isql.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/isqlext.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/joystick.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/layout.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/laywin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/list.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/listbox.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/listctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/listimpl.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/log.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/longlong.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/mac
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/matrix.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/mdi.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/memconf.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/memory.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/memtext.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/menu.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/menuitem.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/metafile.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/mgl
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/mimetype.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/minifram.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/module.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/motif
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/msgdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/mstream.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/msw
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/notebook.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/object.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/objstrm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/odbc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/os2
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/ownerdrw.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/palette.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/panel.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/paper.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/pen.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/platform.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/popupwin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/print.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/printdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/prntbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/process.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/progdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/prop.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/propform.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/proplist.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/protocol
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/quantize.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/radiobox.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/radiobut.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/regex.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/region.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/resource.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sashwin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sckaddr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sckipc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sckstrm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/scrolbar.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/scrolwin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/serbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/settings.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sizer.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/slider.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/snglinst.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/socket.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/spinbutt.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/spinctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/splash.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/splitter.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/stack.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/statbmp.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/statbox.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/statline.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/stattext.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/statusbr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/stc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/strconv.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/stream.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/string.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/sysopt.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tab.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tabctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/taskbar.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tbarbase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/textbuf.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/textctrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/textdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/textfile.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tglbtn.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/thread.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/time.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/timer.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tipdlg.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tipwin.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tokenzr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/toolbar.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/tooltip.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/toplevel.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/treebase.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/treectrl.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/treelay.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/txtstrm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/types.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/univ
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/unix
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/url.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/utils.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/valgen.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/validate.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/valtext.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/variant.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/vector.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/version.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wave.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wfstream.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/window.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wizard.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wxchar.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wxexpr.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wxhtml.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wxprec.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cw.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cwc.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/xpmdecod.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/xpmhand.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/xrc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/zipstrm.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx/zstream.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cw.pch
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cw.pch++
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwc.pch
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwc.pch++
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwu_d.pch
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cw_d.pch
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/include/wx_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/install-sh
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/lib
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/locale
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/Makefile.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/Mingw32-gcc295.patches
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/make-deb
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/misc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/regen
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/samples
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/setup.h.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/setup.h_vms
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/.cvsignore
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/.cvsignore
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/appcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/base.rc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/bmpbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/choiccmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/clipcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/clntdata.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cmdline.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cmdproc.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cmndata.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/config.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/containr.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cshelp.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/ctrlcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/ctrlsub.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cwlex_yy.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/cwy_tab.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/datetime.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/datstrm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/db.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dbgrid.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dbtable.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dcbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/descrip.mms
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dircmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dlgcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dndcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dobjcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/docmdi.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/docview.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/doslex.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dosyacc.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dseldlg.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dynarray.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/dynlib.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/effects.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/encconv.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/event.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/extended.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fddlgcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/ffile.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/file.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fileconf.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/filefn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/filesys.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fontcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fontmap.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/framecmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fs_inet.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fs_mem.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/fs_zip.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/ftp.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/gaugecmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/gdicmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/geometry.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/gifdecod.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/glob.inc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/hash.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/helpbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/http.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagall.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagbmp.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/image.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imaggif.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagjpeg.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagpcx.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagpng.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagpnm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagtiff.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/imagxpm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/init.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/intl.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/ipcbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/layout.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/lboxcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/lexer.l
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/list.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/log.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/longlong.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/matrix.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/memory.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/menucmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/mimecmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/module.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/mstream.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/nbkbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/object.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/objstrm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/odbc.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/paper.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/parser.y
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/popupcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/prntbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/process.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/protocol.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/quantize.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/radiocmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/regex.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/resourc2.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/resource.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sckaddr.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sckfile.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sckipc.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sckstrm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/serbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sizer.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/socket.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/statbar.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/strconv.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/stream.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/string.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/sysopt.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/tbarbase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/textbuf.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/textcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/textfile.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/timercmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/tokenzr.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/toplvcmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/treebase.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/txtstrm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/unictabl.inc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/unzip.c
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/unzip.h
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/url.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/utilscmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/valgen.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/validate.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/valtext.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/variant.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/wfstream.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/wincmn.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/wxchar.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/wxexpr.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/xpmdecod.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/zipstrm.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/common/zstream.cpp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/cygnus.bat
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/files.lst
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/freetype
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/generic
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/gtk
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/gtk1
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/html
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/iodbc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/jpeg
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/mac
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/make.env.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeb32.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makebcc.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makefile.bcc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makefile.dos
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makefile.va
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makefile.vc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeg95.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.b32
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.bcc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.env.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.g95
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.vc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makelib.wat
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makemac6.mcp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makemac7.mcp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makemsc.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.b32
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.bcc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.env.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.g95
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.msc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.sl
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.va
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.vc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeprog.wat
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makesc.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makesl.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/maketwin.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makeva.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makevc.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/makewat.env
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/mgl
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/mingegcs.bat
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/mingw32.bat
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/motif
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/msw
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/ntwxwin.mak
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/os2
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/png
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/regex
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/stc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/tiff
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/univ
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/unix
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/Wxwindll.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxBase.dsp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxBase.dsw
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxJpeg.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxPng.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxTiff.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxUniv.dsp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxUniv.dsw
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxWin.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxWindows.dsp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxWindows.dsw
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxWindowsM5.mcp
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxXpm.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/wxZlib.icc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/xpm
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/xrc
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/src/zlib
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/tests
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/user
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/utils
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wx-config.in
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxBase.spec
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxMotif.spec
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxPython
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxWINE.spec
  • D /wxWidgets/tags/BEFORE_VOLUME_CHANGES/wxwin.m4

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

2001-11-28 18:22 JS, revision 12745

Fixing wxMicroWindows compilation

2001-11-28 18:10 VZ, revision 12744

replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with "CXX = $(shell wx-config --cxx)" in all makefile.unx

2001-11-28 17:53 VZ, revision 12743

added missing files

2001-11-28 16:28 RR, revision 12742

Darwin has commandline args. Position controls right under Mac.

2001-11-28 15:41 JS, revision 12741

Added missing files to project file.

2001-11-28 12:30 VZ, revision 12740

replaced `wx-config --cflags` with `wx-config --cxxflags` and mentioned that it must be done in user makefiles too in changes.txt

2001-11-28 09:47 RD, revision 12739

Added wxChildFocusEvent Updated wxHtmlWindow Added wxEditableListBox

2001-11-28 09:17 RD, revision 12738

Added tooltips to the buttons in the wxEditableListBox

2001-11-28 00:36 VZ, revision 12737

blind fix for iconizing/restoring hidden child frames bug

2001-11-28 00:34 VZ, revision 12736

fixed stupid bug in tab traversal code which totally broke it whenever mouse was used to change focus

2001-11-27 21:09 MBN, revision 12735

Added --use-temp-file to RESFLAGS in 2.2, too

2001-11-27 20:44 MBN, revision 12734

Fixes for Cygwin compilation

2001-11-27 18:14 VS, revision 12733

second halt of Chris' wxImage ICO patch

2001-11-27 18:13 VS, revision 12732

added two-step creation of wxHtmlWindow

2001-11-27 18:13 VS, revision 12731

compilation fix

2001-11-27 18:12 VS, revision 12730

docs update for Greg's wxGenericTreeCtrl patch

2001-11-27 16:15 VZ, revision 12729

fudged the extra width in GetBestSize() to fit better

2001-11-27 14:46 VZ, revision 12728

added some test for the choice dialog sizing

2001-11-27 14:45 VZ, revision 12727

don't show scrollbars at all when the window is big enough

2001-11-27 14:44 VZ, revision 12726

added more instruction for writing the docs

2001-11-27 14:43 VZ, revision 12725

oops, forgot to commit the header for the notebook fix

2001-11-27 14:12 RL, revision 12724

another typo fix (of mine) more significant than a missing apostophe.

2001-11-27 14:02 RL, revision 12723

wx2.2.8.5 for debian, here we come. This time with SIZE_T defines in setup.h so it really will work.

2001-11-27 13:44 RL, revision 12722

oops, add wxSIZE_T_IS_* to setup.h.in -- forgot our build system doesn't take care of that by itself..

2001-11-27 07:00 RD, revision 12721

New SWIGged files for wxGTK

2001-11-27 06:59 RD, revision 12720

set the background brush to the window's background colour

2001-11-27 06:22 RD, revision 12719

New SWIGged files for wxMac

2001-11-27 05:44 RD, revision 12718

Added IsVertical to wxMac's wxScrollBar. (It doesn't derive from wxScrollbarBase)

2001-11-27 02:56 RD, revision 12717

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 02:51 RD, revision 12716

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 00:35 RD, revision 12715

Shapes will now draw the right background color when erased if the canvas is not white.

2001-11-27 00:18 VS, revision 12714

wxMGL compilation fix

2001-11-26 21:21 GD, revision 12713

corrected shared library linking for Darwin (dylib initialisation routine) disabled joystick for wxMAC and wxMOTIF (not yet implemented) unified configure warning messages

2001-11-26 21:13 GD, revision 12712

corrected shared library linking (add wx library to link)

2001-11-26 19:58 RD, revision 12711

Changed WXDLLEXPORT --> GIZMOSDLLEXPORT (and added it where is wasn't used) so gizmos can be used with wx DLL but not be a DLL itself.

2001-11-26 16:35 VZ, revision 12710

fixed listbox initial size determination

2001-11-26 14:50 VZ, revision 12709

superposition of text styles in wxTextCtrl now works as expected (and as documented)

2001-11-26 14:38 VZ, revision 12708

removed unneeded include from the header

2001-11-26 12:05 VZ, revision 12707

fixed notebook tabs refresh when changing them under wxGTK

2001-11-26 11:33 VZ, revision 12706

fixed wxRadioBox::Enable() and Show() to enable/show the buttons as well

2001-11-26 11:24 VZ, revision 12705

fix for incorrect assert in SetClientObject

2001-11-26 11:23 VZ, revision 12704

compilation warning fixed for wxUSE_TOOLTIPS==0

2001-11-26 07:33 GD, revision 12703

added missing const for char* arguments

2001-11-26 06:47 GD, revision 12702

Added compile-time check to be sure that wxUSE_ is set to 1

2001-11-26 03:53 RL, revision 12701

added wx(U)int64, then added it to wxDataStream so contrib should (hopefully) now build on alpha, ia64, s/390 without the kludge from 2.2

2001-11-25 23:17 VS, revision 12700

wxT(), not _()

2001-11-25 21:52 GD, revision 12699

added dynamic shared library (dylib) initialization routine for Darwin

2001-11-25 21:36 VZ, revision 12698

added wxCmdLineParser::ConvertStringToArgs(), wxApp::ConertToStandardCommandArgs() now uses it

2001-11-25 20:31 MBN, revision 12697

Updated Italian translations

2001-11-25 20:10 RR, revision 12696

Correct wxTimer bug in wxGTK. Correct SetSize bug for certain Toplevel windows in wxMAC.

2001-11-25 20:00 RL, revision 12695

oops, the size_t test actually is still needed in sndwav until we fix wxDataOutputStream to be 64 bit friendly.

2001-11-25 19:19 GD, revision 12694

removed MAKE variable which is set by make, otherwise it recursive makes do not work when make is in fact gmake (or some other name)

2001-11-25 18:39 VZ, revision 12693

fixed comment about [not] deleting wxConfig::Get() pointer

2001-11-25 18:18 VZ, revision 12692

changed wxYES_NO to be equal to wxYES | wxNO freeing another style bit which allows to avoid conflicts between wxYES and wxTE_MULTILINE

2001-11-25 18:11 VZ, revision 12691

fixed wxTE_LINESCROLL definition to not conflict with wxTE_PROCESS_ENTER

2001-11-25 17:12 VZ, revision 12690

fixed VC++ warning

2001-11-25 16:43 GD, revision 12689

corrected case of DeRez for Mac OS X

2001-11-25 15:54 GD, revision 12688

moved wx/panel include to correct wxGTK compilation error

2001-11-25 15:35 VZ, revision 12687

removed small as otherwise the code was apparently unreadable in HTML docs

2001-11-25 15:32 VZ, revision 12686

minor updates/clarifications to the wxNotebook docs

2001-11-25 15:18 GD, revision 12685

removed trailing ; after DECLARE_ macros

2001-11-25 15:17 VZ, revision 12684

added Remove() test

2001-11-25 15:08 GD, revision 12683

removed trailing ; after DECLARE_NO_COPY_CLASS

2001-11-25 14:59 VZ, revision 12682

centre on screen the dialogs without epxlicit position

2001-11-25 14:41 VZ, revision 12681

fixed the message when creating setup.h

2001-11-25 14:32 VZ, revision 12680

added wxCHANGE_DIR test

2001-11-25 14:27 VZ, revision 12679

added wxCHANGE_DIR flag support to wxMSW implementation

2001-11-25 12:58 GD, revision 12678

use "..." instead of <...> for wx includes

2001-11-25 12:56 GD, revision 12677

remove static libraries and recreate them to avoid stale object files

2001-11-25 12:51 GD, revision 12676

use "..." instead of "..." for wx includes

2001-11-25 12:50 GD, revision 12675

corrected blind fix of missing .c_str()s

2001-11-25 09:39 RD, revision 12674

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 09:10 RD, revision 12673

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 08:53 RD, revision 12672

Added ability for wxSTC's scrollbars to be supplieed externally, such as those that are created in wxDynamicSashWindows,

2001-11-25 08:51 RD, revision 12671

Added wxDS_DRAG_CORNER so the corner dragging can be turned off.

2001-11-25 02:34 RD, revision 12670

Honor the SetUseHorizontalScrollBar setting.

2001-11-25 00:57 VZ, revision 12669

fix for focus handling in case when the panel itself is clicked

2001-11-25 00:53 VZ, revision 12668

and now fixes for compilation with wxUSE_PALETTE=1

2001-11-25 00:51 VZ, revision 12667

typo: & was used instead of &&

2001-11-25 00:23 VZ, revision 12666

wxUniv compilation fixes

2001-11-25 00:22 VZ, revision 12665

compilation warning (and possible bug) fix

2001-11-25 00:22 VZ, revision 12664

fixes for compilation with wxUSE_PALETTE=0

2001-11-25 00:21 VZ, revision 12663

added GetHpalette[Of] macros

2001-11-25 00:20 VZ, revision 12662

compilation fix for wxUSE_TEXTBUFFER=0

2001-11-25 00:17 VZ, revision 12661

blindly added missing .c_str()s to fix compilation

2001-11-24 23:59 VS, revision 12660

wxToolBar support in wxUniv/wxFrame (well, sort of -- with wxToolBarSimple only and it looks really weird. I don't know yet if it is my fault or wxTBSimple's...

2001-11-24 23:59 VS, revision 12659

wxToolBar support in wxUniv/wxFrame

2001-11-24 23:59 VS, revision 12658

fool-proof wxDC::SetPalette(wxNullPalette)

2001-11-24 23:59 VS, revision 12657

fix for palette restoration in wxToolBarSimple

2001-11-24 23:58 VS, revision 12656

compilation fix

2001-11-24 23:57 VS, revision 12655

minor syntactic fix

2001-11-24 23:56 VS, revision 12654

better behaviour of wxMGL's wxTimer w.r.t. memory allocations

2001-11-24 23:55 MBN, revision 12653

Must honour wxUSE_TOOLTIPS in tooltip.h

2001-11-24 23:55 VS, revision 12652

- better behaviour of wxMGL's wxTimer w.r.t. memory allocations - fix for crash when wxTimer was deleted from wxTimer::Notify

2001-11-24 23:55 VS, revision 12651

added AM_PATH_WXCONFIG macro and its installation

2001-11-24 23:39 MBN, revision 12650

* added new --enable-logdialog option * added warning for use of wxToolTip in wxUniv * corrected some cut&paste errors ( now --disable-pnm doesn't disable XPMs anymore... )

2001-11-24 13:30 VS, revision 12649

added contrib strings to catalog and regenerated po files

2001-11-24 13:26 VS, revision 12648

backported imagjpeg memory leak fix to 2.2

2001-11-24 13:25 VS, revision 12647

forgot to remove ;; when applying the patch

2001-11-24 12:58 JS, revision 12646

Include windows.h before sql headers, if compiling with VC++. Otherwise, for files that don't use wxprec.h (non-sample/demo files), windows.h may not have been included, and sqltypes.h will fail to compile.

2001-11-24 09:28 GD, revision 12645

correction for compilation under Mac OS X

2001-11-24 06:07 , revision 12644

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

2001-11-24 06:07 RL, revision 12643

removed the dirty kludge from sndwav and changed the __alpha__ test to check wxSIZE_T_IS_UINT since it doesn't change the API at all.

2001-11-24 05:39 RL, revision 12642

Ignore what the diff says.. think "added S/390 support". Really. The rest is just an illusion, as was ever not supporting S/390.

2001-11-24 05:26 RL, revision 12641

Backported size_t test from 2.3 to replace platform test kludge in sndwav.cpp. Prepared new debs suitable for S/390 release.

2001-11-24 03:50 RD, revision 12640

Give wxDynamicSashReparentEvent a copy ctor and a proper Clone so it can be used with AddPendingEvent.

2001-11-23 22:28 SC, revision 12639

formatting

2001-11-23 22:26 SC, revision 12638

moved test for valid controlpart into this method

2001-11-23 22:25 SC, revision 12637

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:24 VZ, revision 12636

added test for selecting intial colour in the col dlg

2001-11-23 22:23 SC, revision 12635

carbon compat routine define

2001-11-23 22:22 VZ, revision 12634

show correctly the initially selected colour and update the sliders (patch 484415)

2001-11-23 22:10 SC, revision 12633

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:08 MBN, revision 12632

wxPerl documentation updates

2001-11-23 21:58 VZ, revision 12631

fixed UMR (patch #484863)

2001-11-23 21:28 GD, revision 12630

corrected makefiles following suggestion by MBN

2001-11-23 19:59 GD, revision 12629

added missing wxUSE_SYSTEM_OPTIONS define

2001-11-23 19:43 VZ, revision 12628

implemented GetBestSize() for wxChoice

2001-11-23 19:42 RR, revision 12627

Restored wxFileName::GetModificationTime() under Classic.

2001-11-23 19:39 VS, revision 12626

applied Greg's refinment of hist treectrl patch

2001-11-23 19:38 VS, revision 12625

fixed memory leak in imagjpeG (patch #484865)

2001-11-23 19:38 VS, revision 12624

cosmetic change: XML resource -> XRC resource

2001-11-23 17:14 RR, revision 12623

Fixed mouse move bug. No idea why it has to be fixed, but MacOS X seems to send incorect event states.

2001-11-23 13:51 JS, revision 12622

Some corrections

2001-11-23 13:45 JJ, revision 12621

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/filefn.h wxWindows/include/wx/filename.h wxWindows/src/common/descrip.mms wxWindows/src/common/filename.cpp Updates for OpenVMS, -Updated copmpile support for new files/features -First version of OpenVMS file support (wxPATH_VMS). (will need a lot of testing on OpenVMS systems) ----------------------------------------------------------------------

2001-11-23 13:40 VZ, revision 12620

added comment for OnScroll

2001-11-23 13:34 JJ, revision 12619

Committing in . Modified Files: wxWindows/samples/dialogs/dialogs.cpp added conditional compilation for replacement dialogs in oder to allow compilation on non-MSW systems. ----------------------------------------------------------------------

2001-11-23 13:27 JS, revision 12618

Fixed Plot compilation, aliased OnScroll to HandleOnScroll

2001-11-23 12:42 JS, revision 12617

Added file and fixed compilo

2001-11-23 12:37 JS, revision 12616

Fixed VC++ project file

2001-11-23 12:37 JS, revision 12615

Added event Clone functions

2001-11-23 12:17 VZ, revision 12614

updated and expanded wxLog docs

2001-11-23 12:10 VZ, revision 12613

updated and expanded wxLog docs

2001-11-23 00:43 GT, revision 12612

Added missing documentation for a function

2001-11-23 00:42 GT, revision 12611

"char *" changed to "wxChar *" in several places "Documentation needed" comments removed as the function(s) are now documented

2001-11-23 00:39 GT, revision 12610

MS Access support fix Standardized the parameter names for "colNo" in all places A few more unicode adjustments (but Unicode is still not supported by these classes)

2001-11-23 00:24 GT, revision 12609

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC Initialized the temporary date variables so that if a date in the DB is corrupt, then the variables will have a default value in them. When data sources list box is populated, if the DB specified in the .CFG file is no longer in the list, a wxASSERT() message was generated in debug builds. Now the program makes sure that the datasource is in the listbox's choices before trying to set the selected choice to that string

2001-11-22 23:55 VS, revision 12608

blind fix for wxGIFDecoder::ReadGIF

2001-11-22 23:55 VS, revision 12607

mo files are now with lang directive

2001-11-22 23:17 GT, revision 12606

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC

2001-11-22 23:15 GT, revision 12605

Removed non-reachable code (consulted Aleks first, and he said the code was no longer needed) Commented out unused variables to stop BCC warnings - left the code for debugging purposes Removed hardcoded tabs and replaced with spaces per the wxWindows code style specs Spelling typos fixed in comments Miscellaneous source formatting issues fixed to meet standard wxwindows coding styles

2001-11-22 22:20 MBN, revision 12604

Fixed/simplified Makefile

2001-11-22 22:03 GD, revision 12603

use "..." instead of <...> for wx headers

2001-11-22 21:30 VZ, revision 12602

fixed memory leaks

2001-11-22 21:14 VZ, revision 12601

added check for NULL Clone() return

2001-11-22 21:03 VZ, revision 12600

removed read() declaration which resulted in a warning

2001-11-22 20:17 GD, revision 12599
  • D /wxWidgets/trunk/samples/erase/make_cw.mcp
  • D /wxWidgets/trunk/samples/minimal/make_cw.mcp

removed obsolete CodeWarrior projects

2001-11-22 20:15 GD, revision 12598
  • D /wxWidgets/trunk/samples/erase/makemac.mcp
  • D /wxWidgets/trunk/samples/menu/makemac.mcp
  • D /wxWidgets/trunk/samples/newgrid/makemac.mcp

removed obsolete CodeWarrior 5 projects

2001-11-22 20:15 RL, revision 12597

changed charset back to iso-8859-1

2001-11-22 17:56 MBN, revision 12596

Pass parameters ( UNICODE WXUSINGDLL FINAL ) to subdirectories' makefiles.

2001-11-22 14:20 JS, revision 12595

Added zip file containing DSW files for samples and demos

2001-11-22 14:16 JS, revision 12594
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.dsw

Removed dsw file

2001-11-22 14:03 GT, revision 12593

Added the missing keyword 'const' to the fix for virtual Clone() function

2001-11-22 13:31 JS, revision 12592
  • D /wxWidgets/trunk/samples/console/console.dsw
  • D /wxWidgets/trunk/samples/minimal/minimal.dsw

Removed some dsw files from CVS

2001-11-22 13:20 JS, revision 12591

Added empty Clone method for cbPluginEvent

2001-11-22 12:59 JS, revision 12590

#ifdefed out the joystick code, and removed the wxBitmapList addition from the wxBitmap constructor that was causing a crash.

2001-11-22 12:58 JS, revision 12589

Applied patch #484508 (mostly sample warnings). I've no idea why CVS thinks that the .mcp files have been changed - they haven't.

2001-11-22 11:38 RR, revision 12588

Tries to fix wxListBox focus problems.

2001-11-22 11:18 JS, revision 12587

Added missing VC++ project files

2001-11-22 11:18 , revision 12586

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

2001-11-22 10:38 VZ, revision 12585

added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its operator=() return type

2001-11-22 09:11 MBN, revision 12584

Unicode compilation fixed for almost all samples

2001-11-22 09:10 MBN, revision 12583

Unicode compilation fixes

2001-11-22 09:09 MBN, revision 12582

Converting uninitialized data is not a Good Idea

2001-11-22 09:08 MBN, revision 12581

Must convert the last part, too

2001-11-22 09:04 MBN, revision 12580

Readded --use-temp-file to RCFLAGS, needed for old windres

2001-11-22 09:03 MBN, revision 12579

Test for wctype.h Fix for broken Cygwin wchar.h

2001-11-22 00:58 VZ, revision 12578

fix for Unicode build

2001-11-22 00:43 VZ, revision 12577

minor flicker reduction in the virtual list ctrl

2001-11-22 00:33 VS, revision 12576

added -static packages to specfiles

2001-11-22 00:32 VS, revision 12575

changes to wx-config --static to allow static linkage in presence of shared library

2001-11-22 00:31 VS, revision 12574

reverted fix for missing wxEvent::operator=

2001-11-22 00:30 VS, revision 12573

change to /usr/share/wx/version

2001-11-22 00:29 VS, revision 12572

- change to /usr/share/wx/version - do not set executable flag for .a libraries

2001-11-22 00:29 VS, revision 12571

oops, checked in wrong version of wxMOtif.spec

2001-11-21 23:48 VZ, revision 12570

fixed wxDropFilesEvent dtor, added copy ctor and implemented Clone() for it

2001-11-21 23:39 VZ, revision 12569

fixed wxTaskBarIcon compilation

2001-11-21 22:59 DW, revision 12568

New .def file.

2001-11-21 21:46 VZ, revision 12567

mention wxObject and wxEvent API changes

2001-11-21 21:44 VZ, revision 12566

1. removed wxObject::CopyObject() and Clone() - some objects just can't be copied 2. made wxEvent::Clone() pure virtual and added missing Clone()s to the other event classes which this changes has helped to discover

2001-11-21 21:42 VZ, revision 12565

expanded the comment about redefining the client data methods a bit

2001-11-21 20:51 , revision 12564
  • A /wxWidgets/tags/COPY_OBJECT
  • D /wxWidgets/tags/COPY_OBJECT/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/COPY_OBJECT/lib/dummy
  • R /wxWidgets/tags/COPY_OBJECT/misc/afm
  • A /wxWidgets/tags/COPY_OBJECT/misc/afm/.cvsignore
  • A /wxWidgets/tags/COPY_OBJECT/misc/afm/Zapf.afm
  • R /wxWidgets/tags/COPY_OBJECT/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/COPY_OBJECT/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/internat.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/internat.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/internat/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/expt.cpp
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/fload.xbm
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/layout.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/layout/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/chart.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/makefile.sc
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/makefile.vms
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mdi.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/png/pngdemo.rc
  • R /wxWidgets/tags/COPY_OBJECT/samples/printing/fload.xbm
  • R /wxWidgets/tags/COPY_OBJECT/samples/printing/printing.def
  • R /wxWidgets/tags/COPY_OBJECT/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/samples/tab/mondrian.ico
  • R /wxWidgets/tags/COPY_OBJECT/src/common/glob.inc
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/cross.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/horiz.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk/verti.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/cross.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/COPY_OBJECT/src/gtk1/verti.xbm
  • D /wxWidgets/tags/COPY_OBJECT/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/COPY_OBJECT/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/COPY_OBJECT/src/html/search.cpp
  • R /wxWidgets/tags/COPY_OBJECT/src/png/ansi2knr.1
  • D /wxWidgets/tags/COPY_OBJECT/src/png/makefile.nt
  • R /wxWidgets/tags/COPY_OBJECT/src/png/scripts
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/build.bat
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/COPY_OBJECT/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/COPYRIGHT
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/mkh
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/README
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_color.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_lex.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regc_nfa.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regerrs.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.3
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.7
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/regex2.h
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/rege_dfa.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regfronts.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/regguts.h
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/re_syntax.n
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/split.c
  • D /wxWidgets/tags/COPY_OBJECT/src/regex/tclUniData.c
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/tests
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/utils.h
  • R /wxWidgets/tags/COPY_OBJECT/src/regex/WHATSNEW
  • D /wxWidgets/tags/COPY_OBJECT/src/unix/net.cpp
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/algorithm.txt
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/ChangeLog
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/configure
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/descrip.mms
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/INDEX
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infblock.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infcodes.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/inffast.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/inftrees.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/infutil.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Makefile.in2
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/Make_vms.com
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/maketree.c
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/README
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/trees.h
  • R /wxWidgets/tags/COPY_OBJECT/src/zlib/zlib.3
  • D /wxWidgets/tags/COPY_OBJECT/utils/wxPython
  • D /wxWidgets/tags/COPY_OBJECT/utils/wxprop

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

2001-11-21 20:51 GD, revision 12563

added missing joystick source file for wxMotif

2001-11-21 18:45 VZ, revision 12562

fixed compilation somehow, the code is still broken!

2001-11-21 17:25 VZ, revision 12561

replaced wxSocketEvent::CopyObject() with Clone()

2001-11-21 16:43 VZ, revision 12560

changes to match listctrl.h changes (forgot to commit yesterday, sorry)

2001-11-21 13:30 RL, revision 12559

add some output to the GL tests..

2001-11-21 13:20 RL, revision 12558

Where's GL? Hopefully wx-config will now tell us if we need to know.

2001-11-21 05:33 RL, revision 12557

backported 2.2 packaging fixes for python 2.1

2001-11-21 05:30 RL, revision 12556

merged some message catlogues from 2.2 that were missing from 2.3 updated all .po files from current source.

2001-11-21 04:47 RL, revision 12555

'fixed' header fields that new gettext complains about.

2001-11-21 00:43 VZ, revision 12554

1. restored wxEvent::operator=() 2. removed wxListEvent::CopyObject() 3. refresh fixes to MSW virtual list control

2001-11-21 00:06 VS, revision 12553
  • D /wxWidgets/trunk/distrib/msw/tmake/baserpm.t
  • D /wxWidgets/trunk/src/rpmfiles.lst

removed rpmfiles.lst

2001-11-21 00:03 VS, revision 12552

client area origin handling fixes for univ/wxTLW

2001-11-21 00:03 VS, revision 12551

wxMouseEvent's coordinates are now relative to client area origin in wxGTK

2001-11-21 00:01 VS, revision 12550

wxUniv fixes for generic wxColourDialog

2001-11-21 00:01 VS, revision 12549

wxMGL compilation fix

2001-11-21 00:01 VS, revision 12548

more programmer-friendly wxApp::SetDisplayMode

2001-11-21 00:00 VS, revision 12547

removed GDI lists from wxMGL

2001-11-21 00:00 VS, revision 12546

- removed GDI lists from wxMGL - friendlier wxApp::SetDisplayMode - redirects stdout and stderr to files if __WXDEBUG__ - wxLog initialization and flushing fixes

2001-11-20 23:59 VS, revision 12545

compilation fix for wxUniv

2001-11-20 23:59 VS, revision 12544

fixes for ambiquity in wxComboBox (is it correct this time?)

2001-11-20 23:58 VS, revision 12543

compilation fix (caused by removal of wxMouseEvent::operator=)

2001-11-20 23:56 VS, revision 12542

wxMotif.spec fixes

2001-11-20 23:56 VS, revision 12541

compilation fix for wxMotif

2001-11-20 23:55 VS, revision 12540

fine-tuned API from the ICO patch

2001-11-20 23:54 VS, revision 12539

removed rpmfiles.lst

2001-11-20 23:50 VS, revision 12538

fixes to wxGTK specfile

2001-11-20 23:50 VS, revision 12537

better <HR> tag handling in wxHTML

2001-11-20 23:50 VS, revision 12536

fixes for wxBase RPM

2001-11-20 23:48 VS, revision 12535

wxDC::SetFont can now handle invalid font and doesn't assert anymore (other ports behave this way)

2001-11-20 23:48 VS, revision 12534

optimized default GUI font loading

2001-11-20 21:31 GD, revision 12533

use "..." instead of <...> for wx headers

2001-11-20 20:46 VZ, revision 12532

applied patch fixing compilation without wxUSE_TIMEDATE and another warning

2001-11-20 20:44 VZ, revision 12531

added bitmaps to the resources

2001-11-20 20:34 GD, revision 12530

added (another) missing const

2001-11-20 18:58 VZ, revision 12529

applied patch 475879 (Can't use subclassed GridCellEditor)

2001-11-20 18:49 VZ, revision 12528

more DBCS-related changes (patch 481898)

2001-11-20 18:40 VZ, revision 12527

don't use wxTheXXXList in wxXXX ctor/dtor, only objects explicitly created with FindOrCreateXXX() are managed by the lists

2001-11-20 17:23 VZ, revision 12526

backwards incompatible change to wxWizardPage reverted

2001-11-20 17:04 , revision 12525
  • A /wxWidgets/tags/wxPy_2_3_2b7
  • D /wxWidgets/tags/wxPy_2_3_2b7/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b7/docs/latex
  • R /wxWidgets/tags/wxPy_2_3_2b7/include
  • R /wxWidgets/tags/wxPy_2_3_2b7/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b7/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b7/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b7/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b7/src
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b7/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/regex/WHATSNEW
  • D /wxWidgets/tags/wxPy_2_3_2b7/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b7/src/zlib/zlib.3
  • D /wxWidgets/tags/wxPy_2_3_2b7/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b7/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_3_2b7/wxPython

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

2001-11-20 17:04 RD, revision 12524

Demo cleanup

2001-11-20 17:01 VZ, revision 12523

fix for BC++ internal compiler error

2001-11-20 15:58 JS, revision 12522

More project file fun

2001-11-20 15:36 VZ, revision 12521

fix for my old mingw32 cross-compiler

2001-11-20 15:09 VZ, revision 12520

added 2nd image as XPM as well to the wizard sample

2001-11-20 15:00 VZ, revision 12519

added #if wxUSE_TIMEDATE where needed

2001-11-20 14:58 VZ, revision 12518

compilation fix

2001-11-20 14:56 VZ, revision 12517

replaced wxDate with wxDateTime

2001-11-20 14:55 JS, revision 12516

Misc fixes

2001-11-20 14:25 VZ, revision 12515

added wxToggleButton docs

2001-11-20 07:42 RD, revision 12514

SWIGged code updates

2001-11-20 07:42 RD, revision 12513

SWIGged code uodates

2001-11-20 07:40 RD, revision 12512

Bug fixes

2001-11-20 07:40 RD, revision 12511

Demo cleanup

2001-11-20 06:30 RD, revision 12510

SWIGged code updates

2001-11-20 06:19 RD, revision 12509

Demo cleanup

2001-11-20 06:04 RD, revision 12508

Replaced CopyObject with Clone for wxPython-specific event classes.

2001-11-20 02:52 RD, revision 12507

SWIGged code updates

2001-11-20 02:31 RD, revision 12506

Demo updates

2001-11-20 02:30 RD, revision 12505

Additions and fixes for the script that builds the Windows installer script.

2001-11-20 02:29 RD, revision 12504

Added LIST_ITEM_FOCUSED

2001-11-20 02:06 RD, revision 12503

SWIGged updates

2001-11-20 02:04 RD, revision 12502

Added the WX_GL constants

2001-11-20 02:03 RD, revision 12501

For Python 2.2 builds

2001-11-20 02:02 RD, revision 12500

Added some code to override distutils compile flags, but left it commented out since I found that the problem I was seeing is actaully in Python headers...

2001-11-20 01:55 RD, revision 12499

Fixed some warnings

2001-11-20 01:28 VZ, revision 12498

fixed erroneous debug error message

2001-11-19 23:54 VS, revision 12497

case-insensitive sort of HTML help index

2001-11-19 23:53 VS, revision 12496

fix for wxComboBox::GetSelection from inside event handler

2001-11-19 23:53 VS, revision 12495

wxMGL support for std dialogs

2001-11-19 21:24 SC, revision 12494

applied Paul A. Thiessen's patches for correcting coordinates when having borders, exchanged the border painting method.

2001-11-19 20:43 RD, revision 12493

Fixed a problem in the demo and plugged a potential leak in SetDashes

2001-11-19 20:41 , revision 12492
  • A /wxWidgets/tags/oglgdiptr
  • D /wxWidgets/tags/oglgdiptr/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/aclocal.m4
  • D /wxWidgets/tags/oglgdiptr/autogen.sh
  • D /wxWidgets/tags/oglgdiptr/BuildCVS.txt
  • D /wxWidgets/tags/oglgdiptr/config.guess
  • D /wxWidgets/tags/oglgdiptr/config.sub
  • D /wxWidgets/tags/oglgdiptr/configure
  • D /wxWidgets/tags/oglgdiptr/configure.in
  • D /wxWidgets/tags/oglgdiptr/contrib/configure
  • D /wxWidgets/tags/oglgdiptr/contrib/configure.in
  • D /wxWidgets/tags/oglgdiptr/contrib/docs/latex/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/net
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/include/wx/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/lib
  • D /wxWidgets/tags/oglgdiptr/contrib/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/samples/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/src/animate
  • D /wxWidgets/tags/oglgdiptr/contrib/src/applet
  • D /wxWidgets/tags/oglgdiptr/contrib/src/canvas
  • D /wxWidgets/tags/oglgdiptr/contrib/src/fl
  • D /wxWidgets/tags/oglgdiptr/contrib/src/gizmos
  • D /wxWidgets/tags/oglgdiptr/contrib/src/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/contrib/src/mmedia
  • D /wxWidgets/tags/oglgdiptr/contrib/src/net
  • D /wxWidgets/tags/oglgdiptr/contrib/src/plot
  • D /wxWidgets/tags/oglgdiptr/contrib/src/stc
  • D /wxWidgets/tags/oglgdiptr/contrib/src/xrc
  • D /wxWidgets/tags/oglgdiptr/contrib/utils
  • D /wxWidgets/tags/oglgdiptr/debian
  • D /wxWidgets/tags/oglgdiptr/demos
  • D /wxWidgets/tags/oglgdiptr/descrip.mms
  • D /wxWidgets/tags/oglgdiptr/difflast.pl
  • D /wxWidgets/tags/oglgdiptr/distrib
  • D /wxWidgets/tags/oglgdiptr/docs
  • D /wxWidgets/tags/oglgdiptr/include
  • D /wxWidgets/tags/oglgdiptr/install-sh
  • D /wxWidgets/tags/oglgdiptr/lib
  • D /wxWidgets/tags/oglgdiptr/locale
  • D /wxWidgets/tags/oglgdiptr/Makefile.in
  • D /wxWidgets/tags/oglgdiptr/Mingw32-gcc295.patches
  • D /wxWidgets/tags/oglgdiptr/make-deb
  • D /wxWidgets/tags/oglgdiptr/misc
  • D /wxWidgets/tags/oglgdiptr/mkinstalldirs
  • D /wxWidgets/tags/oglgdiptr/regen
  • D /wxWidgets/tags/oglgdiptr/samples
  • D /wxWidgets/tags/oglgdiptr/setup.h.in
  • D /wxWidgets/tags/oglgdiptr/setup.h_vms
  • D /wxWidgets/tags/oglgdiptr/src
  • D /wxWidgets/tags/oglgdiptr/tests
  • D /wxWidgets/tags/oglgdiptr/user
  • D /wxWidgets/tags/oglgdiptr/utils
  • D /wxWidgets/tags/oglgdiptr/wx-config.in
  • D /wxWidgets/tags/oglgdiptr/wxBase.spec
  • D /wxWidgets/tags/oglgdiptr/wxGTK.spec
  • D /wxWidgets/tags/oglgdiptr/wxMotif.spec
  • D /wxWidgets/tags/oglgdiptr/wxPython/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.osx.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.unix.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/BUILD.win32.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/b
  • D /wxWidgets/tags/oglgdiptr/wxPython/b.bat
  • D /wxWidgets/tags/oglgdiptr/wxPython/CHANGES.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/.cvsignore
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/glcanvas
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/README
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/stc
  • D /wxWidgets/tags/oglgdiptr/wxPython/contrib/xrc
  • D /wxWidgets/tags/oglgdiptr/wxPython/demo
  • D /wxWidgets/tags/oglgdiptr/wxPython/distrib
  • D /wxWidgets/tags/oglgdiptr/wxPython/MANIFEST.in
  • D /wxWidgets/tags/oglgdiptr/wxPython/my_distutils.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/my_install_data.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/README.txt
  • D /wxWidgets/tags/oglgdiptr/wxPython/SWIG
  • D /wxWidgets/tags/oglgdiptr/wxPython/samples
  • D /wxWidgets/tags/oglgdiptr/wxPython/setup.cfg
  • D /wxWidgets/tags/oglgdiptr/wxPython/setup.py
  • D /wxWidgets/tags/oglgdiptr/wxPython/src
  • D /wxWidgets/tags/oglgdiptr/wxPython/tests
  • D /wxWidgets/tags/oglgdiptr/wxPython/tools
  • D /wxWidgets/tags/oglgdiptr/wxPython/wxPython
  • D /wxWidgets/tags/oglgdiptr/wxWINE.spec

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

2001-11-19 20:41 RD, revision 12491

SWIGged code uodates

2001-11-19 20:31 VZ, revision 12490

fixed a memory leak and an initialization problem

2001-11-19 18:58 MBN, revision 12489

Fixed Cygwin crash on toolbar tooltip

2001-11-19 18:57 MBN, revision 12488

Added HANGUL_CHARSET for MSVC5

2001-11-19 17:47 JS, revision 12487

More VC++ project file corrections

2001-11-19 16:07 JS, revision 12486

Corrected ViewStart problem

2001-11-19 16:05 JS, revision 12485

Project file corrections, doc corrections

2001-11-19 14:00 VZ, revision 12484

fixes for the dialog layout for the multiline labels

2001-11-19 04:05 DW, revision 12483

New .def file

2001-11-18 23:08 VZ, revision 12482

fixes for wxEvent and wxKeyEvent operator=()

2001-11-18 23:06 VZ, revision 12481

fixes for programmatically deleting the find/replace dialog

2001-11-18 22:28 GD, revision 12480

use class name instead of generic message in event related assert

2001-11-18 18:52 SC, revision 12479

added a preImage of the selection in order to avoid unnecessary events being triggered

2001-11-18 18:14 SC, revision 12478

corrected MacSetSelection which was incorrectly deselecting also the previously selected line when using multiselect

2001-11-18 13:53 RL, revision 12477

Fix for the kinda braindead debian python packaging of 2.1

2001-11-18 12:42 RR, revision 12476

This form of the event cloning patch survived my thorough stress testing.

2001-11-18 12:32 GD, revision 12475

replaced HAVE_MALLOC_H with !__DARWIN__

2001-11-18 12:25 GD, revision 12474

corrections for compilation under Mac OS X removed invalid '#pragma interface' in source files (instead of headers?)

2001-11-18 09:43 RR, revision 12473

Applied Chris' patch for support for ICO loading.

2001-11-18 08:00 GD, revision 12472

removed include/wx/mac/setup.h from filelist.txt

2001-11-18 07:29 GD, revision 12471

removed duplicated prototype

2001-11-18 07:28 GD, revision 12470

added missing include (for instance, needed in the calendar sample for wxMotif)

2001-11-18 02:57 RL, revision 12469

Removed include/wx/setup.h from filelist.txt -- Needed for autotools build, I don't _think_ it will break anything else..

2001-11-18 02:11 RL, revision 12468

Don't add -MMD until we are just about ready to build the lib, it messes with configure tests for RH's broken '2.96' compiler, and really doesn't belong in CFLAGS before then anyway. Made wxBaseArray dtor always non-virtual.

2001-11-17 23:50 RR, revision 12467

More changes to various controls for more reliably preventing them from emitting event when their state was changed programatically.

2001-11-17 23:18 GD, revision 12466

added const for constant char pointer function parameters

2001-11-17 23:15 VS, revision 12465

regenerated makefiles

2001-11-17 23:13 VS, revision 12464

added temporary implementation of wxChoice for wxUniv

2001-11-17 22:32 RR, revision 12463

Changed/Fixed way in which wxListBox blocks events after changing its state programatically.

2001-11-17 17:14 RR, revision 12462

Trying to fix dialog close/focus_widget problem.

2001-11-17 16:48 RR, revision 12461

Fixed bug which prevented toplevel window from reacting to a ::SetSize() call more than once.

2001-11-17 15:36 RL, revision 12460

cast away a couple of warnings and added *.inc to the MANUAL_DIST target

2001-11-17 13:23 RR, revision 12459

Added ::IsOk() to wxDataStream for error checking in stream classes used by wxDataStream.

2001-11-17 12:54 RR, revision 12458

Fixed sveral problems with wxTextCtrl::WriteText and AppendText.

2001-11-17 11:48 RL, revision 12457

document the new *_USER_EXPORTED_ARRAY macros.

2001-11-17 11:33 RL, revision 12456

Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for external dlls. updated debian scripts to build with python2.1

2001-11-17 01:23 VZ, revision 12455

compilation fix

2001-11-17 00:34 VZ, revision 12454

implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl

2001-11-16 18:42 DW, revision 12453

Implementing some more controls and an MDI child frame fix for wxFrame. Also include the textbuf class in the make. New module definition file.

2001-11-16 18:40 DW, revision 12452

Implementing some more controls and an MDI child frame fix for wxFrame.

2001-11-16 18:39 DW, revision 12451

TRUE and FALSE; not true and false.

2001-11-16 16:53 VZ, revision 12450

moved wxNotebook events docs into a separate file included by both noteevt.tex and notebook.tex

2001-11-16 16:31 VZ, revision 12449

added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version

2001-11-16 15:20 VZ, revision 12448

wxGTK popup menu positioning fix

2001-11-16 15:08 VZ, revision 12447

compilation fix for wxMotif

2001-11-16 15:04 VZ, revision 12446

compilation fix for wxFrame under wxMotif

2001-11-16 13:09 RL, revision 12445

mainly the result of collapsing folds in vimdiff from 2.2

2001-11-16 12:27 VZ, revision 12444

Flush() argument should have a default value for compatibility with the other wxConfig versions

2001-11-16 12:07 VZ, revision 12443

compilation warning fix

2001-11-16 07:17 GD, revision 12442

applied SourceForge patch #479670 (fixes for OpenGL samples) by Paul Thiessen

2001-11-16 00:19 RD, revision 12441

Corrected wxPython notes