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.

1999-12-23 20:09 RD, revision 5087

wxPython doc updates

1999-12-23 20:05 RD, revision 5086

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

1999-12-23 19:23 RD, revision 5085

Added a constructor that allows creation of independent wxControl (for more easily creating custom controls)

1999-12-23 18:18 RR, revision 5084

Added wxBitmap::GetSubBitmap() Correct images in gen. dir dlg.

1999-12-23 18:14 VS, revision 5083

removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame

1999-12-23 18:14 VS, revision 5082

wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)

1999-12-23 18:13 VS, revision 5081
  • D /wxWidgets/trunk/src/common/date.cpp
  • D /wxWidgets/trunk/src/common/time.cpp

date.cpp and time.cpp removed from CVS (no longer used)

1999-12-23 17:59 VZ, revision 5080

patches for running configure under OS/2

1999-12-23 15:40 VZ, revision 5079

oops... problem with in Perl source - got mangled by cvs

1999-12-23 15:34 VZ, revision 5078

a small script to show the different between the current file version and its last revision (requires Perl)

1999-12-23 14:21 VZ, revision 5077

fixes for wxINSTALL_PREFIX definition

1999-12-23 14:05 VZ, revision 5076

patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>

1999-12-23 13:19 JJ, revision 5075

Committing in . Patches for VMS Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/image.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

1999-12-22 23:21 DW, revision 5074

Update options to the config files

1999-12-22 23:00 VZ, revision 5073

1. corrected some owner-drawn buttons bugs 2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl

1999-12-22 22:58 VZ, revision 5072

testing new wxSpinCtrl event and button colours

1999-12-22 22:23 VS, revision 5071

documented wxHashTable::DeleteContents(bool)

1999-12-22 22:23 VS, revision 5070

added printing classes to HTML section

1999-12-22 21:41 VZ, revision 5069

tests for "big" wxTextCtrls

1999-12-22 21:09 VZ, revision 5068

1. wxBase compiles under BeOS 2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)

1999-12-22 18:42 DW, revision 5067

Updated Phnghand LoadFile and new makefile for DateTime

1999-12-22 18:41 DW, revision 5066

Changed Loadfile to be compatable with OS/2 Bitmap handler

1999-12-22 18:40 DW, revision 5065

Eliminate comma's after last element in an enum

1999-12-22 17:22 RR, revision 5064

Reduced spacing in tree ctrl.

1999-12-22 13:04 RR, revision 5063

Some debug code. Removed flicker form wxTreeCtrl. Changes.txt update.

1999-12-22 00:16 VZ, revision 5062

more wxDateTime tests

1999-12-22 00:16 VZ, revision 5061

1. coloured buttons seem to work 2. wxDateTime::ParseFormat() starts to work

1999-12-21 23:44 DW, revision 5060

define _timezone for VisualAge

1999-12-21 22:24 VS, revision 5059

fixed typo (const<->cosnt)

1999-12-21 22:23 VS, revision 5058

added wxHTML to Classes by Category

1999-12-21 22:23 VS, revision 5057

fixed horizontal scrollbar bug

1999-12-21 22:22 DW, revision 5056

Add datetime file

1999-12-21 20:27 VS, revision 5055

#ifdef wxUSE_TOOLTIPS around tooltips

1999-12-21 19:33 VZ, revision 5054

wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

1999-12-21 17:48 DW, revision 5053

can't support enums that have comma after last element

1999-12-21 16:43 RR, revision 5052

Some doc updates. Corrected wxFileDialog::GetFilenames() and GetPaths() if no file is selected. Corrceted make install.

1999-12-21 16:24 VZ, revision 5051

added support for width and flags in wxDateTime::Format()

1999-12-21 16:11 VZ, revision 5050

wxString::Format() added

1999-12-21 15:40 VZ, revision 5049

1. corrected compilation of wxTime/wxDate 2. wxDateTime::Format() seems to work (look at it to see why I'm so happy)

1999-12-21 15:14 DW, revision 5048

Uncompilable header fix.

1999-12-21 12:48 VZ, revision 5047

memory leak in ~wxMutex fixed

1999-12-21 11:17 VS, revision 5046

stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in preview

1999-12-21 01:47 VZ, revision 5045

more wxDateTime tests

1999-12-21 01:47 VZ, revision 5044

removed date.cpp and time.cpp from the makefiles

1999-12-21 01:44 VZ, revision 5043

1. wxLongLong and wxDateTime compilation fixed for the compilers without native "long long" type (and some code in timercmn.cpp too) 2. wxDate and wxTime reimplemented using wxDateTime (old versions tagged as OLD_DATE_AND_TIME) 3. wxString::To(U)Long and ToDouble added and documented 4. bug with combobox in toolbar (drop down list wasn't dismissed) fixed 5. several wxDateTime::Parse() functions implemented 6. added support for coloured buttons under MSW (not completely finished)

1999-12-20 22:15 GRG, revision 5042

strange comment in gsocket_read (?)

1999-12-20 22:09 GRG, revision 5041

Stupid timeout bug fixed

1999-12-20 20:16 RR, revision 5040

Minor optical changes to toolbar and the help frame's options dialog.

1999-12-20 19:04 JS, revision 5039

Mostly Mingw32/Cygwin corrections

1999-12-20 17:48 VZ, revision 5038

test for strptime added