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-21 13:44 JS, revision 25278

wxFileDialog now returns correct filter index for multiple-file dialogs.

2004-01-21 13:41 JS, revision 25277

Filter index wasn't being set for multiple file dialog Added several filters to multiple files test in dialogs sample to test that it's now working

2004-01-21 03:06 RD, revision 25276

Use Bind

2004-01-21 02:15 RD, revision 25275

new encoding constants

2004-01-21 01:50 RD, revision 25274

Fix cleanup exceptions

2004-01-21 01:48 RD, revision 25273

cleanup, docs, and typos

2004-01-20 23:31 RD, revision 25272

Use new SystemSettings names

2004-01-20 23:30 RD, revision 25271

use new syntax for emitting python code

2004-01-20 23:29 RD, revision 25270

typos fixed and more notes on some changes

2004-01-20 23:28 RD, revision 25269

Be sure to mention the directories too so they get cleaned up upon uninstall

2004-01-20 23:26 RD, revision 25268

Patches from Tomo

2004-01-20 22:01 SC, revision 25267

preliminary fix, for using the correct output encoding on mac

2004-01-20 21:59 SC, revision 25266

added mac conversions

2004-01-20 18:22 SC, revision 25265

wchar_t (4 bytes) / unichar (2 bytes) problems first attempt to fix

2004-01-20 18:20 SC, revision 25264

string conversion implemented for mac

2004-01-20 18:19 SC, revision 25263

ambiguous operator[] access

2004-01-20 18:18 SC, revision 25262

system includes instead of user

2004-01-20 18:17 SC, revision 25261

gcc warnings

2004-01-20 18:14 SC, revision 25260

turn off unknown pragma for CW 9

2004-01-20 18:03 DS, revision 25259

Removed obsolete file and added 2 new required ones.

2004-01-20 18:01 DS, revision 25258

Added ../../include/wx/ to path.

2004-01-20 09:01 CE, revision 25257

fix for DMC missing mouse defines - linking of minimal failed

2004-01-20 02:57 DE, revision 25256

When inserting a new menu don't try to find th eposition of the current one if the menubar is not yet attached.

2004-01-19 22:11 RN, revision 25255

- Got rid of warnings - Fixed locale problems (?) - Fixed newlines of rege_dfa.c

2004-01-19 21:35 JS, revision 25254

Sometimes the clipping region can become bigger than the actual window, and this can cause X11 to fail inside gdk_gc_set_clip_region intermittently. The clipping region is now limited to the actual window size so only valid regions can be passed to this function.