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

2007-11-05 00:44 VZ, revision 49636

implement AutoComplete for wxMSW too

2007-11-04 23:27 PC, revision 49635

build fix: return type for AutoComplete is bool

2007-11-04 23:08 VZ, revision 49634

added wxTextEntry::AutoCompleteFileNames() and implemented it for wxMSW

2007-11-04 22:39 VZ, revision 49633

added wxTextEntry::AutoComplete() and implemented it for wxGTK

2007-11-04 21:49 SC, revision 49632

frame tools without decorations are done using plainwindowclass, but this also must have a scope activation of none, otherwise the frame gets incorrectly deactivated

2007-11-04 21:26 BIW, revision 49631

bug fix for vista in multi-selection tree

2007-11-04 21:24 SC, revision 49630

avoiding refcount checks under Leopard, the behaviour differs there

2007-11-04 19:39 PC, revision 49629

build fixes for universal

2007-11-04 19:36 BIW, revision 49628

bug fix for vista in multi-selection tree

2007-11-04 19:02 PC, revision 49627
  • D /wxWidgets/trunk/src/gtk/data.cpp

remove unused file

2007-11-04 17:03 VZ, revision 49626

no real changes, just left over code cleanup from attempts to fix the bug of the patch 1774701

2007-11-04 16:34 VZ, revision 49625

use gtk_entry_set_activates_default() instead of redoing its work manually ourselves

2007-11-04 16:16 VZ, revision 49624

only generate wxEVT_COMMAND_TEXT_ENTER if the combobox has wxTE_PROCESS_ENTER style (for compatibility with wxMSW and wxTextCtrl); removed code using gtk_widget_activate() as this shouldn't be needed here at all

2007-11-04 16:01 VZ, revision 49623

implement wxLocale::GetInfo() using CFLocale (modified patch 1760939)

2007-11-04 15:40 VZ, revision 49622

include wx/wxprec.h first (patch 1743343)

2007-11-04 14:21 SC, revision 49621

if we don't have a valid background color, paint a white grow box

2007-11-04 14:06 SC, revision 49620

narrowing allowed classes

2007-11-04 11:28 SC, revision 49619

applying slightly modified patch 1825163

2007-11-04 10:32 SC, revision 49618

factoring common code, applying patch 1825183

2007-11-04 10:30 SC, revision 49617

factoring common code

2007-11-04 10:28 SC, revision 49616

factoring common code

2007-11-04 10:27 SC, revision 49615

factoring common code

2007-11-04 10:26 SC, revision 49614

factoring common code

2007-11-04 00:06 VZ, revision 49613

mention that wxTE_PROCESS_ENTER must be used in order to receive EVT_TEXT_ENTER from combobox (to avoid reports such as bug 1820215)

2007-11-03 23:50 VZ, revision 49612

don't undef Windows symbols here, just include wx/msw/winundef.h [backport of 48116 from trunk]