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