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

2004-01-19 18:40 DE, revision 25253

Reverting wxAppTraits GSocket patch

2004-01-19 16:41 CE, revision 25252

fix for DMC missing mouse defines

2004-01-19 15:54 CE, revision 25251

fix for DMC missing TVS_INFOTIP

2004-01-19 14:39 JS, revision 25250

Some doc corrections

2004-01-19 13:27 DS, revision 25249

Applied patch #876800: "Alphabetical order of tabs in widgets sample".

2004-01-19 10:30 VS, revision 25248

supressing legitimate warnings was bad idea, reverting

2004-01-19 08:15 JS, revision 25247

Added back constructor implementations

2004-01-19 06:16 DE, revision 25246

Baked files with Bakefile 0.1.1 using Python 2.3

2004-01-18 22:43 DE, revision 25245

Copied gsockpm.c revision 1.4

2004-01-18 22:42 DE, revision 25244

Copied gsockmsw.c revision 1.20

2004-01-18 22:04 JS, revision 25243

encinfo.h was missing

2004-01-18 22:00 DE, revision 25242

Copied gsockmot.c revision 1.7

2004-01-18 21:57 DE, revision 25241
  • D /wxWidgets/trunk/src/cocoa/gsockcocoa.c

Removed this file since it was only stubs and we now have the common Mac OS X implementation in src/mac/gsockosx.c(pp)

2004-01-18 21:55 DE, revision 25240

Copied gsockx11.c revision 1.7

2004-01-18 21:51 DE, revision 25239

Copied gsockosx.c revision 1.4

2004-01-18 21:45 DE, revision 25238

Copied gsockgtk.c revision 1.16

2004-01-18 21:39 DE, revision 25237

* Add my name to authors as the new maintainer. * Include wxWindows header files in the standard manner. * Use the new wxAppTraits::CreateGSocket() method.

2004-01-18 21:35 DE, revision 25236

Added wxAppTraits::CreateGSocket() as well as implementations for wxBase and wxGUI. This method should return a new derived instance of GSocketBSD which implements the EventLoop_ pure virtual functions appropriately.

2004-01-18 20:17 DE, revision 25235

Move GSocketBSDGUIShim from source file to header (we'll need it in a second)

2004-01-18 19:34 DE, revision 25234

Add virtual methods to GSocketBSD for calling the event loop handler instead of the GUI event functions table. Also added a compatibility class to gsocket.cpp until we can update all of the GUIs.

2004-01-18 14:20 JS, revision 25233

Removed dialoged, regex/tests

2004-01-18 10:03 VS, revision 25232

supress warnings in regex

2004-01-18 08:40 JS, revision 25231

Don't copy obsolete Dialog Editor

2004-01-18 08:29 JS, revision 25230

regex doesn't have tests directory

2004-01-18 07:46 DE, revision 25229

Initial move from C to C++. The functionality of the code should not have changed at all in this move from C to C++. To top that off there is a define wxUSE_GSOCKET_CPLUSPLUS in include/wx/gsocket.h which turns off all the new code in that file and also gsockunx.h.

2004-01-18 03:38 RD, revision 25228

Ignore the args and args errors on Mac

2004-01-18 03:37 RD, revision 25227

*** empty log message ***

2004-01-18 03:05 RD, revision 25226

Don't create the fonts until after they are needed (after the App object has been created.)

2004-01-18 01:42 RD, revision 25225

Change owner and permissions of installed files

2004-01-18 00:44 JS, revision 25224

Some response file updates I forgot to commit previously

2004-01-18 00:15 RD, revision 25223

updates for the readme

2004-01-18 00:14 RD, revision 25222

Updated preview version number

2004-01-18 00:13 RD, revision 25221

RPM tweaks

2004-01-17 23:49 VS, revision 25220

console sample contains wxDb tests, it must link against wxodbc

2004-01-17 23:20 RD, revision 25219

Updated Installer builder scripts and such for OS X

2004-01-17 22:34 MBN, revision 25218

Compilation fix for MSVC 6 and wxUSE_STL=1.

2004-01-17 22:21 MBN, revision 25217

MinGW compilation fixes.

2004-01-17 22:18 MBN, revision 25216

Correct wxPerl note.

2004-01-17 22:17 DE, revision 25215

Copied gsocket.c revision 1.80

2004-01-17 22:16 MBN, revision 25214

Add wxRTTI information.

2004-01-17 22:14 MBN, revision 25213

Handle client data correctly.

2004-01-17 21:49 DE, revision 25212

Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom

2004-01-17 17:05 JS, revision 25211

Applied [ 876737 ] menu item with bitmap uses wrong font

2004-01-16 19:32 RD, revision 25210

also cleanup patch reject files

2004-01-16 19:25 RD, revision 25209

Ensure item is valid before using it.

2004-01-16 06:01 RD, revision 25208

Updated metadata document

2004-01-16 03:45 RN, revision 25207

Removed bogus configuration

2004-01-16 03:43 RN, revision 25206

Added setup.h stuff

2004-01-16 03:08 RN, revision 25205

A small patch (easy construction of wxFileConfig)

2004-01-16 01:48 RD, revision 25204

Send menu highlight events and fix statusbar to update immediatly when status text is changed