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