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):

2001-01-16 23:59 roebling, revision 9113

This way the plot events work.

2001-01-16 15:28 vadz, revision 9112

patch from Roland Scholz to fix the file permissions in wxCopyFile

2001-01-16 13:29 vadz, revision 9111

added a note about GetPosition() not working for the events other than thumb track/release

2001-01-16 13:29 roebling, revision 9110
  • D /wxWidgets/trunk/src/generic/plot.cpp

Removed plot.cpp.

2001-01-16 11:36 roebling, revision 9109

Removinmg plot sample from configure.

2001-01-16 11:36 roebling, revision 9108
  • D /wxWidgets/trunk/samples/plot

Removing plot sample.

2001-01-16 11:33 roebling, revision 9107

Readded wxPlotWindow as external lib.

2001-01-16 11:29 roebling, revision 9106

Removing wxPlotWindow from configure.

2001-01-16 11:27 roebling, revision 9105
  • D /wxWidgets/trunk/include/wx/generic/plot.h
  • D /wxWidgets/trunk/include/wx/generic/plot_dwn.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_enl.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_shr.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_up.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_zin.xpm
  • D /wxWidgets/trunk/include/wx/generic/plot_zot.xpm

Removing wxPlotWindow.

2001-01-16 11:25 roebling, revision 9104

Removing wxPlotWindow from filelist.txt.

2001-01-16 11:24 roebling, revision 9103
  • D /wxWidgets/trunk/include/wx/msw/plot_dwn.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_enl.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_shr.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_up.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_zin.bmp
  • D /wxWidgets/trunk/include/wx/msw/plot_zot.bmp
  • M /wxWidgets/trunk/include/wx/msw/wx.rc

Removing wxPlotWindow.

2001-01-16 11:10 georgetasker, revision 9102

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:59 georgetasker, revision 9101

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously Target added for building .OBJ files for .C files in DEBUG or RELEASE subdirs

2001-01-16 10:58 georgetasker, revision 9100

Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:57 georgetasker, revision 9099

Added code to create $D (debug or release) subdir to put the .OBJ files into. Changed code to use the RM environment variable (if one exists) to delete files. If one does not exist, the ERASE command is used which is what was used previously

2001-01-16 10:55 georgetasker, revision 9098

Swapped the directory seperator from / to \ for VC makefile

2001-01-16 10:47 georgetasker, revision 9097

Restructured the VC makefile to build the OBJ files in either a DEBUG or RELEASE subdir to allow concurrent debug and release builds to exist side by side.

2001-01-15 22:03 vadz, revision 9096

blind fix for setting selection in combobox text ctrl

2001-01-15 21:50 vadz, revision 9095

merged in the console for MIME handlers fix from 2.2 branch

2001-01-15 21:48 vadz, revision 9094

launch MIME viewers which need a console inside an xterm

2001-01-15 18:01 vadz, revision 9093

fixed a bug in handling mailcap entries with more than one commands with tests

2001-01-14 12:46 georgetasker, revision 9092

Fixed problem in wxDbColFor::Format() for mySQL (patch submittted directly to me from Mark Johnson) to handle SQL_C_TIMESTAMP fields, which is what mySQL uses for DATE fields.

2001-01-13 14:51 juliansmart, revision 9091

Added .cvsignore file

2001-01-13 14:32 georgetasker, revision 9090

Fixed a couple spelling typos

2001-01-13 12:56 vaclavslavik, revision 9089

fixed stupid bug in LCID->locale string translation