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-03 19:17 JS, revision 2036

Correct wrong memset ordering that produced an assert in the printing sample

1999-04-03 17:46 BM, revision 2035

First attempt at clean-up

1999-04-03 16:59 KB, revision 2034

Also the radiobox was unitialised.

1999-04-03 16:57 KB, revision 2033

Compiles and runs again with new printing code (which is still broken in wxGTK).

1999-04-03 16:48 KB, revision 2032

Attempt at fixing the broken printer dialog. *Lots* of unitialised variables! Not fixed yet.

1999-04-03 09:24 GL, revision 2031

* Changed "wxPendingEvents" to pointers (tested on GTK)

1999-04-02 22:30 VZ, revision 2030

more backwards compatibility for printing

1999-04-02 22:08 VZ, revision 2029

a simpler fix of textctrl key doubling bug

1999-04-02 21:57 VZ, revision 2028

wxMkdir() has 2nd param under Unix

1999-04-02 19:05 JS, revision 2027

Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0 after calling Default().

1999-04-02 16:25 JS, revision 2026

Switched wxMkdir code back to old working version.

1999-04-02 10:36 VZ, revision 2025

setup.h for makefile builds

1999-04-02 00:35 RS, revision 2024

removed declaration of wxObject::Dump(stream &str) from tex2rtf.cpp - I cannot see a reason for it, and it wont compile under VC++ (redefined function). Code is still there commented out if someone knows why it should be here and how to ifdef it so VC++ 6.0 can still build it

1999-04-02 00:29 RS, revision 2023

changed (no longer valid) wxToUpper and wxToLower to toupper/tolower

1999-04-01 19:29 JS, revision 2022

Fixed wxPalette memory leak when loading BMP files

1999-04-01 12:14 RR, revision 2021

With the exceptions of DnD, wxGTk now works with both GTK 1.0.6 and GTK 1.2.1 - the latter still produces warnings and blah.

1999-04-01 12:01 VZ, revision 2020

wxMkDir() has 'perm' argument

1999-04-01 11:23 VZ, revision 2019

wxFindNextFile typo corrected

1999-03-31 23:01 BM, revision 2018

Very bad wxPrintData destructor... fixed typo.

1999-03-31 17:53 RR, revision 2017

added wxFrame::Command()

1999-03-31 16:40 RD, revision 2016

Fixed the "Can't open file" message in ReadDIB so that it actually displays the filename instead of garbage.

1999-03-31 13:59 VZ, revision 2015

wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added

1999-03-31 13:35 VZ, revision 2014

count++ bug corrected (patch from Dino Scaringella)

1999-03-31 13:01 RR, revision 2013

Added debug code to clipbard changed colour reporting to PS

1999-03-30 19:29 HH, revision 2012

calls to wxDynamicToolBar::AddTool(int,wxBitmap&) confused egcs-1.1

1999-03-30 17:28 RS, revision 2011

Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows

1999-03-30 11:09 VZ, revision 2010

Motif compilation fixes (now ok)

1999-03-30 11:09 VZ, revision 2009

call to pthread_attr_setscope() added (disabled for now) and several other small fixes

1999-03-30 09:47 VZ, revision 2008

1. notes for AIX compilation added 2. setup0.h existence documented

1999-03-30 09:47 VZ, revision 2007

docs synchronized with code

1999-03-30 09:46 VZ, revision 2006
  • D /wxWidgets/trunk/include/wx/motif/setup.h

this file is now called setup0.h

1999-03-30 09:43 VZ, revision 2005

wxTopLevelWindows is now a wxWindowList, better compatibility with the old wxList in list.h

1999-03-29 22:17 RS, revision 2004

changed removed wxToUpper to standard toupper

1999-03-29 21:18 VZ, revision 2003

last fixes to fixes (MSW compilation works now)

1999-03-29 21:17 BM, revision 2002

Ignore failure when deleting something that might not exist

1999-03-29 21:14 BM, revision 2001

Don't fail when deleting files that might not exist

1999-03-29 21:08 BM, revision 2000

Added time.h so it would compile

1999-03-29 20:49 VZ, revision 1999

header changes for the fixes commited previously

1999-03-29 16:46 VZ, revision 1998

many miscellaneous fixes

1999-03-29 16:43 VZ, revision 1997

more backwards compatibility

1999-03-29 14:44 VZ, revision 1996

EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified

1999-03-29 09:56 KB, revision 1995

Merged in latest wxLayout code from Mahogany Mail.

1999-03-29 08:55 JS, revision 1994

Undefed Yield symbol if defined, else syntax error

1999-03-29 08:51 JS, revision 1993

Fixed missing brace in app.cpp

1999-03-28 23:08 HH, revision 1992

added some more URLs

1999-03-28 22:38 HH, revision 1991

works for windows too now.

1999-03-28 20:55 HH, revision 1990

updated. Lots of new useless features. Internet-enabled, as they say...

1999-03-28 06:37 RD, revision 1989

wxPython 2.0b8 Python thread support various minor additions various minor fixes

1999-03-27 23:30 RD, revision 1988

wxPython 2.0b8 Python thread support various minor additions various minor fixes

1999-03-27 21:29 HH, revision 1987

somewhat better organization; still a mess though. Don't know why I'm committing...

1999-03-27 18:50 GL, revision 1986

* Added threads event propagation. Should compile on GTK (tested).

1999-03-27 15:11 HH, revision 1985

set background to white. EVT_CHAR still doesn't work in MSW though.

1999-03-26 23:07 HH, revision 1984

very silly sample

1999-03-26 21:14 JS, revision 1983

Added paper classes.

1999-03-26 20:27 GL, revision 1982

* Socket doc updates.

1999-03-25 23:06 JS, revision 1981

Many changes to the printing classes.

1999-03-25 16:55 VZ, revision 1980

wait4() replaced by waitpid() which is POSIX

1999-03-25 15:47 VZ, revision 1979

wxUSE_SIZE_T_STRING_OPERATOR fix

1999-03-25 15:27 VZ, revision 1978

HAVE_BOOL fix

1999-03-25 15:05 VZ, revision 1977

AIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>

1999-03-25 14:51 AN, revision 1976

added a condition to check HasMask() in wxPNGHandler::SaveFile()

1999-03-25 14:51 VZ, revision 1975

Motif cell highlighting problem fixed

1999-03-25 14:44 VZ, revision 1974

wxNO_BORDER honoured by wxTextCtrl

1999-03-24 23:40 VZ, revision 1973

char handling fixed again

1999-03-24 23:38 VZ, revision 1972

fix for scrolling in checklistboxes (Win32 only)

1999-03-24 23:35 VZ, revision 1971

hack to allow icons in wxStaticBitmap as well as bitmaps

1999-03-24 23:34 VZ, revision 1970

char handling fixed once again

1999-03-24 21:56 VZ, revision 1969

CollapseAndReset() fixed

1999-03-24 21:44 VZ, revision 1968

compilation fixes

1999-03-24 19:05 VZ, revision 1967

wxMenu code clean up

1999-03-23 23:05 HH, revision 1966

Fixed minor problem with latex.

1999-03-23 22:51 HH, revision 1965

Some minor fixes to satisfy Latex. Tex2rtf works ok.

1999-03-23 22:10 VZ, revision 1964

compilation fix

1999-03-23 19:56 JS, revision 1963

Corrected valtext.cpp for disabled controls; added Dialog Editor fixes

1999-03-23 17:39 VZ, revision 1962

1. ReadMailcap/MimeTypes returna bool error code 2. 'fallback' flag added to ReadMailcap 3, subtle (and very rare) bug with mailcap entries order corrected

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