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.

1999-06-17 14:08 KB, revision 2812

Implemented tearoff menus, please see my posting to wxwin-developers.

1999-06-17 12:07 JS, revision 2811

Added some #defines

1999-06-17 11:12 RR, revision 2810

Tried a test for the RTTI options of GCC.

1999-06-17 10:03 KB, revision 2809

file should end with newline

1999-06-17 07:00 OK, revision 2808

Attempt to implement a bunch of wx string.h equivalents.

1999-06-16 19:13 RR, revision 2807

put -fno-rtti into wx-config

1999-06-16 16:34 RR, revision 2806

wxWINE things.

1999-06-16 15:29 KB, revision 2805

wxCHOICE defaults to yes now, even in debug mode

1999-06-16 08:18 RR, revision 2804

Forgot this one.

1999-06-16 08:14 RR, revision 2803

make fixes.

1999-06-16 06:50 OK, revision 2802

Had missed one LPSTR.

1999-06-16 06:03 OK, revision 2801

Someone probably meant "wx/defs.h" instead of "defs.h"

1999-06-16 05:13 OK, revision 2800

Suppose I should trust the headers in BC++5.02 more than BC++4.52 (since the headers on BC++4.52 appears incorrect/outdated, compilation will now fail on 4.52 in Unicode mode... but if you want Unicode, you use the newest software anyway, right?)

1999-06-15 22:30 VZ, revision 2799

wxString::IsSameAs(char) added and documented as well as operator==(char)

1999-06-15 21:46 RR, revision 2798

Automake fix. Docs.

1999-06-15 21:06 VZ, revision 2797

compilation fixes for wxMSW

1999-06-15 20:42 VZ, revision 2796

2 typos corrected

1999-06-15 20:21 RR, revision 2795

Added a few #if wxUSE_XXX Regrouped image format handlers Updated the rest accordingly Added changes.txt for wxGTK

1999-06-14 23:04 RR, revision 2794

Added zillions of #if wxUSE_XXX Removed cmndlgs usage of wxSizer and constraints Changed occurences of wxConv_xxx to wxConvXxxx and changed some wxConvLibc to wxConvCurrent Added Unicode tests to typetests (not finished) Compile fix for wxString in Unicode mode - we have to use the "experimental" printf then, I guess.

1999-06-14 21:51 OK, revision 2793

Explicit casting/instantiation to resolve ambiguous overload.

1999-06-14 20:02 KB, revision 2792

Fixed the keyboard selection handling (Please remember to maintain m_Selecting when Starting/Ending/Discarding selection!!!). Fixed a LineBreak() related bug.

1999-06-14 17:54 OK, revision 2791

Unicode fix.

1999-06-14 17:14 HH, revision 2790

ignore .lo and .la

1999-06-14 17:13 HH, revision 2789

cvs now ignores libtool's .lo and .la files

1999-06-14 15:47 KB, revision 2788

Should work for wxMSW, now. Cannot test this myself, though.