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

2000-08-29 18:18 RR, revision 8213

Implemted wxImage::Paste() for transparent images.

2000-08-29 17:56 JS, revision 8212

Small mods

2000-08-29 17:33 VZ, revision 8211

added missing .c_str() here and there

2000-08-29 16:18 JS, revision 8210

Fixed CanCut

2000-08-29 16:09 JS, revision 8209

Sash window layout algorithm now fails if not enough space to complete.

2000-08-29 13:21 JS, revision 8208

Don't allow for status or toolbar size if they are not currently shown

2000-08-29 12:46 JS, revision 8207

Added wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.

2000-08-29 08:55 RR, revision 8206

Merged sizer fix from stable branch Added support for transparent wxImage::Paste()

2000-08-29 08:54 RR, revision 8205

Added wxCanvas prototype and sample

2000-08-28 20:58 VZ, revision 8204

(completely failed so far) attempt to make wxScrolledWindow work

2000-08-28 20:20 VZ, revision 8203

create a DC for wxEraseEvent

2000-08-28 18:34 VZ, revision 8202

make clean shouldn't delete lib/CVS

2000-08-28 18:29 VZ, revision 8201

added Dutch translator

2000-08-27 20:52 VS, revision 8200

added AddWindowStyles

2000-08-27 17:09 VZ, revision 8199

crash when trying to scroll the thumb which can't be scrolled fixed

2000-08-27 17:00 VZ, revision 8198

added scrolling support to wxWindow

2000-08-27 15:42 VZ, revision 8197

1. introduced wxUniversal::wxWindow and moved wxControl drawing to it 2. wxStaticBox is more GTK-ish

2000-08-27 12:18 VZ, revision 8196

1. fixed wxEraseEvent in wxGTK 2. compilation fixes for Unix

2000-08-27 12:16 VZ, revision 8195

compilation fixes for mingw32 (still leaving disabled for now)

2000-08-26 21:35 VZ, revision 8194

forgotten files

2000-08-26 21:34 VZ, revision 8193

1. all recently added classes work under Windows 2. scrollbar input handling improved, should be fine now 3. sample gets the theme name from the cmd line

2000-08-26 21:02 VS, revision 8192

fixed clearly wrong use of APPEXTRALIBS in gizmos samples' Makefile.in

2000-08-26 21:01 VS, revision 8191

gizmos compilation fixes (gcc)

2000-08-25 21:45 VZ, revision 8190

wxBitmapButton added (doesn't work yet)

2000-08-25 17:46 VZ, revision 8189

added wxStaticLine and wxStaticBitmap