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-07-28 22:53 VZ, revision 3187

m_clientData conflict fixed

1999-07-28 22:38 VZ, revision 3186

SetIcon added

1999-07-28 22:28 VZ, revision 3185

compilation fix

1999-07-28 22:27 VZ, revision 3184

string and m_majorDim == 0 bugs fixed

1999-07-28 22:18 RR, revision 3183

Added tmake template for simple wxGTK makefile Updated filelist.t for wxGTK Compile fixes for MingGW32

1999-07-28 21:59 RD, revision 3182

Changes necessary to make In Place Edit work and look a lot nicer for MSW and GTK, and hopefully make it easy to make the same tweaks for other ports. There are still some very minor anomalies (changing colors of the grid doesn't change the IPE control, etc.) but it is definitely useable now. The IPE control now gets the fore/background color of the cell. Changed how the current cell highlight is drawn so mulitple clicks in a single cell don't leave the highlight in an inconsistent state for GTK. Changed a dangerous static variable to a member variable.

1999-07-28 21:01 VZ, revision 3181

1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary old code which didn't send them anyhow removed). It also allows to veto the changes, but this feature is not portable and as such is not documented. 2. wxBitmapBuuton doesn't lose its bitmap any more 3. wxImage::ConvertToBitmap() doesn't crash if image is !Ok() but just returns wxNullBitmap. 4. wxProgressDialog looks much nicer under Windows and its estimated/elapsed/ remaining time fields actually show some non random numbers now 5. MDI client window doesn't flicker because wxMDIParentFrame doesn't position it at (0, 0) first before moving it to correct location 6. other minor fixes...

1999-07-28 17:29 GL, revision 3180

Added wxInternetFilesystemModule to fs_inet.cpp Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable HTTP_PROXY now. Fixed parsing of content type in wxHtmlFilter Added commments to gsocket.c wxURL parses the URL only once now.

1999-07-28 17:16 GL, revision 3179

Added another missing file (wxBufferedStreams doc)

1999-07-28 12:11 OK, revision 3178

Hm... /P1024 instead of /P512 ...? (At least that makes it work for me)

1999-07-28 05:52 RD, revision 3177

Fixed some stupid TEX errors...

1999-07-28 05:49 RD, revision 3176

If somebody ever decides to actually check in fsfile.tex and strmbfrd.tex then they an uncomment them back in. I'm tired of the errors...

1999-07-28 04:16 DW, revision 3175

*** empty log message ***

1999-07-28 04:02 DW, revision 3174

*** empty log message ***

1999-07-28 03:38 DW, revision 3173

*** empty log message ***

1999-07-27 21:46 RR, revision 3172

Corrected some more docs, Corrected size of spinbutton wxWindow::PopUp() now doesn't return control to the program until the menu disappears as it is documented and done by wxMSW

1999-07-27 20:23 RR, revision 3171

Small distrib updates, tried to find a bug in html which was somewhere else, added wxYield() call to wxBeginBusyCursor() which should make the cursor appear immediately, corrected wxMiniFrame so that clicking on the titlebar makes it come to the front Used CreateBase() in all controls

1999-07-27 20:12 VZ, revision 3170

wxMotif fixes and common fixes for socket compilation

1999-07-27 20:09 VZ, revision 3169

missing wxMSW files

1999-07-27 17:22 GL, revision 3168

Changed void GSocket_Init() to bool GSocket_Init()

1999-07-27 17:05 RS, revision 3167

Added Makefile for gcc-win

1999-07-27 17:03 RS, revision 3166

Modified dialog size under MSW to look better ( button was cut off)

1999-07-27 17:02 GL, revision 3165

Added the forgotten file txtstrm.tex

1999-07-27 15:15 VZ, revision 3164

wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW

1999-07-27 14:38 VZ, revision 3163

wxMSW modules now has png and zlib