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

2002-02-10 21:54 RR, revision 14115

More make install tweaks.

2002-02-10 19:49 RR, revision 14114

wxX11: make install blind implementation for wxTopLevelWindow

2002-02-10 19:08 VS, revision 14113

respect minimal wxTLW size in wxUniv

2002-02-10 19:08 VS, revision 14112

honour min/max size in wxMGL's wxWindow::DoSetSize

2002-02-10 19:07 VS, revision 14111

use sunken border for wxHtmlHelpController's font preview

2002-02-10 19:07 VS, revision 14110

added default ctor to wxStaticText

2002-02-10 19:07 VS, revision 14109

more wxMGL-aware samples

2002-02-10 19:04 VS, revision 14108

don't use wxGenericDirDialog in MSW

2002-02-10 18:04 RR, revision 14107

Killed various wxMotif things in wxX11.

2002-02-10 17:24 RR, revision 14106

wxX11: Updated wxPen and wxBrush.

2002-02-10 16:42 RR, revision 14105

wxX11: Rewrote wxRegion. Killed backing store Pixmap. Killed wxRectList. Adapted wxWindow to the above.

2002-02-10 16:09 VZ, revision 14104

fix for wxUniv/GTK scrolling

2002-02-10 14:31 RR, revision 14103

wxX11 compiles and links now. I wonder why there is no wxToolBar class in /src/univ, though.

2002-02-10 13:54 RR, revision 14102

wxX11 might compile now.

2002-02-10 11:20 RR, revision 14101

More configure/compile things for X11.

2002-02-10 10:53 RR, revision 14100

Removed menu.cpp and toolbar.cpp from X11. Compile fixes.

2002-02-10 04:34 DW, revision 14099

New positioning code, eliminating a lot of extra, unnecessary methods

2002-02-10 04:33 DW, revision 14098

Removing OS/2 specific positioning methods, no longer needed

2002-02-10 01:03 JS, revision 14097

More X11 code

2002-02-09 23:29 VS, revision 14096

compilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)

2002-02-09 23:29 VS, revision 14095

fixes to wxTLW::Maximize in wxMGL

2002-02-09 23:29 VS, revision 14094

implemented titlebar doubleclick in win32 theme

2002-02-09 23:29 VS, revision 14093

use AllocExclusive for reference counting

2002-02-09 23:28 VS, revision 14092

use WXUNUSED(foo), not (void)foo

2002-02-09 23:28 VS, revision 14091

1. make paint events debugging runtime switch instead of compile time 2. fixed incorrect rendering of wxListCtrl (newly created controls didn't account for parent's client origin)