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-04-30 03:36 RD, revision 2311

wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 03:29 RD, revision 2310

wxPython 2.0b9, first phase (win32) Added gobs of stuff, see wxPython/README.txt for details

1999-04-30 02:39 RD, revision 2309

Fixed wxValidator::Clone and friends to return a wxObject* to keep MS VC++ happy

1999-04-29 21:19 RR, revision 2308

Compile fixes for SGI

1999-04-29 17:19 OK, revision 2307

Unicode fixes.

1999-04-29 16:12 RD, revision 2306

wxPython documentation update

1999-04-29 15:57 RD, revision 2305

Added $(NEW_WXLIBNAME) to allow changing the library or DLL name

1999-04-29 15:00 RR, revision 2304

controls sample tests a bit more combox doesn't send start-up event spinbutton looks correct now slider had vertic/horiz flags mixed up threads use gdk_enter_gui() dnd works a bit more often

1999-04-28 21:41 RR, revision 2303

MiniFrame title are back. DnD and threads have stopped to work.

1999-04-28 18:28 RR, revision 2302

removed (wrong?) assert

1999-04-28 17:05 RR, revision 2301

Added configure patch for DEC Tried to find a DnD bug. Corrected a tree ctrl bug.

1999-04-28 14:06 KB, revision 2300

Fixed gtk 1.0.6 corruped menu entry names.

1999-04-28 12:56 RR, revision 2299

background colour changes for listbox and combobox

1999-04-28 11:39 KB, revision 2298

Fixed gtk 1.0.6 floating subwindow bug.

1999-04-28 08:29 RR, revision 2297

Chnages to focus code with debug code added wxSL_LABELS

1999-04-27 23:33 OK, revision 2296

Added wxchar.cpp, I think

1999-04-27 19:32 RR, revision 2295

New idle handling. Only that.

1999-04-27 18:24 GL, revision 2294

* Fixed a compilation problem on Windows * Fully added sckint.cpp to makefile.b32

1999-04-26 22:17 RR, revision 2293

combobox buglet when inserting item

1999-04-26 21:49 RR, revision 2292

compile fix in debug mode

1999-04-26 20:48 RR, revision 2291

added check for GTK 1.2 added symbol __WXGTK12__ (do not use GTK_MINOR_VERSION in your code as this is undefined anywhere outside wxGTK itself) updated wxGTK.spec for local builds fixed clipboard clear/setdata race test for wxConvLocal in dialogs sample

1999-04-26 18:18 OK, revision 2290

Changed capitalization style of wxConv* (e.g. wxConv_current is now wxConvCurrent, although I put some #defines in to still have it compile)

1999-04-26 18:16 GL, revision 2289

* Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ... * Adding sckint.cpp to various makefiles. * Fixes in threadpsx.cpp (Pause/Resume) * Fixes in threaded event dispatching * Added Clone() to wxObject * Implemented Clone() in wxEvent and wxSocketEvent * wxSocket sample save the data got from the URL in test.url (this will change) * As I only tested wxSocket on Linux Redhat 5.2 I disabled it by default on Windows, Mac and Unix platforms.

1999-04-26 15:15 KB, revision 2288

Added the missing check for libw needed for wcslen() (Just defines in headers don't fix such a problem.)

1999-04-26 15:14 RR, revision 2287

Another attempts at getting dialog positions right Cursor fixes. This requires a recompile.