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

2006-07-31 19:19 RD, revision 40403

typo fix

2006-07-31 19:12 RD, revision 40402

Added wxCB_FILENAME

2006-07-31 19:12 AVV, revision 40401

Don't solve the hostname when we set an ip address from an unsigned int. Avoid unneeded reverse-solving of the IP, which is not used for anything anyway

2006-07-31 19:12 RD, revision 40400

Added wxMouseCaptureLostEvent

2006-07-31 16:56 VS, revision 40399

avoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE_LOG=0

2006-07-31 16:28 VS, revision 40398

made the rest of wxEncodingConverter tables const

2006-07-31 12:28 VS, revision 40397

warnings fixes for !wxUSE_FONTMAP

2006-07-31 12:22 VS, revision 40396

compilation fix for !wxUSE_FONTMAPstrconv.cpp

2006-07-31 12:17 VS, revision 40395

don't pass window argument to NotifyCaptureLost, it's not needed/used

2006-07-31 12:03 VS, revision 40394

wxFileModificationTime() needs wxDateTime, put it inside wxUSE_DATETIME

2006-07-31 10:48 ABX, revision 40393

'[ 1530831 ] wxOwnerDrawnComboBox page for Widgets sample' extended with icon.

2006-07-31 09:40 VS, revision 40392

added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

2006-07-31 09:27 VS, revision 40391

added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

2006-07-31 07:24 BIW, revision 40390

supress unused var warning

2006-07-31 06:54 BIW, revision 40389

wrapped up Show() calls to prevent gtk bug from manifesting

2006-07-31 00:35 MR, revision 40388

Don't use filename encoding conversion when passing string to gtk_file_chooser_set_current_name (save as dialog suggested filename) - it takes a UTF-8 per gtk+ documentation and common sense, so use wxGTK_CONV instead. Fixes wxFileDialog save mode default filename with non-utf8 G_FILENAME_ENCODING (bug #1497800). Thanks to Konstantin Anory for pointing this out.

2006-07-30 23:36 , revision 40387

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

2006-07-30 23:36 VZ, revision 40386

reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

2006-07-30 20:04 VZ, revision 40385

reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

2006-07-30 19:57 BIW, revision 40384

workaround for bug #1531361

2006-07-30 12:56 RR, revision 40383

Next compilo.

2006-07-30 12:49 RR, revision 40382

Compilation fix after wxCB_ flags move.

2006-07-30 12:38 RR, revision 40381

Compile fix.

2006-07-30 01:33 VZ, revision 40380

don't append -ansi to source package

2006-07-29 23:54 VZ, revision 40379

nicer messages for gstreamer detection