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