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-11-13 00:33 RD, revision 12390

SWIGged code updates

2001-11-13 00:32 RD, revision 12389

Fixed a little demo problem

2001-11-13 00:17 RD, revision 12388

Added missing \ before _

2001-11-12 20:32 GD, revision 12387

corrected Carbon to/from POSIX path conversions for Mac OS X

2001-11-12 20:19 GD, revision 12386

added parentheses (corrects smart preprocessor error under Mac OS X)

2001-11-12 01:22 RL, revision 12385

removed -static flag from wx-config --libs. It does more damage removing fine-grained choice from people than it does to help them.

2001-11-12 00:13 VS, revision 12384

wxPanel::OnSize must call event.Skip(), otherwise scrollbars won't work in wxUniv

2001-11-11 20:39 VZ, revision 12383

fixed key event code for ASCII keys in wxListCtrl

2001-11-11 19:55 VZ, revision 12382

some clean up, no real changes

2001-11-11 19:52 VZ, revision 12381

fixed bug with creating status bar with more than 1 pane (needed resize to refresh)

2001-11-11 19:27 VZ, revision 12380

bug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor

2001-11-11 19:19 VZ, revision 12379

fixed minor combobox bug: GetValue() reported wrong value when caleld from TEXT_UPDATED handler

2001-11-11 19:00 VS, revision 12378

fixed stupid big when assigning wxImage's palette to wxBitmap

2001-11-11 18:59 VS, revision 12377

wxTimer for wxMGL

2001-11-11 18:38 VZ, revision 12376

emphasize that wxFindReplaceDialog is always modeless

2001-11-10 18:24 VS, revision 12375

minor fixs

2001-11-10 18:23 VS, revision 12374

added app name to wxrcedit (forgot to commit this one long time ago...)

2001-11-10 18:23 VS, revision 12373

update to wxHtmlTag docs

2001-11-09 23:19 RD, revision 12372

Added build instructions for OS X. Added a very simple demo to help build functionality bit by bit. Regenerated the files that needed SWIGging.

2001-11-09 18:11 VZ, revision 12371

signed/unsigned comparison warnings fixed

2001-11-09 17:58 VZ, revision 12370

removed focus assert

2001-11-09 15:12 VZ, revision 12369

removed code (re)setting the camera from wxGLCanvas::OnSize()

2001-11-09 10:29 VZ, revision 12368

s/Chiniese/Chinese/g

2001-11-09 10:19 VZ, revision 12367

reset SourceSafe project name in the VC++ projects

2001-11-09 10:18 VZ, revision 12366

don't document wxBitmap::SetOk(), it's an implementation detail

2001-11-09 05:24 RL, revision 12365

make --static flag act on --cppflags too.

2001-11-09 01:37 RL, revision 12364

We always add -lm (eventually) anyway, so just adding it to the GL lib test should be sufficient.

2001-11-09 00:15 VZ, revision 12363

applied DBCS patch

2001-11-09 00:13 VZ, revision 12362

regenerated after -GL change

2001-11-09 00:00 RR, revision 12361

Removed unused variable.

2001-11-09 00:00 VZ, revision 12360

add -lm before checking for -lGL

2001-11-08 23:58 RR, revision 12359

Corrected radio button event sending in 2.2, too.

2001-11-08 23:24 RR, revision 12358

wxListBox mouse events now report coords relative to the whole list box. wxRadioButton doesn't emit any event when unpressed. Similar correction to wxRadioBox and wxToggleButton. Upported change to wxMenuEvent so that the id is set in the constructor. Otherwise the EVT_MENU macro is pretty useless. Already in 2.2.8.

2001-11-08 21:06 MBN, revision 12357

Last correction for makefile.g95: win32 mkdir does not like forward slashes as directory separators.

2001-11-08 18:47 RD, revision 12356

Fixed wxSingleChoiceDialog to match the docs wrt the style flag

2001-11-08 12:31 RL, revision 12355

create install dir for overrides.

2001-11-08 12:25 RL, revision 12354

wxUSE_GTK must stay quoted..

2001-11-08 11:24 RL, revision 12353

Rearrange the linker flags/libs code in preparation for better static/shared support. Added --static option to wx-config and removed most libs from --libs output unless it is used.

2001-11-08 02:31 RL, revision 12352

add lintian override for -univ hybrid package.

2001-11-08 00:03 RL, revision 12351

applied the bit's of #473508 that were still relevant, and fixed a couple of others that either the patch missed or (more likely) were new since it was made. Thanks Francis.

2001-11-07 16:13 RD, revision 12350

New XRCed from Roman Rolinsky

2001-11-07 16:12 RD, revision 12349

Show class type returned from HitTest

2001-11-07 15:58 VZ, revision 12348

applied a patch to ignore the modifiers (things like @euro) in LC_XXX vars

2001-11-07 12:08 RL, revision 12347

added aclocal.m4 to dist target. Bad Things happen if it's missing and you want to rebuild configure.

2001-11-07 11:31 RL, revision 12346

oops

2001-11-07 10:03 RL, revision 12345

More pesky "quotes" hiding in m4 macros.

2001-11-07 09:47 RL, revision 12344

Put $(GENERICOBJECTS) back into configure.in for a while, there are still other ports that depend on it.

2001-11-07 09:26 JJ, revision 12343

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/distrib/msw/makefile.rsp wxWindows/include/wx/dbgrid.h wxWindows/lib/vms_gtk.opt wxWindows/samples/db/dbtest.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms Added Files: wxWindows/samples/dialup/descrip.mms wxWindows/samples/docview/descrip.mms wxWindows/samples/font/descrip.mms dbgrid.h change as announced in the developer mailing list various OpenVMS complile issues ----------------------------------------------------------------------

2001-11-07 07:53 RL, revision 12342

remove -lfoo.dll hack, it appears to be unnecessary after all.. don't ask.

2001-11-06 23:54 VS, revision 12341

beginnings of support for MGL shared library (it is crappy as hell in MGL, to begin with)