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-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.