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)