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-07-10 12:50 VZ, revision 10939

argh, another for GetVisibleLinesRange

2001-07-10 12:47 VZ, revision 10938

fix for incorrect assert in GetVisibleLinesRange

2001-07-10 12:45 VZ, revision 10937

fix for visible lines calculation

2001-07-10 12:27 VZ, revision 10936

added untested implementation of wxEvtLoop for GTK+

2001-07-10 12:25 VZ, revision 10935

wxUniv compilation fixes

2001-07-10 11:55 VZ, revision 10934

added missing menu.cpp

2001-07-10 11:32 VZ, revision 10933

fixes for crashes after DeleteItem and DeleteAllItems

2001-07-10 00:50 VZ, revision 10932

compilation fix

2001-07-10 00:48 VZ, revision 10931

fixed scrollbar refresh

2001-07-10 00:47 VZ, revision 10930

wxFrameNative is now defined in wx/frame.h itself

2001-07-09 23:35 VZ, revision 10929

detabified some more

2001-07-09 23:31 VZ, revision 10928

detabified

2001-07-09 23:26 VZ, revision 10927

wxListCtrl in report/virtual modes seems to work

2001-07-09 22:54 VZ, revision 10926

more scrolling tests

2001-07-09 22:47 VZ, revision 10925

fix for backwards selection in text ctrl (patch 439730)

2001-07-09 22:44 VZ, revision 10924

fixes to my previous errors in stack/vector (patch 439378)

2001-07-09 22:03 VZ, revision 10923

set m_itemIndex in the list events for key down event too

2001-07-09 21:45 VZ, revision 10922

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 21:41 VZ, revision 10921

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 18:37 VZ, revision 10920

more wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK

2001-07-09 18:37 VZ, revision 10919

added wxDCClipper

2001-07-09 18:31 VZ, revision 10918

documented wxDCClipper

2001-07-09 18:28 RD, revision 10917

fixed off by one error in GetText

2001-07-09 18:24 VS, revision 10916

added all data files

2001-07-09 18:24 VS, revision 10915

added wxUSE_POPUPWIN

2001-07-09 15:58 VZ, revision 10914

more wxListCtrl fixes: inserting/deleting items now works again (tested in the sample) but I somehow broke the scrolling

2001-07-09 13:26 VZ, revision 10913

Mattia's temp fix for cross-compiling

2001-07-09 13:14 JS, revision 10912

Various wxMotif fixes

2001-07-09 12:25 JS, revision 10911

Removed helpxlp.cpp. I really don't think we need that any more.

2001-07-09 12:23 VZ, revision 10910

scrolling with kbd generates scroll events too

2001-07-09 12:23 VZ, revision 10909

one more check: for wxUSE_HTML

2001-07-09 12:21 VZ, revision 10908

compilation fixes

2001-07-09 12:20 RR, revision 10907

Removed wxPopupWindow from normal (non-wxUniv) build as it expects a non-native combobox (which is a bug, of course). Minor compile thing for wxUniv branch. The library currently does not build due to problems in wxListCtrl.

2001-07-09 11:07 JS, revision 10906

Various fixes for wxMotif

2001-07-08 22:54 VS, revision 10905

Trying to hide evidence of my negative programming skills... (Why the hell did I write wxHTML in so strange way -- it used recursion a la Lisp instead of normal loop when it needed to iterate over cells...)

2001-07-08 22:54 VS, revision 10904

wxHTML fixes

2001-07-08 22:54 VS, revision 10903

added wxUSE_OLE

2001-07-08 22:52 VS, revision 10902

1. configure now checks first for timezone, then _timezone and then __timezone, so that we don't use glibc's internal variable whenever possible 2. added wxUSE_OLE so that MSW compiles with Mingw32

2001-07-08 19:03 GD, revision 10901

added missing includes after wxUniv merge

2001-07-08 18:58 GD, revision 10900

configure without popup windows under Mac OS X

2001-07-08 15:36 GD, revision 10899

added missing destructor for Mac OS X compilation

2001-07-08 13:47 GD, revision 10898

use RemoveAt instead of Remove

2001-07-08 13:23 GD, revision 10897

copied wxMac and wxMotif faq from wxWebSite

2001-07-07 23:29 VZ, revision 10896

applied patch 428750 (abs paths in vc makefile)

2001-07-07 23:22 VZ, revision 10895

oops, I didn't mean to commit this testing code

2001-07-07 23:20 VZ, revision 10894

use wxTextFile::Eol() in wxEndL

2001-07-07 23:16 VZ, revision 10893

added vector and stack classes (UNTESTED)

2001-07-07 23:02 VZ, revision 10892

applied patch 439186 (mingw and VC5 fixes)

2001-07-07 22:55 VZ, revision 10891

applied some minor patches from chuckm to wxListCtrl

2001-07-07 22:46 VZ, revision 10890

applied patch 436908 (warning fix in serialization code)

2001-07-07 22:42 VZ, revision 10889

1. fixed typo ('&' instead of '|') in wxNotebook 2. changed wxTC_MULTILINE to be equal to wxNB_MULTILINE and != 0 3. much more efficient selection handling in virtual wxListCtrl, we can now select 1000000 items without problems 4. kbd/mouse selection (ctrl/shift handling) fixed in wxListCtrl 5. added wxSortedArray::IndexForInsert() and AddAt(), remove Remove(size_t), use RemoveAt() instead

2001-07-07 22:42 VS, revision 10888

safe macro expansion

2001-07-07 21:42 RR, revision 10887

Added wxPopupWindow to GTK port, wxComboBox had to be adapted a little but basically works not under GTK/Univ. I am pretty sure I forgot some file...

2001-07-07 16:52 VZ, revision 10886

made switching from/to multiple selection mode work better (doesn't require recreating the control any more)

2001-07-07 15:33 SC, revision 10885

mac filter routine for nav services

2001-07-07 14:48 SC, revision 10884

mac fixes

2001-07-07 14:43 SC, revision 10883

corrected log error after initialize when in release mode, window inheritance (generated incorrect classinfo trees)

2001-07-07 13:31 GD, revision 10882

corrections after wxUniv merge

2001-07-07 13:20 GD, revision 10881

corrected wxGauge to inherit from wxGaugeBase

2001-07-07 13:16 GD, revision 10880

corrected friend declaration for CodeWarrior compilation

2001-07-07 13:16 SC, revision 10879

added mac l&f for rules and headers

2001-07-07 11:23 GD, revision 10878

corrected WXWIN_COMPATIBILITY conditional tests

2001-07-07 11:04 GD, revision 10877

corrected file list for Mac OS X compilation

2001-07-07 00:39 VZ, revision 10876

check for LVS_OWNERDATA availability at compile and run-time

2001-07-06 21:47 DW, revision 10875

Fixes for OS/2 wxUniv merge.

2001-07-06 21:47 DW, revision 10874

Missing LINKAGEMODE on static declaration (for OS/2).

2001-07-06 21:45 DW, revision 10873

OS/2 update for wxUniv merge.

2001-07-06 21:18 VZ, revision 10872

virtual wxListCtrl support (UNTESTED)

2001-07-06 20:21 GD, revision 10871

added missing include

2001-07-06 20:15 , revision 10870
  • A /wxWidgets/tags/WX_2_3_1
  • D /wxWidgets/tags/WX_2_3_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_3_1/distrib
  • R /wxWidgets/tags/WX_2_3_1/include
  • R /wxWidgets/tags/WX_2_3_1/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_3_1/lib/dummy
  • R /wxWidgets/tags/WX_2_3_1/misc/afm
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_3_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/html
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/msw
  • R /wxWidgets/tags/WX_2_3_1/src/os2
  • R /wxWidgets/tags/WX_2_3_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_3_1/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_3_1/src/regex
  • D /wxWidgets/tags/WX_2_3_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/configure
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_3_1/utils/wxPython
  • D /wxWidgets/tags/WX_2_3_1/utils/wxprop
  • R /wxWidgets/tags/WX_2_3_1/wxPython

This commit was manufactured by cvs2svn to create tag 'WX_2_3_1'.

2001-07-06 20:15 RD, revision 10869

make sure all the files are removed when uninstalled

2001-07-06 20:02 RD, revision 10868

updated email address

2001-07-06 18:09 VZ, revision 10867

compilation fix for broken OS/2 compiler

2001-07-06 17:35 RD, revision 10866

some minor tweaks for the VTK demo

2001-07-06 17:31 RD, revision 10865

changed the base class to wxWindow

2001-07-06 17:25 RD, revision 10864

a bit of simplification

2001-07-06 16:25 JS, revision 10863

ReadMe updates

2001-07-06 16:23 VS, revision 10862

fixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig instance

2001-07-06 16:10 SC, revision 10861

first impl (needs extending)

2001-07-06 13:18 JS, revision 10860

Implemented input disabling for disabled windows since MicroWindows doesn't do it

2001-07-06 12:11 GT, revision 10859

Returned a line that had somehow been dropped in the checked in version. This line *is* already present in latest CVS head.

2001-07-06 11:18 JS, revision 10858

Added WS_POPUP for MicroWindows dialogs

2001-07-06 10:25 JS, revision 10857

Added missing file

2001-07-06 10:24 JS, revision 10856

Added animation classes to contrib hierarchy

2001-07-06 04:11 RD, revision 10855

Fixed img2py to work correctly with Python 2.1. Added enhanced wxVTKRenderWindow by Prabhu Ramachandran

2001-07-05 20:55 JS, revision 10854

Added a file

2001-07-05 20:55 JS, revision 10853

#ifdefed out some redundant base classes so DLL version compiles

2001-07-05 19:32 RD, revision 10852

Checked in temporarily munged copy before...

2001-07-05 18:54 RD, revision 10851

Some tweaks for building the RPMs for multiple different versions of Python all with a single command.

2001-07-05 18:48 VZ, revision 10850

removed/replaced include 'wx/wx.h'

2001-07-05 17:46 RD, revision 10849

added new files to be included in the installer

2001-07-05 17:27 RD, revision 10848

Fixing some demos to look and act better

2001-07-05 16:34 JS, revision 10847

Updated MicroWindows patch file

2001-07-05 15:49 JS, revision 10846

Released menubar capture before menu popup was captured. Process menu command AFTER menu is dismissed (or it stays there). Still some problems but menus and message box beginning to work in MicroWindows.

2001-07-05 13:40 VZ, revision 10845

more steps toward virtual listctrl

2001-07-05 13:35 JS, revision 10844

Misc fixes, now menus are almost working on MicroWindows

2001-07-05 13:14 VZ, revision 10843

use type safe list instead of wxList for m_columns

2001-07-05 13:08 VZ, revision 10842

added virtual list control functions (but not implemented them yet) to the native wxListCtrl

2001-07-05 10:57 JS, revision 10841

Corrected cleanwx target

2001-07-05 10:52 VZ, revision 10840

check that we don't try to compile in GUI mode