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-03-23 15:53 VZ, revision 1961

wxFileDialog::GetFilename and GetDir work now

1999-03-23 15:52 VZ, revision 1960

EndModal() isn't called twice any more

1999-03-23 13:50 VZ, revision 1959

EnsureVisible() also expands the parent items

1999-03-23 13:27 VZ, revision 1958

more fixes for paused thread termination

1999-03-23 09:14 JS, revision 1957

WS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems). Memory leak checking in app.cpp (wxMSW) now does checking from last checkpoint.

1999-03-22 19:40 VZ, revision 1956

issue with right aligned checkboxes added

1999-03-22 18:55 VZ, revision 1955

hack to implement right aligned checkboxes

1999-03-22 14:51 KB, revision 1954

fixed the description of wxSafeYield()

1999-03-22 13:30 VZ, revision 1953

wxSafeYield documented

1999-03-22 12:59 VZ, revision 1952

wxEvent::Skip() clarification added

1999-03-22 12:49 VZ, revision 1951

attempt to fix Delete/Pause deadlock

1999-03-22 12:28 VZ, revision 1950

unix directory added to 'clean' target

1999-03-22 10:22 KB, revision 1949

Added wxSafeYield(wxWindow *win=NULL).

1999-03-22 04:29 RS, revision 1948

Minor correction to allow "disabled" buttons to work under MSW

1999-03-21 22:39 JS, revision 1947

Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); added WS_CLIPCHILDREN style to wxNotebook.

1999-03-21 08:20 RS, revision 1946

Modified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString as wxString Modified framelayout Makefile.vc's for move of settingsdlg.[h,cpp] and wxinfo.[h,cpp] to sample/demo

1999-03-19 10:57 KB, revision 1945

Fixed wxExecute() to handle filenames with spaces and quoted arguments.

1999-03-17 20:23 RS, revision 1944

Added Makefile/Makefile.in to generate tex2rtf under linux/unix

1999-03-17 16:25 VZ, revision 1943

mime.types entries with all fields on same line parsed correctly

1999-03-17 11:11 RS, revision 1942

1 - fixed listbox.cpp to work with events with m_commandString member as wxString (fixing to match recent change) 2 - made wxSystemSettings::GetSystemColour(wxSYS_COLOUR_GRAYTEXT) return better value

1999-03-17 11:07 RS, revision 1941

1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong 2 - removed pf_sample from library - this was test code 3 - modified newbmpbutton to create all button images once at initial creation 4 - newbmpbutton only refreses when necessary 5 - non-msw platforms may now disable (enable(FALSE)) a button - this will half-grey the image and draw text in disabled color.

1999-03-16 18:54 VZ, revision 1940

wxCommandEvent::SetString() change - now uses wxString

1999-03-16 18:44 VZ, revision 1939

wxTextFile::Close() implemented

1999-03-16 17:39 KB, revision 1938

testing cvs

1999-03-16 13:46 VZ, revision 1937

compilation without threads fixed