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-06-20 21:32 VZ, revision 2837

better wxGetUserId/Name

1999-06-20 21:32 VZ, revision 2836

splitter doesn't change position when the window containing it is minimized and restored

1999-06-20 06:06 OK, revision 2835

...fixing up a previous Unicode fix.

1999-06-20 06:03 OK, revision 2834

OK, maybe not done yet, have to fix Unicode compilation one more place...

1999-06-19 19:48 OK, revision 2833

Unicode fixes. Appears that this may be the last before wxMSW will link in Unicode mode.

1999-06-19 09:23 OK, revision 2832

Unicode fix, it seems

1999-06-19 08:44 OK, revision 2831

Because someone was inconsistent about using LPSTR and char*, I missed the other Unicode problem the first time around...

1999-06-19 08:29 RR, revision 2830

Remaining Makefile.ins, Changed cp flags for "apply", Added linestyle test char -> wxChar in wxStringTokenizer

1999-06-19 08:12 OK, revision 2829

Unicode fix.

1999-06-19 04:32 OK, revision 2828

wxStrncmp implementation.

1999-06-19 00:08 VZ, revision 2827

text controls respect wxTE_PROCESS_ENTER/TAB styles again, WM_GETDLGCODE handling is generally better

1999-06-18 18:04 VZ, revision 2826

1. uninitialized variable in wxPanel fixed and unused one removed from wxWindow 2. wxTreeCtrl sends more notification messages

1999-06-18 17:56 VZ, revision 2825

standard icons for msg boxes

1999-06-18 17:38 KB, revision 2824

replaced a wrong assert with an if

1999-06-18 14:18 RR, revision 2823

Made things compile again (two pizzas). Made timer reentry safe, I think. Added CVS build info.

1999-06-18 12:55 VZ, revision 2822

--foreign switch to automake added

1999-06-17 21:40 VZ, revision 2821

fixes to work in M

1999-06-17 21:21 VZ, revision 2820

1. wxDialogs are now destroyed when they go out of scope 2. [GS]etDefaultItem() are now in wxPanel, not wxWindow 3. better checking for g_isPainting - hopefully no more false asserts 4. wxListCtrl not recreated any more when view changes, this corrects the bug with selection not working after view mode change 5. wxListCtrl now generates wxEVT_ITEM_ACTIVATED event 6. you can now press/toggle a button with a space 7. couple of other minor fixes

1999-06-17 19:46 RR, revision 2819

Made the RTTI thing an option. Added submenus to controls sample. Failed at producing tear-off menus.

1999-06-17 17:01 KB, revision 2818

Fixed the ugly cursor. global cursor no longer initialised, broken code in window.cpp fixed.

1999-06-17 16:29 KB, revision 2817

"wx/xxx.h" --> <wx/xxx.h>

1999-06-17 16:16 KB, revision 2816

Changed default cursor to be an arrow rather than the ugly X.

1999-06-17 14:58 KB, revision 2815

Fixed fatal typo.

1999-06-17 14:49 KB, revision 2814

Modified to always prefix CPPFLAGS with local include/wx path, so that user environment settings can no longer interfere with build.

1999-06-17 14:14 KB, revision 2813

Uses new wxMenu(long style) constructor.