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

1999-01-31 19:55 HH, revision 1536

The obligatory Slashdot headlines retriever. Every self-respecting modern widget library has to have one... I think it also makes a nice demonstration of wxPython's capabilities.

1999-01-31 19:38 KB, revision 1535

Added (untested) support for sub-locales.

1999-01-31 18:47 JS, revision 1534

Added a few files; fixed some warnings and wxMotif compile problems

1999-01-31 16:56 GL, revision 1533

* Some more on streams.

1999-01-31 13:58 JS, revision 1532

Various small fixes

1999-01-31 11:42 JS, revision 1531

Some corrections for BC++ compilation; Latex doc corrections

1999-01-31 04:15 HH, revision 1530

Loads of updates/fixes. Everything is now zero-based (positions, columns, line numbers, insertion points, the whole business). SetInsertionPoint now works, sort of. It doesn't move the actual cursor, but WriteText will insert at the newly set insertion point (after which the cursor is moved anyway). This should be good enough for most uses. See further comments in the source. BTW, WriteText now inserts text at the current point (used to append to the end only).

1999-01-31 04:11 HH, revision 1529

Some updates to clarify definitions and behaviour of lines, columns, positions etc. Also some general stuff added.

1999-01-30 22:54 RR, revision 1528

My last patch for status bar size events wasn't perfect Added wxPython to the wxGTK dist script docs for wxPrivateDataObject Corrected penguin makefile

1999-01-30 21:37 JS, revision 1527

Made wxLayoutAlgorithm more general (copes with nested sash windows)

1999-01-30 16:43 RR, revision 1526

Added size event for status bar

1999-01-30 15:58 RR, revision 1525

docs for wxTextDataObjet and wxBitmapDataObject

1999-01-30 08:18 , revision 1524
  • A /wxWidgets/tags/wxPython-0_5_3
  • D /wxWidgets/tags/wxPython-0_5_3/.cvsignore
  • D /wxWidgets/tags/wxPython-0_5_3/config.guess
  • D /wxWidgets/tags/wxPython-0_5_3/config.sub
  • D /wxWidgets/tags/wxPython-0_5_3/configure
  • D /wxWidgets/tags/wxPython-0_5_3/configure.in
  • D /wxWidgets/tags/wxPython-0_5_3/distrib
  • D /wxWidgets/tags/wxPython-0_5_3/docs
  • D /wxWidgets/tags/wxPython-0_5_3/include
  • D /wxWidgets/tags/wxPython-0_5_3/install-sh
  • D /wxWidgets/tags/wxPython-0_5_3/lib
  • D /wxWidgets/tags/wxPython-0_5_3/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/misc
  • D /wxWidgets/tags/wxPython-0_5_3/mkinstalldirs
  • D /wxWidgets/tags/wxPython-0_5_3/samples
  • D /wxWidgets/tags/wxPython-0_5_3/setup
  • D /wxWidgets/tags/wxPython-0_5_3/src
  • D /wxWidgets/tags/wxPython-0_5_3/template.mak
  • D /wxWidgets/tags/wxPython-0_5_3/user
  • D /wxWidgets/tags/wxPython-0_5_3/utils/dialoged
  • D /wxWidgets/tags/wxPython-0_5_3/utils/glcanvas
  • D /wxWidgets/tags/wxPython-0_5_3/utils/HelpGen
  • D /wxWidgets/tags/wxPython-0_5_3/utils/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-0_5_3/utils/nplugin
  • D /wxWidgets/tags/wxPython-0_5_3/utils/ogl
  • D /wxWidgets/tags/wxPython-0_5_3/utils/serialize
  • D /wxWidgets/tags/wxPython-0_5_3/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxMMedia
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxtree
  • D /wxWidgets/tags/wxPython-0_5_3/wx-config.in
  • D /wxWidgets/tags/wxPython-0_5_3/wxGTK.spec
  • D /wxWidgets/tags/wxPython-0_5_3/wxinstall

This commit was manufactured by cvs2svn to create tag 'wxPython-0_5_3'.

1999-01-30 08:18 RD, revision 1523

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 08:17 RD, revision 1522

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 07:31 RD, revision 1521

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 00:15 RR, revision 1520

wxDataObject documented

1999-01-29 22:05 HH, revision 1519

Added \pythonnote macros. Default empty.

1999-01-29 21:32 HH, revision 1518

Added a \pythonnote command to tex2rtf.ini. By default, it's an empty macro, so it just swallows the input. To generate documents with python notes, comment out (%) the empty macro and enable the one above.

1999-01-29 21:13 HH, revision 1517

Added aliases for wxDefaultPosition and wxDefaultSize (from wxPy..) in _extras, so that C++ documentation applies.

1999-01-29 20:22 HH, revision 1516

Some tweaks to includes for compilers without precompiled headers

1999-01-29 18:04 RR, revision 1515

Bild fixes

1999-01-29 17:22 JS, revision 1514

Doc mods, sash window bug

1999-01-29 16:17 HH, revision 1513

In test4's toolbar sample, changed NULL to wxNullBitmap to prevent SIGSEVS with wxGTK. The sample works now.

1999-01-29 13:18 VZ, revision 1512

wxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX_SELECTED

1999-01-29 13:12 VZ, revision 1511

wxConfig() ambiguity resolved

1999-01-29 12:54 RR, revision 1510

Added distribution script Corrected wxGTK.spec Applied socket patch Small updates

1999-01-29 12:49 VZ, revision 1509

compile fix (still not tested) for GetLastChild()

1999-01-28 18:25 RR, revision 1508

Removed wxNullRegion Finalized wxClpboard

1999-01-28 14:41 VZ, revision 1507

1. PositionToXY() off-by-2 (!) bug corrected 2. controls sample dumps info about text control when F1 is pressed

1999-01-28 14:01 VZ, revision 1506

corrected an off-by-1 bug in GetNumberOfLines() and PositionToXY() for single-line text controls

1999-01-28 13:44 VZ, revision 1505

bool wxString::operator!() const added

1999-01-28 13:37 VZ, revision 1504

wxLogMessage()s are now shown (again)

1999-01-28 09:57 RR, revision 1503

Found mem leaks (except one) Next take at focus vs. keyboard input probs

1999-01-28 08:34 RR, revision 1502

Committing wxUSE_DEBUG_NEW_ALWAYS

1999-01-27 18:46 VZ, revision 1501

GTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't seem to work for multiline controls.

1999-01-27 18:42 VZ, revision 1500

Harm's patch to fix a crash of wxPoem sample on termination

1999-01-27 18:20 VS, revision 1499

added wxJPEGHandler

1999-01-27 17:15 RR, revision 1498

wxToolTip part II small change in tab traversal makefile corrections wxGLCanvas moved

1999-01-27 16:13 VS, revision 1497

added wxJPEGHandler

1999-01-27 15:28 VZ, revision 1496

1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs) 2. added more kbd logic to the generic tree ctrl (Home, End are now understood, Left does the same thing as under Windows and not the same thing as Up arrow)

1999-01-27 15:17 VZ, revision 1495

made wxSplitterWindow::SplitXXX() virtual

1999-01-27 10:01 JS, revision 1494

Added dde sample; added docs/index.htm

1999-01-27 10:00 JS, revision 1493

Added Joel's wxchar.h for future Unicode adventures

1999-01-27 09:48 KB, revision 1492

Another solaris fix. :-<

1999-01-26 16:08 VZ, revision 1491

Added Upper() and Lower() - return the copy of the string converted to upper or lower case (unlike MakeXXX() counterparts which change the string itself)

1999-01-26 14:18 JS, revision 1490

Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar

1999-01-26 13:48 VZ, revision 1489

some gixes to PositionToXY() - not sure if I made it work better or worse though

1999-01-26 13:46 KB, revision 1488

More compilation fixes for Solaris. :-<

1999-01-26 13:11 VZ, revision 1487

Oops... compilation error just checked in fixed

1999-01-26 13:10 RR, revision 1486

a bit more docs

1999-01-26 12:56 VZ, revision 1485

SetInsertionPointEnd() bug corrected (was off by 1)

1999-01-26 12:42 KB, revision 1484

more waste of time fixing uncompilable code

1999-01-26 12:35 KB, revision 1483

sun compilation fix

1999-01-26 11:51 JS, revision 1482

Some compile warnings removed; file selector prototypes put in each filedlg.h; Dialog Editor wxGTK makefile hacked

1999-01-26 11:35 RR, revision 1481

A few resize bugs removed combo box now emits EVT_TEXT position of pop-up menu can now be set

1999-01-26 11:08 KB, revision 1480

compilation fixes for solaris PLEASE READ COMPILATION LOGS AFTER MAKING CHANGES!

1999-01-26 09:34 KB, revision 1479

fixed wxBusyCursor privacy bug

1999-01-26 04:40 UG, revision 1478

binary insertion

1999-01-26 04:39 UG, revision 1477
  • D /wxWidgets/trunk/include/wx/msw/magnif1.cur

removal before binary insertion

1999-01-25 21:55 VZ, revision 1476

width and height arguments are no longer ignored in wxRadioBox::SetSize()

1999-01-25 18:34 JS, revision 1475
  • D /wxWidgets/trunk/docs/latex/wx/stream2.tex

Removed stream2.tex.

1999-01-25 18:33 JS, revision 1474

Split up wxStream doc files; added wxTCP... files; added wxBusyCursor; added overloaded wxGetHostName etc. functions

1999-01-25 14:45 JS, revision 1473

Fixed wxFileDialog and VC++ DLL compilation

1999-01-25 13:57 RR, revision 1472

Added wxToolTip

1999-01-25 12:20 JS, revision 1471

Sigh, some more makefiles I forgot about (for TWIN32 compilation)

1999-01-25 12:17 JS, revision 1470

*** empty log message ***

1999-01-25 12:15 JS, revision 1469

Added some makefiles

1999-01-25 12:12 JS, revision 1468

char* -> wxString

1999-01-25 10:01 JS, revision 1467

Fixed compile bug in proplist.cpp; added makevc.env

1999-01-24 23:58 JS, revision 1466

Added wxMotif wxGLCanvas makefiles

1999-01-24 23:56 JS, revision 1465

Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples; some doc bug fixes

1999-01-24 23:31 VZ, revision 1464

1. wxLoad/SaveFileSelector return "wxString" instead of "char *" 2. WXDLLEXPORT was misplaced in a couple of places (hopefully my chanegs won't break compilation for other compilers) 3. Some VC++ warnings suppressed in socket code

1999-01-24 19:16 JS, revision 1463

Added some distribution helper files

1999-01-24 19:13 JS, revision 1462

Renamed .nt makefiles to .vc and factored them out; made DND sample compile

1999-01-24 15:23 JS, revision 1461

Removed print.cpp, added tokenizr.tex

1999-01-24 15:07 RR, revision 1460

Small doc corrections Removed wxFontDirectory Added move event to dialog and frame Cannot remeber the rest

1999-01-24 14:57 JS, revision 1459

Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs look OK on Motif now; got rid of some #ifdef wxUSE_... instances

1999-01-24 00:52 VZ, revision 1458

Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for default extension filter handling

1999-01-23 23:52 VZ, revision 1457

compilation fix for MSW

1999-01-23 23:50 VZ, revision 1456

1. registry files corresponding to the recent registry.h changes 2. badly famous wxRegConfig::DeleteAll() bug corrected

1999-01-23 17:58 GL, revision 1455

* Stream doc update.

1999-01-23 10:14 RR, revision 1454

wxGTK now chooses better font when no matching font family is found (and doesn't crash then)

1999-01-22 21:59 VZ, revision 1453

Rename() (partly) implemented for wxRegConf

1999-01-22 19:06 GL, revision 1452

* Added doc on wxStreamBase,Input/OutputStream,Filter (well, some have to be written, today or tomorrow)

1999-01-22 18:35 VZ, revision 1451

TestDestroy() is not const any more (warnings suppressed)

1999-01-22 18:08 RR, revision 1450

The Image sample now does anti-aliasing, oh well. Made internal use of OnIdle - er - internal. (I.e. it doesn't use EVT_IDLE anymore and thus cannot be overridden by users)

1999-01-22 16:21 VZ, revision 1449

wxThread POSIX implementation seems to work (under libc6 Linux at least)

1999-01-22 15:14 KB, revision 1448

Now uses dcps.h

1999-01-22 11:06 JS, revision 1447

Made wxGTK dcps.cpp generic.

1999-01-22 10:52 RR, revision 1446

iODBC v2.5

1999-01-21 19:02 RR, revision 1445

changed make_int, make_exp .. to wxmake_int.. fixed small listbox thing fixed layout probs of wxFrame small DnD updates small DialogEd optical correction small ODBC updates added wxListBox DClick Text in controls sample updated wxGTK.spec

1999-01-21 17:38 JS, revision 1444

Made EVT_SLIDER event happen always; some doc and wxProperty updates

1999-01-21 16:06 VZ, revision 1443

thread fixes (compiles, but doesn't work yet)

1999-01-21 12:47 VZ, revision 1442

wxMimeTypesManagerImpl::GetFileTypeFromMimeType() implemented

1999-01-21 12:35 VZ, revision 1441

common/mimetype.cpp added

1999-01-20 21:16 KB, revision 1440

Fixed orientation of radioboxes.

1999-01-20 19:55 VZ, revision 1439

compilation fix (wxFAIL() must have a ';')

1999-01-20 19:54 VZ, revision 1438

RenameEntry/Group() functions added to wxConfig and derivations (not yet implemented for wxIniCnfig and wxRegConfig)

1999-01-20 19:09 VZ, revision 1437

fixes to previous fixes for Sun's CC 5.0