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-01-04 16:35 VZ, revision 5237

wxMSW compilation fixes for old mingw32

2000-01-04 16:18 GRG, revision 5236

Corrected problem related to wxSIZE_ALLOW_MINUS_ONE

2000-01-04 15:32 RR, revision 5235

Update bug in wxListCtrl, Y2000 bug in wxFileDialog (sic).

2000-01-04 15:14 DW, revision 5234

needed a check for wxUSE_VALIDATORS in the wxListCtrl::Create proc when calling the parent class, wxControl::Create

2000-01-04 15:02 JJ, revision 5233

Committing in . Patches for VMS Temporarily patch to get the IMAGE sample compiled in MOTIF-mode N.B. GetSubImage still gives rubish Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/motif/bitmap.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/motif/bitmap.cpp ----------------------------------------------------------------------

2000-01-04 14:53 VZ, revision 5232

wxSIZE_ALLOW_MINUS_ONE handling corrected

2000-01-04 14:34 RR, revision 5231

Correct deafult GUI font is now found when querying wxSystemSetting. Hack.

2000-01-04 13:41 DW, revision 5230

Added Calctrl.obj to generic build list

2000-01-04 13:35 DW, revision 5229

Add some "USE" defs that were missing.

2000-01-04 13:02 RR, revision 5228

New colour, font, theme and size code..

2000-01-04 11:54 GRG, revision 5227

Some typos fixed

2000-01-03 23:56 VZ, revision 5226

added test of bg colour in the tree sample

2000-01-03 23:38 VZ, revision 5225

1. wxTreeCtrl::SetBackgroundColour() works (with new comctl32 anyhow) 2. wxToolTip should work with old comctl32

2000-01-03 23:32 DW, revision 5224

Visualage C++ V4.0 has a native long long data type.

2000-01-03 23:31 DW, revision 5223

VisualAge C++ V4.0 fixups, can't differentiate between time_t and double???

2000-01-03 23:21 OK, revision 5222

BC++ 5.x also supports _beginthreadex and _endthreadex

2000-01-03 22:45 GRG, revision 5221

Some little changes

2000-01-03 20:00 OK, revision 5220

Better make it a const reference then.

2000-01-03 19:57 OK, revision 5219

Make wxColour parameter be passed by reference to inline method, so it can be inlined by BC++.

2000-01-03 19:31 OK, revision 5218

Cast both operands of ?: to (wxControl*) so BC++ compiles it

2000-01-03 19:30 RD, revision 5217

Made wxEditor constructor args consistent with other window classes

2000-01-03 19:15 OK, revision 5216

Unicode compilation fix

2000-01-03 18:58 OK, revision 5215

Unicode compilation fixes for BC++ 5 (BC++ 5 mostly doesn't cope with the wxString == char* operation)

2000-01-03 18:53 OK, revision 5214

Those wxTRACE_* string constants appears to need wxT()

2000-01-03 18:52 DW, revision 5213

Need LINKAGEMODE for Visualage C++ compiles on the static global procs at the top

2000-01-03 18:51 OK, revision 5212

Halved DEFAULT_ITEM_WIDTH so default sizes resembles wxGTK better

2000-01-03 18:48 OK, revision 5211

BC++ 5 does not have Unicode version of GetProcAddress. Giving it a plain ASCII string in an #if

2000-01-03 18:44 OK, revision 5210

Another Unicode compilation fix

2000-01-03 18:41 RR, revision 5209

Distrib things. Readded resource support.

2000-01-03 18:26 DW, revision 5208

Updated config files for VisualAge C++ V4.0 to include new sources

2000-01-03 18:25 DW, revision 5207

Fixes to get library to compile

2000-01-03 18:24 DW, revision 5206

Two new font implementations for OS/2

2000-01-03 18:24 DW, revision 5205

small updates for OS/2

2000-01-03 18:22 DW, revision 5204

no enums with commas past last element, please

2000-01-03 17:51 VZ, revision 5203

1. corrections for compilation of the wxBase apps with wxApp 2. wxCAL_NO_MONTH/YEAR_CHANGE styles implemented, cosmetic corrections 3. attempt at BC++ compilation fix

2000-01-03 17:13 RR, revision 5202

Forgot these.

2000-01-03 17:11 RR, revision 5201

Distrib things, Fixed typo in wxCheckListBox.

2000-01-03 14:27 VS, revision 5200

now grabs encoding info not from but from '' (empty string) -- default po header (mo catalog must be, of course, contain the header)

2000-01-03 14:27 VS, revision 5199

Borland #include hack

2000-01-03 14:10 GRG, revision 5198

Add default size for slider

2000-01-03 13:45 RR, revision 5197

Corrected some things in, and some thing revealed by the Life! sample.

2000-01-03 13:45 VZ, revision 5196

makegen program for makefile generation for the samples

2000-01-03 13:36 VZ, revision 5195

makefile for the calendar sample as generated by makegen

2000-01-03 11:42 RR, revision 5194

Corrected spin control, which ignored hand typed text. Corrceted GetBestSize() etc of static text (displayed in tip dialog and elsewhere).

2000-01-03 10:32 VZ, revision 5193

O_BINARY added to wxFile::Create

2000-01-03 09:05 GRG, revision 5192

bmps and ico added as binaries

2000-01-03 09:04 GRG, revision 5191
  • D /wxWidgets/trunk/samples/life/bitmaps/play.bmp
  • D /wxWidgets/trunk/samples/life/bitmaps/reset.bmp
  • D /wxWidgets/trunk/samples/life/bitmaps/stop.bmp
  • D /wxWidgets/trunk/samples/life/mondrian.ico

ups; must add as binary

2000-01-03 08:56 GRG, revision 5190

Life!

2000-01-03 02:24 OK, revision 5189

Unicode fixes

2000-01-03 02:23 OK, revision 5188

Split "?:" into "if" statement for assignment of converted buffers, so Borland C++ 5 accepts compiling it

2000-01-03 02:20 OK, revision 5187

Unicode compilation fixes

2000-01-03 02:19 OK, revision 5186

Make this compile in Unicode mode under Borland C++ 5.02

2000-01-03 02:14 OK, revision 5185

Unicode compilation fixes

2000-01-02 23:32 VS, revision 5184

refreshed makefiles to be in sync with filelist.txt

2000-01-02 23:21 VZ, revision 5183

moved wxCalendarCtrl code from control sample to a new one - calendar

2000-01-02 23:17 VZ, revision 5182

1. wxDateTimeHolidayAuthority class for calculating the holidays added 2. wxCalendarCtrl adjustments and some new features

2000-01-02 21:52 RR, revision 5181

Documented wxMutexGuiEnter etc and thread sample. Also found out that you cannot create top-level windows in a GUI thread other than the main one. No idea why.

2000-01-02 19:51 VS, revision 5180

added encconv.h -- I forgot to do so, sorry

2000-01-02 19:51 VS, revision 5179

wxLocale now uses wxEncodingConverter (must be explicitly enabled)

2000-01-02 19:51 VS, revision 5178

wxFontMapper now cooperates with wxEncodingConverter

2000-01-02 19:51 VS, revision 5177

added wxEncodingConverter::Convert(char*,wxChar*) and variants ; filled equivalence tables ; GetAllEquivalents now returns semi-sorted array (platfrom equivs, then rest of world)

2000-01-02 19:51 VS, revision 5176

added wxEncodingConverter::Convert(char*,wxChar*) and variants

2000-01-02 18:45 KB, revision 5175

linux fixes

2000-01-02 18:13 RR, revision 5174

Some more samples documented etc.

2000-01-02 16:25 RR, revision 5173

wxSpinCtrl no longer emits event when changed programmatically. Some GUI thread things and tests, Change for borders around cmposite controls.

2000-01-02 14:11 VS, revision 5172

fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE

2000-01-02 05:26 RD, revision 5171

Fixes to avoid an endless event looping for wxGTK

2000-01-02 05:24 RD, revision 5170

SWIG code updates

2000-01-01 23:21 RR, revision 5169

Some Resize/GetBestSize() changes.

2000-01-01 16:43 VS, revision 5168

wxFileSystem now compiles if wxUSE_HTML (required by wxHTML)

2000-01-01 12:24 JS, revision 5167

Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again

2000-01-01 11:50 VS, revision 5166

documented wxMB_DOCKABLE

2000-01-01 11:50 VS, revision 5165

added 'document wxSpinCtrl & wxFontMapper' to TODO list

2000-01-01 11:50 VS, revision 5164

fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincontrol ignored min and max values

2000-01-01 11:50 VS, revision 5163

replaced occurences of \_ by _ in verbatim environment

1999-12-31 09:34 RD, revision 5162

Fix for differences of when the ECT_WINDOW_CREATE happens between wxMSW and wxGTK.

1999-12-31 08:29 RD, revision 5161

Added wxEditor from Dirc Holtwic Some tweaks and fixes Some distrib updates

1999-12-31 00:35 VS, revision 5160

added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp

1999-12-31 00:35 VS, revision 5159

added wxEncodingConverter

1999-12-31 00:34 VS, revision 5158

added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

1999-12-31 00:34 VS, revision 5157

added wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and KOI8

1999-12-31 00:33 VS, revision 5156

added wxEncodingConverter - scripts for creating convertion tables

1999-12-30 18:43 GL, revision 5155

Moved fix to sndg72x.h

1999-12-30 18:38 GL, revision 5154

Fix for MINGW32

1999-12-30 18:21 VZ, revision 5153

added support for several new events in wxCalendarCtrl: clicking on week days in the header, double clicking

1999-12-30 17:51 VZ, revision 5152

1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

1999-12-30 12:02 RR, revision 5151

Removed two more GUI lock-ups. This time when using on-GUI threads and sending event.

1999-12-30 00:31 VZ, revision 5150

added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys handling

1999-12-29 23:34 VZ, revision 5149

wxCalendarCtrl works under MSW too

1999-12-29 22:12 RR, revision 5148

Corrected miniframe. Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

1999-12-29 22:10 RD, revision 5147

Enabling the use of masks for wxGTK in some of the demos wxWindow.GetHandle returns the X-Window instead of the GtkWidget pointer so the X-Window can be given to other Python modules such as VTK. wxPython.lib.vtk updated to get the window handle at widget creation instead of in the constructor. other updates

1999-12-29 22:07 RD, revision 5146

Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType so the events can actually be caught by a handler.

1999-12-29 21:03 RR, revision 5145

IsExposed() corrections in calendar.

1999-12-29 20:07 RD, revision 5144

Added some missing EVT_ functions Fixes to wxPython.lib.wxCalendar for new toolbar and region code other fixes

1999-12-29 19:34 VZ, revision 5143

wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

1999-12-29 19:18 VZ, revision 5142

1. wxCalendarCtrl 2. several wxDateTime bugs corrected, a couple of missing functions added 3. GetBestSize() corrections for several wxGTK controls 4. wxStaticLine doesn't get focus any more under MSW 5. added DoMoveWindow() to wxMotif

1999-12-29 17:16 RR, revision 5141

GUI thread update and event corrections.

1999-12-29 14:21 JS, revision 5140

Tidied some doc references; added Stefan's Blit optimisation

1999-12-29 12:52 RR, revision 5139

Doc correction for wxScrollWinEvent.

1999-12-29 11:52 RR, revision 5138

Added wxWindow::DoMoveWindow(..) Changed dnd and clipboard overviews.