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

2000-07-27 22:10 VZ, revision 7888

version 2.2.1

2000-07-27 22:09 VZ, revision 7887

improvements for VC++ project file generation with tmake

2000-07-27 22:08 VZ, revision 7886

added 16 flag to tabg.cpp

2000-07-27 22:06 VZ, revision 7885

several unimportant warnings fixed for VC++ compilation

2000-07-27 18:53 VS, revision 7884

radiobox default dimension changed from 0 to 1

2000-07-27 18:53 VS, revision 7883

fixed setting value in spinctrl

2000-07-27 18:53 VS, revision 7882

added more controls

2000-07-27 18:52 VS, revision 7881

added notebooks support; added not_supported variable type

2000-07-27 18:51 VS, revision 7880

added XMLCTRL() macro for fast access to dialog controls

2000-07-27 18:51 VS, revision 7879

notebooksizer is now property of notebook, not special kind of sizer

2000-07-27 16:34 JS, revision 7878

Generic dirctrl corrections

2000-07-27 15:12 JS, revision 7877

Updated wxMotif files.lst

2000-07-27 15:11 JS, revision 7876

Updated file list to include dirctrlg.cpp

2000-07-27 15:00 VZ, revision 7875

compilation fix: false -> FALSE

2000-07-27 14:01 VZ, revision 7874

documented the weird behaviour of wxTextFile:GetPrev/NextLine

2000-07-27 09:38 VS, revision 7873

recommited binary files

2000-07-27 09:37 VS, revision 7872
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/close.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/control.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/gsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/hsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/open.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/panel.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/preview.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/resicon.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/save.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/unused.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/used.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/vsizer.ico

oops, forgot -kb

2000-07-27 09:36 VS, revision 7871
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsp
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsw

standardized projects

2000-07-27 09:35 VS, revision 7870

now uses resources, not xpm files

2000-07-27 09:35 VS, revision 7869

fixed typo

2000-07-27 09:35 VS, revision 7868

added WXDLLEXPORT

2000-07-27 06:47 MB, revision 7867

Copied main branch fixes for caret not showing in first row (wxmsw) and highlight not being cleared when a cell is only partially visible.

2000-07-27 06:37 MB, revision 7866

Fix for bug where the cell highlight was not cleared from a cell that was only partially in view.

2000-07-27 06:23 MB, revision 7865

Added another hack to the collection of hacks in wxGridCellTextEditor::SetSize so that the caret will show for cells in the first row.

2000-07-27 04:09 MB, revision 7864

Changed wxGridCellAttr::HasAlignment to treat values of -1 as no alignment because wxALIGN_LEFT and wxALIGN_TOP are 0. Updated griddemo.cpp to use correct alignment defs.

2000-07-27 01:57 MB, revision 7863

Changed cell and label alignment functions to use wxALIGN_XXX defs. SetXXXAlignment() functions still accept wxTOP, wxLEFT etc for (some) backwards compatibility.

2000-07-27 01:29 MB, revision 7862

Some more wxGrid function docs.

2000-07-26 21:49 VS, revision 7861

xmlres: added support for wxMSW

2000-07-26 21:34 VS, revision 7860

standardized syntax of bool properties: '1' means true, anything else false

2000-07-26 21:34 VS, revision 7859

changed content of checklist, choice, combobox, radiobox from <children> to <content>

2000-07-26 21:34 VS, revision 7858

visual enhancements of wxrcedit

2000-07-26 21:34 VS, revision 7857

added handling of wxGridSizer and wxFlexGridSizer

2000-07-26 21:33 VS, revision 7856

added wxMSW support to wxrcedit

2000-07-26 21:33 VS, revision 7855

fixed typo in wxStaticBitmap wxrcedit definition

2000-07-26 21:32 VS, revision 7854

xmlres: added support for wxMSW

2000-07-26 21:32 VS, revision 7853

added xmlres format docs (uncomplete)

2000-07-26 21:31 VS, revision 7852

changed shared library version number to 2.3

2000-07-26 20:06 DW, revision 7851

fix for VA 3.0 vs 4.0

2000-07-26 16:29 VZ, revision 7850

wxTreeCtrl::ItemHasChildren() should return TRUE if SetItemHasChildren() had been called

2000-07-26 16:17 VZ, revision 7849

more tests

2000-07-26 16:16 VZ, revision 7848

resolving a conflict

2000-07-26 16:16 VZ, revision 7847

handle wxNO_FULL_REPAINT_ON_RESIZE for MDI children

2000-07-26 16:09 VZ, revision 7846

removed the warnings from HP-UX build log

2000-07-26 16:08 VZ, revision 7845

documented recently added IsOk

2000-07-26 14:08 JS, revision 7844

Better behaviour on NT (no dialogs when searching drives)

2000-07-26 13:45 VZ, revision 7843

note about wxSpinButton range

2000-07-26 12:41 JS, revision 7842

Added cmdline.cpp

2000-07-26 12:40 JS, revision 7841

WIN32 compilation of wxrc, wxrcedit

2000-07-26 11:53 JS, revision 7840

Corrected makefile target bug

2000-07-26 11:43 JS, revision 7839

Added additional wxXML makefiles and projects files; added some flexibility to VC++ make include files