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

2006-07-29 23:53 VZ, revision 40378

added wxMediaCttl build dependencies

2006-07-29 23:35 VZ, revision 40377

--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages only

2006-07-29 23:33 VZ, revision 40376

added support for building non-Unicode packages which can be installed in parallel with the (official) Unicode ones

2006-07-29 23:30 RD, revision 40375

reSWIGged

2006-07-29 23:05 RD, revision 40374

reSWIGged

2006-07-29 23:01 RD, revision 40373

DLL compilation fixes

2006-07-29 21:49 RD, revision 40372

Various little tweaks to get up to date with CVS

2006-07-29 20:47 VZ, revision 40371

typo (patch 1528925)

2006-07-29 20:45 VZ, revision 40370

add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)

2006-07-29 20:33 VZ, revision 40369

compilation fix for wxUSE_DYNLIB_CLASS == 0

2006-07-29 20:31 VZ, revision 40368

wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)

2006-07-29 19:19 VZ, revision 40367

moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls

2006-07-29 17:54 VZ, revision 40366

corrected a target name

2006-07-29 17:42 VZ, revision 40365

copy most of the files for all of the samples automatically instead of listing all of them manually

2006-07-29 16:40 MR, revision 40364

Backport rev1.111. This should fix the old bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either) and additionally the new bug #1530909 (wxFileDialog focus problem on wxGTK). Commit history for rev1.111 has some more information. For reference this was: Revert revision 1.102.2.2: date: 2002/10/13 21:03:45; author: RR; state: Exp; lines: +4 -2 Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows. ========================= It will override preceding users call to SetFocus, effectively introducing bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either). Reverting fixes that. Need to investigate why it was needed in relation to Comboboxes, but SetFocus/SetDefault breakage is worser imho, hence the revert for now.

2006-07-29 15:13 VZ, revision 40363

regenerated after recent changes (MirBSD support; continue even if the system is unknown)

2006-07-29 15:11 VZ, revision 40362

rebaked after wxrc-related change

2006-07-29 14:29 SN, revision 40361

Added default value for "pos" in constructor and Create function (#1530286).

2006-07-29 14:26 SN, revision 40360

Added default value for "pos" parameter in constructor and Create function.

2006-07-29 02:05 RD, revision 40359

bump subrelease number

2006-07-29 01:53 RD, revision 40358

Only do Armel Asselin's memory reduction patch in Paste in the Unicode build because in the ansi build wxWX2MBbuf is just a char* pointing into the text wxString's buffer

2006-07-29 01:40 VZ, revision 40357

updates from Adrián González Alba

2006-07-28 23:55 VZ, revision 40356

removed wxLANGUAGE_SERBIAN, we must explicitly use either or wxLANGUAGE_SERBIAN_CYRILLIC/LATIN variants alone as just wxLANGUAGE_SERBIA is equivalent to wXLANGUAGE_CROATION under Windows resulting in unwelcome confusion; and there is no default sublanguage for Serbian anyhow

2006-07-28 23:48 VZ, revision 40355

allow changing the page from keyboard in property sheet like controls even when the notebook doesn't have focus

2006-07-28 23:46 VZ, revision 40354

added HasMultiplePages()