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

2000-01-16 00:31 VS, revision 5438

wxFileDialog's report/list view icons changed to some visually more different

2000-01-15 23:04 SN, revision 5437

SN: Added dir.cpp to OS/2 sources

2000-01-15 22:56 SN, revision 5436

SN: Added first try for dir.cpp. Since the version taken from unix-directory is POSIX-compliant, this might have a chance to work for VAC++ as well.

2000-01-15 22:54 SN, revision 5435

SN: Removed use of undefined refData

2000-01-15 22:36 VZ, revision 5434

1. fixed small bug with toolbar size updates 2. fixed bug with showing message box from wxApp::OnInit() 3. fixed crash on DDE client disconnection 4. fixed wxExecute() which was broken since quite some time (hidden window creation problems) and in wxShell()

2000-01-15 22:34 VZ, revision 5433

cleaned IPC samples a bit

2000-01-15 22:33 VZ, revision 5432

added test for text ctrls with the same id

2000-01-15 22:31 VZ, revision 5431

added demo for bitmaps of different size

2000-01-15 22:16 VZ, revision 5430

new sample - shows wxExecute

2000-01-15 21:48 GRG, revision 5429

No more pnghand.h

2000-01-15 21:48 GRG, revision 5428

Compile fix for mingw32

2000-01-15 21:45 GRG, revision 5427

Bug related to icon/bitmap conversion, fix by Mumit Khan

2000-01-15 21:36 GRG, revision 5426
  • D /wxWidgets/trunk/samples/html/about/Makefile.g95

renamed to makefile, instead of Makefile

2000-01-15 21:32 GRG, revision 5425

Fixes from Mumit Khan

2000-01-15 20:06 RR, revision 5424

Next try at avoiding too few or too many size events.

2000-01-15 16:40 VS, revision 5423

fixed my previous commit that broke help context/index parser :-(

2000-01-15 15:51 RR, revision 5422

Slightly better fix for resize problems.

2000-01-15 14:48 RR, revision 5421

Fixed resize behaviour under certain circumstances. Disabled GUI threading when using GTK < 1.2.4, better than crashing. Typos corrected.

2000-01-15 11:46 RR, revision 5420

Typos in docs. GetClientSize and related code now queries the size of the scrollbar instead of hard coding the values for the standard (no-theme) scrollbars.

2000-01-15 10:39 RR, revision 5419

black now denotes 0 on mono-bitmaps.

2000-01-15 10:20 JS, revision 5418

16-bit fixes

2000-01-15 01:52 VZ, revision 5417

drawing mono bitmaps now uses correct colours

2000-01-15 01:52 VZ, revision 5416

inversed wxImage for the mono bitmap

2000-01-15 00:17 VZ, revision 5415

use HWND in HandleCommand() to let buggy programs using duplicate ids for controls work

2000-01-14 23:08 SN, revision 5414

SN: Derive wxSpinButton from wxSpinButtonBase instead of wxControl.

2000-01-14 23:06 SN, revision 5413

SN: Removed second of two declarations declaring wxMDIChildFrame friend of wxMDIParentFrame.

2000-01-14 23:04 SN, revision 5412

SN: Don't include (non-existing) pmstddlg.h for EMX

2000-01-14 23:02 SN, revision 5411

SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)

2000-01-14 22:57 SN, revision 5410

SN: Added a 'wxDefaultValidator' where it seems to be needed after a change to CreateControl-API

2000-01-14 22:55 SN, revision 5409

SN: Fixed inlcudes for EMX, commented out lines like "cout << something;" (If you want them in the code, please also include iostream.h).

2000-01-14 22:51 SN, revision 5408

SN: Disable some features not supported by EMX (#ifndef __EMX__)

2000-01-14 22:50 SN, revision 5407

SN: Added #pragma implementation. Make it compile even if wxOwnerDrawn == 0

2000-01-14 22:45 SN, revision 5406

SN: Added #pragma implementation needed by GCC - expect more to come but it seems to work right now.

2000-01-14 22:37 SN, revision 5405

SN: Use wxDummyChar only if __VISAGECPP__ is defined. Changed #ifdef wxUSE_UNICODE in ~wxApp() to #if wxUSE_UNICODE

2000-01-14 22:30 SN, revision 5404

SN: Added suitable includes for EMX (#ifdef'ed __EMX__), removed include to wx/defs.h (seems to be unnecessary and gcc chokes on C files containing C++ features (such as 'class')

2000-01-14 22:24 SN, revision 5403

SN: Replaced more ':' in VPATH statements by PATH_IFS (to make wxGTK/wxMotif/wxPM compile without editing generated Makefiles on OS/2), including a ':' in a comment, so this time this hopefully will not break anything.

2000-01-14 21:43 VS, revision 5402

fixed typos

2000-01-14 21:43 VS, revision 5401

just changed background color from that ugly green to something else ;-)

2000-01-14 21:41 VS, revision 5400

updated obsolete info in about box..

2000-01-14 21:41 VS, revision 5399

code fragment that adds one more line to each html page for better look was moved to wxHtmlWindow so that it does not affect m_Cell->GetHeight()

2000-01-14 21:41 VS, revision 5398

updated list of supported tags (wxHTML)

2000-01-14 21:41 VS, revision 5397

optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables)

2000-01-14 21:41 VS, revision 5396

optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables) ;; also added much larger (complete?) table of &nbsp;-like substitutions

2000-01-14 21:40 VS, revision 5395

removed a condition (l. 124) that always eval to true

2000-01-14 21:40 VS, revision 5394

wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL

2000-01-14 21:40 VS, revision 5393

added <address>, <code>, <kbd>, <samp>, <small>, <big> tags

2000-01-14 20:29 RR, revision 5392

image to bitmap rewrite, ViewStart() renamed GetViewStart()

2000-01-14 18:21 GL, revision 5391

Added a lot of comments

2000-01-14 17:55 JS, revision 5390

Further fixes to Dialog Editor; additions to .dsp files

2000-01-14 17:08 RR, revision 5389

Updated "make dist", Extended scroll sub sample to demonstrate how wxGrid might work.

2000-01-14 15:35 RR, revision 5388

Typo in image sample (displayed PNM, not TIFF).

2000-01-14 14:27 RR, revision 5387

TIFF fix.

2000-01-14 13:37 DW, revision 5386

.RC file with OS/2 stuff in it.

2000-01-14 11:45 GRG, revision 5385

Added a comment about the 'UpdateWindow' issue in SetScrollBars()

2000-01-14 10:04 GRG, revision 5384

wxSocekt now uses wxPostEvent. Added preliminary wxDatagramSocket support (still incomplete)

2000-01-14 10:01 GRG, revision 5383

Mumit Khan's patches for cross compilation

2000-01-14 00:34 VZ, revision 5382

added the fix to autoconf hack

2000-01-14 00:20 RN, revision 5381
  • R /wxWidgets/trunk/src/regex/regexec.c

This commit was generated by cvs2svn to compensate for changes in r5380, which included commits to RCS files with non-trunk default branches.

2000-01-14 00:20 RN, revision 5380

Import regex from tcl 8.4.5

2000-01-14 00:20 , revision 5378

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

2000-01-14 00:20 VZ, revision 5377

Initial revision

2000-01-14 00:17 VZ, revision 5376

1. some warnings fixed in forty 2. added test for a would-ve client data bug in wxTextCtrl 3. added support for metafiels to the dnd sample

2000-01-13 23:39 VZ, revision 5375

1. added wxEnhMetaFileXXX classes 2. fixed/added copy/paste for metafiles

2000-01-13 20:31 DW, revision 5374

LINKAGEMODE under OS/2 is only applicable for VisualAge, not EMX or Watcom

2000-01-13 14:26 JS, revision 5373

Changed wxWindowBase foreground to use wxSystemSettings, and changed wxTextCtrl to only be grey for single-line read-only controls.

2000-01-13 13:17 JS, revision 5372

Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a Dialog Editor crash problem; made wxStaticBitmap movable again

2000-01-13 11:07 SC, revision 5371

mac updates and msw bitmapdrawing on printer

2000-01-13 10:41 JS, revision 5370

Fixed read-only colour for wxTextCtrl (TODO: wxComboBox) and fixed makeproj in line with recent sample changes

2000-01-13 09:40 JS, revision 5369

Removed ::UpdateWindow from scrolwin.cpp; corrected default extension appending; corrected bug in dcprint.cpp that tried to access deleted memory

2000-01-13 09:03 JJ, revision 5368

Committing in . Update of VMS compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2000-01-13 07:58 SC, revision 5367

cw pro 5.3 adaptions

2000-01-13 07:58 SC, revision 5366

a base for geometry operations

2000-01-13 07:57 SC, revision 5365

adaptions for CW Pro 5.3 on mac

2000-01-13 01:10 GRG, revision 5364

last line missing

2000-01-13 01:07 GRG, revision 5363

A few more fixes from Mumit Khan

2000-01-12 21:23 VZ, revision 5362

some compilation fixes for mingw32 and not only

2000-01-12 20:43 RD, revision 5361

fix for red to blue mapping in toolbar buttons

2000-01-12 20:02 JS, revision 5360

Made filter index zero-based

2000-01-12 17:57 RR, revision 5359

Chnages to mono-bitmap code. Added ConvertToMonoBitmap() to wxImage. Minor changes to forty.

2000-01-12 16:13 VZ, revision 5358

fixed 'make install' I had broken previously

2000-01-12 15:14 VZ, revision 5357

call to tr fixed

2000-01-12 15:10 VZ, revision 5356

added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we already have RADIOBTN)

2000-01-12 14:56 VZ, revision 5355

regenerated from template

2000-01-12 14:52 VZ, revision 5354

clarification of PAGE_CHANGING event

2000-01-12 11:56 KB, revision 5353

compilation fix for non-threaded compilation (threads are still broken anyway!)

2000-01-12 08:27 VS, revision 5352

added wxHtmlLinkInfo::GetHtmlCell so that you know where it came from

2000-01-12 01:19 GRG, revision 5351

Fixes to allow DLL compilation

2000-01-12 01:14 GRG, revision 5350

Changed \ to /

2000-01-12 01:13 GRG, revision 5349

Added missing WXDLLEXPORTs

2000-01-12 01:11 GRG, revision 5348

Patches for DLL compilation & libtiff

2000-01-11 23:30 VS, revision 5347

added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument

2000-01-11 23:30 VS, revision 5346

added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument and wxHtmlCell::OnMouseClicked takes wxMouseEvent instead of three bools

2000-01-11 19:12 VZ, revision 5345

fixed refresh problem with holidays in wxCalendarCtrl

2000-01-11 16:41 BJ, revision 5344

Bug fix in GetLabelFromText

2000-01-11 16:27 BJ, revision 5343

Adding GetCount() to wxHashTable

2000-01-11 16:26 BJ, revision 5342

Fix bug in GetLableFromText

2000-01-11 16:19 BJ, revision 5341

Adding GetCount() to wxHashTable

2000-01-11 14:10 VZ, revision 5340

EnableTool() should be called after Realize()

2000-01-11 13:58 VZ, revision 5339

wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed

2000-01-11 12:56 GT, revision 5338

Replaced typo that had wxCALLBACK being redefined. wxSTDCALL should have been the the #define used, not wxCALLBACK

2000-01-11 02:59 GRG, revision 5337

Mumit Khan's fixes to allow DLL compilation

2000-01-10 23:58 GT, revision 5336

No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation failed if wxUSE_DRAG_AND_DROP was 0 and wxUSE_METAFILE was 1

2000-01-10 23:01 RD, revision 5335

MSW Caret is now destroyed and recreated when resized.

2000-01-10 22:59 RD, revision 5334

incremented version number for DLL

2000-01-10 19:07 DW, revision 5333

New VA 4.0 .icc file the minimal sample

2000-01-10 19:06 DW, revision 5332

New wxWin.icc for monolithic build.

2000-01-10 17:25 SN, revision 5331

SN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well.

2000-01-10 17:12 VZ, revision 5330

fixes for 'make install' for wxBase - seems to work

2000-01-10 17:11 SN, revision 5329

SN: Fixes to OS/2 specific problems (use LEX_STEM and PATH_IFS set by configure). SN: Added support for compiling wxPM with EMX using Unix-Makefiles.

2000-01-10 17:07 SN, revision 5328

SN: Several workarounds for OS/2-specific problems. SN: "--with-pm" only allowed on OS/2.

2000-01-10 16:56 JS, revision 5327

Makefiles and .rsp file edited for demos/samples

2000-01-10 15:58 VZ, revision 5326

wxAPIENTRY fixes (?)

2000-01-10 15:29 VZ, revision 5325

check for wxUSE_DYNLIB_CLASS corrected

2000-01-10 10:41 BJ, revision 5324

#define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation

2000-01-10 07:21 RD, revision 5323

Wrong Init was being called in ctor.

2000-01-10 03:54 GRG, revision 5322

Important changes to avoid dependence on events inside wxSocket implementation (should also ease a console only version soon)

2000-01-10 01:06 GRG, revision 5321

Ops, small typo

2000-01-10 01:00 GRG, revision 5320

Fixed from Mumit Khan to allow DLL compilation for mingw32

2000-01-10 00:55 GRG, revision 5319

Fixes from Mumit Khan to allow DLL compilation; most fixes related to missing WXDLLEXPORTs

2000-01-09 16:12 RR, revision 5318

Themes crash fix.

2000-01-09 15:13 GL, revision 5317

Some other mini test I used for wxmedia2

2000-01-09 13:12 GRG, revision 5316

Add XPM handlers by default if XPM support is enabled

2000-01-09 13:10 GRG, revision 5315

Was using CPPFLAGS instead of CFLAGS for C files

2000-01-09 13:09 GRG, revision 5314

Removed mingw32 fix

2000-01-08 23:45 VS, revision 5313

added IsEncodingAvailable and GetAltForEncoding extended by facename argument and added GetAltForEncoding alternative that returns only wxFontEncoding (and thus more useful for wxWin users)

2000-01-08 23:45 VS, revision 5312

add wxFontEncoding member into wxNativeEncodingInfo

2000-01-08 23:44 VS, revision 5311

Borland #include hack

2000-01-08 22:20 VZ, revision 5310

tried to correct the colour problems

2000-01-08 18:27 GRG, revision 5309

Split the sample in three source files + three header files, for improved clarity. Now there is a 'life' module (main app), a 'game' module (game logic) and a 'dialogs' module (guess what). Also, speeded up drawing a lot.

2000-01-08 16:53 RR, revision 5308

Applied listbox isselected fix.

2000-01-08 16:26 RR, revision 5307

Themes and threads testing code.

2000-01-08 16:12 GRG, revision 5306

??

2000-01-08 16:10 GRG, revision 5305

ops. SetFocus should be public

2000-01-08 16:07 VZ, revision 5304

updated configure and the makefiles after the samples move

2000-01-08 16:07 GRG, revision 5303

??

2000-01-08 15:46 VZ, revision 5302

regenerate several files at once, not only one

2000-01-08 15:38 VZ, revision 5301

regenerated from template

2000-01-08 15:28 VZ, revision 5300

renaming and moving samples around

2000-01-08 14:26 VZ, revision 5299

wxLongLongWx::Assign(double) works - thanks Guillermo

2000-01-08 13:59 VZ, revision 5298

keyword search should work now

2000-01-07 20:35 VZ, revision 5297

added test mode to wxLongLongWx which allowed to find the bug in operator*=() which was breaking wxDateTime - now seems to work

2000-01-07 19:46 RD, revision 5296

bug fix for OnLinkClicked callback

2000-01-07 18:23 GRG, revision 5295

Added limits to wxSpinCtrls, fixed one bug

2000-01-07 18:22 GRG, revision 5294

Fixed problem with tab traversal in wxSpinCtrl (added SetFocus())

2000-01-07 16:26 GRG, revision 5293

mingw32 specific compile fix

2000-01-07 16:23 GRG, revision 5292

Added libxpm

2000-01-07 14:59 BJ, revision 5291

wxControl child of wxControlBase

2000-01-07 14:14 BJ, revision 5290

*** empty log message ***

2000-01-07 11:06 BJ, revision 5289

wxFONTENUMPROC definition changed for mingwin 2.95

2000-01-07 10:50 BJ, revision 5288

deleting the 'validator' param in call to wxControl::Create. To be further fixed

2000-01-07 10:22 BJ, revision 5287

fix _beginthreadex problem with bcc

2000-01-07 09:09 RD, revision 5286

small fixes and cleanups

2000-01-07 05:42 RD, revision 5285

Trying out addition of SetSize to wxCaret...

2000-01-07 02:31 VZ, revision 5284

demo of clipboard support for metafiles (which still doesn't work)

2000-01-07 02:30 VZ, revision 5283

attempts at providing clipboard/dnd support for metafiles - unsuccessful

2000-01-06 19:05 GRG, revision 5282

Fixed virtual function hiding problem

2000-01-06 18:40 RR, revision 5281

Minor resize probs solved.

2000-01-06 18:34 VZ, revision 5280

added --cc, cxx, ld options to wx-config

2000-01-06 18:23 VZ, revision 5279

MSW compilation fixes for !wxUSE_VALIDATORS

2000-01-06 17:32 RR, revision 5278

Themes again.

2000-01-06 16:58 GRG, revision 5277

typos fixed

2000-01-06 16:57 GRG, revision 5276

Removing warnings

2000-01-06 16:47 VZ, revision 5275

1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp 2. wxWindow::Create() always takes a wxValidator parameter, even if !wxUSE_VALIDATORS - it is just ignored then, tons of #if wxUSE_VALIDATORS removed

2000-01-06 15:58 VZ, revision 5274

corrected wxComboBox::GetBestSize()

2000-01-06 15:42 VZ, revision 5273

1. more HP-UX warning fixes (almost done...) 2. added a macro WXUNUSED_UNLESS_DEBUG()

2000-01-06 15:24 VZ, revision 5272

bug fixes for '\r' handling in wxTextFile::Translate()

2000-01-06 15:09 JS, revision 5271

Some edits to OGL; tweaks to wxClipboard docs

2000-01-06 10:30 JS, revision 5270

BC++ IDE compile mod to thread.cpp; other small stuff

2000-01-06 10:22 GRG, revision 5269

Lots of new features

2000-01-06 01:21 GRG, revision 5268

Small change for updated wxTCPXXX classes

2000-01-06 01:07 GRG, revision 5267

Rewrote large parts of the non-DDE IPC stuff (wxTCPServer, wxTCPClient, wxTCPConnection) to upgrade to the 'new' wxSocket code. Plenty of bugs removed. IPC samples at samples/dde working again.

2000-01-05 18:10 VZ, revision 5266

1. added wfstream.cpp to wxBase (needed by filesys.cpp) 2. small enchancements in wxCmdLineParser (handles "help" options correctly) 3. use wxCmdLineParser in makegen

2000-01-05 17:19 VZ, revision 5265

added cmdline.h/.cpp to the makefiles

2000-01-05 17:11 VZ, revision 5264

-fpermissive is now returned by wx-config -cflags if the library was compiled with it

2000-01-05 17:00 VZ, revision 5263

test for date parameters to wxCmdLineParser

2000-01-05 17:00 VZ, revision 5262

more bug fixes: options with values and compound options seem to work

2000-01-05 16:59 VZ, revision 5261

ParseDate() understands tomorrow and yesterday as well as today

2000-01-05 16:38 VZ, revision 5260

more stream-like insertion operators

2000-01-05 15:35 VZ, revision 5259

more fixes to compilation warnings from HP-UX build log. About 30% more to go <sigh>

2000-01-05 15:29 JS, revision 5258

Added contributed speedup of ConvertToBitmap under Motif, for 8-bit images.

2000-01-05 15:17 VZ, revision 5257

bug with incorrect & test fixed

2000-01-05 15:17 VZ, revision 5256

unreachable code warning fixed

2000-01-05 15:16 VZ, revision 5255

wxRegion should work with wxCoord, not long

2000-01-05 15:02 RR, revision 5254

Corrceted background problem with themes.

2000-01-05 14:07 DW, revision 5253

General fixes

2000-01-05 13:56 JS, revision 5252

Added RC file needed by makefiles.

2000-01-05 13:22 VZ, revision 5251

include "module.h"

2000-01-05 04:58 RD, revision 5250

wxFloatbar fixes other odds and ends

2000-01-05 04:51 RD, revision 5249

Fixed a bug so the toggle flag is set correctly

2000-01-05 02:46 VZ, revision 5248

small bug fix for composite options

2000-01-05 02:42 VZ, revision 5247

wxCmdLineParser tests

2000-01-05 02:41 VZ, revision 5246

1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC 2. added wxCmdLineParser class

2000-01-04 22:56 RR, revision 5245

Removed crashes when not using themes. Removed much flicker form tree ctrl and list ctrl.

2000-01-04 20:14 RR, revision 5244

EXTRA_LIBS vs. EXTRALIBS change.

2000-01-04 19:41 RR, revision 5243

Doc updates.

2000-01-04 18:19 DW, revision 5242

Added Calctrl.cpp to sources list

2000-01-04 18:00 RD, revision 5241

Fixed a bug that caused a crash on startup

2000-01-04 17:53 RD, revision 5240

fixed a compilation error for VC++ 6

2000-01-04 17:20 RR, revision 5239

Compilation fix, wxGTK requires GTK 1.2.3.

2000-01-04 17:15 DW, revision 5238

Updated OS/2 sources with fixes to wxControl and wxSpinCtrl

2000-01-04 16:35 VZ, revision 5237

wxMSW compilation fixes for old mingw32

2000-01-04 16:18 GRG, revision 5236

Corrected problem related to wxSIZE_ALLOW_MINUS_ONE

2000-01-04 15:32 RR, revision 5235

Update bug in wxListCtrl, Y2000 bug in wxFileDialog (sic).

2000-01-04 15:14 DW, revision 5234

needed a check for wxUSE_VALIDATORS in the wxListCtrl::Create proc when calling the parent class, wxControl::Create

2000-01-04 15:02 JJ, revision 5233

Committing in . Patches for VMS Temporarily patch to get the IMAGE sample compiled in MOTIF-mode N.B. GetSubImage still gives rubish Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/motif/bitmap.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/motif/bitmap.cpp ----------------------------------------------------------------------

2000-01-04 14:53 VZ, revision 5232

wxSIZE_ALLOW_MINUS_ONE handling corrected

2000-01-04 14:34 RR, revision 5231

Correct deafult GUI font is now found when querying wxSystemSetting. Hack.

2000-01-04 13:41 DW, revision 5230

Added Calctrl.obj to generic build list

2000-01-04 13:35 DW, revision 5229

Add some "USE" defs that were missing.

2000-01-04 13:02 RR, revision 5228

New colour, font, theme and size code..

2000-01-04 11:54 GRG, revision 5227

Some typos fixed

2000-01-03 23:56 VZ, revision 5226

added test of bg colour in the tree sample

2000-01-03 23:38 VZ, revision 5225

1. wxTreeCtrl::SetBackgroundColour() works (with new comctl32 anyhow) 2. wxToolTip should work with old comctl32

2000-01-03 23:32 DW, revision 5224

Visualage C++ V4.0 has a native long long data type.

2000-01-03 23:31 DW, revision 5223

VisualAge C++ V4.0 fixups, can't differentiate between time_t and double???

2000-01-03 23:21 OK, revision 5222

BC++ 5.x also supports _beginthreadex and _endthreadex

2000-01-03 22:45 GRG, revision 5221

Some little changes

2000-01-03 20:00 OK, revision 5220

Better make it a const reference then.

2000-01-03 19:57 OK, revision 5219

Make wxColour parameter be passed by reference to inline method, so it can be inlined by BC++.

2000-01-03 19:31 OK, revision 5218

Cast both operands of ?: to (wxControl*) so BC++ compiles it

2000-01-03 19:30 RD, revision 5217

Made wxEditor constructor args consistent with other window classes

2000-01-03 19:15 OK, revision 5216

Unicode compilation fix

2000-01-03 18:58 OK, revision 5215

Unicode compilation fixes for BC++ 5 (BC++ 5 mostly doesn't cope with the wxString == char* operation)

2000-01-03 18:53 OK, revision 5214

Those wxTRACE_* string constants appears to need wxT()

2000-01-03 18:52 DW, revision 5213

Need LINKAGEMODE for Visualage C++ compiles on the static global procs at the top

2000-01-03 18:51 OK, revision 5212

Halved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better

2000-01-03 18:48 OK, revision 5211

BC++ 5 does not have Unicode version of GetProcAddress. Giving it a plain ASCII string in an #if

2000-01-03 18:44 OK, revision 5210

Another Unicode compilation fix

2000-01-03 18:41 RR, revision 5209

Distrib things. Readded resource support.

2000-01-03 18:26 DW, revision 5208

Updated config files for VisualAge C++ V4.0 to include new sources

2000-01-03 18:25 DW, revision 5207

Fixes to get library to compile

2000-01-03 18:24 DW, revision 5206

Two new font implementations for OS/2

2000-01-03 18:24 DW, revision 5205

small updates for OS/2

2000-01-03 18:22 DW, revision 5204

no enums with commas past last element, please

2000-01-03 17:51 VZ, revision 5203

1. corrections for compilation of the wxBase apps with wxApp 2. wxCAL_NO_MONTH/YEAR_CHANGE styles implemented, cosmetic corrections 3. attempt at BC++ compilation fix

2000-01-03 17:13 RR, revision 5202

Forgot these.

2000-01-03 17:11 RR, revision 5201

Distrib things, Fixed typo in wxCheckListBox.

2000-01-03 14:27 VS, revision 5200

now grabs encoding info not from but from '' (empty string) -- default po header (mo catalog must be, of course, contain the header)

2000-01-03 14:27 VS, revision 5199

Borland #include hack

2000-01-03 14:10 GRG, revision 5198

Add default size for slider

2000-01-03 13:45 RR, revision 5197

Corrected some things in, and some thing revealed by the Life! sample.

2000-01-03 13:45 VZ, revision 5196

makegen program for makefile generation for the samples

2000-01-03 13:36 VZ, revision 5195

makefile for the calendar sample as generated by makegen

2000-01-03 11:42 RR, revision 5194

Corrected spin control, which ignored hand typed text. Corrceted GetBestSize() etc of static text (displayed in tip dialog and elsewhere).

2000-01-03 10:32 VZ, revision 5193

O_BINARY added to wxFile::Create

2000-01-03 09:05 GRG, revision 5192

bmps and ico added as binaries

2000-01-03 09:04 GRG, revision 5191
  • D /wxWidgets/trunk/samples/life/bitmaps/play.bmp
  • D /wxWidgets/trunk/samples/life/bitmaps/reset.bmp
  • D /wxWidgets/trunk/samples/life/bitmaps/stop.bmp
  • D /wxWidgets/trunk/samples/life/mondrian.ico

ups; must add as binary

2000-01-03 08:56 GRG, revision 5190

Life!

2000-01-03 02:24 OK, revision 5189

Unicode fixes

2000-01-03 02:23 OK, revision 5188

Split "?:" into "if" statement for assignment of converted buffers, so Borland C++ 5 accepts compiling it

2000-01-03 02:20 OK, revision 5187

Unicode compilation fixes

2000-01-03 02:19 OK, revision 5186

Make this compile in Unicode mode under Borland C++ 5.02

2000-01-03 02:14 OK, revision 5185

Unicode compilation fixes

2000-01-02 23:32 VS, revision 5184

refreshed makefiles to be in sync with filelist.txt

2000-01-02 23:21 VZ, revision 5183

moved wxCalendarCtrl code from control sample to a new one - calendar

2000-01-02 23:17 VZ, revision 5182

1. wxDateTimeHolidayAuthority class for calculating the holidays added 2. wxCalendarCtrl adjustments and some new features

2000-01-02 21:52 RR, revision 5181

Documented wxMutexGuiEnter etc and thread sample. Also found out that you cannot create top-level windows in a GUI thread other than the main one. No idea why.

2000-01-02 19:51 VS, revision 5180

added encconv.h -- I forgot to do so, sorry

2000-01-02 19:51 VS, revision 5179

wxLocale now uses wxEncodingConverter (must be explicitly enabled)

2000-01-02 19:51 VS, revision 5178

wxFontMapper now cooperates with wxEncodingConverter

2000-01-02 19:51 VS, revision 5177

added wxEncodingConverter::Convert(char*,wxChar*) and variants ; filled equivalence tables ; GetAllEquivalents now returns semi-sorted array (platfrom equivs, then rest of world)

2000-01-02 19:51 VS, revision 5176

added wxEncodingConverter::Convert(char*,wxChar*) and variants

2000-01-02 18:45 KB, revision 5175

linux fixes

2000-01-02 18:13 RR, revision 5174

Some more samples documented etc.

2000-01-02 16:25 RR, revision 5173

wxSpinCtrl no longer emits event when changed programmatically. Some GUI thread things and tests, Change for borders around cmposite controls.

2000-01-02 14:11 VS, revision 5172

fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE

2000-01-02 05:26 RD, revision 5171

Fixes to avoid an endless event looping for wxGTK

2000-01-02 05:24 RD, revision 5170

SWIG code updates

2000-01-01 23:21 RR, revision 5169

Some Resize/GetBestSize() changes.

2000-01-01 16:43 VS, revision 5168

wxFileSystem now compiles if wxUSE_HTML (required by wxHTML)

2000-01-01 12:24 JS, revision 5167

Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again

2000-01-01 11:50 VS, revision 5166

documented wxMB_DOCKABLE

2000-01-01 11:50 VS, revision 5165

added 'document wxSpinCtrl & wxFontMapper' to TODO list

2000-01-01 11:50 VS, revision 5164

fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincontrol ignored min and max values

2000-01-01 11:50 VS, revision 5163

replaced occurences of \_ by _ in verbatim environment

1999-12-31 09:34 RD, revision 5162

Fix for differences of when the ECT_WINDOW_CREATE happens between wxMSW and wxGTK.

1999-12-31 08:29 RD, revision 5161

Added wxEditor from Dirc Holtwic Some tweaks and fixes Some distrib updates

1999-12-31 00:35 VS, revision 5160

added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp

1999-12-31 00:35 VS, revision 5159

added wxEncodingConverter

1999-12-31 00:34 VS, revision 5158

added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

1999-12-31 00:34 VS, revision 5157

added wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and KOI8

1999-12-31 00:33 VS, revision 5156

added wxEncodingConverter - scripts for creating convertion tables

1999-12-30 18:43 GL, revision 5155

Moved fix to sndg72x.h

1999-12-30 18:38 GL, revision 5154

Fix for MINGW32

1999-12-30 18:21 VZ, revision 5153

added support for several new events in wxCalendarCtrl: clicking on week days in the header, double clicking

1999-12-30 17:51 VZ, revision 5152

1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

1999-12-30 12:02 RR, revision 5151

Removed two more GUI lock-ups. This time when using on-GUI threads and sending event.

1999-12-30 00:31 VZ, revision 5150

added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys handling

1999-12-29 23:34 VZ, revision 5149

wxCalendarCtrl works under MSW too

1999-12-29 22:12 RR, revision 5148

Corrected miniframe. Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

1999-12-29 22:10 RD, revision 5147

Enabling the use of masks for wxGTK in some of the demos wxWindow.GetHandle returns the X-Window instead of the GtkWidget pointer so the X-Window can be given to other Python modules such as VTK. wxPython.lib.vtk updated to get the window handle at widget creation instead of in the constructor. other updates

1999-12-29 22:07 RD, revision 5146

Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType so the events can actually be caught by a handler.

1999-12-29 21:03 RR, revision 5145

IsExposed() corrections in calendar.

1999-12-29 20:07 RD, revision 5144

Added some missing EVT_ functions Fixes to wxPython.lib.wxCalendar for new toolbar and region code other fixes

1999-12-29 19:34 VZ, revision 5143

wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

1999-12-29 19:18 VZ, revision 5142

1. wxCalendarCtrl 2. several wxDateTime bugs corrected, a couple of missing functions added 3. GetBestSize() corrections for several wxGTK controls 4. wxStaticLine doesn't get focus any more under MSW 5. added DoMoveWindow() to wxMotif

1999-12-29 17:16 RR, revision 5141

GUI thread update and event corrections.

1999-12-29 14:21 JS, revision 5140

Tidied some doc references; added Stefan's Blit optimisation

1999-12-29 12:52 RR, revision 5139

Doc correction for wxScrollWinEvent.

1999-12-29 11:52 RR, revision 5138

Added wxWindow::DoMoveWindow(..) Changed dnd and clipboard overviews.

1999-12-29 11:46 VZ, revision 5137

define __GNUWIN32_OLD__ for cygwin32 too

1999-12-29 10:29 VZ, revision 5136

1. added test for wxTreeCtrl::Insert(size_t index) 2. temporary test code for wxCalendarCtrl in controls.cpp

1999-12-29 10:28 VZ, revision 5135

1. some minor compilation fixes in datetime.cppm 2. implemented wxTreeCtrl::Insert(size_t index) 3. draft of wxCalendarCtrl

1999-12-29 09:48 RR, revision 5134

Small doc updates, mainly wxDropTarget, wxFileDlg now interprets a default dir of "." as the current working dir, dialog and frame honour "wxApp::DeleteFrameOnExit".

1999-12-28 22:24 VZ, revision 5133

BC++ compialtion fix (?)

1999-12-28 21:32 RD, revision 5132

Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

1999-12-28 21:10 RD, revision 5131

Added some WXDLLEXPORTs

1999-12-28 20:25 JS, revision 5130

Watford C++ related changes. Unfortunately, the linker now gives a GPF.

1999-12-28 15:21 JS, revision 5129

Some BC++ issues

1999-12-28 13:57 JS, revision 5128

Removed references to separate prop and porting docs. Added imagtiff.cpp to VC++ project files. Added tiff library to makeproj.cpp.

1999-12-28 13:56 JS, revision 5127

Added VC++ project files for TIFF library.

1999-12-28 13:08 RR, revision 5126

Calling a Refresh() before the window is created no longer gives an assert. Nothing will happen. Added wxTreeCtrl::InsertItem( paret, before, ... ), Correct some places with incorrectly indented code.

1999-12-28 12:45 JS, revision 5125

Added Bil Simser to wxBook page; fixed bug in notebook when deleting pages

1999-12-28 12:28 GRG, revision 5124

Added GetSubBitmap()

1999-12-27 14:27 RR, revision 5123

Minor doc updates.

1999-12-27 13:01 RR, revision 5122

Added mono bitmap to image conversion. Added wxImage::Replace() (replaces one colour with another). Toolbar tips no longer eats ana new colour. This might prevent the wrong colour behaviour reported from some 8-bit visuals. Minor fixes and test code.

1999-12-27 11:26 VZ, revision 5121

1. wxLongLongWx::Assign(double) added (half implemented) 2. small wxDateTime bug fixed

1999-12-27 10:55 VZ, revision 5120

compilation fix

1999-12-26 21:54 VZ, revision 5119

more unused param warnings fixed

1999-12-26 21:52 VZ, revision 5118

1. misc compilation (errors, warnings) fixes (from the build logs) 2. fixed a bug in wxGTK::wxGetResource

1999-12-25 22:16 VZ, revision 5117

disable #warning because it's an error for some compilers

1999-12-25 22:16 VZ, revision 5116

C++ comments in C files are fun but break the compilation (for the Nth time)

1999-12-25 20:34 VS, revision 5115

fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.

1999-12-25 20:30 VS, revision 5114

moved proplist documentation to main book

1999-12-25 20:26 VS, revision 5113

moved 1.6X -> 2.X porting manual to main book

1999-12-25 18:11 VS, revision 5112

font size fix for <PRE>

1999-12-25 17:38 GL, revision 5111

Sound recording works on Windows

1999-12-25 11:25 RR, revision 5110

Wrote wxMask(bitmap,colour). Some docs for it and wxBitmap::GetSubBitmap().

1999-12-24 23:40 VS, revision 5109

many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes.

1999-12-24 23:28 VS, revision 5108

removed date.cpp and time.cpp from filelist.txt (was only commented)

1999-12-24 23:28 VS, revision 5107

fixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to Add behaviour)

1999-12-24 23:27 VS, revision 5106

removed wxHtmlParser::GetTempData (internal function, obsoleted)

1999-12-24 23:27 VS, revision 5105

added demo of <font face>

1999-12-24 23:27 VS, revision 5104

added <font face> support

1999-12-24 18:45 RD, revision 5103

Some little compilation fixes, etc.

1999-12-24 18:44 RD, revision 5102

Removed all non wx stuff from the glcanvas module since DA's PyOpenGL is better and compatible with the wxGLCanvas. You can get it at http://starship.python.net:9673/crew/da/Code/PyOpenGL.

1999-12-24 16:49 VZ, revision 5101

implemented wxLongLong division - seems to work

1999-12-24 12:28 JS, revision 5100

Added default constructor to wxGLCanvas.

1999-12-24 08:16 JS, revision 5099

Small changes

1999-12-24 03:28 RD, revision 5098

Wrapper updates for wxHtmlLinkInfo and other changes

1999-12-24 00:16 RD, revision 5097

fixed mismatched }

1999-12-23 23:27 VZ, revision 5096

removed testing code from wxLongLong

1999-12-23 22:43 RD, revision 5095

A bugfix in the wxTreeCtrl.GetItem wrapper Some test/demo modifications and additions

1999-12-23 22:37 RD, revision 5094

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 21:12 VS, revision 5093

fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs

1999-12-23 21:12 VS, revision 5092

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)

1999-12-23 21:11 VS, revision 5091

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames) ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)

1999-12-23 20:15 VZ, revision 5090

tried to implement division of wxLongLongs - doesn't work at all, will finish tonight

1999-12-23 20:13 RD, revision 5089

Linking with the TIFF library

1999-12-23 20:12 RD, revision 5088

Fixed wxSplitterEvent to set it's id to be the splitter window's id so events can be caught correctly.

1999-12-23 20:09 RD, revision 5087

wxPython doc updates

1999-12-23 20:05 RD, revision 5086

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 19:23 RD, revision 5085

Added a constructor that allows creation of independent wxControl (for more easily creating custom controls)

1999-12-23 18:18 RR, revision 5084

Added wxBitmap::GetSubBitmap() Correct images in gen. dir dlg.

1999-12-23 18:14 VS, revision 5083

removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame

1999-12-23 18:14 VS, revision 5082

wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)

1999-12-23 18:13 VS, revision 5081
  • D /wxWidgets/trunk/src/common/date.cpp
  • D /wxWidgets/trunk/src/common/time.cpp

date.cpp and time.cpp removed from CVS (no longer used)

1999-12-23 17:59 VZ, revision 5080

patches for running configure under OS/2

1999-12-23 15:40 VZ, revision 5079

oops... problem with in Perl source - got mangled by cvs

1999-12-23 15:34 VZ, revision 5078

a small script to show the different between the current file version and its last revision (requires Perl)

1999-12-23 14:21 VZ, revision 5077

fixes for wxINSTALL_PREFIX definition

1999-12-23 14:05 VZ, revision 5076

patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>

1999-12-23 13:19 JJ, revision 5075

Committing in . Patches for VMS Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/image.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

1999-12-22 23:21 DW, revision 5074

Update options to the config files

1999-12-22 23:00 VZ, revision 5073

1. corrected some owner-drawn buttons bugs 2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl

1999-12-22 22:58 VZ, revision 5072

testing new wxSpinCtrl event and button colours

1999-12-22 22:23 VS, revision 5071

documented wxHashTable::DeleteContents(bool)

1999-12-22 22:23 VS, revision 5070

added printing classes to HTML section

1999-12-22 21:41 VZ, revision 5069

tests for "big" wxTextCtrls

1999-12-22 21:09 VZ, revision 5068

1. wxBase compiles under BeOS 2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)

1999-12-22 18:42 DW, revision 5067

Updated Phnghand LoadFile and new makefile for DateTime

1999-12-22 18:41 DW, revision 5066

Changed Loadfile to be compatable with OS/2 Bitmap handler

1999-12-22 18:40 DW, revision 5065

Eliminate comma's after last element in an enum

1999-12-22 17:22 RR, revision 5064

Reduced spacing in tree ctrl.

1999-12-22 13:04 RR, revision 5063

Some debug code. Removed flicker form wxTreeCtrl. Changes.txt update.

1999-12-22 00:16 VZ, revision 5062

more wxDateTime tests

1999-12-22 00:16 VZ, revision 5061

1. coloured buttons seem to work 2. wxDateTime::ParseFormat() starts to work

1999-12-21 23:44 DW, revision 5060

define _timezone for VisualAge

1999-12-21 22:24 VS, revision 5059

fixed typo (const<->cosnt)

1999-12-21 22:23 VS, revision 5058

added wxHTML to Classes by Category

1999-12-21 22:23 VS, revision 5057

fixed horizontal scrollbar bug

1999-12-21 22:22 DW, revision 5056

Add datetime file

1999-12-21 20:27 VS, revision 5055

#ifdef wxUSE_TOOLTIPS around tooltips

1999-12-21 19:33 VZ, revision 5054

wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

1999-12-21 17:48 DW, revision 5053

can't support enums that have comma after last element

1999-12-21 16:43 RR, revision 5052

Some doc updates. Corrected wxFileDialog::GetFilenames() and GetPaths() if no file is selected. Corrceted make install.

1999-12-21 16:24 VZ, revision 5051

added support for width and flags in wxDateTime::Format()

1999-12-21 16:11 VZ, revision 5050

wxString::Format() added

1999-12-21 15:40 VZ, revision 5049

1. corrected compilation of wxTime/wxDate 2. wxDateTime::Format() seems to work (look at it to see why I'm so happy)

1999-12-21 15:14 DW, revision 5048

Uncompilable header fix.

1999-12-21 12:48 VZ, revision 5047

memory leak in ~wxMutex fixed

1999-12-21 11:17 VS, revision 5046

stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in preview

1999-12-21 01:47 VZ, revision 5045

more wxDateTime tests

1999-12-21 01:47 VZ, revision 5044

removed date.cpp and time.cpp from the makefiles

1999-12-21 01:44 VZ, revision 5043

1. wxLongLong and wxDateTime compilation fixed for the compilers without native "long long" type (and some code in timercmn.cpp too) 2. wxDate and wxTime reimplemented using wxDateTime (old versions tagged as OLD_DATE_AND_TIME) 3. wxString::To(U)Long and ToDouble added and documented 4. bug with combobox in toolbar (drop down list wasn't dismissed) fixed 5. several wxDateTime::Parse() functions implemented 6. added support for coloured buttons under MSW (not completely finished)

1999-12-20 22:15 GRG, revision 5042

strange comment in gsocket_read (?)

1999-12-20 22:09 GRG, revision 5041

Stupid timeout bug fixed

1999-12-20 20:16 RR, revision 5040

Minor optical changes to toolbar and the help frame's options dialog.

1999-12-20 19:04 JS, revision 5039

Mostly Mingw32/Cygwin corrections

1999-12-20 17:48 VZ, revision 5038

test for strptime added

1999-12-20 17:15 RR, revision 5037

Replaced the old wxGetResource implementation with one based in wxFileConfig. Compile fix for gsocket.c.

1999-12-20 16:15 RR, revision 5036

Minor changes to wxTreeCtrl's horiz size, Text stream now can write Mac/Unix/Dos EOL on resp. other platforms, Fixed return value of wxBufferedOutputStream::GetSize() and ::TellO()

1999-12-20 14:29 VZ, revision 5035

fall back from wxITALIC to wxSLANT and vice versa

1999-12-20 14:02 VZ, revision 5034

'grey border' bug under MSW fixed

1999-12-20 12:49 VS, revision 5033

added <EM>, <CITE> and <STRONG> tags; now use separate handlers for <B>,<I>,<TT>

1999-12-20 12:49 VS, revision 5032

HTML help: index panel now displays only part of index matching given substring (similar to search panel; ==> 1) faster startup 2) no more problems with incomplete index due to GTK+ limitations). Intelligent behaviour: displays indexes with size <= 100 items in full (= matching empty substring)

1999-12-20 12:49 VS, revision 5031

added support for definition lists (DL,DT,DD) to wxHTML

1999-12-20 12:48 VS, revision 5030

removed 2nd frame from html test sample; test sample now shows DL,DT,DD support

1999-12-20 12:47 VS, revision 5029

cleaned some relics - mod_* instead of m_* in wxHTML modules

1999-12-17 20:55 RD, revision 5028

Adding MSVC makefile support for building the TIFF library

1999-12-17 20:19 VS, revision 5027

fixed problem with image handlers in two headers (and yes, tested)

1999-12-17 19:56 VZ, revision 5026

wxDateTime progress: DST compuation, weekday computation, day-in-year and week number computations all implemented and seem to work

1999-12-17 19:47 RD, revision 5025

Fixing another hard-coded WXDIR path

1999-12-17 18:37 GRG, revision 5024

*** empty log message ***

1999-12-17 18:36 , revision 5023
  • A /wxWidgets/tags/OLD_DATE_AND_TIME
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/autogen.sh
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/BuildCVS.txt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/config.guess
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/config.sub
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/configure
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/configure.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/descrip.mms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/distrib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/docs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/accel.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/app.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/bitmap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/brush.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/buffer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/busyinfo.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/button.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/caret.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/checkbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/checklst.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/choicdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/choice.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/clipbrd.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/cmndata.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/colordlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/colour.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/combobox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/confbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/config.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/control.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ctrlsub.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/cursor.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dataobj.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datetime.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datetime.inl
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/db.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dbtable.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcclient.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcmemory.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcprint.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcps.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcscreen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dde.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/debug.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/defs.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dialog.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dialup.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dir.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dirdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dnd.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/docmdi.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/docview.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dragimag.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dynarray.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dynlib.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/event.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/expr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ffile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/file.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fileconf.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filedlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filefn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filesys.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/font.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontenum.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontmap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontutil.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/frame.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fs_inet.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fs_zip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gauge.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gdicmn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gdiobj.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/generic
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/geometry.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gifdecod.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/grid.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gsocket.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gtk
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gtk1
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/hash.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/help.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helphtml.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpxlp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/html
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/icon.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagbmp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/image.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imaggif.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagjpeg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imaglist.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpcx.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpng.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpnm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagtiff.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/intl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ioswrap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ipcbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/joystick.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/layout.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/laywin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/list.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listimpl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/log.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/longlong.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mac
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/matrix.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mdi.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/memory.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/menu.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/menuitem.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/metafile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mimetype.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/minifram.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/module.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/motif
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/msgdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/msw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/notebook.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/object.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/objstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/odbc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/os2
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ownerdrw.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/palette.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/panel.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/paper.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/pen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/print.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/printdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/prntbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/process.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/progdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/prop.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/propform.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/proplist.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/protocol
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/qt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/radiobox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/radiobut.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/region.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/resource.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sashwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckaddr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckipc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/scrolbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/scrolwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/serbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/settings.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/setup.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sizer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/slider.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/socket.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/spinbutt.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/spinctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/splitter.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statbmp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statline.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stattext.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statusbr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/strconv.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/string.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stubs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tab.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tabctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/taskbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tbarbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textfile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/thread.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/timer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tipdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tokenzr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/toolbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tooltip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/treectrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/txtstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/types.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/unix
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/url.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/utils.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/valgen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/validate.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/valtext.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/variant.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/version.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wave.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wfstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/window.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wizard.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxchar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxexpr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxhtml.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxprec.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/xpmhand.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/zipstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/zstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw.pch
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw.pch++
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw_d.pch
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw_d.pch++
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/install-sh
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/lib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/locale
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/Makefile.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/Mingw32-gcc295.patches
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/misc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/mkinstalldirs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/modules
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/regen
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/samples
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/setup.h.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/setup.h_vms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/appcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/choiccmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/clipcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cmndata.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/config.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ctrlcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ctrlsub.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cwlex_yy.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cwy_tab.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/datetime.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/datstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/db.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dbtable.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dcbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/descrip.mms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dlgcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dobjcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/docmdi.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/docview.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/doslex.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dosyacc.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dynarray.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dynlib.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/event.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/extended.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ffile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/file.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fileconf.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/filefn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/filesys.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fontcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fontmap.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/framecmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fs_inet.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fs_zip.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ftp.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/gdicmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/gifdecod.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/glob.inc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/hash.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/helpbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/http.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagall.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagbmp.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/image.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imaggif.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagjpeg.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpcx.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpng.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpnm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagtiff.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/init.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/intl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ipcbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/layout.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/lboxcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/lexer.l
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/list.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/log.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/longlong.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/matrix.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/memory.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/menucmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/mimetype.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/module.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/mstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/object.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/objstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/odbc.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/paper.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/parser.y
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/prntbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/process.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/protocol.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/resourc2.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/resource.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckaddr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckfile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckipc.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/serbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sizer.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/socket.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/strconv.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/stream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/string.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/tbarbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/textcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/textfile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/timercmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/tokenzr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/txtstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/unzip.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/unzip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/url.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/utilscmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/valgen.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/validate.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/valtext.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/variant.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wfstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wincmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wxchar.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wxexpr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/zipstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/zstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/cygnus.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/generic
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/gtk
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/gtk1
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/html
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/iodbc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/jpeg
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mac
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/make.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeb32.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makebcc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeenvs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.dos
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.va
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeg295.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeg95.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.b32
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.g95
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.wat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makemsc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.b32
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.g95
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.msc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.sl
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.va
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.wat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makesc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makesl.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/maketwin.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeva.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makevc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makewat.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/make_cw.mcp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mingegcs.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mingw32.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/motif
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/msw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/ntwxwin.mak
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/os2
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/png
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/qt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/regex
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/stubs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/tiff
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/unix
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxCommon.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxGeneric.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxHTML.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxJpeg.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxOS2.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxPng.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc.dsp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc.dsw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc_dll.dsp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc_dll.dsw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxWin.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxXpm.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxZlib.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/xpm
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/zlib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/tests
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/user
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/utils
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wx-config.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxGTK.spec
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxMotif.spec
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxWINE.spec

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

1999-12-17 18:36 GRG, revision 5022

Compile-fix after modifying timercmn.cp

1999-12-17 18:32 RR, revision 5021

Fixed typo in wxStaticBoxSizer::CalcMin().

1999-12-17 16:40 GRG, revision 5020

*** empty log message ***

1999-12-17 16:35 GRG, revision 5019

Compatibility fix: defined wxGetCurrentTime to wxGetLocalTime

1999-12-17 15:37 JJ, revision 5018

Committing in . VMS 64bit integer definition Modified Files: wxWindows/include/wx/longlong.h ----------------------------------------------------------------------

1999-12-17 15:35 DW, revision 5017

Fixed a void* to wxObject* conversion error in a return causing compile break across all ports

1999-12-17 14:59 JS, revision 5016

Misc small mods

1999-12-17 13:45 DW, revision 5015

Some minor fixups

1999-12-17 13:41 DW, revision 5014

Remove tbarsmpl.cpp from the build list

1999-12-17 13:39 DW, revision 5013

New image base classes for wxOS2

1999-12-17 13:10 VZ, revision 5012

added wxToolBar::SetToolClientData

1999-12-17 05:42 DW, revision 5011

cleaning up toolbar mess for os/2

1999-12-17 05:42 DW, revision 5010

cleaning up image mess for os/2

1999-12-17 01:28 GRG, revision 5009

timercmn rewritten from scratch

1999-12-17 01:27 GRG, revision 5008

Everything rewritten from scratch

1999-12-17 01:09 VZ, revision 5007

1. compilation fix for wxDir 2. wxDateTime now calculates week days (_almost_ correctly) and Format() seems to work too

1999-12-17 01:08 VZ, revision 5006

test for weekdats added

1999-12-16 23:14 VZ, revision 5005

compilation fix

1999-12-16 23:13 VZ, revision 5004

changed wxImage::Rescale() to return wxImage& and not void

1999-12-16 22:10 VZ, revision 5003

some more consts here and there

1999-12-16 21:59 VZ, revision 5002

compilation fix after incorrectly resolved conflict

1999-12-16 21:30 VZ, revision 5001

an experimental template for Win16/VC++ 1.52

1999-12-16 21:29 VZ, revision 5000

Win16 compilation fixes

1999-12-16 21:00 RD, revision 4999

Took out somebody's hard coded path (j:\dev\something...) and put back $(WXWIN). Please just set an environment variable like the rest of us!

1999-12-16 21:00 DW, revision 4998

New Visualage C++ Version 4.0 Project Configuration files

1999-12-16 20:49 RD, revision 4997

Killed a bug that sometimes prevented ShowModal from returning if the ESC key was used.

1999-12-16 20:41 GRG, revision 4996

Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMDRAW with a test for _WIN32_IE

1999-12-16 19:36 VZ, revision 4995

1. wxMotif toolbar works; the toggle buttons have the same width as the other ones and not twice as big 2. wxMotif::wxBitmap(from XPM) ctor now takes either "char **" or "const char **", as in wxGTK 3. added an X error handler to wxMotif (debug only)

1999-12-16 18:38 VZ, revision 4994

should use ksh, not sh

1999-12-16 18:19 GRG, revision 4993

PCX images can now be embedded in streams

1999-12-16 18:19 GRG, revision 4992

slight bug in waitconnection

1999-12-16 18:10 VZ, revision 4991

compilation fixes, doesn't work yet

1999-12-16 17:39 VZ, revision 4990

small fix to the sample

1999-12-16 16:37 RR, revision 4989

Added wxSizer::Insert()

1999-12-16 16:19 VZ, revision 4988

added check for timezone in addition to _timezone and __timezone

1999-12-16 14:53 GRG, revision 4987

Added #if wxUSE_OWNER_DRAWN

1999-12-16 14:52 GRG, revision 4986

Compilation fix when wxUSE_OWNER_DRAWN is 0

1999-12-16 12:22 GRG, revision 4985

Accomodate changes in CountColours

1999-12-16 12:19 GRG, revision 4984

Changed stopat to stopafter in CountColours

1999-12-15 22:46 VS, revision 4983

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC -- these files are regenerated makefiles due to change in filelist.txt

1999-12-15 22:46 VS, revision 4982

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC

1999-12-15 22:39 VS, revision 4981

fixed wxHtmlWindow flicker

1999-12-15 22:38 VS, revision 4980

JPEG handler does not read entire file into memory anymore (+, of course, that headers change)

1999-12-15 22:38 VS, revision 4979

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC

1999-12-15 19:49 VZ, revision 4978

small compilation fix

1999-12-15 19:47 VZ, revision 4977

merging in the toolbar changes

1999-12-15 19:47 RD, revision 4976

New SWIG generated sources

1999-12-15 19:46 RD, revision 4975

Fixes for differences between wxMSW and wxGTK`

1999-12-15 19:41 VZ, revision 4974

wxToolBarSimple can now be used together with the native version as well as without it

1999-12-15 19:40 VZ, revision 4973

using WX_TIMEZONE set by configure instead of timezone

1999-12-15 19:40 VZ, revision 4972

added datetime.h/cpp to filelist and regenerated the makefiles

1999-12-15 19:38 VZ, revision 4971

tbarsmpl.cpp moved to generic subdir

1999-12-15 19:35 VZ, revision 4970

added check for timezone variable

1999-12-15 19:20 VZ, revision 4969

documented GetLabel/Text, added a note about GetName being deprecated

1999-12-15 18:13 VZ, revision 4968

fix for compilation with both native and generic kinds of toolbars

1999-12-15 18:02 VZ, revision 4967

testing wxToolBarSimple

1999-12-15 17:57 VZ, revision 4966

a fix for the patch

1999-12-15 17:14 VZ, revision 4965

more WXUNUSED() here and there

1999-12-15 17:06 VZ, revision 4964

a small script to regenerate makefiles without running configure

1999-12-15 17:03 DW, revision 4963
  • D /wxWidgets/trunk/src/wxWindows.icc
  • D /wxWidgets/trunk/src/wxWindows.ics

Remove these VisualAge C++ V4.0 files

1999-12-15 16:59 DW, revision 4962

Bitmap and Image updates

1999-12-15 16:54 DW, revision 4961

For use when build samples under wxOS2

1999-12-15 15:34 VZ, revision 4960

fix for wxMouseEvent::LeftUp() from Stefan.Neis@t-online.de

1999-12-15 14:39 VZ, revision 4959

corrected bug in wxMenu::Enable()

1999-12-15 12:32 GRG, revision 4958

Small bugfix

1999-12-15 12:31 GRG, revision 4957

Added CountColours()

1999-12-15 11:46 GRG, revision 4956

Now saves in eiher 8bit or 24bit

1999-12-15 11:45 GRG, revision 4955

Added ComputeHistogram

1999-12-15 06:02 DW, revision 4954

gdiimage updates

1999-12-15 01:54 VZ, revision 4953

support for multiple rows in Win32 native toolbar

1999-12-15 00:31 VZ, revision 4952

added wxSingleChoiceDialog::SetSelection

1999-12-15 00:28 VZ, revision 4951

fixed wxBitmapButton bug with bitmaps with masks

1999-12-14 23:57 VS, revision 4950

removed USE_SHARED_LIBRARY(IES)

1999-12-14 23:53 VS, revision 4949

added default ctor for wxDirDialog

1999-12-14 23:53 VS, revision 4948

removed USE_SHARED_LIBRARIES

1999-12-14 23:41 VS, revision 4947

removed USE_SHARED_LIBRARIES

1999-12-14 23:32 DW, revision 4946

Visualage C++ V4.0 updates

1999-12-14 19:26 RR, revision 4945

Added a few modifiers to wxSiserItem

1999-12-14 18:51 VZ, revision 4944

wxToolBarSimple modified to work with the new wxToolBarBase too, support for vertical toolbars for GTK

1999-12-14 18:50 VZ, revision 4943

support for vertical toolbars under GTK

1999-12-14 18:49 VZ, revision 4942

added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong in configure by default

1999-12-14 17:12 VZ, revision 4941

compilation fix

1999-12-14 16:53 RL, revision 4940

added XBM example to image sample

1999-12-14 14:37 SB, revision 4939

~wxBufferedStream puts back unread bytes

1999-12-14 11:21 GT, revision 4938

Fixed the #include of tbar95.h, which referenced the wrong directory path