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

1999-10-19 07:24 MB, revision 4062

Added EVT_GRID_SELECT_CELL

1999-10-19 07:14 MB, revision 4061

Added EVT_GRID_SELECT_CELL

1999-10-19 05:01 RD, revision 4060

Added a simple makefile for those whose fingers can't type anything but "make install" Ensure that the full TARGETDIR exists changed the build scripts to play nicer with make.

1999-10-19 03:26 MB, revision 4059

Numerous changes to comply with use of wxCoord.

1999-10-18 22:22 RR, revision 4058

New wxDataObject etc. Almost works. A few more compatibility funcs for (long*) vs (int*). Makefile.in regenerated from filelist...

1999-10-18 19:46 VS, revision 4057

wxUSE_HTML was missiing at some places

1999-10-18 15:45 VZ, revision 4056

wxControl and wxChoice derive from the base classes under wxGTK too now

1999-10-18 15:15 VZ, revision 4055

added appcmn.cpp to the list of files

1999-10-18 15:14 VZ, revision 4054

1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and regenerated the makefiles. wxPostEvent() should work for wxGTK too (untested) 2. long -> wxCoord change for wxGTK and wxMSW, use wxUSE_COMPATIBLE_COORD_TYPES to get the old behaviour 3. wxHTML compilation fixes (for !wxUSE_HTML case) 4. a couple of handy macros in thread.h added

1999-10-18 15:12 VZ, revision 4053

don't try to build shared library on platforms not supporting it

1999-10-18 14:57 VZ, revision 4052

include/wx/choice.hpragma warning is only for VC++

1999-10-18 14:55 VZ, revision 4051

compilation fix for !WX_PRECOMP

1999-10-18 14:53 VZ, revision 4050

compilation fix for non OLE clipboard

1999-10-18 14:29 VZ, revision 4049

gcc warning about printf() format mismatch corrected

1999-10-18 14:19 VZ, revision 4048

gcc warning about printf() format mismatch corrected

1999-10-18 14:18 SB, revision 4047

Add wxImage::CanRead, wasn't in 1.59 ?

1999-10-18 13:17 VZ, revision 4046

added a rule about DoXXX() functions

1999-10-18 13:05 VZ, revision 4045

described a patch to mingw32 headers to fix va_arg warnings

1999-10-18 08:51 RR, revision 4044

Corrected wxImage for use with mono wxBitmaps, Corrected compilation of wxApp without threads (untested).

1999-10-18 03:30 DW, revision 4043

*** empty log message ***

1999-10-18 03:16 MB, revision 4042

Removed unused code

1999-10-18 03:13 MB, revision 4041

Improved cell highlighting when in-place editing is disabled

1999-10-18 00:10 VZ, revision 4040

part of dnd sample I forgot

1999-10-18 00:08 VZ, revision 4039

1. more drag and drop and clipboard changes: a) OLE clipboard works fine b) wxBitmapDataObject now accepts DIBs (but doesn't give them back :-( ) c) bugs in sample corrected 2. wxFatalExit() replaced with wxFAIL_MSG() in bitmap.cpp and dcmemory.cpp 3. wxFrame::ClientToScreen and ScreenToClient() replaced with DoXXX() - like this, they don't hide the base class versions

1999-10-17 23:57 VZ, revision 4038

attempt at documenting drag and drop and clipboard classes