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-04-13 15:36 VZ, revision 20196

added the list of supported accelerators

2003-04-13 14:11 VZ, revision 20195

better alpha test

2003-04-13 14:09 VZ, revision 20194

fix alpha premultiplying

2003-04-13 14:07 MBN, revision 20193

Removed conflict markers.

2003-04-13 14:02 VZ, revision 20192

premultiply the colours by the alpha value

2003-04-13 14:01 MBN, revision 20191

Compilation fix.

2003-04-13 13:58 MBN, revision 20190

Fix wxMotif build.

2003-04-13 13:55 VZ, revision 20189

no changes

2003-04-13 13:45 VZ, revision 20188

added wxBitmap::UseAlpha()

2003-04-13 13:44 VZ, revision 20187

added test image for alpha

2003-04-13 11:57 SC, revision 20186

supported controls on toolbar

2003-04-13 11:55 SC, revision 20185

implemented constructor for rect from point and size

2003-04-13 06:29 DE, revision 20184

Include datacmn.cpp in wxCocoa

2003-04-13 06:10 DE, revision 20183

Removed everything since it's now in datacmn.cpp

2003-04-13 05:40 DE, revision 20182

Implemented Raise()

2003-04-13 02:22 VZ, revision 20181

fixed unused variable warning

2003-04-13 02:22 VZ, revision 20180

fixes necessary for the default GUI log target to be used in Debug mode

2003-04-13 02:11 VZ, revision 20179

fixed yet another printf() format warning

2003-04-13 02:08 VZ, revision 20178

fixed printf() format warnings

2003-04-13 01:48 VZ, revision 20177

fixed a printf() format warning

2003-04-13 01:26 VZ, revision 20176

fixed a harmless warning

2003-04-12 22:30 VS, revision 20175

backport wxZipFsHandler fix

2003-04-12 22:29 VS, revision 20174

removed outdated docs (fixes bug #698139)

2003-04-12 22:28 VS, revision 20173

fixed relative filenames inside ZIP archive

2003-04-12 22:28 VS, revision 20172

better error message

2003-04-12 18:40 VS, revision 20171

applied patch to fix tooltips charset

2003-04-12 18:38 VS, revision 20170

compilation fix

2003-04-12 18:38 VS, revision 20169

added LDFLAGS_GL to makefiles

2003-04-12 18:37 VS, revision 20168

compilation fix for gcc

2003-04-12 18:37 VS, revision 20167

added Georgian translation

2003-04-12 18:05 SC, revision 20166

redraw fixes for OSX

2003-04-12 18:03 SC, revision 20165

adaption to deprecated files

2003-04-12 13:16 VZ, revision 20164

fixed Moving() documentation

2003-04-12 13:15 VZ, revision 20163

added Ukrainian translation

2003-04-12 04:17 DE, revision 20162

DECLARE_WXCOCOA_OBJC_CLASS now declares types as struct objc_object* so that they are exactly the same type for C++ and Objective-C++ code. This allows them to be used as arguments to functions, especially virtuals, because the C++ name mangling will be the same.

2003-04-12 01:18 VZ, revision 20161

fixed syntax error in configure.in; regenerated configure after recent changes

2003-04-12 01:13 VZ, revision 20160

Unix OpenGL build fix

2003-04-12 01:11 VZ, revision 20159

don't suppose that libs GL and GLU arei n the same directory (bug 699289)

2003-04-12 01:02 VZ, revision 20158

trying to fix threads compilation options: use -Ethreads under UnixWare, don't use -pthreads under IRIX

2003-04-12 00:53 VZ, revision 20157

UnixWare compilation fix (explicitly declare pthread_mutexattr_settype)

2003-04-12 00:47 VZ, revision 20156

user dash and container focus patches

2003-04-12 00:43 VZ, revision 20155

fixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented

2003-04-12 00:35 VZ, revision 20154

UnixWare compilation fix (include sys/filio.h)

2003-04-12 00:32 VZ, revision 20153

added UnixWare recognition

2003-04-12 00:22 VZ, revision 20152

Unixware compilation fix (#undef index)

2003-04-12 00:03 VZ, revision 20151

fixed CheckTransparency() for RGBA images

2003-04-12 00:02 VZ, revision 20150

2.4 -> 2.5; build in another directory than source one; mention --disable-shared

2003-04-11 23:56 VZ, revision 20149

unstable doesn't mean it crashes

2003-04-11 23:24 VS, revision 20148

don't forget to backport manifest and wxLocale fix

2003-04-11 23:22 VS, revision 20147

added WindowsXP manifest directly into application's resources