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

2001-09-02 00:55 RD, revision 11540

Added AssignImageList to wxNotebook

2001-09-01 21:47 VS, revision 11539

fix for wxStatusBar wrongly reporting field rects inside EVT_SIZE handler

2001-09-01 21:47 VS, revision 11538

mingw compilation fix, added some defines

2001-09-01 21:47 VS, revision 11537

compilation fix for mingw

2001-09-01 12:59 VS, revision 11536

fixed memory leaks when parsing

2001-09-01 12:59 VS, revision 11535

helpbest.patch - makefiles regenerated

2001-09-01 12:59 VS, revision 11534

finally applied the helpbest patch

2001-09-01 03:06 RD, revision 11533

Upgraded to version 1.39 of Scintilla, and upated wxStyledTextCtrl accordingly.

2001-09-01 03:00 RD, revision 11532

Added classinfo macros for wxTreeEvent

2001-09-01 02:35 RD, revision 11531

Cleaned up some and started using path joins and normalization instead of string concatenation.

2001-09-01 01:01 VZ, revision 11530

added a bunch of new wxListCtrl messages: column right click and start/continue/end dragging column divider

2001-08-31 23:11 RL, revision 11529

Changed soname versioning back to what it was for 2.2.7 (there were NO api changes in 2.2.8 right?? :) Updated Debian build scripts to fix a couple of buglets and a major breakage caused by fakeroot. Backported the mingw32/jpeg patches from 2.3 (so it now compiles again). Squashed a compile warning in dcprint.cpp

2001-08-31 23:11 , revision 11528

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

2001-08-31 21:51 RD, revision 11527

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:38 RD, revision 11526

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:19 VZ, revision 11525

implemented and documented wxHtmlWindow::OnCellMouseHover() and OnCellClick()

2001-08-31 19:07 VZ, revision 11524

applied a patch to remove spurious constrains unsatisifed warnings

2001-08-31 10:29 JS, revision 11523

Remove _all_ borders if that's what we specify to ShowFullScreen.

2001-08-30 23:26 VS, revision 11522

helpbest docs update

2001-08-30 23:25 VS, revision 11521

minor fix that was part of helpbest.patch

2001-08-30 10:57 JS, revision 11520

Fixed cache-related bug in DoBlit.

2001-08-29 21:14 VS, revision 11519

oops, forgot to check in a wxMGL define

2001-08-29 19:39 GD, revision 11518

commented help references to OnXXX functions that are not documented

2001-08-29 18:49 GD, revision 11517

conditional compilation corrections for Apple Developer Tools

2001-08-29 18:47 GD, revision 11516

added missing include for compilation with Apple Developer Tools

2001-08-29 18:46 GD, revision 11515

added common and generic files implementing wxFindReplaceDialog

2001-08-29 18:31 VS, revision 11514

non-recursive destructors

2001-08-29 18:31 VS, revision 11513

fixed my favorite bug (delete foo; call foo->Something()) and non-recursive destructors as an add-on :)

2001-08-29 12:20 JS, revision 11512

Isolated the 'error' case which I ignore

2001-08-29 11:35 VZ, revision 11511

fixed refreshing listctrl on focus change when it only has one item

2001-08-29 11:24 JS, revision 11510

Removed wxLogSysError call in wxHandleProcessTermination, and ensured the cleanup always happens. I hope this is right... but if processes are killed elsewhere, we don't want this function to generate an error and not do the correct cleanup.

2001-08-29 07:26 SC, revision 11509

added error message in case older apple header files are used

2001-08-29 07:25 SC, revision 11508

corrected shutdown proc

2001-08-28 22:12 VS, revision 11507

make it possible to open files from XRC in wxHtmlWindow

2001-08-28 22:11 VS, revision 11506

compilation fix

2001-08-28 22:11 VS, revision 11505

fixed a bug in wxListCtrl: SetColumnWidth didn't set wxListHeaderWindow::m_dirty

2001-08-28 19:48 GD, revision 11504

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-08-28 19:45 GD, revision 11503

generalized fix for clipboard code compilation configuration check

2001-08-28 19:21 RD, revision 11502

Added a new sample app that is a style editor for wxSTC. Some other tweaks and fixes.

2001-08-28 18:50 GD, revision 11501

removed leftover testing code in patch for wxComboBox and wxListBox that only compiles with configured with --enable-debug

2001-08-28 15:43 VZ, revision 11500

another compilation fix for whitespace-averse compilers

2001-08-28 14:41 VZ, revision 11499

compilation fix: ifdef instead of if

2001-08-28 13:48 VZ, revision 11498

implemented wxDir::HasSubDirs() optimization for Unix

2001-08-27 19:35 RR, revision 11497

Probably fixed wxBeginBusyCursor.

2001-08-27 18:27 VZ, revision 11496

attempt to optimize wxDirData::Read() - made absolutely no difference

2001-08-27 17:41 VZ, revision 11495

fixed bug with directory expansion

2001-08-27 15:29 VZ, revision 11494

fixed typo

2001-08-27 14:56 VZ, revision 11493

added support for polygons to wxRegion

2001-08-27 14:29 VZ, revision 11492

fix for wxGTK clipboard code compilation

2001-08-27 13:51 VZ, revision 11491

send right click events for the URLs too

2001-08-27 12:20 VZ, revision 11490

fixed y position of the drop point in HandleDropFiles() (patch 455658)

2001-08-26 14:50 VS, revision 11489

tables code fixes

2001-08-26 14:49 VS, revision 11488

fixed HTML parsing in regard to spaces between tags

2001-08-25 23:14 VS, revision 11487

beginnings of HTML4 tables layouter

2001-08-25 20:51 VZ, revision 11486

compilation fix

2001-08-25 20:15 SC, revision 11485

added quantize

2001-08-25 20:13 SC, revision 11484

added disk space

2001-08-25 20:13 VZ, revision 11483

don't try compile wxClipboard without OLE support

2001-08-25 20:13 VZ, revision 11482

warning fixes

2001-08-25 20:12 VZ, revision 11481

are there still versions of gcc around which require casting WndProc to long? I don't think so...

2001-08-25 20:08 VZ, revision 11480

no changes

2001-08-25 19:51 VS, revision 11479

fixed a canonical example of Stupid Bug(tm)

2001-08-25 17:56 VZ, revision 11478

fixed return value of HandleEndSession to return true only if the message was really processed

2001-08-25 16:55 VZ, revision 11477

statfs() detection for wxGetDiskSpace

2001-08-25 16:54 VZ, revision 11476

added wxGetDiskSpace for Win/Unix

2001-08-25 16:42 VZ, revision 11475

added wxLongLong::ToString()

2001-08-25 15:41 VZ, revision 11474

added test for HitTest(m_dragPoint) bug to the sample

2001-08-25 15:41 VZ, revision 11473

use raw (physical) coords in LIST_(R)DRAG events (patch 444912)

2001-08-25 15:40 SC, revision 11472

corrected OWNER_DRAWN Remove to RemoveAt in Delete

2001-08-25 15:37 VZ, revision 11471

fixed crash in HitTest() with y position below the last line

2001-08-25 15:30 VZ, revision 11470

applied patch 432814: saving BMP in 1, 4 and 8 bpp

2001-08-25 14:52 VZ, revision 11469

applied patch 446836: removed qt headers

2001-08-25 14:43 VZ, revision 11468

added \#if wxUSE_GRID around the whole file (patch 455225)

2001-08-25 12:07 VZ, revision 11467

typo fix

2001-08-25 12:06 VZ, revision 11466

refresh the tree ctrl when its back/foreground colour changes

2001-08-24 22:16 VZ, revision 11465

fix for calling GetWindowLong(NULL hwnd)

2001-08-24 20:44 SC, revision 11464

added new calling conventions for mac

2001-08-24 20:12 RR, revision 11463

Patch (partially back) so that images work in wxHTML.

2001-08-24 19:55 SC, revision 11462

decremented timeout, we have to find a better algorithm for knowing when we don't have to wait further for data

2001-08-24 19:55 RR, revision 11461

Fixed apparent typo.

2001-08-24 19:42 SC, revision 11460

added connect sequence for mac

2001-08-24 19:27 SC, revision 11459

added late init and setup timeout

2001-08-24 18:19 VZ, revision 11458

fix for the short locale name construction

2001-08-24 18:14 VZ, revision 11457

no changes

2001-08-24 16:12 VZ, revision 11456

generate wxEVT_ACTIVATE_APP events for wxMSW too

2001-08-24 14:37 VZ, revision 11455

declared private wxString::operator=(int) to prevent code like "str = 17;" from compiling

2001-08-24 14:18 DW, revision 11454

New module definition file for the ever chaning treectrl class interface.

2001-08-24 12:21 VZ, revision 11453

removed extra wxSTD

2001-08-24 12:21 VZ, revision 11452

added missing wxSTDs

2001-08-24 12:20 , revision 11451
  • A /wxWidgets/tags/LAST_WITH_IFDEF_QT
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/aclocal.m4
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/autogen.sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/BuildCVS.txt
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.guess
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.sub
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/contrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/debian
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/demos
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/descrip.mms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/difflast.pl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/distrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/docs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/buffer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/busyinfo.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/calctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/caret.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/chkconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/choicdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdproc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmndata.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/colordlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/confbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/config.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/containr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cshelp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ctrlsub.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/date.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.inl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/db.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbgrid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbkeyg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbtable.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcprint.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcps.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/debug.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dialup.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dir.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dirctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docmdi.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docview.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynarray.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynlib.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/effects.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/encconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/event.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/evtloop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/expr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ffile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/file.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fileconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filefn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filename.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filesys.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenum.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontmap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontutil.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/frame.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_inet.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_mem.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_zip.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gdicmn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/generic
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/geometry.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gifdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/grid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gsocket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk1
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/hash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/help.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helphtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpxlp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/html
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagbmp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/image.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaggif.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagjpeg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaglist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpcx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpng.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpnm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagtiff.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagxpm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/intl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ioswrap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ipcbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isql.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isqlext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/joystick.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/layout.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/laywin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/list.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/log.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/longlong.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mac
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/matrix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memory.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/metafile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mgl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mimetype.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/minifram.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/module.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/motif
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/msw
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/object.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/objstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/odbc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/os2
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ownerdrw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/panel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/paper.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/popupwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/print.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prntbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/process.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/progdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/propform.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/proplist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/protocol
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/quantize.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/regex.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/resource.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sashwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckaddr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckipc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/scrolwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/serbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sizer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/snglinst.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/socket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spinctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splitter.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stack.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statusbr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/strconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/string.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sysopt.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tab.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tabctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textfile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/thread.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/time.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tokenzr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/toplevel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treebase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treelay.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/txtstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/types.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/univ
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/unix
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/url.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/utils.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valgen.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/validate.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valtext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/variant.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vector.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/version.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wfstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wizard.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxchar.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxexpr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxhtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxprec.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmhand.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xrc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zipstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/install-sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/lib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/locale
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Makefile.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Mingw32-gcc295.patches
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/make-deb
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/misc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/mkinstalldirs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/regen
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/samples
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h_vms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/src
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/tests
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/user
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/utils
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wx-config.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBase.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBaseVC.dsp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxGTK.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxMotif.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxPython
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxWINE.spec

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

2001-08-24 12:20 VZ, revision 11450

added missing wxSTD

2001-08-24 08:58 JS, revision 11449

Small correction

2001-08-23 23:28 VZ, revision 11448

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox (backported from the trunk)

2001-08-23 23:27 VZ, revision 11447

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox

2001-08-23 22:08 VZ, revision 11446

fixes for rotated text drawing

2001-08-23 21:55 VZ, revision 11445

added possibility to filter out some messages - there are too many of them

2001-08-23 18:57 VS, revision 11444

ProcessPlatformProperty should not be a member of wxXmlResource

2001-08-23 18:56 VS, revision 11443

wxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual and protected

2001-08-23 13:38 SC, revision 11442

added conversion to mac native filenames from local filesystem handler

2001-08-22 22:13 VS, revision 11441

backport of the wxStreamBuffer fix to 2.2