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

1998-10-15 16:14 RD, revision 836

Added wxFrame::SetStatusBar

1998-10-15 12:43 UG, revision 835

no message

1998-10-15 10:58 JS, revision 834

Commented out _CrtSetDbgFlag yet again, restored setup.h settings.

1998-10-15 09:26 UG, revision 833

no message

1998-10-15 09:11 JS, revision 832

Presumably someone didn't mean to commit that wxUSE_XPM_IN_MSW change... Added wxID_SELECTALL

1998-10-14 23:53 VZ, revision 831

minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled() added) + wxTimer member vars are made protected again (but a friend decl added for the callback)

1998-10-14 19:06 JS, revision 830

Fixed VC++ compile error in mstream; formatted window.cpp.

1998-10-14 17:36 GL, revision 829

* wxSocket fixes * wxStream: - new inheritance, new stream buffer, nearly the same API for the end user - updated other streams consequently * wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1 * small changes on wxThread to prepare a more reentrant lib * wxVariant works with wxStream too now

1998-10-14 17:11 JS, revision 828

Removed windows.h and friend function.

1998-10-14 17:00 UG, revision 827
  • D /wxWidgets/trunk/src/common/lex_yy.c
  • D /wxWidgets/trunk/src/common/y_tab.c
  • D /wxWidgets/trunk/src/msw/Y_TAB.C

no message

1998-10-14 16:45 UG, revision 826

general updates, more to come

1998-10-14 16:43 UG, revision 825

fix for private access for wxTimerProc

1998-10-14 16:30 JS, revision 824

Protected -> public

1998-10-14 16:29 UG, revision 823

fix for vc4.2+ for c++ standard exception handling

1998-10-14 08:13 JS, revision 822

Rewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak correction

1998-10-14 06:45 MR, revision 821

error in func ConvertToStandardCommandArgs with argv[]

1998-10-12 19:45 JS, revision 820

Session management changes for wxMSW.

1998-10-12 13:09 VZ, revision 819

1. wxTimer::Start() returns bool in wxGTK too (other minor corrections to this class, such as "const" addition, Notify() is = 0 now...) 2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency 3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work. 4. Other compilation fixes for wxGTK (now it compiles again)

1998-10-12 07:46 JS, revision 818

Changes related to stream includes

1998-10-09 20:26 VZ, revision 817

removed some rests of my tests (which should have never been checked in in the first place)

1998-10-09 12:01 JS, revision 816

Dialog unit mods; wxProp tidying

1998-10-08 14:57 MR, revision 815

change the last changes back

1998-10-08 12:05 MR, revision 814

error if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)

1998-10-08 09:38 VZ, revision 813

crash under FreeBSD corrected (patch by David Hobley)

1998-10-07 15:40 KB, revision 812

odbc off by default

1998-10-07 11:04 JS, revision 811

Latex updates; added defines to printdlg.h for referring to generic print dialogs by standard names.

1998-10-07 09:24 KB, revision 810

Fixed stupid configure bug that failed to recognise gcc and set wrong options.

1998-10-07 07:35 RD, revision 809

Version 0.4.1 for wxGTK

1998-10-07 05:39 RD, revision 808

Added missing IMPLEMENT_DYNAMIC_CLASS

1998-10-06 09:33 JS, revision 807

FreeBSD patch to sckaddr.cpp; include more files in manual; misc

1998-10-06 08:50 KB, revision 806

Makefiles now use CPPFLAGS in the same way as configure does.

1998-10-05 16:21 VZ, revision 805

Added --with-unicode (not used yet) and --with-wcsrtombs options to configurea and setup.h.

1998-10-05 10:14 JS, revision 804

Reversed meaning of orientation style, back to wxWin 1.68 meaning.

1998-10-05 10:13 JS, revision 803

Repaired radiobox problem.

1998-10-04 22:12 VZ, revision 802

SetTitle() works even if menu was created without title initially (and setting title to empty string removes it alltogether)

1998-10-04 14:30 KB, revision 801

wxGetUserName() now returns only the user name, not the comments wxGetHostName() returns host.domain now

1998-10-03 05:56 RD, revision 800

*** empty log message ***

1998-10-03 00:25 VZ, revision 799

bogus assert removed, optimized (and removed a bug in process of doing it) wxString::Trim

1998-10-02 12:53 JS, revision 798
  • D /wxWidgets/trunk/src/msw/xfspline.inc

*** empty log message ***

1998-10-02 12:50 JS, revision 797

Removed DrawOpenSpline since it doesn't seem to be needed, with required changes in all ports. Added Motif wxFileDialog. Added wxPostScriptModule and removed PostScript init in app.cpp. Also removed wxMessageBox function from generic implementation. Windows release .exes are now smaller (< 300K for minimal.exe). Some OGL updates. __try -> try in MSW main.cpp. BC++ 5 fixes.

1998-10-02 06:44 RD, revision 796

Version 0.4 of wxPython for MSW.

1998-10-02 06:38 RD, revision 795

Added wxFrame::SetStatusBar for wxPython

1998-09-30 23:48 RD, revision 794

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:37 RD, revision 793

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:13 RD, revision 792

fixed some ifdef's to also check for __unix__

1998-09-30 23:07 RD, revision 791

fixed Stricmp ifdef to also check for __unix__

1998-09-30 17:45 GL, revision 790

* wxSocket doc updates.

1998-09-30 12:48 JS, revision 789

Uninitialised variable initialised (state in OnIdle)

1998-09-30 12:41 VZ, revision 788

fixed wxString::Mid() bug

1998-09-30 09:15 MR, revision 787

*** empty log message ***

1998-09-30 00:48 VZ, revision 786

more wxConfig and xwLog docs (sorry for the delay)

1998-09-29 20:02 VZ, revision 785

1) wxGTK now use the new, native implementation of wxTreeCtrl. 2) The treectrl sample uses the icons (not only under Windows). 3) A couple of minor changes in treectrl.cpp itself.

1998-09-29 19:12 VZ, revision 784

more bug fixes after USE_ to wxUSE_ change (now it finally seems to work)

1998-09-29 14:26 KB, revision 783

Removed removal of config.log which is stupid and hinders debugging.

1998-09-29 12:36 DP, revision 782

See the prev one.

1998-09-29 12:35 DP, revision 781

Totally rewritten TreeCtrl for GTK... Now it supports images...

1998-09-28 15:42 JS, revision 780

More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete operator correction for VC++ 6

1998-09-28 15:38 KB, revision 779

Added sys/types.h needed for Solaris.

1998-09-28 14:55 VZ, revision 778

an extra backslash removed

1998-09-25 15:28 VZ, revision 777

USE_xxx => wxUSE_xxx: all samples compile except memcheck

1998-09-25 15:00 VZ, revision 776

USE_ => wxUSE_

1998-09-25 14:53 VZ, revision 775

2nd part of USE_xxx to wxUSE_xxx change

1998-09-25 13:28 VZ, revision 774

USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you must recompile everything after upgrading!

1998-09-25 04:03 DP, revision 773

const added to GetBitmap it was my fault.

1998-09-24 17:19 VZ, revision 772

restored "#ifdef __WXMSW__" around SetFont(wxNullFont) - this leads to SIGSEGV under wxGTK!

1998-09-24 15:49 JS, revision 771

Fixed delete operator for VC++ 6.

1998-09-24 15:43 JS, revision 770

Added some Web pointers relevant to wxMotif

1998-09-23 13:56 JS, revision 769

wxMotif: wxWindow/Client/PaintDC starting to work.

1998-09-22 21:15 JS, revision 768

Some more Motif work; included utils.h in fileconf.cpp (for wxGetHomeDir or something)

1998-09-22 14:40 VZ, revision 767

wxListBox::FindString(): it's not an error if the string is not found, so don't give assert failures in this case.

1998-09-21 20:13 KB, revision 766

check for empty data pointer in Len() and Empty()

1998-09-20 21:13 VZ, revision 765

1) minor modifications in fileconf.cpp 2) new MSW function (private.h): wxGetWindowText() which works with wxString instead of (horror) fixed size buffers. All calls to ::GetWindowText() should be replaced with this! 3) remains of casts to float in different wxControl classes removed, (EDIT|BUTTON)_HEIGHT_FROM_CHAR_HEIGHT macros introduced (could be made inline functions as well...)

1998-09-20 21:05 VZ, revision 764

somehow log target wasn't being created automatically anymore. Restored.

1998-09-20 20:59 JS, revision 763

More Motif stuff

1998-09-20 19:44 KB, revision 762

Now dot_special argument in wxMatchWild() is honoured. :-)

1998-09-20 19:34 KB, revision 761

see mail to list

1998-09-20 15:45 GL, revision 760

* Fixed a bug in notebook.tex * Added a basic documentation on wxSocket (currently wxSocketBase, wxSocketClient, wxSocketServer, wxSocketHandler, wxURL) There are still things to write and I hope I didn't have a too bad english ...

1998-09-20 07:44 JS, revision 759

Commented out those wretched crt debug thingies yet again. It doesn't compile for me and presumably other people who use the makefiles, sorry.

1998-09-20 07:35 JS, revision 758

More Motif stuff, minor stubs correction

1998-09-19 21:01 VZ, revision 757

ConvertToStandardCommandArgs() was ugly, buggy and leaked memory (not bad for 10 lines of code). Now it's only ugly...

1998-09-19 15:13 KB, revision 756

changed wxMatchWild() 3rd parameter not used under Unix - what is it good for?

1998-09-18 21:36 JS, revision 755

menuitem.h is now per port, since some ports (e.g. Motif!) need extra members etc.

1998-09-18 21:35 VZ, revision 754

wxBaseArray::Shrink() added

1998-09-18 21:33 JS, revision 753

Some more wxMotif stuff: menus

1998-09-18 10:20 JS, revision 752

Fixed some .tex problems

1998-09-18 10:19 JS, revision 751

Added Motif files.

1998-09-18 10:14 JS, revision 750

Motif files added.

1998-09-17 20:57 VZ, revision 749

log.tex uncommented

1998-09-17 20:57 VZ, revision 748

wxLog and wxConfig docs update

1998-09-17 17:32 GL, revision 747

* fixed a wrong line.

1998-09-17 17:30 GL, revision 746

* Added wxSerial DLL support for Borland 32 * zstream.h doesn't anymore include zlib.h * updated static data * made wxClassInfo::GetFirst() static * added user/password support in the URL parser * fixed bugs

1998-09-17 16:57 JS, revision 745

Dnd constant name changes because names like Copy can be #defined by other apps. Various other changes to stubs.

1998-09-17 15:18 VZ, revision 744

VZ: I have reformatted it to correspond to our style conventions (tab stop = 4, no hard tabs, no function(void), ...) and added a couple of comments to make it (hopefully!) more understandable.

1998-09-17 14:43 VZ, revision 743

corrected a bug in ConcatSelf() induced by the latest change

1998-09-17 14:31 VZ, revision 742

fixed 64but bug with g_strEmpty initialization

1998-09-17 09:58 JS, revision 741

Simplified app initialisation in wxMSW and wxStubs

1998-09-16 21:52 JS, revision 740

Made wxStubs compile on Unix. Improvements to doc/view on MDI, including multiple menus for wxFileHistory. Added wxDirExists to wxMSW; moved wxMatchWild to filefn.cpp

1998-09-16 21:44 JS, revision 739

Misc OGL changes

1998-09-15 22:08 VZ, revision 738

wxPenRefData copy ctor was somehow not declared in the class definition

1998-09-14 17:38 JS, revision 737

Updated debug flags in makefile for DLL compilation.