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