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-08-01 22:50 VS, revision 11240

compilation fix

2001-08-01 22:50 VS, revision 11239

compilation fix (Vadim, is this correct?)

2001-08-01 16:59 JS, revision 11238

This time, changed the correct release script.

2001-08-01 16:58 JS, revision 11237

Added progress dialog to project files; changed version in release script

2001-08-01 15:29 VZ, revision 11236

applied patch 432202 (allow installing in already existing directories)

2001-08-01 15:03 VZ, revision 11235

applied patch 441270 (fix cygwin wxSplashScreen compilation)

2001-08-01 15:00 VZ, revision 11234

applied patch 444915 (warning fixes for gcc 2.95.4)

2001-08-01 14:57 VZ, revision 11233

added wxUSE_FINDREPLDLG

2001-08-01 14:55 VZ, revision 11232

added generic implementation and documentation for wxFindReplaceDialog

2001-08-01 14:53 VZ, revision 11231

added tests for ScrollLines/Pages

2001-08-01 11:45 VZ, revision 11230

removed KLB mods - but I'm doing this for the last time

2001-08-01 11:24 VZ, revision 11229

removed duplicate typedef

2001-08-01 02:29 VZ, revision 11228

Vain attempts to make kbd navigation work inside find/replace dialog - it still doesn't. But at least the dialog itself does work now.

2001-07-31 22:44 VS, revision 11227

wxWindowBase remembers title/label now

2001-07-31 22:36 VS, revision 11226

wxMGL compilation fix that I forgot to chekc in

2001-07-31 22:36 VS, revision 11225

friend class fix

2001-07-31 22:34 VS, revision 11224

fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)

2001-07-31 21:30 RD, revision 11223

Fixed "Failed to set clipboard data. (error 1418: thread does not have a clipboard open.)" error when using wxTextCtrl::Replace

2001-07-31 21:29 VZ, revision 11222

started applying patch 410826

2001-07-31 20:57 DW, revision 11221

Added regex to the build. New .def file for .dll builds.

2001-07-31 20:56 DW, revision 11220

TRUE instead of true

2001-07-31 17:58 VZ, revision 11219

fixed compilation [warning]

2001-07-31 17:56 VZ, revision 11218

declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0

2001-07-31 17:50 KLB, revision 11217

Latest updates from SciTech code tree including numerous warning fixes for the Watcom and other compilers.

2001-07-30 21:37 RD, revision 11216

Applied patch #445873

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

2001-07-27 02:54 RD, revision 11190

Added some WXDLLEXPORTs

2001-07-26 18:40 VZ, revision 11189

(bad) fix for asserts and OnIdle events

2001-07-26 18:39 VZ, revision 11188

forgotten method declaration

2001-07-26 16:45 VZ, revision 11187

made the log dialog resizeable (again?)

2001-07-26 16:33 VZ, revision 11186

highlight the focused item in non report mode too

2001-07-26 16:19 VZ, revision 11185

fix for (re)positioning the main window when the style changes

2001-07-26 15:26 VZ, revision 11184

avoid nested modal log dialogs

2001-07-26 15:09 VZ, revision 11183

test for wxLog interaction with wxYield better

2001-07-26 13:21 VZ, revision 11182

*really* suppress log messages from inside wxYield

2001-07-26 11:32 RR, revision 11181

Fixed problem with missing refresh in wxScrolledWindow:: SetScrollbars().

2001-07-26 09:58 VZ, revision 11180

respect SetFont/SetXXXColour in wxTextCtrl even when using styles

2001-07-26 09:24 VZ, revision 11179

don't do anything in SetBackgroundColour() if colour is invalid

2001-07-26 09:06 VZ, revision 11178

timestampt trace/debug messages under Unix too, this is useful for debugging

2001-07-26 08:59 VZ, revision 11177

added demo of the difference Freeze/Thaw makes in wxTextCtrl

2001-07-26 08:33 VZ, revision 11176

added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl

2001-07-25 16:13 VZ, revision 11175

fix for focus handling when deleting the items

2001-07-25 13:17 JS, revision 11174

Tweaks to fl project files

2001-07-24 19:33 VZ, revision 11173

compilation warning fixed

2001-07-24 17:08 VZ, revision 11172

reverted my previous change to WINVER - it is already defined elsewhere

2001-07-24 16:19 VZ, revision 11171

fixed compilation problem with multiple Update()s

2001-07-24 15:27 JS, revision 11170

Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

2001-07-23 20:11 GD, revision 11169

renamed Number method (should be GetCount)

2001-07-23 18:17 VZ, revision 11168

fixed bug with wxPathExists('c:\') yet again

2001-07-23 18:13 VZ, revision 11167

don't process VK_OEM_XXX key presses

2001-07-23 18:06 VZ, revision 11166

use Windows standard icons instead of our own (patch 443856)

2001-07-23 17:46 VZ, revision 11165

added test for writing empty value to the config

2001-07-23 17:45 VZ, revision 11164

1. fixed bug with empty value not being written to the file 2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX

2001-07-23 15:54 VZ, revision 11163

don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well

2001-07-23 14:57 VZ, revision 11162

fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample

2001-07-23 13:28 VZ, revision 11161

added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!

2001-07-22 20:26 GD, revision 11160

correction for Mac OS X compilation

2001-07-22 20:25 GD, revision 11159

corrected pragma interface/implementation (clash with wxWindows library)

2001-07-22 20:05 GD, revision 11158

fixed wxListBox inheritance

2001-07-22 19:36 GD, revision 11157

added property sheet option corrected tree layout option corrected samples list configuration

2001-07-22 18:07 GD, revision 11156

added tree layout define

2001-07-22 18:06 GD, revision 11155

corrected conditional compilation tests

2001-07-22 17:21 GD, revision 11154

post wxUniv merge fix

2001-07-22 17:15 GD, revision 11153

post wxUniv merge fix

2001-07-22 17:09 GD, revision 11152

post wxUniv merge fix

2001-07-22 17:03 GD, revision 11151

corrected pragma interface/implementation for Mac OS X

2001-07-22 17:00 GD, revision 11150

added missing conditional compilation test for MSW specific events

2001-07-22 15:05 GD, revision 11149

added dependency handling to Makefiles

2001-07-22 14:57 GD, revision 11148

corrections for Mac OS X compilation

2001-07-22 14:50 GD, revision 11147

ignore files produced by CodeWarrior

2001-07-22 14:23 GD, revision 11146

correction for Mac OS compilation

2001-07-22 14:19 GD, revision 11145

added dependency handling to Makefiles

2001-07-22 14:10 GD, revision 11144

correction for Mac OS X compilation

2001-07-22 14:09 GD, revision 11143

post wxUniv merge fixes

2001-07-22 14:08 GD, revision 11142

corrections for Mac OS X compilation

2001-07-22 14:06 GD, revision 11141

added dependency handling to Makefiles