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-12-29 11:46 VZ, revision 5137

define __GNUWIN32_OLD__ for cygwin32 too

1999-12-29 10:29 VZ, revision 5136

1. added test for wxTreeCtrl::Insert(size_t index) 2. temporary test code for wxCalendarCtrl in controls.cpp

1999-12-29 10:28 VZ, revision 5135

1. some minor compilation fixes in datetime.cppm 2. implemented wxTreeCtrl::Insert(size_t index) 3. draft of wxCalendarCtrl

1999-12-29 09:48 RR, revision 5134

Small doc updates, mainly wxDropTarget, wxFileDlg now interprets a default dir of "." as the current working dir, dialog and frame honour "wxApp::DeleteFrameOnExit".

1999-12-28 22:24 VZ, revision 5133

BC++ compialtion fix (?)

1999-12-28 21:32 RD, revision 5132

Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

1999-12-28 21:10 RD, revision 5131

Added some WXDLLEXPORTs

1999-12-28 20:25 JS, revision 5130

Watford C++ related changes. Unfortunately, the linker now gives a GPF.

1999-12-28 15:21 JS, revision 5129

Some BC++ issues

1999-12-28 13:57 JS, revision 5128

Removed references to separate prop and porting docs. Added imagtiff.cpp to VC++ project files. Added tiff library to makeproj.cpp.

1999-12-28 13:56 JS, revision 5127

Added VC++ project files for TIFF library.

1999-12-28 13:08 RR, revision 5126

Calling a Refresh() before the window is created no longer gives an assert. Nothing will happen. Added wxTreeCtrl::InsertItem( paret, before, ... ), Correct some places with incorrectly indented code.

1999-12-28 12:45 JS, revision 5125

Added Bil Simser to wxBook page; fixed bug in notebook when deleting pages

1999-12-28 12:28 GRG, revision 5124

Added GetSubBitmap()

1999-12-27 14:27 RR, revision 5123

Minor doc updates.

1999-12-27 13:01 RR, revision 5122

Added mono bitmap to image conversion. Added wxImage::Replace() (replaces one colour with another). Toolbar tips no longer eats ana new colour. This might prevent the wrong colour behaviour reported from some 8-bit visuals. Minor fixes and test code.

1999-12-27 11:26 VZ, revision 5121

1. wxLongLongWx::Assign(double) added (half implemented) 2. small wxDateTime bug fixed

1999-12-27 10:55 VZ, revision 5120

compilation fix

1999-12-26 21:54 VZ, revision 5119

more unused param warnings fixed

1999-12-26 21:52 VZ, revision 5118

1. misc compilation (errors, warnings) fixes (from the build logs) 2. fixed a bug in wxGTK::wxGetResource

1999-12-25 22:16 VZ, revision 5117

disable #warning because it's an error for some compilers

1999-12-25 22:16 VZ, revision 5116

C++ comments in C files are fun but break the compilation (for the Nth time)

1999-12-25 20:34 VS, revision 5115

fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.

1999-12-25 20:30 VS, revision 5114

moved proplist documentation to main book

1999-12-25 20:26 VS, revision 5113

moved 1.6X -> 2.X porting manual to main book

1999-12-25 18:11 VS, revision 5112

font size fix for <PRE>

1999-12-25 17:38 GL, revision 5111

Sound recording works on Windows

1999-12-25 11:25 RR, revision 5110

Wrote wxMask(bitmap,colour). Some docs for it and wxBitmap::GetSubBitmap().

1999-12-24 23:40 VS, revision 5109

many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes.

1999-12-24 23:28 VS, revision 5108

removed date.cpp and time.cpp from filelist.txt (was only commented)

1999-12-24 23:28 VS, revision 5107

fixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to Add behaviour)

1999-12-24 23:27 VS, revision 5106

removed wxHtmlParser::GetTempData (internal function, obsoleted)

1999-12-24 23:27 VS, revision 5105

added demo of <font face>

1999-12-24 23:27 VS, revision 5104

added <font face> support

1999-12-24 18:45 RD, revision 5103

Some little compilation fixes, etc.

1999-12-24 18:44 RD, revision 5102

Removed all non wx stuff from the glcanvas module since DA's PyOpenGL is better and compatible with the wxGLCanvas. You can get it at http://starship.python.net:9673/crew/da/Code/PyOpenGL.

1999-12-24 16:49 VZ, revision 5101

implemented wxLongLong division - seems to work

1999-12-24 12:28 JS, revision 5100

Added default constructor to wxGLCanvas.

1999-12-24 08:16 JS, revision 5099

Small changes

1999-12-24 03:28 RD, revision 5098

Wrapper updates for wxHtmlLinkInfo and other changes

1999-12-24 00:16 RD, revision 5097

fixed mismatched }

1999-12-23 23:27 VZ, revision 5096

removed testing code from wxLongLong

1999-12-23 22:43 RD, revision 5095

A bugfix in the wxTreeCtrl.GetItem wrapper Some test/demo modifications and additions

1999-12-23 22:37 RD, revision 5094

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 21:12 VS, revision 5093

fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs

1999-12-23 21:12 VS, revision 5092

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)

1999-12-23 21:11 VS, revision 5091

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames) ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)

1999-12-23 20:15 VZ, revision 5090

tried to implement division of wxLongLongs - doesn't work at all, will finish tonight

1999-12-23 20:13 RD, revision 5089

Linking with the TIFF library

1999-12-23 20:12 RD, revision 5088

Fixed wxSplitterEvent to set it's id to be the splitter window's id so events can be caught correctly.