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

2003-01-03 12:53 JS, revision 18540

wxUSE_TOOLTIPs => 1

2003-01-03 12:29 SC, revision 18539

made static box only a frame region in all calculations (otherwise the background would not be redrawn in all situations)

2003-01-03 12:22 SC, revision 18538

fixed the positioning of the choice subcontrol (resulted in redraw errors clipping off 2 pixels on the right)

2003-01-03 12:14 JS, revision 18537

Applied patch [ 652336 ] Add tooltip support to wxUniv on Windows

2003-01-03 12:09 JS, revision 18536

Applied wxUniv toolbar fix

2003-01-03 12:01 JS, revision 18535

Added glcanvas.cpp, tooltip.cpp, taskbar.cpp, wave.cpp to wxUniv/MSW

2003-01-03 10:22 RL, revision 18534

typo fix. disable generation of gtk-univ, we'll replace it with x11-univ later.

2003-01-03 09:59 SC, revision 18533

recommit after mac binary lapsus

2003-01-03 07:23 RL, revision 18532

Update standards version. Remove superfluous wxPy clean rule.

2003-01-03 01:04 VZ, revision 18531

IsStandard() shouldn't return TRUE for formats >= wxDF_PRIVATE

2003-01-02 23:59 RD, revision 18530

SWIGged updates for wxMac (for unicode API changes)

2003-01-02 23:59 VZ, revision 18529

argh, erased one extra line accidentally in the last commit -- restored

2003-01-02 23:58 RD, revision 18528

SWIGged sources for wxMSW (for unicode API changes)

2003-01-02 23:55 VZ, revision 18527

wx(Individual)LayoutConstraints may be copied

2003-01-02 23:46 VZ, revision 18526

compilation fixes after applying DECLARE_NO_COPY_CLASS() patch

2003-01-02 23:38 VZ, revision 18525

use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)

2003-01-02 23:28 VZ, revision 18524

support for using DIBs for wxBitmap implementation (patch 649866)

2003-01-02 23:25 VZ, revision 18523

use StretchBlt() if available (part of patch 649866)

2003-01-02 22:52 VS, revision 18522

added wxDEPRECATED

2003-01-02 22:51 RD, revision 18521

SWIGged sources for wxGTK (for unicode API changes)

2003-01-02 22:49 VS, revision 18520

mark wxImage's wxBitmap functions as deprecated

2003-01-02 22:31 RD, revision 18519

SWIGged sources for wxGTK (for unicode API changes)

2003-01-02 22:24 RD, revision 18518

Fixes to allow compilation in Unicode mode on wxGTK2. Python's internal Unicode representation may or may not match wchar_t. Previously I was using the optimized APIs that assumed they were the same, but they aren't on Linux so this checkin switches to the more general Python APIs.

2003-01-02 22:15 RD, revision 18517

Nicer implementation for autoselecting which wx-config to use.

2003-01-02 22:10 VZ, revision 18516

documented wxDateSpan