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]

2007-11-03 22:14 VZ, revision 49611

added wxWindow::AlwaysShowScrollbars() and its wxMac implementation

2007-11-03 22:12 VZ, revision 49610

make wxScrollBar derive from wxScrollBarBase under wxMac too

2007-11-03 21:48 VZ, revision 49609

set the event object of the menu events to the frame the menu is attached to instead of the menu itself for compatibility with wxMSW

2007-11-03 21:46 VZ, revision 49608

handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code

2007-11-03 16:44 PC, revision 49607

put dnl on a new line so it doesn't join lines, remove redundant

2007-11-03 16:14 PC, revision 49606

do not use [] around tr character ranges, it is not portable and not necessary

2007-11-03 16:02 PC, revision 49605

fix for configure error message "grep: Unmatched [ or [^"

2007-11-03 13:53 SC, revision 49604

adding alignment, indent, and tab support (only 1 distance)

2007-11-02 22:07 VZ, revision 49603

fix unused parameters warnings

2007-11-02 17:30 KO, revision 49602

Commit header changes for radio box fix.

2007-11-02 16:11 VZ, revision 49601

don't make the dialog 3 times as wide as the length of the label string, this is excessive (bug 1824673)

2007-11-02 14:14 SC, revision 49600

fixing compile problem, but is it the best way to fix it ?

2007-11-02 13:27 VZ, revision 49599

fix warnings in EventsSuppressor ctor from gcc with -O option

2007-11-02 13:22 VZ, revision 49598

prevent builtin libtiff from using libjpeg if --without-libjpeg was specified

2007-11-02 05:04 PC, revision 49594

build fixes

2007-11-02 00:27 VZ, revision 49593

try (this can be vetoed) to set focus to the listbox before generating the events (patch 1822109)

2007-11-02 00:05 VZ, revision 49592

fixes for DLL build

2007-11-01 20:52 VZ, revision 49591

use wxTextEntry in wxTextValidator (modified patch 1821743)

2007-11-01 20:41 VZ, revision 49590

don't crash in HiglightAll() (called, in particular, from SortItems()) when the control is empty (patch 1821550)

2007-11-01 20:35 VZ, revision 49589

don't recreate wxLog target from ~wxLog (adaptation of changes in trunk r49587)

2007-11-01 20:26 VZ, revision 49588

set the focus to the tree before generating the selection change events to have a more expected (and compatible with other platforms) order of tree and focus events

2007-11-01 20:22 VZ, revision 49587

made LogLastRepetitionCountIfNeeded() non static to avoid recreating the log target from ~wxLog

2007-11-01 17:37 JS, revision 49586

Sizing improvements and read-only preview controls

2007-11-01 17:36 JS, revision 49585

Sizing improvements and read-only preview controls

2007-11-01 16:51 DE, revision 49584

Temporary hack to allow wxUSE_FSCRIPT to be set on the compiler command-line until I make a proper configure option for it.