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

1999-12-14 06:38 RD, revision 4937

Some GenButton enhancements

1999-12-14 02:02 VZ, revision 4936

added support for vertical toolbars for MSW - seems to work more or less

1999-12-13 23:15 VZ, revision 4935

mask corrections

1999-12-13 23:05 VZ, revision 4934

updated the sample and renamed the files

1999-12-13 22:13 DW, revision 4933

Needed a __WXPM__ in new OS ifdefs at top

1999-12-13 20:25 VZ, revision 4932

wxToolBar seems to compile under MSW/GTK/Motif and work under GTK

1999-12-13 20:21 VZ, revision 4931

wxCreateMaskedBitmap() is more const correct

1999-12-13 19:31 VZ, revision 4930

compilation fix

1999-12-13 19:30 VZ, revision 4929

added wxList::Insert(size_t); updated wxList documentation

1999-12-13 19:02 SB, revision 4928

Was missing png_read_end

1999-12-13 16:52 VS, revision 4927

wxNotebookSizer surrounder by wxUSE_NOTEBOOK

1999-12-13 16:22 VZ, revision 4926

this file belongs to the new branch too

1999-12-13 16:17 VS, revision 4925

now survives compilation even if wxUSE_SASH == 0

1999-12-13 16:16 VS, revision 4924

added #if wxUSE_NOTEBOOK around wxNotebookSizer

1999-12-13 16:16 VS, revision 4923

added #if wxUSE_CLIPBOARD

1999-12-13 15:55 RR, revision 4922

wxTextStream now interprets 1,1 as 1.1 (European formating).

1999-12-13 15:51 VZ, revision 4921

attempted Unicode fixes for BC++

1999-12-13 13:43 RR, revision 4920

Corrected wxRegion::GetBox()

1999-12-13 08:43 VS, revision 4919

added wxHTML samples

1999-12-13 01:03 GRG, revision 4918

PCX handler now saves files too (always as 24 bit images, though)

1999-12-13 01:03 VZ, revision 4917
  • D /wxWidgets/trunk/include/wx/tbar95.h

removed because unused

1999-12-13 01:03 VZ, revision 4916

another new tbar file

1999-12-13 01:02 GRG, revision 4915

Added wxOutputStream::PutC()

1999-12-13 00:58 VZ, revision 4914

cleaning up toolbars (doing it on my branch, so this doesn't yet change anything for anyone)

1999-12-13 00:55 VZ, revision 4913

moved wxID_SEPARATOR from menuitem.h to defs.h

1999-12-12 17:02 , revision 4912
  • A /wxWidgets/branches/NEW_TBAR
  • D /wxWidgets/branches/NEW_TBAR/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/autogen.sh
  • D /wxWidgets/branches/NEW_TBAR/BuildCVS.txt
  • D /wxWidgets/branches/NEW_TBAR/config.guess
  • D /wxWidgets/branches/NEW_TBAR/config.sub
  • D /wxWidgets/branches/NEW_TBAR/configure
  • D /wxWidgets/branches/NEW_TBAR/configure.in
  • D /wxWidgets/branches/NEW_TBAR/descrip.mms
  • D /wxWidgets/branches/NEW_TBAR/distrib
  • D /wxWidgets/branches/NEW_TBAR/docs
  • D /wxWidgets/branches/NEW_TBAR/include/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/accel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/app.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/arrimpl.cpp
  • D /wxWidgets/branches/NEW_TBAR/include/wx/bitmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/bmpbuttn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/brush.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/buffer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/busyinfo.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/button.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/caret.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/checkbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/checklst.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/choicdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/choice.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/clipbrd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/cmndata.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/colordlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/colour.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/combobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/confbase.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/config.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/control.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/ctrlsub.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/cursor.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dataobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/date.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/datetime.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/datetime.inl
  • D /wxWidgets/branches/NEW_TBAR/include/wx/datstrm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/db.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dbtable.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dcclient.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dcmemory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dcprint.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dcps.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dcscreen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dde.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/debug.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/defs.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dialog.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dialup.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dir.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dirdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dnd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/docmdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/docview.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dragimag.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dynarray.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/dynlib.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/event.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/expr.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/ffile.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/file.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fileconf.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/filedlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/filefn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/filesys.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/font.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fontdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fontenum.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fontmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fontutil.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/frame.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fs_inet.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/fs_zip.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gauge.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gdicmn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gdiobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/generic
  • D /wxWidgets/branches/NEW_TBAR/include/wx/geometry.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gifdecod.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/grid.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gsocket.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/accel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/app.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/bitmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/bmpbuttn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/brush.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/button.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/checkbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/checklst.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/choice.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/clipbrd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/colour.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/combobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/control.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/cursor.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dataform.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dataobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dataobj2.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dcclient.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dcmemory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dcscreen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dialog.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/dnd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/error.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/filedlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/font.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/fontdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/frame.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/gauge.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/gdiobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/icon.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/info.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/joystick.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/listbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/mdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/menu.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/menuitem.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/minifram.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/notebook.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/palette.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/pen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/question.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/radiobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/radiobut.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/region.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/scrolbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/settings.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/setup0.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/slider.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/spinbutt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/spinctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/statbmp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/statbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/statline.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/stattext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/textctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/timer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/tooltip.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/treectrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/warning.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/wave.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/window.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk/win_gtk.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/accel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/app.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/bitmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/brush.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/button.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/checkbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/checklst.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/choice.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/colour.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/combobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/control.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/cursor.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dataform.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dataobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dcclient.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dialog.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/dnd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/error.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/filedlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/font.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/frame.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/gauge.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/icon.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/info.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/joystick.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/listbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/mdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/menu.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/menuitem.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/minifram.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/notebook.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/palette.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/pen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/question.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/radiobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/radiobut.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/region.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/settings.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/setup0.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/slider.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/statbmp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/statbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/statline.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/stattext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/textctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/timer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/tooltip.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/treectrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/warning.xpm
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/wave.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/window.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/hash.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/help.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/helpbase.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/helphtml.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/helpwin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/helpxlp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/html
  • D /wxWidgets/branches/NEW_TBAR/include/wx/icon.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/image.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/imaglist.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/intl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/ioswrap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/ipcbase.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/joystick.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/layout.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/laywin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/list.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/listbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/listctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/listimpl.cpp
  • D /wxWidgets/branches/NEW_TBAR/include/wx/log.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/longlong.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/mac
  • D /wxWidgets/branches/NEW_TBAR/include/wx/matrix.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/mdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/memory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/menu.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/menuitem.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/metafile.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/mimetype.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/minifram.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/module.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/accel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/app.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/bitmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/bmpbuttn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/brush.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/button.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/checkbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/checklst.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/choice.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/clipbrd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/colordlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/colour.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/combobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/control.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/cursor.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dataform.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dataobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dcclient.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dcmemory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dcprint.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dcscreen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dialog.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dirdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/dnd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/filedlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/font.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/fontdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/frame.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/gauge.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/gdiobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/helpxxxx.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/icon.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/joystick.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/listbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/mdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/menu.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/menuitem.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/metafile.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/minifram.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/msgdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/palette.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/pen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/print.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/printdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/private.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/radiobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/radiobut.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/region.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/scrolbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/settings.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/setup0.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/slider.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/spinbutt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/statbmp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/statbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/stattext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/tabctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/taskbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/textctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/timer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/wave.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/motif/window.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msgdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/mstream.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/accel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/app.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/bitmap.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/blank.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/bmpbuttn.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/brush.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/bullseye.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/button.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/caret.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/checkbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/checklst.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/child.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/choice.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/clipbrd.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/clock.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/colordlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/colour.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/combobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/control.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/cross.bmp
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/ctl3d
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/curico.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/curicop.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/cursor.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dcclient.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dcmemory.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dcprint.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dcscreen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dde.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dialog.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dib.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dibutils.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dirdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/disable.bmp
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/dragimag.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/error.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/filedlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/font.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/fontdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/fontenum.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/frame.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gauge.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gauge95.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gaugemsw.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gdiimage.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gdiobj.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/gsockmsw.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/hand.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/heart.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/helpwin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/icon.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/imaglist.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/info.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/iniconf.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/joystick.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/listbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/listctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/Makefile.am
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/magnif1.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/mdi.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/mdi.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/menu.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/menuitem.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/metafile.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/minifram.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/msgdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/msvcrt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/noentry.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/notebook.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/ole
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/palette.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/pbrush.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/pen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/pencil.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/pntleft.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/pntright.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/printdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/printwin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/private.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/query.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/question.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/radiobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/radiobut.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/regconf.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/region.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/registry.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/roller.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/scrolbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/settings.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/setup0.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/size.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/slider.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/slider95.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/slidrmsw.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/spinbutt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/spinctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/statbmp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/statbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/statbr95.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/statline.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/stattext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/std.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/tabctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/taskbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/textctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/tick.bmp
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/timer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/tip.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/tooltip.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/treectrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/warning.ico
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/watch1.cur
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/wave.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/window.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/winundef.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/wx.rc
  • D /wxWidgets/branches/NEW_TBAR/include/wx/msw/xpmhand.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/notebook.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/object.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/objstrm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/odbc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/os2
  • D /wxWidgets/branches/NEW_TBAR/include/wx/ownerdrw.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/palette.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/panel.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/paper.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/pen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/print.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/printdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/prntbase.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/process.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/progdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/prop.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/propform.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/proplist.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/protocol
  • D /wxWidgets/branches/NEW_TBAR/include/wx/qt
  • D /wxWidgets/branches/NEW_TBAR/include/wx/radiobox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/radiobut.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/region.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/resource.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/sashwin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/sckaddr.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/sckipc.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/sckstrm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/scrolbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/scrolwin.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/serbase.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/settings.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/setup.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/sizer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/slider.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/socket.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/spinbutt.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/spinctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/splitter.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/statbmp.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/statbox.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/statline.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/stattext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/statusbr.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/strconv.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/stream.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/string.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/stubs
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tab.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tabctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/taskbar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tbar95.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/textctrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/textdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/textfile.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/thread.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/time.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/timer.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tipdlg.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tokenzr.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/tooltip.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/treectrl.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/txtstrm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/types.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/unix
  • D /wxWidgets/branches/NEW_TBAR/include/wx/url.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/utils.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/valgen.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/validate.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/valtext.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/variant.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/version.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wave.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wfstream.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/window.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wizard.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wx.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wxchar.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wxexpr.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wxhtml.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wxprec.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wx_cw.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wx_cw_cm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/wx_cw_d.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/xpmhand.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/zipstrm.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx/zstream.h
  • D /wxWidgets/branches/NEW_TBAR/include/wx_cw.pch
  • D /wxWidgets/branches/NEW_TBAR/include/wx_cw.pch++
  • D /wxWidgets/branches/NEW_TBAR/include/wx_cw_d.pch
  • D /wxWidgets/branches/NEW_TBAR/include/wx_cw_d.pch++
  • D /wxWidgets/branches/NEW_TBAR/install-sh
  • D /wxWidgets/branches/NEW_TBAR/lib
  • D /wxWidgets/branches/NEW_TBAR/locale
  • D /wxWidgets/branches/NEW_TBAR/Makefile.in
  • D /wxWidgets/branches/NEW_TBAR/Mingw32-gcc295.patches
  • D /wxWidgets/branches/NEW_TBAR/misc
  • D /wxWidgets/branches/NEW_TBAR/mkinstalldirs
  • D /wxWidgets/branches/NEW_TBAR/modules
  • D /wxWidgets/branches/NEW_TBAR/samples
  • D /wxWidgets/branches/NEW_TBAR/setup.h.in
  • D /wxWidgets/branches/NEW_TBAR/setup.h_vms
  • D /wxWidgets/branches/NEW_TBAR/src/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/common/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/common/appcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/choiccmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/clipcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/cmndata.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/config.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/ctrlcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/ctrlsub.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/cwlex_yy.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/cwy_tab.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/date.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/datetime.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/datstrm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/db.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/dbtable.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/dcbase.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/descrip.mms
  • D /wxWidgets/branches/NEW_TBAR/src/common/dlgcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/dobjcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/docmdi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/docview.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/doslex.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/dosyacc.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/dynarray.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/dynlib.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/event.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/extended.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/ffile.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/file.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/fileconf.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/filefn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/filesys.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/fontcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/fontmap.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/framecmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/fs_inet.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/fs_zip.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/ftp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/gdicmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/gifdecod.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/glob.inc
  • D /wxWidgets/branches/NEW_TBAR/src/common/hash.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/helpbase.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/http.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagall.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagbmp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/image.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imaggif.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagjpeg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagpcx.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagpng.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagpnm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/imagtiff.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/init.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/intl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/ipcbase.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/layout.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/lboxcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/lexer.l
  • D /wxWidgets/branches/NEW_TBAR/src/common/list.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/log.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/longlong.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/matrix.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/memory.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/menucmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/mimetype.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/module.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/mstream.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/object.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/objstrm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/odbc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/paper.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/parser.y
  • D /wxWidgets/branches/NEW_TBAR/src/common/prntbase.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/process.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/protocol.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/resourc2.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/resource.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/sckaddr.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/sckfile.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/sckipc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/sckstrm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/serbase.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/sizer.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/socket.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/strconv.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/stream.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/string.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/textcmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/textfile.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/time.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/timercmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/tokenzr.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/txtstrm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/unzip.c
  • D /wxWidgets/branches/NEW_TBAR/src/common/unzip.h
  • D /wxWidgets/branches/NEW_TBAR/src/common/url.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/utilscmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/valgen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/validate.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/valtext.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/variant.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/wfstream.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/wincmn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/wxchar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/wxexpr.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/zipstrm.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/common/zstream.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/cygnus.bat
  • D /wxWidgets/branches/NEW_TBAR/src/generic
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/accel.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/app.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/bdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/bitmap.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/brush.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/button.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/cdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/checkbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/checklst.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/choice.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/clipbrd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/colour.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/combobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/control.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/cross.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/cursor.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/data.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dataobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dcclient.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dcmemory.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dcscreen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dialog.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/dnd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/fdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/filedlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/font.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/fontdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/frame.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/gauge.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/gdiobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/gsockgtk.c
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/horiz.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/icon.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/joystick.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/listbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/main.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/mdi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/menu.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/minifram.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/notebook.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/palette.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/pen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/radiobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/radiobut.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/region.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/scrolbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/settings.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/slider.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/spinbutt.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/spinctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/statbmp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/statbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/statline.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/stattext.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/textctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/threadno.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/threadpsx.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/threadsgi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/timer.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/tooltip.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/treegtk.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/utilsgtk.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/utilsres.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/verti.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/wave.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/window.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk/win_gtk.c
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/accel.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/app.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/bdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/bitmap.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/brush.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/button.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/cdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/checkbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/checklst.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/choice.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/clipbrd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/colour.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/combobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/control.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/cross.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/cursor.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/data.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dataobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dcclient.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dcmemory.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dcscreen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dialog.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/dnd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/fdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/filedlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/font.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/fontdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/frame.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/gauge.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/gdiobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/gsockgtk.c
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/horiz.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/icon.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/joystick.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/listbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/main.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/mdi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/menu.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/minifram.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/notebook.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/palette.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/pen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/radiobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/radiobut.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/region.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/scrolbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/settings.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/slider.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/spinbutt.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/spinctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/statbmp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/statbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/statline.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/stattext.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/textctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/threadno.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/threadpsx.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/threadsgi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/timer.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/tooltip.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/treegtk.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/utilsres.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/verti.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/wave.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/window.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/gtk1/win_gtk.c
  • D /wxWidgets/branches/NEW_TBAR/src/html
  • D /wxWidgets/branches/NEW_TBAR/src/iodbc
  • D /wxWidgets/branches/NEW_TBAR/src/jpeg
  • D /wxWidgets/branches/NEW_TBAR/src/mac
  • D /wxWidgets/branches/NEW_TBAR/src/make.env.in
  • D /wxWidgets/branches/NEW_TBAR/src/makeb32.env
  • D /wxWidgets/branches/NEW_TBAR/src/makebcc.env
  • D /wxWidgets/branches/NEW_TBAR/src/makeenvs
  • D /wxWidgets/branches/NEW_TBAR/src/makefile.bcc
  • D /wxWidgets/branches/NEW_TBAR/src/makefile.dos
  • D /wxWidgets/branches/NEW_TBAR/src/makefile.va
  • D /wxWidgets/branches/NEW_TBAR/src/makefile.vc
  • D /wxWidgets/branches/NEW_TBAR/src/makeg295.env
  • D /wxWidgets/branches/NEW_TBAR/src/makeg95.env
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.b32
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.bcc
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.env.in
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.g95
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.vc
  • D /wxWidgets/branches/NEW_TBAR/src/makelib.wat
  • D /wxWidgets/branches/NEW_TBAR/src/makemsc.env
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.b32
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.bcc
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.env.in
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.g95
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.msc
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.sl
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.vc
  • D /wxWidgets/branches/NEW_TBAR/src/makeprog.wat
  • D /wxWidgets/branches/NEW_TBAR/src/makesc.env
  • D /wxWidgets/branches/NEW_TBAR/src/makesl.env
  • D /wxWidgets/branches/NEW_TBAR/src/maketwin.env
  • D /wxWidgets/branches/NEW_TBAR/src/makeva.env
  • D /wxWidgets/branches/NEW_TBAR/src/makevc.env
  • D /wxWidgets/branches/NEW_TBAR/src/makewat.env
  • D /wxWidgets/branches/NEW_TBAR/src/make_cw.mcp
  • D /wxWidgets/branches/NEW_TBAR/src/mingegcs.bat
  • D /wxWidgets/branches/NEW_TBAR/src/mingw32.bat
  • D /wxWidgets/branches/NEW_TBAR/src/motif/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/motif/accel.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/app.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/bdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/bitmap.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/bmpbuttn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/brush.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/button.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/cdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/checkbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/checklst.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/choice.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/clipbrd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/colordlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/colour.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/combobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/control.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/cross.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/cursor.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/data.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dataobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dcclient.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dcmemory.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dcscreen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/descrip.mms
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dialog.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dirdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/dnd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/fdiag.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/filedlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/font.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/fontdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/frame.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/gauge.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/gdiobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/gsockmot.c
  • D /wxWidgets/branches/NEW_TBAR/src/motif/helpxxxx.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/horiz.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/icon.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/joystick.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/listbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/main.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/mdi
  • D /wxWidgets/branches/NEW_TBAR/src/motif/mdi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/menu.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/menuitem.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/metafile.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/minifram.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/msgdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/palette.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/pen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/printdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/radiobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/radiobut.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/region.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/scrolbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/settings.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/slider.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/spinbutt.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/statbmp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/statbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/stattext.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/tabctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/taskbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/textctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/timer.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/utils.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/verti.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/wave.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/window.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/motif/wxwin.xbm
  • D /wxWidgets/branches/NEW_TBAR/src/motif/xmcombo
  • D /wxWidgets/branches/NEW_TBAR/src/msw/.cvsignore
  • D /wxWidgets/branches/NEW_TBAR/src/msw/accel.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/app.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/bitmap.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/bmpbuttn.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/brush.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/button.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/caret.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/checkbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/checklst.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/choice.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/clipbrd.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/colordlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/colour.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/combobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/control.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/curico.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/cursor.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/data.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dcclient.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dcmemory.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dcprint.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dcscreen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dde.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dialog.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dialup.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dib.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dibutils.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dir.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dirdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dragimag.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dummy.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/dummydll.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/filedlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/font.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/fontdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/fontenum.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/fontutil.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/frame.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/gauge95.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/gaugemsw.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/gdiimage.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/gdiobj.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/gsocket.c
  • D /wxWidgets/branches/NEW_TBAR/src/msw/helpwin.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/icon.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/imaglist.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/iniconf.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/joystick.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/listbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/listctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/Makefile.am
  • D /wxWidgets/branches/NEW_TBAR/src/msw/main.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.b32
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.bcc
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.dos
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.g295
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.g95
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.sc
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.sl
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.twn
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.vc
  • D /wxWidgets/branches/NEW_TBAR/src/msw/makefile.wat
  • D /wxWidgets/branches/NEW_TBAR/src/msw/mdi.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/menu.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/menuitem.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/metafile.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/minifram.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/msgdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/nativdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/notebook.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/ole
  • D /wxWidgets/branches/NEW_TBAR/src/msw/ownerdrw.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/palette.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/pen.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/penwin.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/printdlg.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/printwin.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/radiobox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/radiobut.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/regconf.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/region.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/registry.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/salford.lnk
  • D /wxWidgets/branches/NEW_TBAR/src/msw/scrolbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/settings.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/slider95.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/slidrmsw.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/spinbutt.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/spinctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/statbmp.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/statbox.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/statbr95.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/statline.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/stattext.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/tabctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/taskbar.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/textctrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/thread.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/timer.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/tooltip.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/treectrl.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/utils.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/utilsexc.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/wave.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/window.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/msw/winestub.c
  • D /wxWidgets/branches/NEW_TBAR/src/msw/wx.def
  • D /wxWidgets/branches/NEW_TBAR/src/msw/wxb32.def
  • D /wxWidgets/branches/NEW_TBAR/src/msw/xpmhand.cpp
  • D /wxWidgets/branches/NEW_TBAR/src/ntwxwin.mak
  • D /wxWidgets/branches/NEW_TBAR/src/os2
  • D /wxWidgets/branches/NEW_TBAR/src/png
  • D /wxWidgets/branches/NEW_TBAR/src/qt
  • D /wxWidgets/branches/NEW_TBAR/src/regex
  • D /wxWidgets/branches/NEW_TBAR/src/stubs
  • D /wxWidgets/branches/NEW_TBAR/src/tiff
  • D /wxWidgets/branches/NEW_TBAR/src/unix
  • D /wxWidgets/branches/NEW_TBAR/src/wxvc.dsp
  • D /wxWidgets/branches/NEW_TBAR/src/wxvc.dsw
  • D /wxWidgets/branches/NEW_TBAR/src/wxvc_dll.dsp
  • D /wxWidgets/branches/NEW_TBAR/src/wxvc_dll.dsw
  • D /wxWidgets/branches/NEW_TBAR/src/wxWindows.icc
  • D /wxWidgets/branches/NEW_TBAR/src/wxWindows.ics
  • D /wxWidgets/branches/NEW_TBAR/src/xpm
  • D /wxWidgets/branches/NEW_TBAR/src/zlib
  • D /wxWidgets/branches/NEW_TBAR/tests
  • D /wxWidgets/branches/NEW_TBAR/user
  • D /wxWidgets/branches/NEW_TBAR/utils
  • D /wxWidgets/branches/NEW_TBAR/wx-config.in
  • D /wxWidgets/branches/NEW_TBAR/wxGTK.spec
  • D /wxWidgets/branches/NEW_TBAR/wxMotif.spec
  • D /wxWidgets/branches/NEW_TBAR/wxWINE.spec

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

1999-12-12 17:02 RR, revision 4911

Some doc updates.

1999-12-12 16:22 VS, revision 4910

removed pnghand from MSW sources - obsoleted

1999-12-12 16:18 VS, revision 4909

removed pnghand from MSW sources - obsoleted

1999-12-11 21:53 VS, revision 4908

fixed compilation bug with GCC 2.95.1 and GTK+ 1.2.6 (attrmask was of type GdkICAttributesType which is enum and was used in this way : attrmask |= some constant)

1999-12-11 21:52 VS, revision 4907

wxPostScriptDC::DrawText now uses descent to determine baseline (instead of rough approximation), wxPostScriptDC::GetTextExtent now returns correct height (it did incorrectly add descent to pt size of font)

1999-12-11 21:50 VS, revision 4906

new wxHTML printing code ; parser now supports scaling

1999-12-11 19:38 RD, revision 4905

A couple small tweaks to get the new wxNotebookSizer sample to work on MSW.

1999-12-11 15:35 VS, revision 4904

documented wxDC::GetUserScale

1999-12-11 15:34 VS, revision 4903

documented wxHF_BOOKMARKS flag for wxHtmlHelpController

1999-12-11 15:07 RR, revision 4902

Added wxNotebookSizer

1999-12-11 08:09 RD, revision 4901

One more quickie

1999-12-11 07:59 RD, revision 4900

Added rotated text support Added Some generic button and toggle button classes Lots of little fixes, additions, etc.

1999-12-11 00:43 VZ, revision 4899

1. wxDir works for MSW and documented 2. wxDateTime works with dates very close to the Epoch 3. setting font for wxRadioBox works

1999-12-10 21:46 VS, revision 4898

removed platform specific #ifdefs around wxComboBox

1999-12-10 20:59 VZ, revision 4897

and now timezones work even better ;-)

1999-12-10 20:44 VZ, revision 4896

more timezone stuff - it's a miracle, but it seems to work

1999-12-10 20:16 GRG, revision 4895

source clean-up

1999-12-10 19:46 VZ, revision 4894

compilation fix for headers without _WIN32_IE

1999-12-10 17:31 VZ, revision 4893

use KDEDIR in wxKDEIconHandler

1999-12-10 16:29 VZ, revision 4892

wxString::substr() bug fixed

1999-12-10 12:45 JJ, revision 4891

Committing in . Updated VMS-support Adding new featrure of other modes to MOTIF to get it compile cleanly. Modified Files: wxWindows/docs/readme_vms.txt wxWindows/include/wx/motif/filedlg.h wxWindows/lib/vms.opt wxWindows/src/common/descrip.mms wxWindows/src/motif/data.cpp ----------------------------------------------------------------------

1999-12-09 16:53 VZ, revision 4890

generic/wizard.h added

1999-12-09 15:23 RR, revision 4889

Compile fix. Where exactly is "wxString GetHomeDir()"?

1999-12-09 15:14 VZ, revision 4888

a more easy to use version of wxGetHomeDir() added

1999-12-09 15:01 RR, revision 4887

Changed scrollsub sample.

1999-12-09 13:41 GRG, revision 4886

Fixed small bug related to m_lastcount in wxInputStream::Read

1999-12-09 10:33 SC, revision 4885

no message

1999-12-09 10:33 SC, revision 4884
  • D /wxWidgets/trunk/samples/forty/make_cw.old.mcp

cw pro 4 not supported anymore

1999-12-09 10:32 SC, revision 4883

corrected mac-like placing of <about> menu line

1999-12-09 10:30 SC, revision 4882

small adaptions

1999-12-09 10:15 SC, revision 4881

adapted to mac

1999-12-08 19:04 RR, revision 4880

Further stream tests, doc updates and minor clean-ups.

1999-12-08 17:53 VZ, revision 4879

GNOME/KDE integration for wxMimeTypeManager

1999-12-08 15:22 VZ, revision 4878

even more docs for wxFile::Eof

1999-12-08 15:20 VZ, revision 4877

1. fix for compiling samples with profile info 2. dir.h/.cpp added to the makefiles

1999-12-08 15:13 JJ, revision 4876

Committing in . Changes to get the libraries cleanly compiled on VMS Modified Files: wxWindows/setup.h_vms wxWindows/src/common/image.cpp wxWindows/src/motif/dcclient.cpp ----------------------------------------------------------------------

1999-12-08 14:39 GRG, revision 4875

Performance optimizations

1999-12-08 14:22 VZ, revision 4874

edited changelog slightly

1999-12-08 14:16 VZ, revision 4873

wxDir class added

1999-12-08 11:59 GRG, revision 4872

Optimized for performance.

1999-12-08 11:35 RR, revision 4871

Documented wxFFile and wxFFileStream and Co.

1999-12-08 09:58 GRG, revision 4870

Fixed wxInputStream::Ungetch behaviour so that if you a) unget a buffer (AAABBB) b) read some data (AAA) c) unget a second buffer (CCC) it works OK now (you will get CCCBBB, instead of CCCAAABBB as before)

1999-12-08 08:28 RR, revision 4869

Stream error testing.

1999-12-08 08:28 VZ, revision 4868

compilation fix (long -> wxCoord)

1999-12-08 08:26 VZ, revision 4867

fixing compile problems for people who don't look at the rebuild logs

1999-12-08 08:19 VZ, revision 4866

1. many DrawRotatedText() corrections (gtk) 2. compilation fix for window.cpp (!HAVE_XIM) 3. mentioned wxGTK slider limitations in the docs

1999-12-08 07:54 VZ, revision 4865

patch from Ricky Gonzales <gonzales@pyramid3.net> for the Unicode support for BC 5.02+

1999-12-07 18:58 RR, revision 4864

XIM support things.

1999-12-07 18:20 RD, revision 4863

bitmap mask tests

1999-12-07 17:54 RR, revision 4862

Correction to position of rotated text. Apps no longer give warnings if only a dialog pops up (top level windows == 0) before main loop.

1999-12-07 16:11 KB, revision 4861

Fixed XIM compilation, but doesn't work yet.

1999-12-07 15:47 RR, revision 4860

wxListCtrl sends event directly again. Also fixed problem of list otem status not being up-to-date when events get sent.

1999-12-07 15:24 KB, revision 4859

HAVE_GDK_XIM -> HAVE_XIM

1999-12-07 15:18 VZ, revision 4858

wxMimeTypeManager::EnumAll() seems to work, couple of minor corrections to the MIME code

1999-12-07 15:06 KB, revision 4857

Test for XIM support in gdk added, relevant code for window.cpp follows this evening.

1999-12-07 14:54 RR, revision 4856

Minor optical changes to toolbar and wxHelpFrame.

1999-12-07 14:15 VZ, revision 4855

small cosmetic fix for wxListCtrl

1999-12-07 12:24 RR, revision 4854

Compile fix.

1999-12-07 11:59 RR, revision 4853

Added wxUSE_SPINCTRL, Added various HAVE_XIM patches. Added forty's headers to list of installed files.

1999-12-07 10:47 RR, revision 4852

Various things related to wxFileDialog and attributes.

1999-12-07 09:35 RR, revision 4851

doc view code inteprets wxSTREAM_EOF as correct, Added wxMask( bitmap, colour ).

1999-12-07 00:48 VZ, revision 4850

1. wxFileDialog patch for multiple selection applied (with some small changes), added demo for it in the sample and documented 2. wxMimeTypeManager works a bit better under Windows (doesn't ignore the extensions without filetypes)

1999-12-07 00:09 VZ, revision 4849

1. fixes for DrawRotatedText(), drawing sample extended to show it 2. implemented colour/font support for wxTreeCtrl items 3. corrected a bug in wxListCtrl colour/font support code, the items should now be deleted ok 4. SetProcessAffinityMask() correction, wxThread::SetConcurrency() kind of works (difficult to test on a UP machine) 5. wxMimeType::EnumAllFileTypes() added, works (somewhat) under MSW 6. made default fonts under MSW 10 points and not 12 - this is the standard size

1999-12-06 23:47 DW, revision 4848

wxDC new virtual function

1999-12-06 18:16 RR, revision 4847

Added tests for buffered streams. Made wxBufferedOutputStream call Sync() in the destructor and SeekO(). Documented this. Use buffered streams in wxImage. Seems to significantly speed-up the sample.

1999-12-06 17:56 VZ, revision 4846

compile fix

1999-12-06 17:54 VZ, revision 4845

enumerating all MIME types (half finished, doesn't work yet)

1999-12-06 17:40 VZ, revision 4844

DrawRotatedText() for MSW

1999-12-06 16:22 VZ, revision 4843

fixed LaTex error

1999-12-06 16:16 RR, revision 4842

Patch for stream.cpp for non-flushable stream, Corrected stream corruption for Umgetch()/SeekI() conflict, Docs for streams, Changed interpreteation og non-standard height in wxCombo, Other minor changes, Removed library name setting for Debian again.

1999-12-06 14:14 VZ, revision 4841

wxSetlocale() doesn't always return NULL

1999-12-06 14:06 VZ, revision 4840

implemented GetCPUCount() and SetConcurrency() for Win32

1999-12-06 13:18 VZ, revision 4839

wxTreeCtrl has colours and fonts too now

1999-12-06 12:44 VZ, revision 4838

1. test for thr_setconcurrency() added to configure 2. wxListCtrl headers always black 3. some warnings in dcpsg.cpp corrected 4. returning FALSE from OnPrintPage() should abort printing now

1999-12-06 12:31 VZ, revision 4837

wxThread::GetCPUCount() and SetConcurrency() added and documented

1999-12-06 12:12 JS, revision 4836

Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox works in Dialog Editor again. Compile error in Dialog Editor fixed.

1999-12-06 10:43 VZ, revision 4835

generic wxListCtrl colour/font setting

1999-12-06 09:51 VZ, revision 4834

Added DrawRotatedText

1999-12-06 09:35 VZ, revision 4833

Rotated text patch from Hans-Joachim Baader (with some corrections)

1999-12-06 05:01 DW, revision 4832

some os/2 icon-bitmap fixes

1999-12-05 21:23 DW, revision 4831

bitmap and image updates

1999-12-05 19:38 VS, revision 4830

added bookmarks support (strange thing : red color in wbkdel.bmp is somehow misinterpreted by either wxBitmap or win32 libs and is not displayed correctly :-((

1999-12-05 19:36 VS, revision 4829

added bookmarks support

1999-12-05 19:32 VS, revision 4828

fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)

1999-12-05 19:31 VS, revision 4827

fixed incorrect rendering of tables with cellspacing and cellpadding and colspan/rowspan

1999-12-05 19:30 VS, revision 4826

[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button control (m_item was no defined, rather then being set to NULL)

1999-12-05 10:07 JS, revision 4825

wxChoice/wxComboBox background colour change (to get back to where we were); and .dsp file updates

1999-12-05 00:20 VZ, revision 4824

wxListCtrl custom drawing seems to work

1999-12-04 22:57 VZ, revision 4823

compilation fixes for the wxListItemAttr

1999-12-04 22:34 VZ, revision 4822

1. wxGetOsDescription() function added 2. wxApp::GetComCtlVersion() slightly updated 3. wxToolBar::AddControl() should work on all systems, DeleteTool() added 4. wxListCtrl custom draw changes (custom colours/fonts)

1999-12-04 16:40 RR, revision 4821

Change to wxMenuBar::Remove(), "make dist" knows about src/tiff now, configure has a new shared library thing which Debian seems to require.

1999-12-04 14:51 VZ, revision 4820

EMX compilation fix

1999-12-04 14:43 VZ, revision 4819

new wxMenu(Bar) dynamic menu(bar) management functions documented

1999-12-04 14:10 VZ, revision 4818

wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected (inserting an item at pos == GetCount() should be the same as appending and not an error)

1999-12-04 13:43 VZ, revision 4817

wxMenuBar::Insert() seems to work!

1999-12-04 13:28 RR, revision 4816

Documented wxStopWatch and wxToolBar::AddControl().

1999-12-04 12:14 VZ, revision 4815

debug check for infinite loop in InitializeClasses() added

1999-12-04 11:56 RR, revision 4814

Two missing #includes in image code. Corrected item coloring in wxListCtrl report mode (incl sample).

1999-12-04 10:37 RR, revision 4813

String changes for translations, Made wxBitmap derive from wxGDIObject, Removed #ifdefs around destrctors for GDI lists (wxBrushList etc), Created wxEVT_COMMAND_SPINCTRL_UPDATE with obvious usage.

1999-12-03 22:23 DW, revision 4812

Bitmap coding

1999-12-03 21:27 VZ, revision 4811

wxDateTime...

1999-12-03 21:27 VZ, revision 4810

test for timegm() added

1999-12-03 19:37 RD, revision 4809

code cleanup

1999-12-03 19:36 RD, revision 4808

Testing wxListBox.Delete

1999-12-03 19:36 RD, revision 4807

Split out the changelog

1999-12-03 15:17 SC, revision 4806

wxMSW update for CW, wxMac updated

1999-12-03 15:11 SC, revision 4805

wxMSW update for CW, wxMac updated

1999-12-03 14:50 VZ, revision 4804

fixes for icon-inherits-from-bitmap mode

1999-12-03 14:49 SC, revision 4803

wxMSW update for CW, wxMac updated

1999-12-03 14:40 SC, revision 4802

wxMSW update for CW, wxMac updated

1999-12-03 14:30 SC, revision 4801

wxMSW update for CW, wxMac updated

1999-12-03 05:03 DW, revision 4800

bitmap and image updates

1999-12-02 23:32 DW, revision 4799

Catching up to latest thread changes

1999-12-02 17:59 VZ, revision 4798

more threds fixes, more threads tests - seems to work ok for non GUI case

1999-12-02 16:52 VZ, revision 4797

a small compilation fix

1999-12-02 16:52 VZ, revision 4796

a small compilation fix

1999-12-02 16:32 VZ, revision 4795

wxUSE_CONFIG_NATIVE fix

1999-12-02 14:47 VZ, revision 4794

mingw32 compilation fixes

1999-12-02 01:01 VZ, revision 4793

even more wxDateTime work (completely broken for now, but support for the full date range almost finished)

1999-12-01 22:29 VS, revision 4792

cosmetic changes in help browser settings dlg; fixed problem with Borland C++

1999-12-01 22:15 VZ, revision 4791

1. more wxDateTime work 2. some thread corrections (not fixing the deadlock with Delete() :-( )

1999-12-01 22:07 VZ, revision 4790

sorting test added

1999-12-01 18:16 KB, revision 4789

fixed process termination handling

1999-12-01 18:05 KB, revision 4788

rtf cut&paste works now, html export fixed

1999-12-01 16:59 RR, revision 4787

Typos in sizer docs.

1999-12-01 15:34 RR, revision 4786

Disabling PNG, TIFF and JPEG works now.

1999-12-01 15:23 VZ, revision 4785

1. wxMotif::wxFrame derives from wxFrameBase now 2. wxFrame::GetClientAreaOrigin() made common to all ports and documented

1999-12-01 14:08 RR, revision 4784

Applied patch for multiple file selection, documented. Fixed some compilation warnings, Minor change to OpenGL code. Documented wxImageHandler::GetImageCount() and related.

1999-12-01 14:03 GT, revision 4783

Added wxODBC_FWD_ONLY_CURSORS define

1999-12-01 01:45 GT, revision 4782

wxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast was lost in the last checkin

1999-11-30 22:21 VZ, revision 4781

one day people will stop putting C++ comments in C files

1999-11-30 22:14 VZ, revision 4780

wxTreeCtrl::IsVisible() fix

1999-11-30 21:55 VZ, revision 4779

wxDateTime starting to work, more tests for it and for threads in console sample

1999-11-30 20:24 RD, revision 4778

a test file

1999-11-30 20:21 RD, revision 4777

Various small fixes and tweaks Added wxIntersectRect helper function

1999-11-30 18:42 RR, revision 4776

Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX), Added sources for TIFF 3.5.2 from libtiff.org.

1999-11-30 18:23 RD, revision 4775

Various small fixes and tweaks

1999-11-30 17:24 RR, revision 4774

Compile fix for GIF decoder, Added image index to loadfile.

1999-11-30 14:40 GRG, revision 4773

Doesn't reset the stream pos to 0 in CanRead(). Please note that the PCX handler still cannot read images embedded in streams because it has to check for some things at the END of the file before proceeding!

1999-11-30 14:38 GRG, revision 4772

Fix to work with images embedded in streams (doesn't reset pos to 0)

1999-11-30 12:21 JS, revision 4771

Now allow SetMenuBar to be called several times.

1999-11-30 10:07 JS, revision 4770

Compile fixes

1999-11-29 23:05 VZ, revision 4769

joinable and detached POSIX threads (not fully tested yet)

1999-11-29 20:43 KB, revision 4768

event handling fixes

1999-11-29 19:20 GT, revision 4767

Added support for creating forward or backward scrolling cursors support at run-time versus compile time. Default behavior will be determined by wxODBC_FWD_ONLY_CURSORS set in setup.h

1999-11-29 18:36 RR, revision 4766

More TIFF things, Disabled leaking debug code.

1999-11-29 17:33 VS, revision 4765

fixed wxBITMAP for Motif

1999-11-29 11:14 VS, revision 4764

just deleted one empty line (testing CVS server)

1999-11-29 10:02 VZ, revision 4763

compilation fix

1999-11-29 09:45 VZ, revision 4762

"no C++ comments in C files" rule

1999-11-29 09:34 VZ, revision 4761

compilation fix (no C++ comments in C files, include/wx/expr.hsrc/msw/textctrl.cpp$include/wx/expr.h@!src/msw/textctrl.cppsrc/msw/textctrl.cpp)

1999-11-29 08:57 KB, revision 4760

test complete :-)

1999-11-29 08:57 KB, revision 4759

test

1999-11-29 08:56 KB, revision 4758

test

1999-11-29 08:55 KB, revision 4757

test

1999-11-29 08:54 KB, revision 4756

test

1999-11-29 08:54 KB, revision 4755

test

1999-11-29 08:53 KB, revision 4754

test

1999-11-29 08:52 KB, revision 4753

test

1999-11-29 08:51 KB, revision 4752

test

1999-11-29 08:50 KB, revision 4751

test

1999-11-29 08:50 KB, revision 4750

test

1999-11-29 08:49 KB, revision 4749

test

1999-11-29 08:48 KB, revision 4748

test

1999-11-29 08:48 KB, revision 4747

test

1999-11-29 08:47 KB, revision 4746

test

1999-11-29 08:43 KB, revision 4745

test

1999-11-28 23:30 VZ, revision 4744

1. msec resolution for timer functions under Win32 2. small wxLog corrections/enhancements 3. some wxDateTime and wxLongLong work

1999-11-28 22:15 JL, revision 4743

Same comment as in dc.cpp

1999-11-28 22:14 JL, revision 4742

stupid double declaration of GetClippingBox due to the bad (lack of) usage of wxCoord in grid

1999-11-28 22:12 JL, revision 4741

DoSetSize has to be virtual because subtype controls may have different implementation

1999-11-28 18:46 RR, revision 4740

More fool-proof lock in thread events code.

1999-11-28 18:26 VS, revision 4739

wxHtmlWinParser::SetFonts now refreshes fonts cache

1999-11-28 18:26 VS, revision 4738

fixed MSVC++ (stupid) warning

1999-11-28 18:25 VS, revision 4737

fixed minor bug in wxFileSystem's converting \ to /

1999-11-28 18:24 VS, revision 4736

SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPageTitle

1999-11-28 18:24 VS, revision 4735

added &copy; in <PRE> environment

1999-11-28 18:20 VS, revision 4734

changed icon name

1999-11-28 18:20 VS, revision 4733

fixed wxBITMAP macro under wxGTK

1999-11-28 18:19 VS, revision 4732

added setup dialog, changed icons names (prefixed with w)

1999-11-28 18:15 VS, revision 4731

wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.

1999-11-28 18:09 VS, revision 4730

wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.

1999-11-28 17:21 RR, revision 4729

TIFF change 6.

1999-11-28 17:20 RR, revision 4728

TIFF change 5.

1999-11-28 17:19 RR, revision 4727

TIFF code 3.

1999-11-28 17:18 RR, revision 4726

TIFF code 2.

1999-11-28 17:17 RR, revision 4725

TIFF code 1.

1999-11-28 17:17 RR, revision 4724

slider link fix 2.

1999-11-28 17:16 RR, revision 4723

slider link fix 1.

1999-11-28 17:11 RR, revision 4722

Some tiff code.

1999-11-28 11:48 RR, revision 4721

More broken pipes.

1999-11-28 11:48 RR, revision 4720

Damn broken pipes.

1999-11-28 11:47 RR, revision 4719

sfs

1999-11-28 11:47 RR, revision 4718

?kjashdf?aksj

1999-11-28 11:46 RR, revision 4717

More #include changes.

1999-11-28 11:45 RR, revision 4716

New event locking. Removed CVS trash. Some compile fixes.

1999-11-27 23:26 VZ, revision 4715

my old draft of wxDateTime

1999-11-27 23:24 VZ, revision 4714

compilation fixes for Unix - IT DOES NOT WORK YET, DON'T TRY IT

1999-11-27 23:15 VZ, revision 4713

wxThread docs updates

1999-11-27 22:57 VZ, revision 4712

1. wxThread changes (detached/joinable) for MSW and docs updates 2. wxUSE_GUI=0 compilation for MSW (use vc6dll.t with tmake) and many small fixes related to this 3. an attempt to make wxLog more MT friendly 4. a small fix for wxRegConfig: it doesn't create empty unused keys any more (SetPath() would always create a key, now it's deleted if it was empty)

1999-11-27 20:28 RD, revision 4711

compilation fixes

1999-11-27 20:03 RD, revision 4710

fixed to correctly use #if wxUSE_SPINCTRL

1999-11-27 16:45 RR, revision 4709

?lk

1999-11-27 16:44 RR, revision 4708

sds

1999-11-27 16:43 RR, revision 4707

sdasd

1999-11-27 16:42 RR, revision 4706

?jl

1999-11-27 16:40 RR, revision 4705

*** empty log message ***

1999-11-27 16:39 RR, revision 4704

Added wxUSE_SPINCTRL Changed some #include "gtk/.." to <> Removed GTK path from wx-config; this breaks wxPython's build.

1999-11-27 12:03 RR, revision 4703

Correction to DnD code.

1999-11-26 17:41 RR, revision 4702

Minor changes.

1999-11-26 17:35 RR, revision 4701

Same changes as last commit... Maybe CVS works now.

1999-11-26 17:34 RR, revision 4700

Added tooltips to radiobox (untested). wxListCtrl now uses deferred events. Some debug code changes.

1999-11-26 16:29 VZ, revision 4699

attempt at more compilation fixes

1999-11-26 15:26 VZ, revision 4698

wxUSE_RICHeDIT added

1999-11-26 15:26 VZ, revision 4697

more compilation fixes

1999-11-26 11:44 VZ, revision 4696

1. wxBase compiles/links again 2. wxString::reserve() (STLese for Alloc()) added 3. compilation fixes for mingw32/BC++

1999-11-26 11:37 VZ, revision 4695

1. wxBase compiles/links again 2. wxString::reserve() (STLese for Alloc()) added 3. compilation fixes for mingw32/BC++

1999-11-26 09:53 VZ, revision 4694

mingw32 compilation fixes

1999-11-25 23:28 VZ, revision 4693

1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed 2. tooltips work with wxRadioBox 3. duplicated OnCtlColor()s moved to wxControl

1999-11-25 22:59 VZ, revision 4692

compile fix for gcc

1999-11-25 17:19 VS, revision 4691

a bit better solution for &copy;,&nbsp; etc. (in terms of speed)

1999-11-25 15:54 GT, revision 4690

Added "const" to the (char *) type params that should have been const params. Cleaned up code surrounding the upper casing (or not uppercasing) user names and table names for specific databases.

1999-11-25 15:52 GT, revision 4689

Added "const" to the (char *) type params that should have been const params

1999-11-25 13:42 JJ, revision 4688

Committing in . VMS-Makefile for dialoged Added Files: wxWindows/utils/dialoged/src/descrip.mms ----------------------------------------------------------------------

1999-11-25 13:41 JJ, revision 4687

Committing in . Changes needed to get dialoged utility compile on VMS Modified Files: wxWindows/descrip.mms wxWindows/include/wx/setup.h wxWindows/lib/vms.opt wxWindows/utils/dialoged/src/reseditr.cpp ----------------------------------------------------------------------

1999-11-25 12:35 GT, revision 4686

Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These should not be necessary any longer since db uses wxStrxxxx functions now.

1999-11-25 12:10 JJ, revision 4685

Committing in . Support for caret sample on VMS repaired Modified Files: wxWindows/samples/caret/descrip.mms ----------------------------------------------------------------------

1999-11-25 07:57 RD, revision 4684

generated sources update

1999-11-25 07:12 RD, revision 4683

Split build instructions into a separate file.

1999-11-25 07:08 RD, revision 4682

Bug fixes, new tests and demos, new generated source... Added FileBrowseButton class to the library

1999-11-25 07:03 RD, revision 4681

Added some test code...

1999-11-24 18:45 GT, revision 4680

Added optional param to Count() function to allow for counting DISTINCT columns rather than all columns

1999-11-24 18:44 GT, revision 4679

Added preliminary support for Informix

1999-11-24 18:42 GT, revision 4678

Replaced all the strxxx() function calls with wxStrxxx() function calls. Added preliminary support for Informix

1999-11-24 18:40 GT, revision 4677

Replaced all the strxxx() function calls with wxStrxxx() function calls. wxTable:Count() function now has an optional parameter to allow the count to be done on DISTINCT columns rather than all columns.

1999-11-24 16:57 RR, revision 4676

Partial fix for big_endian image conversion probs.

1999-11-24 15:11 KB, revision 4675

fixed setfocus() flicker in listctrl

1999-11-24 12:55 VZ, revision 4674

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:30 VZ, revision 4673

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:14 JS, revision 4672

Removed strange wxFAIL; added dialup.cpp to filelist.txt

1999-11-24 11:47 JJ, revision 4671

Committing in . New VMS sample compile support files Modified Files: wxWindows/samples/bombs/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms Added Files: wxWindows/lib/vms.opt ----------------------------------------------------------------------

1999-11-24 10:17 JJ, revision 4670
  • D /wxWidgets/trunk/samples/bombs/bombs.opt
  • D /wxWidgets/trunk/samples/caret/caret.opt
  • D /wxWidgets/trunk/samples/checklst/checklst.opt
  • D /wxWidgets/trunk/samples/config/conftest.opt
  • D /wxWidgets/trunk/samples/controls/controls.opt
  • D /wxWidgets/trunk/samples/dialogs/dialogs.opt
  • D /wxWidgets/trunk/samples/image/image.opt
  • D /wxWidgets/trunk/samples/menu/menu.opt
  • D /wxWidgets/trunk/samples/minimal/minimal.opt

VMS option files clash with VC++. temporarily removed. Removed Files: wxWindows/samples/bombs/bombs.opt wxWindows/samples/caret/caret.opt wxWindows/samples/checklst/checklst.opt wxWindows/samples/config/conftest.opt wxWindows/samples/controls/controls.opt wxWindows/samples/dialogs/dialogs.opt wxWindows/samples/image/image.opt wxWindows/samples/menu/menu.opt wxWindows/samples/minimal/minimal.opt ----------------------------------------------------------------------

1999-11-24 09:20 VS, revision 4669

added &copy; -> (c) conversion in html docs

1999-11-23 21:45 RD, revision 4668

Removed some debug code

1999-11-23 20:36 RD, revision 4667

a bug fix in helpers for ref-counting callbacks some generated code updates

1999-11-23 20:09 VS, revision 4666

fixed bug that caused wxHtmlWindow to segfault on html tables with cell(s) with rowspan>=3

1999-11-23 19:30 RD, revision 4665

Splashscreen works better on GTK

1999-11-23 17:33 RD, revision 4664

Fixed so the tree looks proper on GTK and also reduced flicker.

1999-11-23 17:25 RD, revision 4663

fixing binary again...

1999-11-23 15:38 KB, revision 4662

Fixed linkage problem.

1999-11-23 14:53 DW, revision 4661

Adding OS/2 default images and resource file to repository

1999-11-23 12:52 KB, revision 4660

Created wxSamples

1999-11-23 12:29 KB, revision 4659

Compilation fix for Solaris.

1999-11-23 10:53 JS, revision 4658

WM_MOUSEMOVE correction

1999-11-23 01:06 DW, revision 4657

CriticalSection update for OS/2

1999-11-23 00:01 RD, revision 4656

Now sets the font for newly appended ownerdraw items.

1999-11-22 19:46 RR, revision 4655

Include changes again. Something is wrong with CVS...

1999-11-22 19:44 RR, revision 4654

Headers moved a bit. Minor docs updates.

1999-11-22 14:59 JJ, revision 4653

Committing in . Compiling support for samples/controls on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/controls/controls.opt wxWindows/samples/controls/descrip.mms ----------------------------------------------------------------------

1999-11-22 14:31 JJ, revision 4652

Committing in . samples/config/contest.cpp compilation on VMS Bug fix for "double home directory in fileconf.cpp Modified Files: wxWindows/descrip.mms wxWindows/src/common/fileconf.cpp Added Files: wxWindows/samples/config/conftest.opt wxWindows/samples/config/descrip.mms ----------------------------------------------------------------------

1999-11-22 12:13 RR, revision 4651

Doc updates.

1999-11-22 10:34 JJ, revision 4650

Committing in . Compliations of samples/checklst on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/checklst/checklst.opt wxWindows/samples/checklst/descrip.mms ----------------------------------------------------------------------

1999-11-22 05:27 DW, revision 4649

OS/2 thread updates

1999-11-22 05:27 DW, revision 4648

thread updates

1999-11-22 01:25 GRG, revision 4647

explicitly set addr.LocalHost before creting the wxSocketServer object

1999-11-21 19:29 RR, revision 4646

Forgot one.

1999-11-21 19:28 RR, revision 4645

makefile updates, minor doc updates

1999-11-21 18:31 RR, revision 4644

Updates to event docs. (removed evthandler::default).

1999-11-21 18:16 GL, revision 4643

Fixed an incorrect behaviour in ResetBuffer()

1999-11-21 11:32 RR, revision 4642

Added speed-up for font-loading (a bit simplistic), Moving between items in a radiobox works again, Tried to remove remaining gap in a wxStaticBox that has no text-label.

1999-11-21 10:25 RR, revision 4641

Called autoconf to update configure.

1999-11-21 03:37 RD, revision 4640

Fixed bug in DnD. wxDragSource will now delete itself when done.

1999-11-21 01:03 DW, revision 4639

updates for DoGetBestSize

1999-11-20 21:17 RD, revision 4638

here it is again

1999-11-20 21:16 RD, revision 4637
  • D /wxWidgets/trunk/utils/wxPython/demo/bitmaps/splash.gif

forgot to add the image with binary flags

1999-11-20 21:15 RD, revision 4636

Added SplashScreen class from Mike Fletcher and use it in the demo.

1999-11-19 23:32 RD, revision 4635

Added encoding parameter to wxFontList::FindOrCreateFont

1999-11-19 22:36 DW, revision 4634

Removal of previous wxValidtor code for wxOS2

1999-11-19 21:01 VZ, revision 4633

wxWindow::GetBestSize() added

1999-11-19 18:59 VZ, revision 4632

Tom's patch - hope I got it right this time

1999-11-19 16:19 VZ, revision 4631

compilation fix for !wxUSE_MENU_CALLBACK

1999-11-19 09:47 JJ, revision 4630

Committing in . Support for the samples bombs and caret on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/bombs/bombs.opt wxWindows/samples/bombs/descrip.mms wxWindows/samples/caret/caret.opt wxWindows/samples/caret/descrip.mms ----------------------------------------------------------------------

1999-11-19 05:34 RD, revision 4629

updated wxMVCTree, VTK, and the demo

1999-11-19 00:51 JL, revision 4628

few adaptations to cope with new control.h file

1999-11-19 00:12 JL, revision 4627

adding the notion of cyclic group of radiobutton

1999-11-19 00:11 JL, revision 4626

with only a little modification could be generic

1999-11-18 23:41 JL, revision 4625

copy of the generic before adaptation

1999-11-18 23:38 JL, revision 4624

needed to compile

1999-11-18 23:37 JL, revision 4623

first add

1999-11-18 23:31 DW, revision 4622

Some minor modifications for VA 4.0 support

1999-11-18 23:30 JL, revision 4621

for Gray Controls implementation

1999-11-18 23:15 JL, revision 4620

add Mac to the list of definition of HAVE_LOCALTIME

1999-11-18 23:13 JL, revision 4619

needed for mac port

1999-11-18 23:12 JL, revision 4618

To include the wx/mac version

1999-11-18 23:10 JL, revision 4617

Used when the Apparence Manager is not installed

1999-11-18 16:14 VZ, revision 4616

Remove() -> RemoveAt()

1999-11-18 15:58 RR, revision 4615

Added wxEvtHandler::Disconect() Added wxToolBar::DeleteTool() Removed the WXWIN_COMP... defines from the common setup.h Some tests,

1999-11-18 15:00 VZ, revision 4614

wxGTK pastes text from rxvt again

1999-11-18 14:54 VZ, revision 4613

bug in wxArray::Remove() fixed (thanks Robert)

1999-11-18 14:34 VZ, revision 4612

wxLogTrace documentation updated and expanded, VC++ users note added

1999-11-18 14:30 JJ, revision 4611

Committing in . Modifications to get rid of warnings on VMS Modified Files: wxWindows/include/wx/utils.h wxWindows/src/common/date.cpp wxWindows/src/common/datstrm.cpp wxWindows/src/common/gdicmn.cpp wxWindows/src/common/image.cpp wxWindows/src/common/object.cpp wxWindows/src/common/sckipc.cpp wxWindows/src/common/txtstrm.cpp wxWindows/src/generic/fontdlgg.cpp wxWindows/src/generic/listctrl.cpp wxWindows/src/generic/scrolwin.cpp wxWindows/src/generic/splitter.cpp wxWindows/src/motif/app.cpp wxWindows/src/motif/bitmap.cpp wxWindows/src/motif/bmpbuttn.cpp wxWindows/src/motif/button.cpp wxWindows/src/motif/checkbox.cpp wxWindows/src/motif/choice.cpp wxWindows/src/motif/clipbrd.cpp wxWindows/src/motif/colour.cpp wxWindows/src/motif/combobox.cpp wxWindows/src/motif/control.cpp wxWindows/src/motif/cursor.cpp wxWindows/src/motif/dataobj.cpp wxWindows/src/motif/dcclient.cpp wxWindows/src/motif/dcmemory.cpp wxWindows/src/motif/dcscreen.cpp wxWindows/src/motif/dialog.cpp wxWindows/src/motif/filedlg.cpp wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp wxWindows/src/motif/gauge.cpp wxWindows/src/motif/icon.cpp wxWindows/src/motif/listbox.cpp wxWindows/src/motif/mdi.cpp wxWindows/src/motif/menu.cpp wxWindows/src/motif/menuitem.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/palette.cpp wxWindows/src/motif/radiobox.cpp wxWindows/src/motif/radiobut.cpp wxWindows/src/motif/region.cpp wxWindows/src/motif/scrolbar.cpp wxWindows/src/motif/settings.cpp wxWindows/src/motif/slider.cpp wxWindows/src/motif/statbmp.cpp wxWindows/src/motif/statbox.cpp wxWindows/src/motif/stattext.cpp wxWindows/src/motif/textctrl.cpp wxWindows/src/motif/timer.cpp wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/utils.cpp wxWindows/src/motif/window.cpp wxWindows/src/unix/fontutil.cpp wxWindows/src/unix/utilsunx.cpp ----------------------------------------------------------------------

1999-11-18 09:26 KB, revision 4610

Linux/AXP compilation fixed.

1999-11-18 08:41 GRG, revision 4609

Changed default address from INADDR_ANY to INADDR_NONE in GAddress_Init_INET, so that if the address is not correctly initialized it won't connect to localhost by default.

1999-11-18 08:39 GRG, revision 4608

Changed default address from INADDR_ANY to INADDR_NONE in GAddress_INET_Init, so that if the address is not correctly initialized it won't connect to localhost by default.

1999-11-18 07:17 RD, revision 4607

VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.

1999-11-17 22:35 VS, revision 4606

I changed wxUSE_HTML (and other related wxUSEs) to 1. wxHTML is stable enough and all other options are enabled by default so I guess it's time to enable wxHTML as well :)

1999-11-17 22:34 VS, revision 4605

fixed incomplete lists of supported handlers

1999-11-17 22:33 VS, revision 4604

wxBitmap::LoadFile and SaveFile now uses wxImage's methods in case there is no wxBitmap handler for given type

1999-11-17 22:33 VS, revision 4603

wxHtmlWindow::LoadPage does not use wxBusyCursor anymore. Instead it displays local hourglass cursor

1999-11-17 21:02 RD, revision 4602

Added wxWakeUpIdle() for MSW and empty stubs for Motif, OS2, and Mac Pending events are now deleted after being processed

1999-11-17 14:29 JS, revision 4601

Made some treectrl sample icons transparent; added toolbar.h to wx.h

1999-11-17 13:45 JJ, revision 4600

Committing in . New timing routines need new setup-definitions Modified Files: : wxWindows/setup.h_vms

1999-11-17 02:05 MT, revision 4599

use a smaller tip font for MSW

1999-11-16 23:24 DW, revision 4598

Modified full UNICODE support for VisualAge C++ for OS/2 V4.0

1999-11-16 23:21 DW, revision 4597

VisualAge V4.0 duplicate definition error suppression

1999-11-16 23:09 VZ, revision 4596

wxMSW fixes after wxFrameBase change - seems to work ok too by now

1999-11-16 21:31 VZ, revision 4595

wxFrameBase class for wxMSW and wxGTK

1999-11-16 16:59 VZ, revision 4594

assert in OnSelected() fixed

1999-11-16 16:44 VZ, revision 4593

send wxActivateEvents

1999-11-16 16:02 VZ, revision 4592

wxWindows/misc correction (was doubly included in wxGTK module)

1999-11-16 15:49 DW, revision 4591

Added full UNICODE support for VisualAge C++ for OS/2 V4.0

1999-11-16 15:31 VZ, revision 4590

crash when deleting window in OnUnsplit() corrected

1999-11-16 13:28 VZ, revision 4589

RemoveAt() added to array classes

1999-11-16 13:14 VZ, revision 4588

wxListCtrl::DeleteAllItems() doesn't send notification events (as documented)

1999-11-16 05:52 DW, revision 4587

More wxWindow work

1999-11-16 01:58 MT, revision 4586

fix compile error - too many }

1999-11-16 01:55 MT, revision 4585

ignore error when trying to delete zlib.lib

1999-11-15 23:16 DW, revision 4584

wxWindow class work

1999-11-15 21:15 KB, revision 4583

private dataformat almost working - minor fixes

1999-11-15 19:35 RR, revision 4582

Added header vs. library version check to configure, Fixed problem in wxTreeCtrl when nothing was selected upon startup and tabbing into it crashed. I understood now what filterindex in file dialog means.

1999-11-15 19:25 , revision 4581
  • A /wxWidgets/tags/wxGTK_2_1_11
  • R /wxWidgets/tags/wxGTK_2_1_11/lib/dummy
  • R /wxWidgets/tags/wxGTK_2_1_11/misc
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/.cvsignore
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/afm/Makefile.am
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/gs_afm/.cvsignore
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/gs_afm/Makefile.am
  • A /wxWidgets/tags/wxGTK_2_1_11/misc/Makefile.am
  • D /wxWidgets/tags/wxGTK_2_1_11/samples/dynamic/minimal.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/grid/test.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/grid/test.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/internat/internat.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/internat/internat.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/layout/layout.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/printing/printing.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/splitter/test.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/splitter/test.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/tab/test.def
  • R /wxWidgets/tags/wxGTK_2_1_11/samples/tab/test.rc
  • R /wxWidgets/tags/wxGTK_2_1_11/src/common/glob.inc
  • R /wxWidgets/tags/wxGTK_2_1_11/src/common/ipcbase.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/common/matrix.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/horiz.xbm
  • D /wxWidgets/tags/wxGTK_2_1_11/src/gtk/threadpsx.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/threadpsx.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxGTK_2_1_11/src/html/search.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxGTK_2_1_11/src/png/makefile.nt
  • R /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxGTK_2_1_11/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/wxGTK_2_1_11/src/regex
  • D /wxWidgets/tags/wxGTK_2_1_11/src/unix/net.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/configure
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/INDEX
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/infblock.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/inffast.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/infutil.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/maketree.c
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/README
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/trees.h
  • R /wxWidgets/tags/wxGTK_2_1_11/src/zlib/zlib.3
  • R /wxWidgets/tags/wxGTK_2_1_11/user
  • D /wxWidgets/tags/wxGTK_2_1_11/user/Makefile
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxConvert
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/.cvsignore
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/filectrl.h
  • D /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/Makefile
  • D /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/Makefile.in
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxFile/wxFile.h
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxTest
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxTest/folder.xpm
  • R /wxWidgets/tags/wxGTK_2_1_11/user/wxTest/list.xpm
  • R /wxWidgets/tags/wxGTK_2_1_11/utils
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/dialoged
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/glcanvas
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython
  • A /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/demo/Calbmp
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/demo/Sizers.py
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/lib/grids.py
  • D /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/src/wxp.cpp
  • R /wxWidgets/tags/wxGTK_2_1_11/utils/wxPython/src/_defs.i
  • D /wxWidgets/tags/wxGTK_2_1_11/utils/wxprop

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

1999-11-15 19:25 , revision 4580
  • A /wxWidgets/tags/WX_2_1_11
  • R /wxWidgets/tags/WX_2_1_11/docs/latex/wx/frame.tex
  • R /wxWidgets/tags/WX_2_1_11/docs/latex/wx/statusbr.tex
  • R /wxWidgets/tags/WX_2_1_11/docs/latex/wx/wxPython.tex
  • R /wxWidgets/tags/WX_2_1_11/include
  • R /wxWidgets/tags/WX_2_1_11/lib/dummy
  • R /wxWidgets/tags/WX_2_1_11/misc
  • A /wxWidgets/tags/WX_2_1_11/misc/.cvsignore
  • A /wxWidgets/tags/WX_2_1_11/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_1_11/misc/afm/Makefile.am
  • A /wxWidgets/tags/WX_2_1_11/misc/gs_afm/.cvsignore
  • A /wxWidgets/tags/WX_2_1_11/misc/gs_afm/Makefile.am
  • A /wxWidgets/tags/WX_2_1_11/misc/Makefile.am
  • D /wxWidgets/tags/WX_2_1_11/samples/dynamic/minimal.cpp
  • R /wxWidgets/tags/WX_2_1_11/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_1_11/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_1_11/samples/grid/test.def
  • R /wxWidgets/tags/WX_2_1_11/samples/grid/test.rc
  • R /wxWidgets/tags/WX_2_1_11/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_1_11/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_1_11/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_1_11/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_1_11/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_1_11/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_1_11/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_1_11/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_1_11/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_1_11/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_1_11/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_1_11/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_1_11/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/splitter/test.def
  • R /wxWidgets/tags/WX_2_1_11/samples/splitter/test.rc
  • R /wxWidgets/tags/WX_2_1_11/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_1_11/samples/tab/test.def
  • R /wxWidgets/tags/WX_2_1_11/samples/tab/test.rc
  • R /wxWidgets/tags/WX_2_1_11/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_1_11/src/common/ipcbase.cpp
  • R /wxWidgets/tags/WX_2_1_11/src/common/matrix.cpp
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_1_11/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_1_11/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_1_11/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_1_11/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_1_11/src/png/scripts
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.s2x
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_1_11/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_1_11/src/regex
  • D /wxWidgets/tags/WX_2_1_11/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/configure
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/README
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_1_11/src/zlib/zlib.3
  • R /wxWidgets/tags/WX_2_1_11/user
  • D /wxWidgets/tags/WX_2_1_11/user/Makefile
  • R /wxWidgets/tags/WX_2_1_11/user/wxConvert
  • R /wxWidgets/tags/WX_2_1_11/user/wxConvert/wxConvert.h
  • A /wxWidgets/tags/WX_2_1_11/user/wxFile/.cvsignore
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/dirctrl.cpp
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/dirctrl.h
  • A /wxWidgets/tags/WX_2_1_11/user/wxFile/FMJobs.cpp
  • A /wxWidgets/tags/WX_2_1_11/user/wxFile/FMJobs.h
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/filectrl.cpp
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/filectrl.h
  • D /wxWidgets/tags/WX_2_1_11/user/wxFile/Makefile
  • D /wxWidgets/tags/WX_2_1_11/user/wxFile/Makefile.in
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/wxFile.cpp
  • R /wxWidgets/tags/WX_2_1_11/user/wxFile/wxFile.h
  • R /wxWidgets/tags/WX_2_1_11/user/wxTest
  • R /wxWidgets/tags/WX_2_1_11/user/wxTest/folder.xpm
  • R /wxWidgets/tags/WX_2_1_11/user/wxTest/list.xpm
  • R /wxWidgets/tags/WX_2_1_11/utils
  • R /wxWidgets/tags/WX_2_1_11/utils/dialoged
  • R /wxWidgets/tags/WX_2_1_11/utils/glcanvas
  • R /wxWidgets/tags/WX_2_1_11/utils/tex2rtf
  • R /wxWidgets/tags/WX_2_1_11/utils/wxPython
  • A /wxWidgets/tags/WX_2_1_11/utils/wxPython/demo/Calbmp
  • R /wxWidgets/tags/WX_2_1_11/utils/wxPython/demo/Sizers.py
  • R /wxWidgets/tags/WX_2_1_11/utils/wxPython/lib/grids.py
  • D /wxWidgets/tags/WX_2_1_11/utils/wxPython/src/makefile.nt
  • D /wxWidgets/tags/WX_2_1_11/utils/wxPython/src/wxp.cpp
  • R /wxWidgets/tags/WX_2_1_11/utils/wxPython/src/_defs.i
  • D /wxWidgets/tags/WX_2_1_11/utils/wxprop

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

1999-11-15 19:25 RD, revision 4579

distrib update

1999-11-15 19:25 RD, revision 4578

typo

1999-11-15 17:33 VZ, revision 4577

more IRIX support

1999-11-15 17:31 RR, revision 4576

Added a few non-threads compile fixes, Removed strcasecmp defines from db.cpp and dbtable.cpp, Added more stand-alone makefiles, wxDropSource::DoDraDrop()'s return values works now (wxDragNone, -Copy, -Move).

1999-11-15 17:19 RL, revision 4575

enabled _vsnprintf for mingw with norlander headers

1999-11-15 16:14 VZ, revision 4574

optimisation in wxString::AllocBeforeWrite() - realloc() used instead malloc() whenever possible

1999-11-15 15:57 VZ, revision 4573

oops, compilation fix

1999-11-15 15:49 VZ, revision 4572

wxSnprintf() and wxVsnprintf() added, documented and used in wxLog

1999-11-15 15:30 KB, revision 4571

wxGTK must include wxWindows/misc or make install will fail

1999-11-15 14:30 VZ, revision 4570

patch from Tom Surace for 16 color mode

1999-11-15 14:07 VZ, revision 4569

NO C++ COMMENTS IN THIS FILE PLEASE

1999-11-15 14:04 VZ, revision 4568

wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should be happy now)

1999-11-15 13:57 VZ, revision 4567

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

1999-11-15 13:50 VZ, revision 4566

PPP interface under IRIX is called 'ppp'

1999-11-15 13:39 VZ, revision 4565

IRIX compilation fixes

1999-11-15 13:34 VZ, revision 4564

wxCriticalSectionLocker ctor param type corrected, example of using it added

1999-11-15 13:29 VZ, revision 4563

wizard.h added to the list of headers

1999-11-15 04:50 DW, revision 4562

wxApp development for WXPM

1999-11-15 04:48 DW, revision 4561

Minor tweek for WXPM

1999-11-15 04:47 DW, revision 4560

HAVE_LOCALTIME def for WXPM

1999-11-15 01:19 VZ, revision 4559

1. fixed wxStaticBox background erasing (or, rather, restored the old bug) 2. fixed the mask code in wxBitmap(const wxIcon&) - now it really works (Win32)

1999-11-14 19:25 RR, revision 4558

Distrib changes. Augmented version to 2.1.12.

1999-11-14 17:51 JS, revision 4557

Added m_callback init.

1999-11-14 17:20 GL, revision 4556

Fixed bug in wxSound windows driver (Recording is in progress: don't try it it make Windows crash completely)

1999-11-14 17:04 RR, revision 4555

Small change to SetFont() logic.

1999-11-14 16:18 RR, revision 4554

Added two stand alone makefiles for samples.

1999-11-14 15:14 RR, revision 4553

Added wxWakeUpIdle() to wxGTK, Changed wxFindFile to detect hidden files (but not "." and ".." as before), Added "show hidden files" to file dialog, Added controls to wxToolBar, doc view now uses pretty file dialogs as per MSW.

1999-11-14 14:41 JS, revision 4552

Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu constructor and event handling; added wxString version of wxGetTempFileName

1999-11-14 11:35 OK, revision 4551

Looks like someone did str[n]cmp -> wxStr[n]cmp global replace or something even in files where this shouldn't be done?

1999-11-14 02:22 VZ, revision 4550

1. wxBitmap copy ctor and operator=() taking wxIcon added 2. wxBitmapButton focus rect looks a bit better and it respects the icon mask 3. wxWizard::GetPageSize() added

1999-11-13 18:28 VS, revision 4549

html help : search panel now has more logical order of controls (list of books is after search button, not the last item)

1999-11-13 15:58 RR, revision 4548

Compile fix in dialup, Removed GTK's native tab traversal and fixed some related probs, Fixed a crash in wxListCtrl, Added configure correction ofr HP-UX GNU shared linker.

1999-11-13 10:57 OK, revision 4547

No, .mo files doesn't use Unicode, so use strcmp here, not wxStrcmp...

1999-11-13 10:51 OK, revision 4546

Unicode fixes

1999-11-13 10:48 OK, revision 4545

From: #define wxTRANSLATE(str) (str) To: #define wxTRANSLATE(str) wxT(str)

1999-11-13 10:44 OK, revision 4544

fopen -> wxFopen and such

1999-11-13 10:27 OK, revision 4543

wxGetHostName uses wxChar, not char

1999-11-13 08:45 RD, revision 4542

distrib file updates

1999-11-13 08:15 RD, revision 4541

wxPython doc updates

1999-11-13 08:03 RD, revision 4540

one more note

1999-11-13 07:52 RD, revision 4539

fixing distrib script

1999-11-13 07:33 RD, revision 4538

more tweaks for release

1999-11-13 06:10 RL, revision 4537

added patch for _(v)snprintf protos in stdio.h

1999-11-13 05:52 RD, revision 4536

Added a demo showing how to use wxPostEvent Added an MVCTree contribution Some final tweaks for this release

1999-11-13 05:07 RL, revision 4535

added simple test for wxStaticBoxSizers

1999-11-13 00:30 VZ, revision 4534

1. undid my wrong fix to wxWindowBase::Centre 2. corrected fatal bug in wxCheckLstBox (double deletion of items) 3. wxTextCtrl::SetValue() only does it if the new text is different from the old one 4. wxBitmap(const wxIcon&) ctor added 5. compilation fixes for VC++ and generic Win32 implementation of wxGetCurrentTime() in timercmn.cpp

1999-11-12 19:41 VZ, revision 4533

compilation fix (float => wxCoord)

1999-11-12 19:31 VZ, revision 4532

unused param warning fixed

1999-11-12 19:26 VZ, revision 4531

compilation fix

1999-11-12 19:26 VZ, revision 4530

aesthetic fix to configure (extra comma)

1999-11-12 19:24 VZ, revision 4529

Motif compilation fix

1999-11-12 19:19 VZ, revision 4528

wxTimer/timercmn.cpp change

1999-11-12 17:00 VZ, revision 4527

fixes for wxFontMapper endless recursion

1999-11-12 16:47 VZ, revision 4526

more samples added to SAMPLES_SUBDIRS (minimal, font, richedit)

1999-11-12 16:31 KB, revision 4525

fixed endless recursion for loading of default font

1999-11-12 16:12 JS, revision 4524

Removed warning.

1999-11-12 16:04 VZ, revision 4523

small fixes; rearranged module definitions in a more readable way

1999-11-12 15:33 VZ, revision 4522

some HTML links \urlref'ied

1999-11-12 15:29 VZ, revision 4521

note about VMS linker case insensitivity added

1999-11-12 15:15 VZ, revision 4520

OutputDebugStringW95 removed - it's really unnecessary - and the references to DBWIN32 in the docs replaced with DbgView

1999-11-12 15:03 VZ, revision 4519

Solaris compilation fix

1999-11-12 14:58 VZ, revision 4518

(old) mingw32 compilation fixes

1999-11-12 14:55 VZ, revision 4517

Centre() centers the window centre and not the upper left corner

1999-11-12 14:50 VZ, revision 4516

mingw32 compilation fixes

1999-11-12 14:50 VZ, revision 4515

mingw32 compilation fixes (unfortunately, this effectively disables placing controls into the toolbar)

1999-11-12 14:46 VZ, revision 4514

note about WX_DEFIN_EOBJARRAY added

1999-11-12 14:35 JJ, revision 4513

Committing in . Support to compile the image sample on VMS Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt Added Files: wxWindows/samples/image/descrip.mms wxWindows/samples/image/image.opt

1999-11-12 14:33 VZ, revision 4512

warning fixed

1999-11-12 14:31 VZ, revision 4511

it didn't compile at all...

1999-11-12 13:18 JJ, revision 4510

Committing in . Files needed to compile the dialogs sample on VMS Added Files: wxWindows/samples/dialogs/descrip.mms wxWindows/samples/dialogs/dialogs.opt

1999-11-12 13:17 JJ, revision 4509

Committing in . Support for compilation of dialogs sample on VMS Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt

1999-11-12 12:55 JJ, revision 4508

*** empty log message ***

1999-11-12 12:54 JJ, revision 4507

Committing in . Compilation support for minimal sample on VMS Modified Files: descrip.mms Added Files: samples/minimal/descrip.mms samples/minimal/minimal.opt

1999-11-12 12:11 JJ, revision 4506

Committing in . Added Files: docs/readme_vms.txt

1999-11-12 11:51 JJ, revision 4505

Committing in . VMS patch (typo in previous one) Modified Files: wxWindows/include/wx/defs.h

1999-11-12 11:36 JJ, revision 4504

Committing in . Link option file for VMS Added Files: wxWindows/samples/menu/menu.opt

1999-11-12 11:35 JJ, revision 4503

Committing in . Added Files: wxWindows/samples/menu/descrip.mms

1999-11-12 11:30 JJ, revision 4502

Committing in . VMS patch Modified Files: wxWindows/src/common/parser.y

1999-11-12 11:28 JJ, revision 4501

Committing in . VMS patch Modified Files: wxWindows/include/wx/setup.h

1999-11-12 11:27 JJ, revision 4500

Committing in . VMS patch Modified Files: wxWindows/include/wx/sckaddr.h

1999-11-12 11:25 JJ, revision 4499

Committing in . VMS patch Modified Files: wxWindows/include/wx/defs.h

1999-11-12 11:18 JJ, revision 4498

Committing in . VMS patch Modified Files: wxWindows/include/wx/app.h

1999-11-12 11:16 JJ, revision 4497

Committing in . VMS patch Adding some expicit type casts Modified Files: wxWindows/src/unix/gsocket.c

1999-11-12 11:08 JJ, revision 4496

Committing in . VMS7.x patch Modified Files: wxWindows/src/common/doslex.c

1999-11-12 11:07 JJ, revision 4495

Committing in . VMS7.x patch Modified Files: wxWindows/src/common/cwlex_yy.c

1999-11-12 11:04 JJ, revision 4494

Committing in . Makefile for VMS makes files in src/motif Added Files: wxWindows/src/motif/descrip.mms

1999-11-12 11:02 JJ, revision 4493

Committing in . Makefile for VMS makes files in src/unix Added Files: wxWindows/src/unix/descrip.mms

1999-11-12 11:00 JJ, revision 4492

Committing in . VMS patch Modified Files: wxWindows/src/unix/utilsunx.cpp

1999-11-12 10:56 JJ, revision 4491

Committing in . Makefile for VMS used to generate files in src/generic Added Files: wxWindows/src/generic/descrip.mms

1999-11-12 10:53 JJ, revision 4490

Committing in . VMS patch Modified Files: wxWindows/src/generic/helpext.cpp

1999-11-12 10:51 JJ, revision 4489

Committing in . VMS patch Modified Files: wxWindows/src/generic/dcpsg.cpp

1999-11-12 10:49 JJ, revision 4488

Committing in . Makefile for VMS makes files in src/common Added Files: wxWindows/src/common/descrip.mms

1999-11-12 10:47 JJ, revision 4487

Committing in . Patch for VMS7.x Modified Files: wxWindows/src/common/utilscmn.cpp

1999-11-12 10:17 JJ, revision 4486

Committing in . Patch needed for VMS Modified Files: wxWindows/src/common/timercmn.cpp

1999-11-12 10:09 JJ, revision 4485

Committing in . Patch for VMS7.x Modified Files: wxWindows/src/common/memory.cpp

1999-11-12 10:07 JJ, revision 4484

Committing in . Patches for VMS7.x Modified Files: wxWindows/src/common/filefn.cpp

1999-11-12 09:57 JJ, revision 4483

Main make file for VMS Added Files: wxWindows/descrip.mms

1999-11-12 09:23 JJ, revision 4482

New file use to configure the compilation on VMS-systems

1999-11-12 06:23 RD, revision 4481

more floatbar tweaks

1999-11-12 03:12 VZ, revision 4480

compilation fix

1999-11-12 02:21 VZ, revision 4479

compilation fix

1999-11-12 02:17 VZ, revision 4478

controls can now be put in the toolbars (MSW only so far, preliminary version)

1999-11-11 16:11 SC, revision 4477

wxMac completed so far, generic listctrl extension

1999-11-11 16:08 VS, revision 4476

<br><br><br> is now handled correctly, e.g. empty lines are inserted (unlike <p><p><p>)

1999-11-11 15:41 RR, revision 4475

Fixed optical bug in wxListCtrl, Added dnd.wxr to install script, Fixed two problems in wxGLCanvas.

1999-11-11 13:33 RL, revision 4474

#included log.h

1999-11-11 11:04 KB, revision 4473

fixed solaris gethostname() prototype

1999-11-11 11:01 JS, revision 4472

Added a bug report; C++Builder compile fixes

1999-11-11 10:59 JS, revision 4471

Added files to make patch.

1999-11-11 04:40 DW, revision 4470

Finished up utilities testing

1999-11-11 04:39 DW, revision 4469

Quick fix up for __WXPM__

1999-11-11 00:25 VZ, revision 4468

1. wxStaticBox doesn't draw over the underlying controls any more 2. a couple of new helper functions in msw/private.h: wxColourToRGB and wxRGBToColour are handy to avoid writing horribly long and ugly RGB <-> wxColour conversions explicitly 3. modified wxDirDialog to be more comprehensible (to me), hopefully it also works better

1999-11-10 22:47 RD, revision 4467

Tweaking some of the new wxPython stuff for wxGTK

1999-11-10 17:40 VZ, revision 4466

1. made it possible to use wxUpdateUIEvent with wxTextCtrl under wxGTK 2. ... and with controls with id < 0 under all others as well

1999-11-10 17:19 VZ, revision 4465

added 2 more cursors (patch from Gerd Mueller)

1999-11-10 13:26 JS, revision 4464

Stupid makeprog.vc corruption fixed

1999-11-10 11:32 SC, revision 4463

wxMac (debug) builds and runs wxMinimal again

1999-11-10 08:03 RD, revision 4462

Added calendar contributed by Lorne White Some tweaks for wxFloatbar

1999-11-09 23:02 RD, revision 4461

wxSizer patches by Alexander Smishlajev <als@turnhere.com> Adds some wxALIGN_* flags to increase ability to position item within its allotted space. Adds wxSHAPED flag that enforces proportional resizing on growable items. Adds a sample and updated documentation.

1999-11-09 19:19 VZ, revision 4460

compiles with or without wxSpinCtrl now

1999-11-09 18:10 VZ, revision 4459

compilation fixes, Makefile.in added

1999-11-09 15:24 SC, revision 4458

mac adaptions

1999-11-09 14:48 RR, revision 4457

Removed Vadim's surplus code in clipboard. wxTreeCtrl now creates its two font in the constructor.

1999-11-09 14:32 VZ, revision 4456

fix for FreeBSD compilation

1999-11-09 12:31 KB, revision 4455

usleep() prototype added for solaris

1999-11-09 10:21 KB, revision 4454

added gethostname protoype for Solaris

1999-11-09 08:42 SC, revision 4453
  • D /wxWidgets/trunk/src/make_cw.old.mcp

will not be adopted to 2.1, pro 4 was too buggy

1999-11-09 08:41 SC, revision 4452

.mcp was broken

1999-11-09 05:57 DW, revision 4451

OS/2 resource storage and retrieval

1999-11-09 01:53 JS, revision 4450

Added m_nSelection = -1 fixes to RemovePage, DeleteAllPages (from Scott Newham)

1999-11-09 01:52 JS, revision 4449

Misc small fixes

1999-11-08 21:14 JS, revision 4448

Fixes to Cygwin/Mingw32 makefile, manual now compiles wxStaticLine, etc.

1999-11-08 20:55 KB, revision 4447

Minor fixes to plug memory hole, will add WXLO import ASAP.

1999-11-08 18:38 VZ, revision 4446

compilation fix for Motif

1999-11-08 17:35 DW, revision 4445

Minor fix to environment to support co-existance of msw and os/2 port

1999-11-08 17:07 VZ, revision 4444

Motif compilation fix

1999-11-08 17:05 VZ, revision 4443

wxDataObjectComposite/Custom seem to work

1999-11-08 16:38 VZ, revision 4442

DEBUG => __WXDEBUG__

1999-11-08 15:59 VZ, revision 4441

small Motif compilation fix

1999-11-08 15:56 VZ, revision 4440

minor aesthetic fixes

1999-11-08 15:28 VZ, revision 4439

pasting text from xterm works, finally

1999-11-08 15:23 GT, revision 4438

Fixed __WXDEBUG__ references to use #ifdef rather than checking for it being greater than 0