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-11-03 10:33 KB, revision 4337

more asserts

1999-11-03 10:09 JS, revision 4336

Changed \\ to \ again

1999-11-03 10:08 JS, revision 4335

Added check for sel == -1

1999-11-03 05:54 DW, revision 4334

*** empty log message ***

1999-11-03 05:10 CR, revision 4333

Added generic/tabg to the GTK distribution. It was missing.

1999-11-03 03:52 CR, revision 4332

Fixed .Position -> .GetPosition for wxMouseEvent

1999-11-03 03:52 CR, revision 4331

Fixed inverse masking on MSW imagelist

1999-11-03 01:13 VZ, revision 4330

readded clipboard support to richedit sample and fixed a fatal bug in wxCustomDataObject (uninitialized m_data) which this allowed to discover

1999-11-03 00:32 VZ, revision 4329

small corrections for dnd code and added wxFileDataObject demo to the sample (wxMSW only)

1999-11-03 00:29 VZ, revision 4328

more dnd/clipboard docs

1999-11-02 23:24 VS, revision 4327

fixed compilation under GCC 2.95 - 'export' was used as variable name and GCC complained about export being a keyword

1999-11-02 23:23 VS, revision 4326

AFM metrics were searched in /afm instead of /share/wx/afm ; did not try all AFM locations correctly

1999-11-02 23:21 VS, revision 4325

fixed ^M at ends of lines

1999-11-02 22:47 VZ, revision 4324

some files I forgot to add previously...

1999-11-02 22:41 DW, revision 4323

Updates for VA 4.0

1999-11-02 20:47 JS, revision 4322

Small compile fixes

1999-11-02 19:21 VZ, revision 4321

warnings (and may be a bug) corrected

1999-11-02 19:18 VZ, revision 4320

another compilation fix

1999-11-02 18:58 VZ, revision 4319

missing -D_REENTRANT for HP-UX/Solaris finally seems to be fixed

1999-11-02 18:48 VZ, revision 4318

another compilation fix

1999-11-02 18:46 VZ, revision 4317

and the compilation fix for the warning fixes

1999-11-02 18:46 VZ, revision 4316

and the compilation fix for the warning fixes

1999-11-02 18:41 VZ, revision 4315

many warnings fixed (from HP-UX compilation log)

1999-11-02 18:11 RR, revision 4314

wxDialogs now use GTK_WINDOW_DIALOG, Corrected cursor setting bug with right aligned checkboxes, Disabled code in ~wxView that unset the m_currentView, One more thing I forgot.

1999-11-02 17:56 VZ, revision 4313

disabled the old odbc code

1999-11-02 17:39 VZ, revision 4312

bug corrected

1999-11-02 17:23 VZ, revision 4311

wxMotif compiles (and runs minimal sample) again after wxMenu changes

1999-11-02 16:52 KB, revision 4310

test

1999-11-02 16:51 KB, revision 4309

testing cvs

1999-11-02 16:46 VZ, revision 4308

AC_X_XTRA restored

1999-11-02 16:27 VZ, revision 4307

Unicode fixes

1999-11-02 16:20 VZ, revision 4306

additions for wxFileDataObject from Ricky Gonzales <gonzales@pyramid3.net>

1999-11-02 16:17 VZ, revision 4305

more tests

1999-11-02 16:07 VZ, revision 4304

wxMenuItem::IsChecked() corrected

1999-11-02 16:05 VZ, revision 4303

end label edit patch from Ricky Gonzales <gonzales@pyramid3.net>

1999-11-02 15:57 VZ, revision 4302

bug in wxMenuBase::FindChildItem() corrected

1999-11-02 15:50 VZ, revision 4301

include <wx/...> => include "wx/..."

1999-11-02 15:21 VZ, revision 4300

wxGTK compiles (and seems to work) again after wxMenu changes

1999-11-02 14:44 DW, revision 4299

More defines to get error codes out of OS/2 headers

1999-11-02 14:42 DW, revision 4298

Process/thread work and API fix into network APIs

1999-11-02 14:41 KB, revision 4297

Added missing CPPFLAGS

1999-11-02 14:04 JS, revision 4296

Some doc fixes

1999-11-02 12:36 KB, revision 4295

Added wxINSTALL_PREFIX define to makefile and made dcpsg.cpp use it to find the correct location of AFM files.

1999-11-02 10:02 JS, revision 4294

Some doc corrections

1999-11-02 04:38 DW, revision 4293

wxMenu implementations

1999-11-02 04:37 DW, revision 4292

thread #ifdefs for WXPM

1999-11-02 04:36 DW, revision 4291

new wxMenu stuff and thread implementations

1999-11-02 01:31 VZ, revision 4290

compilation fixes

1999-11-02 01:27 VZ, revision 4289

typo fixed

1999-11-02 01:25 VZ, revision 4288

1. wxMenu changes: wxMenuBase appears, several new functions for dynamic menu handling as well 2. new sample: menu 3. small corrections to wxFileHistory made possible by wxMenu changes 4. ugly fix for panel loaded from resources and TABbing 5. wxDataObject &c doc updates

1999-11-02 00:44 GRG, revision 4287

new docs for wxsocket in 2.1.10

1999-11-01 20:36 JS, revision 4286

Tidied some docs, made VC++ 6 DLL compilation work with wxvc_dll.dsp, removed wxvc6.dsp, updated projgen, small fixes for OGL

1999-11-01 18:20 RR, revision 4285

Small doc updates. Distrib and makefile updates.

1999-11-01 15:24 KB, revision 4284

added support for global AFM path setting

1999-11-01 11:27 JS, revision 4283

Added some makefiles to HTML samples; added help.ico for wxHTML; make richedit sample compile (but without clipboard ops)

1999-11-01 09:39 JS, revision 4282

Corrected wxConfig usage problem.

1999-10-31 22:06 VS, revision 4281

wxHtmlHelpController now accepts AddBook('archive.zip') and zip archive may contain arbitrary no of hhp projects

1999-10-31 22:05 VS, revision 4280

added wxFileSystem::FindFirst and FindNext

1999-10-31 22:03 VS, revision 4279

more wxHtmlHelpFrame fixes (didn't store customization correctly, still needs some fixing, will do asap)

1999-10-31 22:02 VS, revision 4278

added html help viewer sample

1999-10-31 16:42 RR, revision 4277

Distrib corrections, Changed way to prevent toolbar from sending event when changes programmatically.

1999-10-31 15:31 RR, revision 4276

Distrib changes. Augemnted version to 2.1.11. Applied patch for wxGenericValidator. Corrected MDI's wxActivateEvent code.

1999-10-31 12:48 JS, revision 4275

Some edits to the schedule.

1999-10-31 12:03 JS, revision 4274

Fixes for VC++ 4 compilation; fixed wxCommandEvent arg in grid.h; added $(RM) variable to Mingw32 makefile

1999-10-31 10:22 RR, revision 4273

More tab code corrections.

1999-10-30 21:36 VS, revision 4272

fixed bug that caused assertion failure during HTML printing under wxGTK

1999-10-30 15:08 RR, revision 4271

Some work on tabbing and menu accels, Added a missing "Activate()" to docvwmdi sample.

1999-10-30 12:10 OK, revision 4270

Someone forgot wxT()

1999-10-30 00:08 VZ, revision 4269

wxFontEnumerator mostly works for wxMSW

1999-10-29 22:29 RD, revision 4268

Fixed windows installer to not need a reboot and therefore not have the bogus error message that freaked everybody out...

1999-10-29 22:29 DW, revision 4267

Execution control stuff

1999-10-29 22:26 RD, revision 4266

fixed typo

1999-10-29 22:25 RD, revision 4265

Added wxPython support of new HTML Printing classes. Fixed thread problem Other miscellaneous fixes, minor additions, etc.

1999-10-29 22:21 RD, revision 4264

Added wxPython support of new HTML Printing classes.

1999-10-29 22:18 RD, revision 4263

Added WXDLLEXPORT to wxWndProc definition so wxGLCanvas could be used with wxWindows DLL

1999-10-29 22:16 RD, revision 4262

wxPython doc updates

1999-10-29 19:45 VZ, revision 4261

styles for listboxes added for testing purposes

1999-10-29 19:41 VZ, revision 4260

platform.htm added

1999-10-29 17:55 VZ, revision 4259

forgotten files

1999-10-29 17:54 VZ, revision 4258

1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get the list of families supporting the given encoding 2. added encoding decoding logic to src/gtk/font.cpp so that now choosing an encoding different from default in GTK+ font selector dialog actually works

1999-10-29 17:32 RD, revision 4257

EXPORTED an array to quiet the DLL compilation

1999-10-29 17:20 RR, revision 4256

Renamed GtkMyFixed to GtkPizza, Made default button work more often than before.

1999-10-29 15:36 VZ, revision 4255

/usr/include added back for AIX

1999-10-29 15:17 VZ, revision 4254

compilation fix for AIX

1999-10-29 15:11 SB, revision 4253

Add operator << (ostream&, const wxString&)

1999-10-29 11:18 SB, revision 4252

Accept list of separators as a wxString instead of wxChar\nTurn NextNonWhiteSpace to NextNonSeparators\nIntroduce EatEOL (major factorization)\nFix GetC() call on last char introduce a bug

1999-10-29 07:43 MB, revision 4251

Changes to fix problem where spurious scrollbar(s) were displayed when the window size had changed and was able to display all rows and/or all cols.

1999-10-29 03:10 OK, revision 4250

Well, wxHTML compiles in Unicode mode now. But if it works (without further changes), it shall be considered proof that there is such a thing as a divine intervention.

1999-10-29 02:14 OK, revision 4249

Well, can't hurt to do some char -> wxChar, though wxHTML may not work in Unicode mode quite yet...

1999-10-29 02:02 OK, revision 4248

wxT() for a Spanish(?) debug message

1999-10-29 01:59 OK, revision 4247

Unicode fixes

1999-10-29 01:55 OK, revision 4246

A few Unicode compilation fixes (mostly wxT())

1999-10-28 22:38 DW, revision 4245

SpinCtrl update

1999-10-28 13:13 JS, revision 4244

Corrected small mistake (set static variable)

1999-10-28 13:04 VZ, revision 4243

wxGTK::wxSpinCtrl API synchronised with wxMSW

1999-10-28 12:37 SB, revision 4242

conform to new wxTextInputStream >> wxString

1999-10-28 12:33 SB, revision 4241

operator >> wxString eat word by default. \n Add wxTextInputStream::Get/SetStringSeparator.\n Add wxTextInputStream::wxTextInputStream(wxInputStream, const wxChar &sep=' ')

1999-10-28 11:35 JS, revision 4240

Added CS_OWNDC fix to wxGLCanvas and corrected sample makefiles

1999-10-28 10:31 OK, revision 4239

Use wxConvertMB2WX to fix compilation error in Unicode build

1999-10-28 10:29 OK, revision 4238

wxFNCONV no longer references wxConv in a non-Unicode build