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

1998-06-22 22:48 JS, revision 136

Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some grid typo fixes

1998-06-22 22:43 JS, revision 135

Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing

1998-06-22 22:27 JS, revision 134

Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

1998-06-22 22:25 VZ, revision 133

attempt to clean up a little keyboard handling code

1998-06-22 22:17 VZ, revision 132

wxCHECK/wxCHECK_RET changes

1998-06-22 22:17 VZ, revision 131

wxCHECK change

1998-06-22 22:09 VZ, revision 130

GetSelections() changed to work with wxArrayInt

1998-06-22 22:07 VZ, revision 129

now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't be loaded/saved

1998-06-22 22:06 VZ, revision 128

VC++ warning suppressed

1998-06-22 22:04 VZ, revision 127

wxString::Scanf() removed because can't be implemented portably

1998-06-22 22:03 VZ, revision 126

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:58 VZ, revision 125

bug in SplitPath() corrected - now ".." handled correctly

1998-06-22 21:54 VZ, revision 124

wxListbox::GetSelections() now takes a wxArrayInt instead of "int **" (as under wxGTK)

1998-06-22 21:53 VZ, revision 123

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:51 VZ, revision 122

Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed.

1998-06-22 21:50 VZ, revision 121

#include "wx/msw/notebook" added

1998-06-22 21:48 VZ, revision 120

wxLogWindow::GetOldLog() added

1998-06-22 21:47 VZ, revision 119

wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if expr is FALSE and wxCHECK_RET( expr ) must be used in void functions.

1998-06-22 14:40 KB, revision 118

fixed #pragma

1998-06-22 12:47 KB, revision 117

fixed #include paths to use local copies of png/gdk_imlib/zlib headers fixed compiler warning in time.cpp

1998-06-20 10:25 GL, revision 116

* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked. * Updated the thread detected (pthread-0.7, pthread, pthreads) * Added --without-threads to disable threads

1998-06-19 15:55 VZ, revision 115

put wxMessageBox() arguments in OnAssert() in the right order

1998-06-19 12:35 KB, revision 114

fixed stupid compiler warning

1998-06-18 16:59 VZ, revision 113

changed the notebook control to use AddPage() interface (Julian's version didn't work at all) andupdated the sample to work with it

1998-06-18 14:01 JS, revision 112

Fixed SetSelection, GetSelection for Portrait/Landscape selection