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

2001-07-30 15:22 VZ, revision 11215

1. made ScrollLines/Pages return bool indicating if we scrolled till the end or not 2. implemented them for wxGTK text ctrl

2001-07-30 13:47 VZ, revision 11214

eliminated flicker when selecting items

2001-07-30 11:18 VZ, revision 11213

compilation fixes for wxGTK

2001-07-29 23:00 VZ, revision 11212

implemented ScrollLines/Pages; fixed bug in Thaw()

2001-07-29 22:51 VZ, revision 11211

documented ScrollLines/Pages

2001-07-29 22:47 VZ, revision 11210

added ScrollLines/Pages

2001-07-29 22:40 VZ, revision 11209

1. added wxTE_AUTO_URL style and support for it under Win32 (and brief mention in docs and tests in the sample) 2. moved wxTextCtrl-specific stuff from defs.h/event.h to textctrl.h

2001-07-29 22:20 VZ, revision 11208

compilation fix for recent commit

2001-07-29 21:22 VZ, revision 11207

added Freeze/Thaw implementation for Windows

2001-07-29 03:06 RD, revision 11206

Added context help stuff to wxPython

2001-07-28 22:40 VS, revision 11205

wxMGL compilation fix

2001-07-28 22:39 VS, revision 11204

wxMGL compilation fixes

2001-07-28 03:29 RD, revision 11203

Various tweaks, fixes, and additions

2001-07-28 03:12 RD, revision 11202

Various tweaks, fixes, and additions

2001-07-28 03:10 RD, revision 11201

Fixed resource leak for wxListItem

2001-07-28 03:07 RD, revision 11200

The installer should also check HKCU for the python install dir, since ActivePython will use that key.

2001-07-28 03:06 RD, revision 11199

A couple fixes for the demo, and some code to show a bug

2001-07-28 03:01 RD, revision 11198

regenerated swigged code

2001-07-28 02:57 RD, revision 11197

A couple off-by-one fixes

2001-07-27 20:05 VZ, revision 11196

mingw32/cygwin compilation fixes

2001-07-27 19:28 RD, revision 11195

some minor tweaks, fixes, etc.

2001-07-27 18:44 RD, revision 11194

fixed typos

2001-07-27 13:30 VZ, revision 11193

don't crash when invalid colour is set as fg/bg colour

2001-07-27 11:54 RR, revision 11192

Added missing method to wxArrayString (Remove()).

2001-07-27 10:07 JS, revision 11191

Added fix to send scroll messages from mouse wheel instead of scrolling directly