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-09 22:39 VS, revision 11340

added std icons to wxMGL

2001-08-09 01:20 VZ, revision 11339

Define _GNU_SOURCE instead of _XOPEN_SOURCE (which breaks libtiff compilation)

2001-08-09 00:26 VZ, revision 11338

changed CPPFLAGS to CXXFLAGS

2001-08-08 23:59 VZ, revision 11337

fixed wxINSTALL_PREFIX setting

2001-08-08 23:46 VZ, revision 11336

moved wxINSTALL_PREFIX from CPPFLAGS to setup.h

2001-08-08 23:35 VZ, revision 11335

1. fixed test in configure for gettimeofday() argument 2. portability fixes in wxSingleInstanceChecer (use S_IRUSR, not S_IREAD)

2001-08-08 23:19 VS, revision 11334

fix for nbsp problem and minor parsing flow change

2001-08-08 23:18 VS, revision 11333

made some wxHtmlEntitiesParser's methods public -- turned out they are useful

2001-08-08 23:18 VS, revision 11332

updated wxTextFile docs; some typo corrections

2001-08-08 23:18 VS, revision 11331

wxEraseEvent docs corrections

2001-08-08 22:52 VZ, revision 11330

1. next attempt to fix RH 7.1 build 2. CPPFLAGS are the flags for cpp, not for c++ compiler!

2001-08-08 20:08 RR, revision 11329

Probably fixed listbox crashes.

2001-08-08 16:44 VZ, revision 11328

fixed errors in glibc test

2001-08-08 16:41 VZ, revision 11327

oops, last check in undone - there is a problem somewhere there...

2001-08-08 16:38 VZ, revision 11326

attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)

2001-08-08 10:59 JS, revision 11325

Corrected my typo

2001-08-08 06:43 JS, revision 11324

Added container class

2001-08-08 00:10 VZ, revision 11323

drastically reduced flicker in RefreshItems

2001-08-07 23:22 VS, revision 11322

merged wxMGL cursors from wxUniversal branch

2001-08-07 23:16 VS, revision 11321

native theme for wxMGL

2001-08-07 19:03 VZ, revision 11320

removed Robert's message box

2001-08-07 18:18 VZ, revision 11319

fixed unwanted owner data accesses in virtual list ctrl

2001-08-07 15:12 VZ, revision 11318

compilation fix

2001-08-07 06:54 SC, revision 11317

no message

2001-08-07 00:14 VZ, revision 11316

don't process enter as tab, there are many controls which want to process it themselves

2001-08-06 22:50 VZ, revision 11315

changed wxControlContainer to avoid triggering tons of warnings from VC++ at warning level 4 ("'this' : used in base member initializer list" is really the stupidiest warning I've ever seen)

2001-08-06 22:40 VS, revision 11314

Unicodification of wxTextFile

2001-08-06 22:40 VS, revision 11313

Unicodification of wxTempFile

2001-08-06 22:39 VS, revision 11312

why was generic wxNativeFontInfo code disabled for wxMGL?

2001-08-06 22:38 VS, revision 11311

compilation fix

2001-08-06 21:06 RR, revision 11310

Applied patch for wxComboBox and wxListBox to prevent "hanging" in single selection mode. Also removed call to AddPendingEvent and changed wxLB_EXTENDED mode so that no changes to the listbox go unnoticed. I do wonder what the difference between multiple and extended list boxes actually are. Not suer what I changed in the other files.

2001-08-06 20:40 DW, revision 11309

Some Updates for latest CVS.

2001-08-06 19:49 VZ, revision 11308

use item colour when drawing the focused item if we don't highlight it

2001-08-06 19:29 VZ, revision 11307

don't draw the focused item rect around the image

2001-08-06 19:27 VZ, revision 11306

don't draw the selected item background if we don't have the focus

2001-08-06 19:12 VZ, revision 11305

don't draw the selected item background if we don't have the focus

2001-08-06 18:59 VZ, revision 11304

don't allow TABbing to wxHtmlWindow

2001-08-06 18:53 VZ, revision 11303

compilation fix

2001-08-06 15:57 SC, revision 11302

corrected mac src due to new api changes

2001-08-06 12:55 VZ, revision 11301

1. slightly changed how wxControlContainer is used 2. use it now for wxSplitterWindow too 3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)

2001-08-06 12:24 VZ, revision 11300

added another small test for wxTimeSpan::Format

2001-08-06 12:19 VZ, revision 11299

added wxUSE_SPLASH

2001-08-06 12:18 VZ, revision 11298

wxBase compilation fix

2001-08-06 12:13 VZ, revision 11297

added wxUSE_SPLASH

2001-08-06 12:12 VZ, revision 11296

fixed infinite recursion in SetFocus()

2001-08-06 11:58 VZ, revision 11295

regenerated to include src/common/containr.cpp

2001-08-06 11:58 VZ, revision 11294

bug in SetLastFocus corrected

2001-08-06 11:57 VZ, revision 11293

compilation fixes

2001-08-06 11:48 VZ, revision 11292

compilation fix (sorry)

2001-08-06 11:43 VZ, revision 11291

pragma fix for gcc

2001-08-06 02:37 DW, revision 11290

Updates to fix statusbar and menu errors.

2001-08-06 00:49 VZ, revision 11289

moved knd handling logic from wxPanel to wxControlContainer (sorry for the dull name Julian ;-)

2001-08-05 22:40 VZ, revision 11288

added empty and unused wxTLW - to be used later

2001-08-05 21:40 RR, revision 11287

Patch that should prevent problem with interference between dragging the scrollbat thumb and normal mouse events. Also, thumb-release event are now sent from wxScrollWindow. Neither has been tested, but the same code works in wxWindow.

2001-08-05 16:39 GD, revision 11286

removed useless include (already in glcanvas.h)

2001-08-05 16:37 GD, revision 11285

added include for Mac OS X

2001-08-05 16:34 GD, revision 11284

corrected includes for Mac OS X

2001-08-05 16:32 GD, revision 11283

corrected conditional compilation for wxMac

2001-08-05 15:07 VZ, revision 11282

fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X) without breaking all the others by using a new MSWShouldPreProcessMessage() function

2001-08-05 14:13 VZ, revision 11281

fixed kbd handling in wxFindReplaceDialog

2001-08-04 22:36 VS, revision 11280

reverted my Set/getTitle change

2001-08-03 20:26 VS, revision 11279

compilation fixes

2001-08-03 20:26 VS, revision 11278

once again forgot about this OS/2 strangeness

2001-08-03 17:19 VZ, revision 11277

fix for infinite recursion in UpdateFontIfNeeded

2001-08-03 16:26 VZ, revision 11276

compilation error fixed

2001-08-03 16:02 SC, revision 11275

added gaugecmn

2001-08-03 15:20 JS, revision 11274

Added missing Makefile names

2001-08-03 14:50 VZ, revision 11273

no changes

2001-08-03 13:24 VZ, revision 11272

failed attempt to change the default action for GTK dnd (nothing changed finally)

2001-08-02 23:46 VS, revision 11271

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:32 VS, revision 11270

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:31 VS, revision 11269

fixed docs to accomodate more strict wxHTML Help controller

2001-08-02 21:37 RR, revision 11268

Fix tree control invalid pointer after drag bug.

2001-08-02 20:46 RR, revision 11267

Fixed what might be the nastiest bug I have seen.

2001-08-02 20:15 VZ, revision 11266

compilation fix

2001-08-02 19:20 VZ, revision 11265

remember unknown charsets in the config too

2001-08-02 19:02 VZ, revision 11264

applied patch 446014 (misc mingw fixes from Mattia)

2001-08-02 18:59 VZ, revision 11263

applied patch 446010 (unicode compilation fixes)

2001-08-02 18:58 VZ, revision 11262

applied patch 446009 (DLL cross compilation using mingw32)

2001-08-02 18:26 VZ, revision 11261

removed wxYield call from wxBusyCursorSuspender

2001-08-02 17:20 JS, revision 11260

Corrections to the VC++ project files

2001-08-02 17:16 JS, revision 11259

Removed memory leak

2001-08-02 14:57 VZ, revision 11258

compilation fix for cygwin/old mingw32 (patch 446700)

2001-08-02 03:06 RD, revision 11257

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 03:01 RD, revision 11256

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 02:48 RD, revision 11255

compilation fix for VC++

2001-08-02 02:34 RD, revision 11254

changed Replace and Remove to always use EM_REPLACESEL instead of going through the clipboard

2001-08-01 23:07 VS, revision 11253

documented changes

2001-08-01 23:06 VS, revision 11252

SHARED_LD must be CXX, not CC, otherwise we get unresolved externals (at least with gcc3) if app binary wasn't linked with CXX. This may happen for instance when dynamically loading wxPython module. (Let's change it for all platforms, not only Linux, and see what happens.)

2001-08-01 23:06 VS, revision 11251

fixed MGL files

2001-08-01 22:57 VS, revision 11250

wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)

2001-08-01 22:56 VS, revision 11249

more tests

2001-08-01 22:56 VS, revision 11248

added tracing of strconv

2001-08-01 22:56 VS, revision 11247

hopefully fixed bytesex issues in strconv

2001-08-01 22:56 VS, revision 11246

fixed <pre> handling

2001-08-01 22:55 VS, revision 11245

fixed mgl.t to not include paletteg.o (hey, reading these templates is better than Cryptonomicon...)

2001-08-01 22:54 VS, revision 11244

fixed MGL files

2001-08-01 22:54 VS, revision 11243

added mgl.t to makeall.sh

2001-08-01 22:54 VS, revision 11242

added bmpbase.cpp (forgotten during merge?)

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

fixed overrestrictive test