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-08-16 16:17 VS, revision 40628

fixed syntax errors (incorrect use of _)

2006-08-16 15:42 VS, revision 40627

documented wxAppTraits::GetPlatformInfo doesn't exist, removed

2006-08-16 14:53 VS, revision 40626

moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

2006-08-16 12:21 MW, revision 40625

Declarations missing from VC++ 5

2006-08-16 12:17 MW, revision 40624

Avoid warnings from VC++ 5.0

2006-08-16 10:31 VS, revision 40623

warning fix for !wxUSE_FONTMAP

2006-08-16 09:01 SN, revision 40622

Build fix.

2006-08-16 06:50 PC, revision 40621

(blind) build fix

2006-08-15 18:02 VZ, revision 40620

Intel compilation fix (patch 1540790)

2006-08-15 18:00 CE, revision 40619

Borland compiler does not like a variable called except

2006-08-15 16:35 PC, revision 40618

build fix: don't use compatibility names in wx code

2006-08-15 13:10 VZ, revision 40617
  • D /wxWidgets/trunk/docs/gtk/makewxgtk
  • D /wxWidgets/trunk/docs/mac/makewxmac
  • D /wxWidgets/trunk/docs/motif/makewxmotif
  • D /wxWidgets/trunk/docs/x11/makewxx11

removed obsolete build files which are likely to confuse more than help people now

2006-08-15 13:02 VZ, revision 40616

clarify LeftIsDown() description

2006-08-15 12:59 VZ, revision 40615

resolve IsWow64Process() dynamically; don't rely on its declaration being present in the headers

2006-08-15 08:32 AVV, revision 40614

Fixes GSOCK_INPUT being incorrectly posted instead of GSOCK_LOST when the remote peer has done a graceful shutdown. MSW does NOT have this problem, as they have FD_CLOSE instead of firing an input event.

2006-08-15 06:26 SC, revision 40613

making sure the hint window does not have a (white) titlebar

2006-08-15 03:16 PC, revision 40612

non-pch build fix

2006-08-15 03:16 PC, revision 40611

needs wx/string.h to compile independently

2006-08-14 23:34 AVV, revision 40610

This (old) (internal) function is not used anymore, so remove

2006-08-14 22:34 VZ, revision 40609

don't execute code unnecessarily/twice (patch 1539690)

2006-08-14 21:58 AMB, revision 40608

Fix unicode build on UNIX operating systems

2006-08-14 06:26 PC, revision 40607

Combine two wxImage-to-pixmap creation functions into one. Use consistent method for creating mono bitmap in wxBitmap and wxMask.

2006-08-14 00:38 VZ, revision 40606

disable positional printf params for now as there are problems with our vsnprintf() version

2006-08-13 22:43 VZ, revision 40605

wxGetOsVersion() compilation andl inking fixes for wxMac

2006-08-13 22:39 VZ, revision 40604

removed code for non-compositing case to fix the compilation after recent commits