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-12-18 05:32 dwebster, revision 8938

Fixes mostly to do with painting

2000-12-18 05:31 dwebster, revision 8937

OS2RGB def fix

2000-12-18 04:48 vadz, revision 8936

wxMimeTypesManager now supports creating associations as well as querying them (MSW only, thanks to Chris Elliott)

2000-12-18 03:54 vadz, revision 8935

minor fixes for the font info patch

2000-12-18 01:00 vadz, revision 8934

applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

2000-12-17 19:03 roebling, revision 8933

Typo.

2000-12-17 01:38 vadz, revision 8932

1. added support for wxnodir config var in vcapp.t 2. minor fix in wx.rc: added WS_POPUP to one of the dlg templates 3. fixed resource leak in wxIcon

2000-12-16 23:12 vadz, revision 8931

check the first radio button in a group

2000-12-16 12:27 roebling, revision 8930

Applied colour patch for better 8-bit support, Improved handling of inserting controls into a toolbar that don't have any def width. This works for all controls but wxComboBox.

2000-12-16 10:04 roebling, revision 8929

Backported a couple of changes from the devel tree.

2000-12-16 10:02 roebling, revision 8928

Added wxCommandEvent::IsSeection for listbox, Applied patch for wxListBox::Set when sorting Added new value rounding code (corrected for negative values) to scrollbar and slider Added ...TEXT_CHANGED event to wxSpinCtrl

2000-12-15 19:33 vadz, revision 8927

started stubs of wxCombo

2000-12-15 15:22 vadz, revision 8926

added -mt switch for Solaris/CC MT builds

2000-12-14 23:23 vadz, revision 8925

*really* fixed problem with window menu translation

2000-12-14 23:06 vadz, revision 8924

*really* fixed problem with window menu translation

2000-12-14 15:48 vadz, revision 8923

merged in fix for GetValue() from the 2.2 branch

2000-12-14 15:46 vadz, revision 8922

round negative values better in GetValue()

2000-12-14 03:45 vadz, revision 8921

some more last minute fixed - autoscroll still broken :=(

2000-12-14 01:51 vadz, revision 8920

fixed (?) problems with sel refresh when auto scrolling

2000-12-13 20:38 vadz, revision 8919

patch for not calling wxEntryCleanup() from a DLL applied

2000-12-13 19:06 vadz, revision 8918

1. added wxUSE_FFILE to configure &c 2. fixed (at least for GTK) incorrect refresh of selection

2000-12-13 18:16 vadz, revision 8917

added more GTK+ key bindings

2000-12-13 16:18 vadz, revision 8916

fix for MSWDetachWindowMenu when "&Window" string is translated

2000-12-12 18:28 vadz, revision 8915

1. holding mouse outside listbox window works fine now 2. also almost works for textctrl 3. fixed buglet with sel anchor after word selection

2000-12-12 14:33 vadz, revision 8914

merged fix from 2.2 branch