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-08-10 17:48 GL, revision 3337

Check for inet_addr/inet_aton.

1999-08-10 13:13 SB, revision 3336

better control of what need refresh. if selection doesn't changed when hit, no event are triggered anymore.

1999-08-10 13:12 RR, revision 3335

Further makefile and compile fixes.

1999-08-10 12:27 RR, revision 3334

A few compile fixes, Updated filetxt.txt to include sizer.cpp

1999-08-10 11:23 RR, revision 3333

Updates for makefile.unx Converted numdlg to use wxSizer Corrcted bug in default size of wxStaticLine Other optical corrections

1999-08-10 06:27 JS, revision 3332

Fixed my fix

1999-08-09 21:21 VZ, revision 3331

another makefile updated

1999-08-09 20:49 JS, revision 3330

A fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown); added event handler for tbtest.cpp so it'll quit properly

1999-08-09 19:14 GL, revision 3329

Renamed m_blocking to m_non_blocking

1999-08-09 17:47 RS, revision 3328

Changes to allow OLE to compile under mingw32/gcc-2.95

1999-08-09 17:35 GL, revision 3327

Removed unnecessary lines from threadpsx Renamed GSOCK_TRYAGAIN to GSOCK_WOULDBLOCK Added GSOCK_TIMEOUT Enabled the replacement code for timeout handling in gsocket.c Renamed some var in gsockunx & gsocket

1999-08-09 17:26 RS, revision 3326

Corrected check for new mingw32 with new headers

1999-08-09 17:00 RR, revision 3325

Replaced old wxSizer, Converted two of wxGTK's standard dialogs to use them, Applied two fixes to wxDC code, Made wxRadiobox a little smaller, Added sizer.h to wx.h

1999-08-09 11:27 RR, revision 3324

Completed wxBox, Changed a few defines in defs.h, most importantly, wxCENTRE is now 1

1999-08-09 07:23 MB, revision 3323

wxFrame::Create now sets (arbitrary) values for position and size if default values of -1 have been used

1999-08-08 22:28 VS, revision 3322

added MIME manager fallback support

1999-08-08 21:56 VZ, revision 3321

1. regenerated makefiles 2. wxNewSizer compiles under MSW

1999-08-08 21:09 RR, revision 3320

Finished porting Robin's wxSizers

1999-08-08 16:45 RR, revision 3319

Added wxNewSizer and wxBorderNewSizer with sample

1999-08-08 15:55 VS, revision 3318

scrollbar doesn't appear anymore in html view

1999-08-08 15:53 VS, revision 3317

m_Style was bool by mistake, fixed

1999-08-08 15:52 VS, revision 3316

now has 'help' item in menu

1999-08-08 13:58 RR, revision 3315

zipstrm link fix added sizer.h/cpp which don't even compile yet

1999-08-08 11:31 RR, revision 3314

Added strconv Renamed zipstream -> zipstrm Updated makefiles etc.

1999-08-07 23:20 VZ, revision 3313

compile fix for Unix

1999-08-07 23:10 VZ, revision 3312

wxMimeTypesManager::AddFallbacks() added, also corrected a minor bug/incompatible behaviour in wxFileType and added a MIME database query demo to typetest sample

1999-08-07 17:03 GL, revision 3311

Commented setsockopt as it doesn't work anywhere. I will use signals for timeout. Fixed _GSocket_Init_INET. Only oriented connections should be shutdowned.

1999-08-07 15:39 VZ, revision 3310

declared (not implemented yet) wxMimeTypesManager::AddFallbacks()

1999-08-07 14:44 VZ, revision 3309

test for vsscanf enhanced, added HAVE_VSSCANF to acconfig.h

1999-08-06 19:03 RD, revision 3308

more distrib things

1999-08-06 18:23 GL, revision 3307

Changed Ungetch(void *, ...) to Ungetch(const void *, ...) Fixed some bug in gsocket

1999-08-06 16:17 JS, revision 3306

Changes for BC++

1999-08-06 15:59 JS, revision 3305

Minor additions to FAQ

1999-08-06 13:41 , revision 3304

This commit was manufactured by cvs2svn to create tag 'wxWINDOWS_2_1_BETA_8'.

1999-08-06 13:41 RR, revision 3303

Minor corrections to samples again.

1999-08-06 13:35 OK, revision 3302

TVS_CHECKBOXES doesn't seem to exist in Borland C++

1999-08-06 13:24 OK, revision 3301

Make it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++

1999-08-06 13:06 RR, revision 3300

Minor changes to samples.

1999-08-06 11:52 VS, revision 3299

win32 miniframe added

1999-08-06 11:51 VS, revision 3298

converted to 16 colors

1999-08-06 10:10 RR, revision 3297

Distrib things, Typos in dynarray.h, Removed C++ comments from code, Added a few #ifdef wxUSE_XXX

1999-08-05 22:05 JS, revision 3296

Cured some bugs/typos/spacing in docs

1999-08-05 20:38 RR, revision 3295

Compile fix for dynarray, Use wxStreams in dialoged, Small typo in wxApp::OnIdle() Distrib things, wxPython makefile corrections (libpy.c and libptr.c missing)

1999-08-05 19:31 RD, revision 3294

fixed compile error

1999-08-05 17:42 GL, revision 3293

Changed BidEndianOrdered to BigEndianOrdered in datstrm.h Seek and Tell do the right thing in wxIn/OutputStream now Check for GNU extension in configure.in: this is needed for GLIBC 2.1/GCC 2.95 -> this enables _GNU_SOURCE

1999-08-05 15:51 JS, revision 3292

Corrected some doc problems

1999-08-05 13:58 RR, revision 3291

Compile fix for button, MSW Typo in dialogs sample

1999-08-05 11:14 HH, revision 3290

Small fix to correctly generate GENCODEDIR/*.py files.

1999-08-05 11:14 RR, revision 3289

Applied patch for stipppled brushes, Corrected idle behaviour after popmenu call

1999-08-05 10:10 HH, revision 3288

added install for gsocket.h