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-03-14 14:43 BJ, revision 6688

better dialog for Motif

2000-03-14 14:42 VZ, revision 6687

compilation fir for !WX_PRECOMP

2000-03-14 14:34 VZ, revision 6686

changed test -a into 2 tests

2000-03-14 14:07 DW, revision 6685

Tiff library icc for VisualAge 4.0

2000-03-14 14:06 RL, revision 6684

updated samples makefiles

2000-03-14 13:53 RR, revision 6683

Even more printfs in GSocket, Copmile fix for splitter.

2000-03-14 13:36 DW, revision 6682

Some changes to fix event processing

2000-03-14 12:33 KB, revision 6681

fixed arguments to "test"

2000-03-14 11:51 JS, revision 6680

Added/updated some BC++ makefiles

2000-03-14 11:33 VS, revision 6679

Czech message catalog is now up to date

2000-03-14 11:33 VS, revision 6678
  • D /wxWidgets/trunk/locale/cs.mo
  • D /wxWidgets/trunk/locale/cz.mo
  • D /wxWidgets/trunk/locale/cz.po

removed files that have nothing to do here (cz is alias for cs, .mo files for other languages are not here)

2000-03-14 11:25 JS, revision 6677

Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps); small changes

2000-03-14 09:56 GRG, revision 6676

Changed Socket() and SocketEvent() to Get... in the samples, also added a few more comments and output messages for easier understanding of what's going on inside wxSocket.

2000-03-14 09:32 GRG, revision 6675

Changed declaration of functions taking an empty arglist (which means no prototype in C, not (void) like in C++) to take (void) instead.

2000-03-14 09:02 JS, revision 6674

Added gsockmsw.c to VC++ project files

2000-03-14 09:00 JS, revision 6673

Added prototypes to eliminate BC++ warnings

2000-03-14 04:44 GRG, revision 6672

Added new file: gsockmsw.c

2000-03-14 04:43 GRG, revision 6671

Added gsockmsw which now contains all GUI-specific code for the MSW version of gsocket - a step towards wxBase

2000-03-14 04:41 GRG, revision 6670

src\unix\gsocket.c

2000-03-14 03:13 MT, revision 6669

remove HWND association when DestroyWindow

2000-03-14 01:05 GRG, revision 6668

Removed the PREEXTRALIBS hack - no longer needed

2000-03-14 01:00 GRG, revision 6667

A few unimportant changes

2000-03-14 00:47 VZ, revision 6666

1. demo of status bar at the top in statbar 2. kbd accels added to splitter

2000-03-14 00:45 VZ, revision 6665

1. status bar can now be positioned on top (and anywhere, in fact) 2. status bar without wxST_SIZEGRIP style won't have the size grip (wow) 3. scrollbars don't get the cursor of the main window any more 4. introduced wxSetCursorEvent and use it in wxSplitterWindow

2000-03-14 00:09 GRG, revision 6664

Added PREEXTRALIBS and .cxx rule

2000-03-14 00:08 GRG, revision 6663

Added PREEXTRALIBS (ugh)

2000-03-13 23:41 GRG, revision 6662

new

2000-03-13 23:29 DW, revision 6661

Some changes to fix event processing

2000-03-13 22:11 SN, revision 6660

Improved selection mode handling in wxGrid::SelectBlock

2000-03-13 17:22 VS, revision 6659

replaced 'wxPCX/GIFHandler:' by 'PCX/GIF:' in error messages -- these are for users, should not reveal internals

2000-03-13 17:20 VZ, revision 6658

added test for selection events

2000-03-13 17:12 RD, revision 6657

Initialize the field count in Create(). It was using a garbage value and causing havoc...

2000-03-13 16:45 RR, revision 6656

Found bug that skrewed up display wrt horizontal scrolling of wxListCtrl. The selected area still seems wrong, though.

2000-03-13 15:48 VZ, revision 6655

1. some patches from Janos Vegh to docview template detection 2. fixed reentrancy bug in wxGetTranslation/wxLogError resulting in infinite number of messageboxes 3. wxMenuItem::GetLabelFromText("&Foo") now returns "Foo", not "&Foo" in GTK as well 4. test for update region being NULL in wxPaintDC

2000-03-13 15:31 VZ, revision 6654

suppress gcc warning about non virtual dtor

2000-03-13 15:21 RR, revision 6653

Typo GtkPizza, More debug printf()s in GSocket_Write() Did I touch plot.cpp ?

2000-03-13 14:34 RL, revision 6652

moved wxDash typedef to gdicmn.h added wxXXXDash, platform dependant types for all ports made using native dialogs the default in msw/setup0.h

2000-03-13 13:52 GRG, revision 6651

Fixed a harmless warning about $d in sprintf and long argument

2000-03-13 13:00 GRG, revision 6650

Use system default font for all platforms

2000-03-13 12:04 SN, revision 6649

More compilation fixes.

2000-03-13 11:20 JS, revision 6648

Added tech note on adding class documentation.

2000-03-13 09:45 VZ, revision 6647

fixed cross-compilation for Windows with mingw

2000-03-13 08:28 VZ, revision 6646

remove \r from literal strings

2000-03-13 08:27 VZ, revision 6645

check for strtok_r() using C++ compiler

2000-03-13 06:50 RD, revision 6644

Added methods for folding dropTarget is now allocated with new

2000-03-13 05:43 DW, revision 6643

no message

2000-03-13 02:34 NI, revision 6642

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-13 01:59 NI, revision 6641

someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!

2000-03-12 21:26 RR, revision 6640

Added debuf printf()s to GSocket,

2000-03-12 17:11 RR, revision 6639

Some doc updates, makefile and distrib things.

2000-03-12 16:10 GL, revision 6638

Latex doc compilation fixes

2000-03-12 15:37 RR, revision 6637

Corrected scrollwin thumb release event, Reenabled horizontal scrolling, cannot currently reproduce misbehaviour.

2000-03-12 15:04 JS, revision 6636

Added project files for STC; fixed wxStringList memory leaks; small doc changes;

2000-03-12 11:49 RL, revision 6635

separated wxDash type from platform specific wxGTKDash type

2000-03-12 11:29 JS, revision 6634

Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase); added SafeWord patch to Dialog Editor

2000-03-12 11:27 JS, revision 6633

Added Mmedia makefile

2000-03-12 09:11 MJ, revision 6632

dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po

2000-03-12 00:49 VZ, revision 6631

fixed (rare but fatal) bug in wxWindowDisabler

2000-03-12 00:26 VZ, revision 6630

1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows 2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them) 3. Esc won't close the dialogs without cancel button under MSW 4. status bar can be child of windows of clases other than wxFrame (updated statbar sample to show it)

2000-03-11 22:38 RD, revision 6629

reenabled the old wxGrid.

2000-03-11 19:31 VS, revision 6628

fixed incorrect use of _() where it should be wxT()

2000-03-11 19:31 VS, revision 6627

some != NULL checks

2000-03-11 19:31 VS, revision 6626

fixed DoGetBestSize -- it returned too small bounding box

2000-03-11 18:01 SN, revision 6625

*** empty log message ***

2000-03-11 17:28 SN, revision 6624

Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF

2000-03-11 16:38 VZ, revision 6623

replaced make with $MAKE

2000-03-11 13:59 SN, revision 6622

Added many WXUNUSED, untabified once again.

2000-03-11 13:27 SN, revision 6621

Fixed remaining int vs. long warnings.

2000-03-11 12:28 VS, revision 6620

fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_gc_set_hashes, argument 3 gint8* vs. char*

2000-03-11 10:49 JS, revision 6619

Oops, compile errors...

2000-03-11 10:12 VS, revision 6618

documented wxSpinCtrl

2000-03-11 10:06 VS, revision 6617

documented wxSpinCtrl

2000-03-11 10:05 VS, revision 6616

documented wxFontMapper

2000-03-11 10:05 VS, revision 6615

now compiles with wxBase

2000-03-11 10:05 VS, revision 6614

fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)

2000-03-11 10:05 VS, revision 6613

fixed typo : _ instead of wxT

2000-03-11 09:05 RD, revision 6612

Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK

2000-03-11 07:32 RD, revision 6611

some tests

2000-03-11 07:25 RD, revision 6610

Split up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 07:24 RD, revision 6609

More updates. Began splitting up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 03:20 RD, revision 6608

updates to correct build errors (new locations, etc.) minor bug fixes, etc.

2000-03-11 03:05 NI, revision 6607

small change to avoid floating point exception in wxScrolledWindow::Scroll

2000-03-11 00:47 VZ, revision 6606

some warnings fixed

2000-03-11 00:47 VZ, revision 6605

some warnings fixed in the sockets code

2000-03-10 23:12 DW, revision 6604

remove the VisualAge 3.0 hack

2000-03-10 23:12 DW, revision 6603

Icon bug

2000-03-10 22:24 DW, revision 6602

combine minimal with the .dll

2000-03-10 22:24 DW, revision 6601

no message

2000-03-10 22:07 SN, revision 6600

Replaced long by wxCoord as used in the other ports.

2000-03-10 20:55 SN, revision 6599

Compilation fix.

2000-03-10 19:49 RR, revision 6598

Small oops in redrawing code.

2000-03-10 17:59 GRG, revision 6597

Updated to reflect latest changes

2000-03-10 17:30 RR, revision 6596

Committing menubar changes again after CVS trashed them.

2000-03-10 17:24 RR, revision 6595

Fixed various bugs (from - err - various authors) related to inserting and replacing menubars etc.

2000-03-10 16:09 JS, revision 6594

Added icons.

2000-03-10 16:06 JS, revision 6593

Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)

2000-03-10 13:57 SN, revision 6592

Removed unused parameter addToSelected.

2000-03-10 13:56 DW, revision 6591

OS/2 patch

2000-03-10 13:53 DW, revision 6590

no message

2000-03-10 12:27 SN, revision 6589

Changed wxGridCellCoords from long to int (get rid of most HP warnings?) Added Shift/Control+Click handling for labels.

2000-03-10 11:33 KB, revision 6588

fixed configure script for Solaris

2000-03-10 11:18 JS, revision 6587

Small fixes for Tex2RTF but alas, we still get memory problems. Added wxUSE_MFC setting (doesn't include windows.h, removes own memory tracing); added include <ctype.h> in case where PCH isn't used; wxExit now exits :-)

2000-03-10 08:18 JS, revision 6586

Added GIF files to help sample

2000-03-10 07:32 GRG, revision 6585

Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)

2000-03-10 07:29 GRG, revision 6584

Fix from Mumit Khan to allow mingw DLL compilation

2000-03-10 06:23 DW, revision 6583

no message

2000-03-10 05:54 GRG, revision 6582

Ups, mismatch between header and source wrt InterruptWait()

2000-03-10 05:32 GRG, revision 6581

Set IPC by default on MSW (need to test recent changes), instead of DDE

2000-03-10 05:31 GRG, revision 6580

Finally deprecated callbacks.

2000-03-10 05:30 GRG, revision 6579

Some parts rewritten to use wxSocket events instead of callbacks, as the latter will be deprecated soon. Also, some slight bugs fixed.

2000-03-10 02:58 RD, revision 6578

Fixes for building the DLL with the new auxillary library names

2000-03-10 02:27 MB, revision 6577

Compilation fix for Borland. Write 'T' or 'F' to logBuf rather than bool return values of XXXDown() key query functions.

2000-03-10 01:17 VZ, revision 6576

changed default image size to 16

2000-03-10 01:15 VZ, revision 6575

1. fixed warning which was hiding a bug in wxGrid::SendEvent() 2. started documenting wxDateTime 3. and wxLongLong

2000-03-10 00:21 GRG, revision 6574

- Uses wxSocketBase::Destroy() now. - Fixed a memory leak when connection requests failed. - Maybe some other (small) bugfix as well.

2000-03-10 00:20 GRG, revision 6573

Bugfix: GSocket_Shutdown sets m_detected to GSOCK_LOST_FLAG. This avoids that Wait operations from wxSocket get caught in an endless loop, if called after wxSocketBase::Close(). Was breaking IPC.

2000-03-09 23:41 JS, revision 6572

Help sample should work for .zip help files now.

2000-03-09 23:08 JS, revision 6571

Added wxHtmlHelpController version of help file.

2000-03-09 22:26 DW, revision 6570

os2 update. Need initializers like windows, not unix.

2000-03-09 21:15 DW, revision 6569

Module definitions files for build VisualAge C++ V3.0 dlls.

2000-03-09 21:12 DW, revision 6568

Update for building jpeg as an os2 dll

2000-03-09 21:12 DW, revision 6567

Update for building png as an os2 dll

2000-03-09 21:12 DW, revision 6566

Update for building xpm as an os2 dll

2000-03-09 21:11 DW, revision 6565

Update for building zlib as an os2 dll

2000-03-09 21:11 DW, revision 6564

Update for building tiff as an os2 dll

2000-03-09 21:10 DW, revision 6563

Loads of framework and dll fixes

2000-03-09 21:07 DW, revision 6562

Updates for build dll

2000-03-09 21:06 DW, revision 6561

More framework fixes and fixes for building dlls.

2000-03-09 20:32 VZ, revision 6560

fix for resourses compilation

2000-03-09 20:18 VZ, revision 6559

patch from Paul Gammans <paul.gammans@brunel.ac.uk> for cross compiling for MSW

2000-03-09 20:15 JS, revision 6558

Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; wxMotif toolbar fix; ~wxWindow Motif fix

2000-03-09 20:05 JS, revision 6557

wxHtmlHelpController made compatible with other controllers

2000-03-09 20:04 RR, revision 6556

Disabled horizontal report mode scrolling in wxListCtrl as it skrews up the display, Corrected disabling the closing of top level window when there are open (modal) dialogs, Minor change to redrawing window-less widgets.

2000-03-09 19:42 RD, revision 6555

Initial version of wxStyledTextCtrl, a Scintilla wrapper. There is still LOTS and LOTS to be done, but this is already very functional.

2000-03-09 19:35 VZ, revision 6554

updated from the current sources

2000-03-09 19:26 RD, revision 6553

Oops. Removed duplicate target.

2000-03-09 19:25 RD, revision 6552

Made clean target be not quite so agressive, added 'cleanall'

2000-03-09 18:34 GRG, revision 6551

Removed a space (oh, dear, it looks like a joke

2000-03-09 18:33 VZ, revision 6550

very minor fixes

2000-03-09 17:53 VZ, revision 6549

(failed) attempts at fixing menu bar swapping

2000-03-09 17:14 VZ, revision 6548

fixed parsing of non quoted entries in .mime.types

2000-03-09 16:48 VZ, revision 6547

regenerated with tmake

2000-03-09 16:47 VZ, revision 6546

Get/SetDefaultItem docs corrections

2000-03-09 16:40 VZ, revision 6545

don't define __cplusplus for DECCXX if it is already defined

2000-03-09 16:33 VZ, revision 6544

don't translate wxASSERT_MSG messages

2000-03-09 16:33 VZ, revision 6543

use wxFAIL_MSG, not wxMessageBox for programming errors

2000-03-09 16:31 VZ, revision 6542

explain why quotes/brackets should be used in #includes

2000-03-09 16:22 VZ, revision 6541

fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE

2000-03-09 16:19 VZ, revision 6540

don't allow multiple root in the tree

2000-03-09 15:55 SN, revision 6539

Make correct cell visible for cursor movement.

2000-03-09 14:58 SN, revision 6538

Added workaround for life crashing in toolbar deletion.

2000-03-09 14:25 SN, revision 6537

Modified keyboard and mouse handling wrt selecting blocks/cells.

2000-03-09 14:19 GRG, revision 6536

Added samples.inc to DATAFILES in Makefile.in - is that enough?

2000-03-09 14:01 MJ, revision 6535

doc.cpp

2000-03-09 13:57 SN, revision 6534

Changed Shift+Arrow handling Fixed Ctrl/Shift/Alt/Meta handling in generated events. Added display of Ctrl/Shift/Alt/Meta status to griddemo.

2000-03-09 13:24 RR, revision 6533

Some make corrections for HP and related, Changed refresh order so that window-less widgets don't get overdrawn anymore, Prevent GTK from filtering our supposedly unneeded expose events, Block all expose calls if a resize is requested and do a full redraw then, thus removing flicker and behaving like wxMSW, Moved some doubled expose and draw code from GtkPizza to the respective callbacks in window.cpp, Set idle priority to a higher value (which should indicate a lower priority if I interpret glib.h correctly) but the desired side-effect didn't really show up.

2000-03-09 12:07 GRG, revision 6532

Removed an extra scope resolution operator in the declaration of class LifeShape

2000-03-08 15:12 VZ, revision 6531

(blind) gcc fixes

2000-03-08 15:08 VZ, revision 6530

warnings in wxCHeCK_MSG fixed

2000-03-08 15:08 VZ, revision 6529

warning in wxCustomDataObject::Free fix (I hope)

2000-03-08 15:06 RL, revision 6528

final (touch wood) tidy after things went pearshaped on line 666

2000-03-08 14:40 GT, revision 6527

Fixed the fix of the fix so it will compile under VC6

2000-03-08 14:17 RL, revision 6526

fixed my own typo.. oops

2000-03-08 14:10 JS, revision 6525

Correction

2000-03-08 13:48 DW, revision 6524

Placed an ifndef for VA around the MSWGetImagePixels declaration.

2000-03-08 13:34 RL, revision 6523

fix for pageup 'blind spot'

2000-03-08 13:04 JS, revision 6522

Added WinHelp sample doc to samples/help, and made it possible to show both native and wxHTML help

2000-03-08 10:38 JS, revision 6521

More makefile and project fun

2000-03-08 08:32 JS, revision 6520

Made VC++ makefiles and project files a bit more consistent

2000-03-08 08:30 GRG, revision 6519

Forgot to add this one

2000-03-08 08:29 GRG, revision 6518

Updated to reflect some of the latest changes

2000-03-08 08:28 MJ, revision 6517

calctrl.h

2000-03-08 08:28 GRG, revision 6516

All IO calls take void* instead of char* Added Get/SetClientData to wxSocketBase and wxSocketEvent Some other deprecated functions & co.

2000-03-08 08:25 JS, revision 6515

Added WIN16 code for window disabler

2000-03-08 07:28 JJ, revision 6514

Committing in . Modified Files: wxWindows/descrip.mms ----------------------------------------------------------------------

2000-03-07 21:32 VS, revision 6513

fix of previous commit

2000-03-07 21:29 DW, revision 6512

makefile enhancements for dll, ne wxwindll.ics for VA 4.0 dll

2000-03-07 21:28 DW, revision 6511

more minimal stuff

2000-03-07 21:27 DW, revision 6510

remove the #warning for VisualAge

2000-03-07 21:26 DW, revision 6509

no message

2000-03-07 17:16 GRG, revision 6508

Ops, stupid me.

2000-03-07 16:30 VS, revision 6507

fixed bug: removed m_windowStyle = style

2000-03-07 16:11 GRG, revision 6506

First set of changes toward wxBase compliance :-)

2000-03-07 13:47 MJ, revision 6505

*** empty log message ***

2000-03-07 12:17 VZ, revision 6504

updated to use msgmerge

2000-03-07 11:48 SN, revision 6503

Add Child to parent instead of adding it to itself!

2000-03-07 11:02 MJ, revision 6502

calendar.cpp

2000-03-07 10:54 VZ, revision 6501

technote about translations added

2000-03-07 10:53 VZ, revision 6500

technote about translations added

2000-03-07 10:38 MJ, revision 6499

calendar.cpp

2000-03-07 10:19 MJ, revision 6498

calendar.cpp

2000-03-07 10:07 MB, revision 6497

Modified <shift>+arrow key behaviour so that the starting cell is included in the selection

2000-03-07 10:03 VZ, revision 6496

Mark Johnoson's additions for variable-width weekday names

2000-03-07 10:02 MB, revision 6495

Added Create functions. They return TRUE if the file was successfully created; FALSE if it couldn't be created (or already exists - is that ok?).

2000-03-07 09:15 VZ, revision 6494

APPEXTRALIBS added to LDLIBS

2000-03-07 09:02 JJ, revision 6493

Committing in . VMS/GTK compile support Added Files: wxWindows/src/gtk/descrip.mms ----------------------------------------------------------------------

2000-03-07 09:00 JJ, revision 6492

Committing in . VMS/GTK compile support Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/samples/minimal/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/common/resource.cpp wxWindows/src/generic/descrip.mms wxWindows/src/gtk/dcclient.cpp wxWindows/src/gtk/filedlg.cpp wxWindows/src/gtk/fontdlg.cpp wxWindows/src/gtk/listbox.cpp wxWindows/src/gtk/tbargtk.cpp wxWindows/src/gtk/win_gtk.c wxWindows/src/unix/descrip.mms wxWindows/src/unix/fontenum.cpp Added Files: wxWindows/lib/vms_gtk.opt wxWindows/src/gtk/wx_gtk_vmsjackets.c ----------------------------------------------------------------------

2000-03-07 08:22 MB, revision 6491

Removed redundant m_displayed member var from wxGrid

2000-03-07 07:41 MB, revision 6490

Moved current cell initialization from wxGrid::OnPaint to wxGrid::DrawHighlight to accommodate wxGTK behaviour. Removed redundant m_displayed member var from wxGrid.

2000-03-06 23:39 GRG, revision 6489

Changed another NONE to wxSOCKET_NONE

2000-03-06 21:00 GRG, revision 6488

Some other typos

2000-03-06 20:35 GRG, revision 6487

Use IsConnected instead of m_connected

2000-03-06 18:14 GRG, revision 6486

Ops, typo

2000-03-06 17:44 GRG, revision 6485

Trying to fix IPC problems under Linux as reported by VS

2000-03-06 17:37 VZ, revision 6484

system libtiff can now be used instead of the built-in one

2000-03-06 17:34 JS, revision 6483

Corrections

2000-03-06 17:34 GRG, revision 6482

Added wxIcon(const char **) ctor (same as char **)

2000-03-06 17:23 GRG, revision 6481

removed wxUSE_WXCONFIG (obsoleted by wxUSE_CONFIG

2000-03-06 17:16 VZ, revision 6480

patches from Ricky Gonzales <gonzales@pyramid3.net>: 1. BC++ 5.5 compilation/building fixes 2. wxMSW listctrl will use correct ILC_COLOR flag depending on current display depth 3. wxFrame::Show() argument is TRUE by default undet GTK/Motif too

2000-03-06 17:14 GRG, revision 6479

Documented Destroy()

2000-03-06 17:11 GRG, revision 6478

Documented Destroy()

2000-03-06 16:50 GRG, revision 6477

Added a mention about demos/ instead of samples/ Added a mention of the 'samples overview' section in the wxWindows manual Added EOF marker to easily distinguish the text from the CVS log.

2000-03-06 16:31 GRG, revision 6476

Added rotate sample and comment about masks in wxImage::Rotate

2000-03-06 16:19 GRG, revision 6475

Disabled memory tracing code for mingw32, Added LIBTIFF support by default, Added comment about itsy bitsy lib being useful for win3.1 only,

2000-03-06 15:35 GRG, revision 6474

And now some more of them

2000-03-06 15:28 GRG, revision 6473

Moved some items to 'already done' in the todo list

2000-03-06 15:08 GRG, revision 6472

Slight changes to the stopwatch test

2000-03-06 09:37 MJ, revision 6471

*** empty log message ***

2000-03-06 09:08 MJ, revision 6470

dbbrowse.cpp dbbrowse.h

2000-03-06 04:40 RL, revision 6469

set m_clipXX so dc.GetClippingBox returns real bounding box

2000-03-06 02:30 GRG, revision 6468

Added blind-fix for vert. scrollbars - not tested yet

2000-03-06 00:59 GRG, revision 6467

Added support for timer events in Motif

2000-03-05 23:42 RL, revision 6466

set m_clipXX to resultant clipping region

2000-03-05 20:03 SN, revision 6465

Re-added XtDestroyWidget call in ~wxWindow - hopefully fixed the problem with scrolledWindow.

2000-03-05 19:53 RR, revision 6464

Enabled OpenGl in RPM.

2000-03-05 19:18 RL, revision 6463

couple of typo/thinko bug fixes

2000-03-05 19:05 GL, revision 6462
  • D /wxWidgets/trunk/utils/wxMMedia2

Removed all wxMMedia2 files

2000-03-05 19:03 GL, revision 6461

Moved wxMMedia to contrib/src/mmedia Added contrib configure Made wxSocket sample compile Made OGL compile Modified main configure to pass some more parameter to children Changed the wxProcess doc according to the modification Still some win makefiles to come

2000-03-05 18:46 SN, revision 6460

Fixed apparent typo (int->wxWindowID)

2000-03-05 17:49 RR, revision 6459

Various makefile and installation things. main() is now always in the program. Also added a macro that doesn't set main at all so that users can have their own. The isosurf sample doesn't work anymore.

2000-03-05 16:25 SN, revision 6458

*** empty log message ***

2000-03-05 16:05 GL, revision 6457
  • D /wxWidgets/trunk/docs/latex/wx/cdaudio.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudlnx.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdtoc.tex
  • M /wxWidgets/trunk/docs/latex/wx/classes.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndaiff.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndcodec.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndesd.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfile.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfrmt.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndoss.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndrter.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwave.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidxanm.tex

Removed wxMMedia classes doc from the main wx doc

2000-03-05 14:15 VS, revision 6456

added missing wxImageList::Add methods

2000-03-05 11:45 JS, revision 6455

Fixed blatant non-initialisation bug

2000-03-05 02:31 VZ, revision 6454

test for 'backwards clock' bug

2000-03-05 02:23 VZ, revision 6453

1. wxStopWatch tests in console 2. some more messages in exec

2000-03-05 02:14 VZ, revision 6452

create null, not empty, region in default wxRegion ctor

2000-03-05 02:12 VZ, revision 6451

1. wxWindowDisabler modified to bring parent window back to top under MSW 2. modal dialogs without parent now use the app top window as parent or use wxWindowDisabler if none 3. modal dialogs bring parent windows to top when activated 4. wxBase dsp will now compile it with MT CRT

2000-03-05 00:06 VZ, revision 6450

regenerated from configure.in

2000-03-04 23:59 SN, revision 6449

Compilation fixes (true->TRUE, false->FALSE)

2000-03-04 23:59 VZ, revision 6448

fix for --with-libpng=sys warning

2000-03-04 23:38 SN, revision 6447

Added a fix for compilers with problems to compute signed % unsigned

2000-03-04 23:21 VZ, revision 6446

removed warning about wxDrawRectangle being unused

2000-03-04 23:09 SN, revision 6445

Improved handling of selection/deselection events. Improved keyboard navigation.

2000-03-04 22:54 VZ, revision 6444

removed extern from inline function declarations

2000-03-04 20:37 VS, revision 6443

fixed couple of bugs in wxZlibInputStream -- mainly incorrect handling of underlaying stream errors and absolutely wrong bytes counting

2000-03-04 20:37 VS, revision 6442

fixed wxDataInputStream::ReadString for empty strings

2000-03-04 20:37 VS, revision 6441

fixes for wxBase compilation

2000-03-04 20:36 VS, revision 6440

added more stuff to wxBase: zipstrm, zstream, fs_*, mstream

2000-03-04 19:56 SN, revision 6439

Bugfixes; added selection modes demo to griddemo