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

2005-09-19 20:48 MW, revision 35603

Regenerated after the lib64, lib/64 changes

2005-09-19 20:16 MW, revision 35602

Revert previous commit for fear that 'test -h' may not work everywhere

2005-09-19 19:57 MW, revision 35601

Allow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks

2005-09-19 19:50 MW, revision 35600

Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32, /usr/lib/64 and /usr/lib64

2005-09-19 19:45 MW, revision 35599

Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris

2005-09-19 18:41 MW, revision 35598

Fix for detection of motif in the default library path

2005-09-19 15:34 JS, revision 35597

Fix for modal/modeless wizards

2005-09-19 15:18 JS, revision 35596

Missing end of comment

2005-09-19 14:56 KH, revision 35595

Make sure Enable_Events is called when a connection is immediately established (such as when using domain sockets for IPC). Fixes bug 1195700

2005-09-19 12:46 VZ, revision 35594

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 11:38 MR, revision 35593

Fix "Error: Curly braces do not match inside file fontmap.tex"

2005-09-19 10:36 VZ, revision 35592

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 10:28 VZ, revision 35591

only check for lib directory for architectures which have multiple ABIs (Solaris, IRIX, Linux)

2005-09-19 01:54 RL, revision 35590

Applied peer reviewed translation from: http://bugs.debian.org/328966 Does not include fuzzy merge from current head, they are plainly wrong (even to me) and will need another cycle of manual review.

2005-09-19 00:54 VZ, revision 35589

fix to last commit: extra parentheses removed

2005-09-19 00:32 VZ, revision 35588

fix for creation of shared libraries under AIX with gcc

2005-09-19 00:26 VZ, revision 35587

fix for creation of shared libraries under AIX with gcc

2005-09-18 23:38 VZ, revision 35586

workaround for buggy setlocale() under AIX (without this wxLocale didn't work at all)

2005-09-18 23:27 SN, revision 35585

Added (dummy) handler for loading bitmap from file instead of resource.

2005-09-18 23:04 VZ, revision 35584

documented GetAllEncodingNames

2005-09-18 23:04 VZ, revision 35583

condensed 2 very similar trace messages into one

2005-09-18 23:00 VZ, revision 35582

added ifconfig and ping locations for AIX

2005-09-18 22:48 MBN, revision 35581

Send wxInitDialogEvent under wxMotif.

2005-09-18 20:12 VZ, revision 35580

Unicode compilation fix

2005-09-18 20:09 VZ, revision 35579

GetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here any more, wxFontMapper::GetEncodingFromName() knows about them