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

2005-02-28 11:00 JS, revision 32453

Added XPM ctor

2005-02-28 10:53 VZ, revision 32452

compilation fix for non-debug build

2005-02-28 09:30 SC, revision 32451

10.2 additions for non compositing

2005-02-28 06:14 SC, revision 32450

cleanup

2005-02-28 05:18 SC, revision 32449

no_rtti fix was not having correct eval order

2005-02-28 02:47 RN, revision 32448

fix for bug raised in patch [ 1145715 ] endless loop in wxString::PrintV

2005-02-28 02:25 RN, revision 32447

partially fix bug [ wxwindows-Bugs-1145813 ] Centre() Doesn't Work With Dual Monitors , and note other part of bug

2005-02-28 02:24 KH, revision 32446

Casting grouping (Get/SetNativeContext), fixes 10.2 compilation

2005-02-28 02:10 DS, revision 32445

removed trailing comma from enum

2005-02-28 02:00 RN, revision 32444

comment and 'fix' bug 1145623

2005-02-28 01:51 RR, revision 32443

Add PrivData() field to wxPrintData since MSW's printer sometimes seem to save data in an extra field. The original author of the patch chose to save it in char* so I kept that, although void* would probably be correct. The patch is against 2.4.2 and the code has been reshuffled since then so that the patch had to be redone entirely.

2005-02-28 01:23 VZ, revision 32442

show tooltips for the text control part of the spin control as well (bug 735044)

2005-02-28 01:22 VZ, revision 32441

made Add() public so that it could be called for addition HWNDs making part of the same logical wxWindow from other classes

2005-02-28 01:15 VZ, revision 32440

1. added possibility to test setting tooltip for the widget 2. added WidgetPage::GetWidget2() for pages like the spin one which shows 2 widgets and not only one

2005-02-28 01:06 VZ, revision 32439

wxUniv compilation fix

2005-02-28 00:23 VZ, revision 32438

another test for DST bug

2005-02-28 00:20 VZ, revision 32437

fixed test to actually work

2005-02-28 00:18 VZ, revision 32436

support filenames with empty extension (foo.) (bug 1078200)

2005-02-28 00:13 VZ, revision 32435

fixed last commit to not break ToString() for negative numbers but still fix it for wxLongLong(LONG_MIN, 0) for which Negate() doesn't work

2005-02-27 23:18 MW, revision 32434

Detect SIZEOF_WCHAR_T when cross-compiling

2005-02-27 23:08 VZ, revision 32433

fixed ToString() for negative long longs (bug 1101426)

2005-02-27 21:55 VS, revision 32432

GTK+ headers aren't needed anymore

2005-02-27 20:49 SC, revision 32431

no_rtti fix was not having correct eval order

2005-02-27 20:31 MW, revision 32430

Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the common section in setup_inc.h to tackle the problem raised by patch 1152046.

2005-02-27 19:31 SC, revision 32429

guard for 10.2

2005-02-27 17:47 RR, revision 32428

The position (mouse pos) returned by wxKeyEvent sometimes was wrong, as it reported the position relative to the TLW (this is what a bug report claims, in any case).

2005-02-27 17:01 SC, revision 32427

old style casts for no-rtti builds

2005-02-27 16:42 VZ, revision 32426

further resized icons to 16*15 (still patch 1151163)

2005-02-27 16:39 VZ, revision 32425

set WS_GROUP on the first button in the group, fixes hangs inside native radiobox code (bug 1091714)

2005-02-27 16:35 RR, revision 32424

SetLabel() no longer invalidates the font which was previously set.

2005-02-27 15:58 VZ, revision 32423

refersh after changing the image (patch 1151163)

2005-02-27 15:57 VZ, revision 32422

cropped icons to 16*16 (patch 1151163)

2005-02-27 15:54 VZ, revision 32421

added default ctor and fixed copying of wxFileData (patch 1149384)

2005-02-27 15:46 MBN, revision 32420

Updated Italian translation.

2005-02-27 15:43 VZ, revision 32419

refresh bitmap when it's label changes, this is necessary for wxMSW and maybe wxGTK and shouldn't hurt much for other ports

2005-02-27 15:40 VZ, revision 32418

better compatibility with old wxList in wxUSE_STL==1 mode (patch 1075432)

2005-02-27 15:39 MBN, revision 32417

Use the same error message for wxMSW and wxMac.

2005-02-27 15:36 VZ, revision 32416

fix to previous patch: don't crash when saving in 16bpp

2005-02-27 15:25 VZ, revision 32415

added tests for savin PNG images in different formats; don't ask for BMP bpp if not saving as BMP

2005-02-27 15:24 VZ, revision 32414

added support for saving grey and grey-red PNG images (patch 985447)

2005-02-27 14:58 SC, revision 32413

ommission

2005-02-27 14:57 SC, revision 32412

cleanup

2005-02-27 14:47 SC, revision 32411

cleanup

2005-02-27 14:47 SC, revision 32410

moving compositing knowledge into utility classes

2005-02-27 14:44 SC, revision 32409

scrolling UPP moved

2005-02-27 14:43 VZ, revision 32408

fix for BCC compilation (see patch 1101702)

2005-02-27 14:35 VZ, revision 32407

compilation fix (missing header) (patch 1151763)

2005-02-27 14:06 JS, revision 32406

Tweaks to install guide

2005-02-27 12:03 VS, revision 32405

include version information in DLLs

2005-02-27 12:01 VS, revision 32404

copyright and name updates

2005-02-27 11:55 JS, revision 32403

Added GetIcon, GetBitmap to wxImageList Tweaked DC and bitmap docs

2005-02-27 11:41 SC, revision 32402

cleanup, adding common methods

2005-02-27 10:54 JS, revision 32401

Fixes

2005-02-27 10:36 JS, revision 32400

Added GetBitmap, GetIcon to wxImageList

2005-02-27 10:02 RN, revision 32399

fix compilation - Stefan see my last commit bundle :)

2005-02-27 09:51 SC, revision 32398

cleanup

2005-02-27 09:49 SC, revision 32397

cleanup

2005-02-27 09:10 SC, revision 32396

reintroducing non-composited functionality due to DataBrowser Bugs under 10.2

2005-02-27 08:54 SC, revision 32395

reintroducing non-composited functionality due to DataBrowser Bugs under 10.2

2005-02-26 20:03 JS, revision 32394

Added wxFULL_REPAINT_ON_RESIZE and sample icon to OpenGL samples

2005-02-26 18:02 RD, revision 32393

Finalize --> Realize

2005-02-26 17:26 RR, revision 32392

Commited fix for HP compiler in raw bitmap code.

2005-02-26 15:51 MBN, revision 32391

Add implementation for pure virtual method.

2005-02-26 15:45 MBN, revision 32390

No real change.

2005-02-26 15:31 MW, revision 32389

Move wxGetOSFHandle to include/wx/msw/private.h since it needs HANDLE anyway and make it a macro. Make the 'default' return value for wxGetFileKind wxFILE_KIND_DISK and add a comment explaining what it's for.

2005-02-26 14:40 JS, revision 32388

Spacing is better on GTK+ and (hopefully) Mac

2005-02-26 13:06 VZ, revision 32387

update from Martin Srebotnjak <miles@filmsi.net>

2005-02-26 11:30 RN, revision 32386

guess it wasn't

2005-02-26 10:23 RN, revision 32385

I'm assuming this was meant to be included

2005-02-26 10:19 RN, revision 32384

setup.h regeration

2005-02-26 10:09 RN, revision 32383

use_gstreamer fix

2005-02-26 10:05 RN, revision 32382

change superflous elif to else

2005-02-26 10:05 RN, revision 32381

fix for nonsupporting carbon builds

2005-02-26 10:00 RN, revision 32380

Fix error and some warnings - wxTopLevelWindowMac needs toplevel.h, but we only need a plain window - warnings are an unused variable (commented out) and passing floats in place of shorts - and why is this file in wxBase anyway? Oh well...

2005-02-26 03:32 RD, revision 32379

reSWIGged

2005-02-26 03:16 RD, revision 32378

The key event for the shift key should not start the cell editor

2005-02-26 01:13 RD, revision 32377

minor tweaks

2005-02-26 00:19 RD, revision 32376

Correct GetString check message

2005-02-26 00:18 RD, revision 32375

Range check the index in GetString

2005-02-25 23:50 RD, revision 32374

Added docview modules from Peter Yared and Morgan Hua

2005-02-25 20:38 ABX, revision 32373

Various warning fixes and minor source cleaning.

2005-02-25 19:16 ABX, revision 32372

BASE, NET and CORE separation in PalmOS build.

2005-02-25 17:25 JS, revision 32371

Use wxIMAGE_OPTION_QUALITY

2005-02-25 17:24 JS, revision 32370

Added wxIMAGE_OPTION_QUALITY

2005-02-25 16:51 SC, revision 32369

add mac theme -> rgb color conversion

2005-02-25 14:19 SC, revision 32368

submenus have to work in these as well

2005-02-25 14:16 ABX, revision 32367

More wxFile fixes.

2005-02-25 13:57 SC, revision 32366

new MLTE implementation, using our own scrolling

2005-02-25 13:49 SC, revision 32365

avoid negative widths, moved deeper down

2005-02-25 13:45 SC, revision 32364

avoid negative widths

2005-02-25 11:07 VZ, revision 32363

fix for disabling the control (bug 1150830)

2005-02-25 11:07 ABX, revision 32362

Use of date picker control flag must be somehow defined.

2005-02-25 09:44 ABX, revision 32361

Completed sync of BASE_CMN_SRC between PalmOS and bakefiles. Missing features (stdpaths) added and buildable.

2005-02-25 09:08 CE, revision 32360

daily build of inno msw

2005-02-25 08:08 JS, revision 32359

Make HTCLIENT code off by default

2005-02-24 19:52 RD, revision 32358

reSWIGged

2005-02-24 19:50 RD, revision 32357

Some build tweaks

2005-02-24 18:41 RD, revision 32356

bumped subrelease number

2005-02-24 18:34 RD, revision 32355

Took out IsValid. It is not public everywhere.

2005-02-24 18:22 RD, revision 32354

Add IsValid()

2005-02-24 18:21 RD, revision 32353

no-op methods for ownerdrawn methods in wxMenuItem

2005-02-24 18:01 ABX, revision 32352

Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.

2005-02-24 16:58 VZ, revision 32351

fix for SetValue() losing effect after focus change (patch 1150911)

2005-02-24 16:51 VZ, revision 32350

really fixed bug with DST in Set(h, m, s, ms) (see patch 1097811)

2005-02-24 15:22 VZ, revision 32349

use correct colour for the toolbar initially (patch 1150657)

2005-02-24 15:18 ABX, revision 32348

Provide to Borland the same fix as for Cygwin due to historic placement of Borland between Unix compilers. Needs further fix with move of Borland into MSW section in filefn.h

2005-02-24 14:33 VZ, revision 32347

added missing virtual dtors to base classes (patch 1150945)

2005-02-24 14:20 SC, revision 32346

under compositing windows when using the 'classic' mlte we must remove and reinsert the scrollbars as they have been inserted 'out of embedding order' onto the root control

2005-02-24 14:09 SC, revision 32345

add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:09 SC, revision 32344

notifying children of absolute position changes, add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:07 SC, revision 32343

making implementation independent of a wx-peer of that control

2005-02-24 14:06 SC, revision 32342

forwarding position changed events to peer

2005-02-24 10:51 ABX, revision 32341

Further improvements in composite controls (wxRadioBox) on PalmOS.

2005-02-24 10:48 ABX, revision 32340

Small move towards similar set of files as in bakefiles for catching all the possible conflicts in sources and include and verify all missing files like extended.c

2005-02-24 10:43 ABX, revision 32339

PalmOS headers have ssize_t with no sign of it so we have to assume they are always there. Missed semicolon.

2005-02-24 08:26 JS, revision 32338

Restored mouse sensitivity for static box and static bitmap

2005-02-23 22:55 VZ, revision 32337

update from Michalis Kabrianis (patch 1145218)

2005-02-23 20:46 ABX, revision 32336

More support in wxRadioBox for PalmOS. Refreshing fixes.

2005-02-23 20:08 ABX, revision 32335

wxDocManager::GetTemplates was missing (#1149847)

2005-02-23 18:19 SC, revision 32334

force icon type for tools, as PICTs are not shown

2005-02-23 18:18 SC, revision 32333

scaling for 24x24 and 64x64 sizes

2005-02-23 17:16 SC, revision 32332

HITextView fixed

2005-02-23 17:04 ABX, revision 32331

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:54 VZ, revision 32330

don't redefine NOMINMAX if already defined (mingw32 does this apparently)

2005-02-23 16:52 ABX, revision 32329

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:48 SC, revision 32328

switch OSX implementations to unicode text ctrl meanwhile

2005-02-23 16:46 VZ, revision 32327

removed checks for compilers supporting wxUSE_ON_FATAL_EXCEPTION, it's in wx/chkconf.h now

2005-02-23 16:44 VZ, revision 32326

build ODBC sample under MSW too if wxUSE_ODBC (closes 1083805)

2005-02-23 16:39 ABX, revision 32325

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:36 CE, revision 32324

daily build of docs

2005-02-23 16:24 VZ, revision 32323

update from Martin Srebotnjak <miles@filmsi.net>

2005-02-23 16:18 SC, revision 32322

along the same change in dc

2005-02-23 16:13 SC, revision 32321

revamping classic MLTE implementation

2005-02-23 16:08 SC, revision 32320

adding peer back to wxWindow

2005-02-23 15:53 SC, revision 32319

adding peer back to wxWindow

2005-02-23 15:52 SC, revision 32318

carbon cfm fixes, factoring code

2005-02-23 15:50 ABX, revision 32317

Presentation of hiding and disabling of the items in wxRadioBox.

2005-02-23 15:48 SC, revision 32316

carbon cfm fixes

2005-02-23 15:46 SC, revision 32315

adding a peer pointing back to wxWindow

2005-02-23 15:39 SC, revision 32314

moving all border invalidations into one area, also opening peer access for all

2005-02-23 13:12 ABX, revision 32313

Registered PalmOS creatorID for minimal sample for the future bakefile support. Non influence on other formats.

2005-02-22 23:08 DS, revision 32312

use a larger font again for wxMSW (the chopping off was caused by a wxStaticText resizing bug which has been fixed)

2005-02-22 22:45 RR, revision 32311

Better correction to the wxListBox misbehaviour. Strangely, the listbox sends out 2 events upon the first selection.

2005-02-22 16:48 VS, revision 32310

fixed wxDateTime::ParseFormat to correctly handle '%x' on Windows

2005-02-22 15:09 ABX, revision 32309

Licence name correction.

2005-02-22 14:48 ABX, revision 32308

More connections between wxWindow and wxRadioBox.

2005-02-22 10:41 MW, revision 32307

Removed dependency on wx/html/forcelnk.h

2005-02-22 07:22 ABX, revision 32306

More wxAPI for radiobox of PalmOS.

2005-02-22 07:15 RN, revision 32305

fix some 'might not be initialized in this function' warnings

2005-02-22 07:15 ABX, revision 32304

wxRect::SetSize documented.

2005-02-22 00:13 DS, revision 32303

don't create a png alpha image if we don't have to

2005-02-21 22:46 RR, revision 32302

Show that the GTK+ listbox doesn't deselect any item in MULTIPLE mode when clicked upon.

2005-02-21 21:02 ABX, revision 32301

Consistent wxWindow::Enable with wxRadioBox::Enable for control and its items. wxRadioBox of PalmOS. Little source cleaning.

2005-02-21 18:34 RD, revision 32300

fixed compile error

2005-02-21 18:33 SC, revision 32299

warning fix

2005-02-21 17:32 RD, revision 32298

Treat the numpad enter key the same as the main enter key

2005-02-21 16:33 SC, revision 32297

XTI fix for VC 7.1 (VC 8.0 didn't complain)

2005-02-21 14:37 SC, revision 32296

drawing circles with a transparent pen was filling of course...

2005-02-21 14:32 SC, revision 32295

fix for quartz case

2005-02-21 14:19 , revision 32294
  • A /wxWidgets/tags/WX_2_5_4
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_5_4/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_5_4/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_5_4/lib/dummy
  • R /wxWidgets/tags/WX_2_5_4/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_5_4/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_5_4/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_5_4/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_5_4/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_5_4/samples/printing/printing.def
  • D /wxWidgets/tags/WX_2_5_4/samples/resource
  • R /wxWidgets/tags/WX_2_5_4/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_5_4/samples/tab
  • D /wxWidgets/tags/WX_2_5_4/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_5_4/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_5_4/src/expat
  • R /wxWidgets/tags/WX_2_5_4/src/expat/configure
  • R /wxWidgets/tags/WX_2_5_4/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_5_4/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_5_4/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_5_4/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_5_4/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_5_4/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_5_4/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_5_4/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_5_4/src/png
  • A /wxWidgets/tags/WX_2_5_4/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_5_4/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_5_4/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_5_4/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_5_4/src/png/configure
  • R /wxWidgets/tags/WX_2_5_4/src/png/example.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_5_4/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_5_4/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_5_4/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_5_4/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_5_4/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_5_4/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.5
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.c
  • A /wxWidgets/tags/WX_2_5_4/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_5_4/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_5_4/src/png/png.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM7.mcp
  • A /wxWidgets/tags/WX_2_5_4/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_5_4/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_5_4/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_5_4/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_5_4/src/png/README
  • D /wxWidgets/tags/WX_2_5_4/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_5_4/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_5_4/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_5_4/src/png/TODO
  • R /wxWidgets/tags/WX_2_5_4/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_5_4/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_5_4/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/README
  • R /wxWidgets/tags/WX_2_5_4/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_5_4/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_5_4/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'WX_2_5_4'.

2005-02-21 14:19 JS, revision 32293

Updated FAQs from web site

2005-02-21 14:00 SC, revision 32292

warning cleanup

2005-02-21 13:57 SC, revision 32291

trials for proper synchronizing between different contexts on the same window

2005-02-21 13:53 SC, revision 32290

adapting to bitmaprefdata changes

2005-02-21 13:51 SC, revision 32289

first step into modernizing MLTE-Classic as it still seems to be the most complete answer to our needs

2005-02-21 13:50 SC, revision 32288

carbon cfm / classic fixes

2005-02-21 13:48 SC, revision 32287

moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise

2005-02-21 13:42 SC, revision 32286

moving native format generation into bitmap ref data because of the owner semantics (we don't know when to release a PicHandle otherwise

2005-02-21 11:41 JS, revision 32285

Don't inherit background from parent if we're top-level

2005-02-21 09:21 JS, revision 32284

Added --norpms switch

2005-02-21 09:20 JS, revision 32283

Corrected compilo

2005-02-21 02:13 DS, revision 32282

reworded parts of the 'alpha channel support' paragraph

2005-02-21 02:11 VZ, revision 32281

added debug/release DLL configurations so that VC++ chooses the right one when building wx as DLL (should close 877037)

2005-02-21 02:09 DS, revision 32280

fixed MSVC6 truncation warning

2005-02-21 02:06 VZ, revision 32279

don't define min/max macros in windows.h (closes 1052256)

2005-02-21 01:56 VZ, revision 32278

declare variable used in source code example (bug 1093638)

2005-02-21 01:52 VZ, revision 32277

removed ambiguity from wxGLCanvas ctors (bug 1102544)

2005-02-21 01:44 VZ, revision 32276

removed mention of client data, there is none in this class (bug 1144820)

2005-02-21 01:24 VZ, revision 32275

call gdk_flush() in Update() (see discussion of patch 1047642)

2005-02-21 00:24 VZ, revision 32274

update from James Bishop

2005-02-21 00:10 VZ, revision 32273

use different image for pressed button state

2005-02-21 00:04 VZ, revision 32272

implementation of wxRendererXP::DrawComboBoxDropButton() (patch 1144845)

2005-02-20 22:22 VS, revision 32271

fixed spec files: no data files are installed under prefix/share/wx anymore

2005-02-20 20:50 RR, revision 32270

Changed wxFopen() calls to use c_str

2005-02-20 20:46 RR, revision 32269

Applied patch to allow resizing the popup window.

2005-02-20 20:39 RR, revision 32268

Added LDOWN handler for wxListBox so that it wil deselect a selected item if clicke upon. This is actually not the native GTK+ behaviour, but the native behaviour seems just broken.

2005-02-20 19:35 RR, revision 32267

Commited fix for wrong background colour in TLWs. I don't know if this will play well with themes. Alternatively, one could change one of the few lines below to parent == this;

2005-02-20 19:15 VZ, revision 32266

force wxUSE_THREADS/EXCEPTIONS to 0 if wxNO_THREADS/EXCEPTIONS is defined

2005-02-20 19:13 VZ, revision 32265

mention wxNO_THREADS/EXCEPTIONS in comment before wxUSE_THREADS/EXCEPTIONs

2005-02-20 19:01 VZ, revision 32264

define wxNO_(THREADS|RTTI|EXCEPTIONS) if the corresponding feature is disabled

2005-02-20 18:58 VZ, revision 32263

removed explicit calls to gtk_glwindow_(realized/map)_callback() as they should be called by GTK+ itself anyhow

2005-02-20 18:25 JS, revision 32262

Duplicate label corrections

2005-02-20 18:09 VZ, revision 32261

mention [_]UNICODE

2005-02-20 17:31 VZ, revision 32260

regenerated after adding USE_THREADS and USE_RTTI flags

2005-02-20 17:06 VZ, revision 32259

more minor doc corrections (patch 1144628)

2005-02-20 16:41 JS, revision 32258

Font correction

2005-02-20 16:41 SC, revision 32257

toggle corrected for click as well

2005-02-20 16:27 SC, revision 32256

added missing files

2005-02-20 16:26 SC, revision 32255

cleanup

2005-02-20 16:24 SC, revision 32254

changing include type for XCode

2005-02-20 16:14 JS, revision 32253

menu name consistency

2005-02-20 15:57 JS, revision 32252

Doc fixes

2005-02-20 15:35 JS, revision 32251

Identifiers can't be zero

2005-02-20 15:32 VZ, revision 32250

old translation file which apparently never got checked in somehow...

2005-02-20 15:24 VZ, revision 32249

Norwegian Bokmal is named nb, not nb_NO -- renamed

2005-02-20 15:09 VZ, revision 32248

wxUniv compilation fix

2005-02-20 15:07 VZ, revision 32247

cleanup of TrackMouseEvent() code (use a single #ifdef instead of 3 different ones to test for the same thing)

2005-02-20 14:38 VZ, revision 32246

compilation fix for wxUSE_STL==1

2005-02-20 14:14 VZ, revision 32245

added USE_RTTI (instead of it being set by USE_EXCEPTIONS)

2005-02-20 13:22 VS, revision 32244

added USE_THREADS

2005-02-20 13:07 JS, revision 32243

wxrc no longer lives under contrib

2005-02-20 12:07 VZ, revision 32242

removed wxLoadBitmap() introduced in 1.37 -> 1.38; just use DIBs under Windows CE as well, we surely shouldn't duplicate system functions _especially_ on a platform with limited resources such as CE

2005-02-20 10:39 JS, revision 32241

Don't repaint window if hidden

2005-02-20 10:35 JS, revision 32240

Fix for compilo

2005-02-20 09:33 RN, revision 32239

if wxUSE_XXX fixes

2005-02-20 08:45 RN, revision 32238

use on cocoa without fontmapper

2005-02-20 03:45 DE, revision 32237

Don't build when __WXMAC__ is defined but __WXMAC_OSX__ is not (i.e. CFM). FIXME: We really ought to put this (as well as the existing __WXWINCE__ check) into files.bkl but I have no idea how to do it cleanly.

2005-02-20 03:22 KH, revision 32236

Color dialog sliders make more sense inverted, with 0 at the bottom (slide the scale UP to add color, consistent with other "generic" color dialogs in other programs).

2005-02-20 02:19 DE, revision 32235

Don't automatically define WX_PRECOMP when building using configure.

2005-02-20 01:54 VZ, revision 32234

use native gtk_paint_expander() to implement DrawTreeItemButton() under GTK+ 2.0

2005-02-20 01:54 DS, revision 32233

minor textual fix

2005-02-20 01:33 VZ, revision 32232

trying to draw transparent arrow instead of opaque one but it doesn't seem to change anything

2005-02-20 01:06 VZ, revision 32231

yet more corrections to drop down button drawing: don't draw a border around the arrow

2005-02-20 00:52 VZ, revision 32230

don't use invalid font in wxDC used for measuring text extent

2005-02-20 00:45 VZ, revision 32229

compilation fix after last patch

2005-02-20 00:15 RD, revision 32228

reSWIGged

2005-02-20 00:12 VZ, revision 32227

added OnSysColourChanged() (modified patch 1103439)

2005-02-20 00:07 VZ, revision 32226

minor docs corrections (patch 1144566)

2005-02-19 23:45 RD, revision 32225

On wxMac don't call Refresh from FullPaint as that is the biggest cause of the performance problems. Instead call refresh when the AutoComp window is displayed or hidden to ensure that borders, etc. are drawn/erased as needed.

2005-02-19 23:08 RD, revision 32224

re-enable wxDrawWindowOnDC

2005-02-19 23:05 RD, revision 32223

reSWIGged

2005-02-19 22:59 RD, revision 32222

Add more art IDs

2005-02-19 22:55 RD, revision 32221

Add InitAlpha

2005-02-19 22:53 VZ, revision 32220

oops, fixed crash introduced in last check in

2005-02-19 22:48 VZ, revision 32219

compilation fix (need meth.h for fabs)

2005-02-19 22:46 VZ, revision 32218

set string length to 0 in AllocBeforeWrite() just to be tidy (replaces patch 1123226)

2005-02-19 22:39 RD, revision 32217

Add tab methods to NavigationKeyEvent

2005-02-19 22:37 RD, revision 32216

Add more art IDs

2005-02-19 21:59 VZ, revision 32215

added wxNavigationEvent::FromTab flag

2005-02-19 21:58 VZ, revision 32214

fix (with unknown but apparently beneficial effects) for TAB navigation in radio buttons (patch 1038330)

2005-02-19 21:51 VZ, revision 32213

added InitAlpha() (replaces patch 991168)

2005-02-19 21:09 VZ, revision 32212

reenable WS_TABSTOP (patch 1045547)

2005-02-19 20:57 VZ, revision 32211

process CBN_SELENDOK and not only CBN_SELCHANGE (patch 1083907)

2005-02-19 20:52 VZ, revision 32210

fix for Create(wxDateInvalidDate)

2005-02-19 20:50 VZ, revision 32209

we don't need to use solid colour for background drawing when we're inside notebook any longer, so no need to override MSWGetBgBrushForSelf()

2005-02-19 20:49 VZ, revision 32208

added MSWPrintChild() for drawing child background (replaces patch 1108389)

2005-02-19 20:16 RD, revision 32207

Fixed compile error

2005-02-19 20:16 VZ, revision 32206

added missing LFs to the header

2005-02-19 20:04 SC, revision 32205

guarding against non supported logical modes

2005-02-19 19:56 SC, revision 32204

use theme drawing

2005-02-19 19:55 SC, revision 32203

adapt to mac l&f

2005-02-19 19:24 VZ, revision 32202

extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class shouldn't have to worry about its derived classes

2005-02-19 18:17 VZ, revision 32201

fixes after wx-config and other changes (patch 1076156)

2005-02-19 17:43 SC, revision 32200

Adding theme drawing for list header under 10.3

2005-02-19 17:37 SC, revision 32199

EVT_CHAR_HOOK added

2005-02-19 17:27 VZ, revision 32198

don't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)

2005-02-19 17:25 VZ, revision 32197

more visual improvements to owner-drawn menus (patch 1143785)

2005-02-19 17:11 VZ, revision 32196

update for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>

2005-02-19 17:07 VZ, revision 32195

wxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)

2005-02-19 16:56 VZ, revision 32194

added more icons (for GTK only) (patch 1097684)

2005-02-19 16:53 VZ, revision 32193

fixed hash collisions in ZIP files (patch 1082026)

2005-02-19 16:52 VZ, revision 32192

wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)

2005-02-19 16:35 VZ, revision 32191

fix operator=() (patch 1126195)

2005-02-19 16:33 VZ, revision 32190

document GetOptionInt() as returning 0 for the options which are not present

2005-02-19 16:32 VZ, revision 32189

more options for JPEG and TIFF handlers (slightly modified patch 1044470)

2005-02-19 15:54 VZ, revision 32188

draw drop down button using native calls (patch 1144389)

2005-02-19 15:53 VZ, revision 32187

added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642)

2005-02-19 15:42 SC, revision 32186

switching to IconRefs for menu bitmaps

2005-02-19 15:34 SC, revision 32185

cleaning up, adding support for Quartz / Themeing before 10.3

2005-02-19 15:30 SC, revision 32184

fixes, adding paint handler for non OSX case toplevel window

2005-02-19 15:24 SC, revision 32183

adding PICT conversion for IconRef

2005-02-19 15:20 VZ, revision 32182

use const char * buffer to fix CW compilation (patch 1117210)

2005-02-19 15:15 VZ, revision 32181

fixes after wx-config changes (patch 1076155)

2005-02-19 15:08 VZ, revision 32180

VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

2005-02-19 14:25 VZ, revision 32179

fixes for MSW

2005-02-19 14:07 MBN, revision 32178

Updated but not completed Italian translation. Translated all non-error strings.

2005-02-19 14:00 VZ, revision 32177

update from Jonas Rydberg (patch 1143491)

2005-02-19 13:58 SN, revision 32176

Bugfixes for OS/2.

2005-02-19 13:51 VZ, revision 32175

changed wx version to 2.5.4

2005-02-19 13:49 VZ, revision 32174

update from Jaakko Salli (patch 1123796)

2005-02-19 13:47 VZ, revision 32173

define wxList::compatibility_iterator for forward compatibility with 2.5 (patch 1078566)

2005-02-19 13:45 VZ, revision 32172

1. undid the "simplification" of patch 1096066 which resulted in a crash (see this patch discussion) 2. check that all views agree to close before starting to delete them 3. commented the code so that the next poor soul looking at it will know that deleting a view can delete the document which deletes -- surely wasn't obvious to me...

2005-02-19 13:17 VZ, revision 32171

update (recoded to UTF-8) from liouxiao@hotmail.com

2005-02-19 08:27 DE, revision 32170

include wx/setup.h and check to make sure it's not the configure created setup.h before doing anything specific for Metrowerks.

2005-02-19 08:16 DE, revision 32169

Check for xlC and add -qunique to CXXFLAGS if we're using it.

2005-02-19 07:14 DE, revision 32168

Check to see if -ext o option is required to get compiler to write foo.o instead of foo.c.o or foo.cc.o. (MetroWerks)

2005-02-19 06:58 DE, revision 32167

When host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__ before defining it in setup.h and if -D__CF_USE_FRAMEWORK_INCLUDES__ is required for CoreFoundation headers (MW).

2005-02-19 06:10 KH, revision 32166

ENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. - Closes bug 1015324.

2005-02-19 05:29 SC, revision 32165

corrected bitmap mask -> Image conversion

2005-02-19 04:22 DE, revision 32164

Use plain extern instead of extern "C" for vsnprintf declaration when not compiling as C++.

2005-02-19 04:04 KH, revision 32163

Added newline at the end, eliminates gcc warning

2005-02-19 03:56 DE, revision 32162

Rebaked with Bakefile 0.1.7.

2005-02-19 02:57 KH, revision 32161

Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]

2005-02-19 02:56 KH, revision 32160

Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-19 02:55 KH, revision 32159

wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-18 23:26 VZ, revision 32158

another update from Martin Srebotnjak <miles@filmsi.net>

2005-02-18 23:21 KO, revision 32157

Adding GetPartialTextExtents implementation.

2005-02-18 20:55 ABX, revision 32156

Most important polish translations.

2005-02-18 20:25 RD, revision 32155

Patch #1143556: mods to SashWindow demo: auto-generate IDs

2005-02-18 20:23 SC, revision 32154

using correct theme heights for header on mac

2005-02-18 20:21 SC, revision 32153

new layout was messing with separator positions

2005-02-18 20:20 SC, revision 32152

guard quartz specific code

2005-02-18 19:33 RD, revision 32151

reSWIGged

2005-02-18 19:28 RD, revision 32150

wxPyCallback needs to derive from wxEvtHandler now since the wxObjectEventFunction typedef changed.

2005-02-18 19:24 RD, revision 32149

Don't know if this is right but it fixes a compile error...

2005-02-18 18:02 RD, revision 32148

Added wx.lib.gestures module from Daniel Pozmanter which supports using Mouse Gestures in an application.

2005-02-18 17:58 RD, revision 32147

Fix the use of Today() for when invalid date is passed to ctor. Also set best/min size using size passed to ctor.

2005-02-18 17:49 RD, revision 32146

wxStdButtonSizer Finalise --> Realize

2005-02-18 16:52 SC, revision 32145

setting up correct port origin as well

2005-02-18 16:48 SC, revision 32144

reintroducing direct access, clipping to client area in dc

2005-02-18 16:47 SC, revision 32143

reintroducing direct access, cleanup

2005-02-18 10:23 ABX, revision 32142

Typo fixes.

2005-02-18 09:57 DS, revision 32141

use prefix file; (auto-)removed some of the unused ftp/java/x86 settings

2005-02-18 09:53 DS, revision 32140

don't redefine __WXMAC__

2005-02-18 07:28 SC, revision 32139

correcting support for more tool sizes, support for Toggle Appearance under OSX, layout tools more nicely, hittesting for entire area of control

2005-02-18 07:19 SC, revision 32138

having fixed size icons, scaling from other common formats, otherwise the icons don't get scaled correctly by the OS

2005-02-18 07:14 SC, revision 32137

alpha support for Scale added

2005-02-18 05:21 RD, revision 32136

typo

2005-02-18 04:52 RD, revision 32135

Added wx.DatePickerCtrl

2005-02-18 04:50 RD, revision 32134

Avoid doing a str(object) since in some cases it can result in very large strings

2005-02-18 04:48 RD, revision 32133

Don't override methods that are in wxControlWithItems

2005-02-18 04:46 RD, revision 32132

docstring fixes

2005-02-18 04:46 RD, revision 32131

can't have a zero sized font

2005-02-18 04:44 RD, revision 32130

Removed Loop and IsLooped methods, other cleanup

2005-02-18 04:43 RN, revision 32129

wxUSE_XXX related fixes

2005-02-18 04:42 RD, revision 32128

Add SetBackgroundImage

2005-02-18 04:38 RD, revision 32127

Added wx.DatePickerCtrl

2005-02-18 04:07 RD, revision 32126

Select an item using the value passed to the ctor/Create

2005-02-18 04:06 RD, revision 32125

Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds

2005-02-18 03:53 RN, revision 32124

[ 1123124 ] wxStringBase::Alloc can change string length

2005-02-17 23:55 VZ, revision 32123

revert to the old flicker-less version when background bitmap is not used

2005-02-17 23:20 VZ, revision 32122

minor cleanup

2005-02-17 23:17 VZ, revision 32121

corrected wxRTTI macros

2005-02-17 18:29 VZ, revision 32120

more tweaks to drop down arrow drawing (Andreas Pflug)

2005-02-17 16:56 VZ, revision 32119

fixed typo in EVT_COMMAND definition

2005-02-17 13:13 RN, revision 32118

use without url

2005-02-17 10:53 RN, revision 32117

sockets require stopwatch

2005-02-17 10:43 RN, revision 32116

Use without mimetypes enabled

2005-02-17 10:42 RN, revision 32115

compile wxFileXXXStream without wxFFileXXXStream

2005-02-17 10:38 RN, revision 32114

Enable compilation on mac without wxFontMapper

2005-02-17 10:19 RN, revision 32113

gcc doesn't have pragma warning

2005-02-17 10:17 RN, revision 32112

int argument/unsigned int arg warning fix

2005-02-17 09:37 JS, revision 32111

Added PalmOS to release scripts

2005-02-17 08:44 SC, revision 32110

24x24 bitmaps and separator for flat style added

2005-02-17 04:45 RN, revision 32109

ComboBox for cocoa

2005-02-17 03:20 KO, revision 32108

Added empty methods for wxIcon functions to match the API on other platforms.

2005-02-17 00:25 VZ, revision 32107

update from Hans F. Nordhaug

2005-02-16 23:44 RN, revision 32106

implement some missing methods

2005-02-16 23:08 RR, revision 32105

Applied background colour patch for Motif notebooks (actually in generic tab control code).

2005-02-16 22:36 RR, revision 32104

Removed the complex popup test.

2005-02-16 22:08 JS, revision 32103

Fixed windows not displaying on SmartPhone

2005-02-16 20:59 DS, revision 32102

fixed wxlib Mach-O debug and release compilation

2005-02-16 20:34 ABX, revision 32101

wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.

2005-02-16 20:13 SC, revision 32100

added non-bordered toolbar tools

2005-02-16 20:09 DS, revision 32099

fixed Mach-O compilation

2005-02-16 19:25 DS, revision 32098

minor typo fixes

2005-02-16 18:02 ABX, revision 32097

'Compatibility' fix for connecting events.

2005-02-16 16:38 VZ, revision 32096

tiny script to generate tags for wxMSW

2005-02-16 15:37 JS, revision 32095

Standard dialogs becoming useable on WinCE. Make standard button sizer horizontal on WinCE since vertically it looks atrocious (app will need to reduce number of buttons if they don't fit)

2005-02-16 14:44 JS, revision 32094

Added assert (WinCE doesn't report checked status correctly)

2005-02-16 10:14 VZ, revision 32093

use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operator->()

2005-02-16 09:35 ABX, revision 32092

Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.

2005-02-16 00:08 JS, revision 32091

WinCE doesn't have _set_se_translator

2005-02-15 23:19 RR, revision 32090

Better resizing code fro wxComboBox.

2005-02-15 22:54 JS, revision 32089

Absolutely no idea what DisableAutomaticSETranslator is but WinCE doesn't like it

2005-02-15 22:52 JS, revision 32088

Ignorant WinCE fixes for compile breakage

2005-02-15 21:56 RR, revision 32087

Typo.

2005-02-15 20:27 RR, revision 32086

Implemented wxBitmap::HasAlpha() and ::UseAlpha().

2005-02-15 20:00 SC, revision 32085

guard against errors like in wxStringBase::AllocBeforeWrite code (1123226)

2005-02-15 19:55 RR, revision 32084

Typo.

2005-02-15 19:50 RR, revision 32083

Committed currently disabled code that implements the wxStopWatch based on QueryPerformanceCounter() I'll do more testing if I can, but here is the code for other to look at.

2005-02-15 19:19 RN, revision 32082

fixup for missing variable

2005-02-15 19:12 RN, revision 32081

[ 1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and ---- [ 1123195 ] Avoid double-copy in two wxStringBase functions

2005-02-15 18:43 RR, revision 32080

Fixed mem leak in wxColour::Set()

2005-02-15 18:31 RR, revision 32079

Applied pango font patch for X11.

2005-02-15 17:32 VZ, revision 32078

!USE_PCH compilation fix after last check in

2005-02-15 14:02 VZ, revision 32077

removed m_isCaretAtEnd optimization added in rev 1.232 as we don't always detect when the carets position changes

2005-02-15 13:57 VZ, revision 32076

corrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxCommandEvent

2005-02-15 13:34 JS, revision 32075

Typo correction

2005-02-15 13:17 JS, revision 32074

Small doc corrections

2005-02-15 12:22 VZ, revision 32073

reuse code from wxDC::GetMultiLineTextExtent() instead of duplicating it here

2005-02-15 12:16 VZ, revision 32072

(blind) fix for virtual function hiding warning

2005-02-15 12:05 VZ, revision 32071

merged new strings into updated translation

2005-02-15 12:04 VZ, revision 32070

(blind) fix for ambiguity between Disconnect() overloads

2005-02-15 11:59 VZ, revision 32069

use type-safe Connect()s

2005-02-15 11:58 VZ, revision 32068

update from Martin Srebotnjak

2005-02-15 11:42 VZ, revision 32067

documented new overloaded Connect() and wxFooEventHandler macros

2005-02-15 09:56 RN, revision 32066

fix CFDictionary/Number/String combo memory leak in wxChoice - also gets rid of all the memory leaks in the display sample that i thought were mine...

2005-02-15 09:28 JS, revision 32065

Added EVT_COMMAND_CONTEXT_MENU with id arg

2005-02-15 07:24 ABX, revision 32064

wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.

2005-02-15 06:29 SC, revision 32063

theme brush erasing and cleanup

2005-02-15 06:15 SC, revision 32062

moving focus and border handling at one place, adding HITheme implementations, grow-box painting

2005-02-15 06:11 SC, revision 32061

clipping to client area

2005-02-15 06:08 SC, revision 32060

slowly approaching dcscreen...

2005-02-15 06:05 SC, revision 32059

icon - bitmap conversions corrections (size is not always the 'standard' 32 pixels)

2005-02-15 06:03 SC, revision 32058

getting rid of redundant redraws

2005-02-15 06:02 SC, revision 32057

toplevel background behaviour changed

2005-02-15 06:00 SC, revision 32056

compile warnings, M_BITMAPDATA privatized

2005-02-15 05:50 SC, revision 32055

drawing fixes

2005-02-15 01:40 RN, revision 32054

Note the media lib

2005-02-15 01:20 RN, revision 32053

Use the new event handler macros

2005-02-15 00:56 RN, revision 32052

include mondorian xpmm on cocoa too

2005-02-15 00:37 VZ, revision 32051

use wxDC::GetMultiLineTextExtent() instead of duplicating its code in wxButton::DoGetBestSize()

2005-02-15 00:27 VZ, revision 32050

updated all .po files for 2.5.4

2005-02-15 00:02 VZ, revision 32049

remove INSTANCE declaration which uses wrong dll export convention and is unneeded anyhow

2005-02-14 23:53 VZ, revision 32048

define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()

2005-02-14 23:00 RN, revision 32047

fix null-pointer crash

2005-02-14 22:27 RN, revision 32046

Needs to inherit from wxSliderBase for new ValueInvertOrNot Change

2005-02-14 20:12 RN, revision 32045

Finalize wxJoystick on mac. Note change. Pretty up joystick sample a bit. Don't logsyserror when wxSound can't find a file - its annoying.

2005-02-14 19:29 ABX, revision 32044

Common code for the same handling of wxSL_INVERSE.

2005-02-14 19:29 SC, revision 32043

added alpha channel support to ShrinkBy

2005-02-14 18:28 ABX, revision 32042

Minor editing.

2005-02-14 18:08 ABX, revision 32041

Build fix.

2005-02-14 18:05 ABX, revision 32040

Oups...

2005-02-14 15:40 JS, revision 32039

Added wxContextMenuEvent

2005-02-14 14:59 DS, revision 32038

fixed MSVC6's "C4702: unreachable code" warnings

2005-02-14 14:53 DS, revision 32037

fixed Cygwin compilation (can't use extern "C" in C compilation)

2005-02-14 14:48 DS, revision 32036

fixed Cygwin compilation (there's no _get_osfhandle)

2005-02-14 13:17 VS, revision 32035

bakefile-0.1.7 changes affect wx,too

2005-02-14 12:02 JJ, revision 32034

Committing in . OpenVMS setup file update Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-02-14 11:11 JJ, revision 32033

Committing in . Some more ; fixes Modified Files: wxWidgets/include/wx/motif/tglbtn.h wxWidgets/src/motif/evtloop.cpp wxWidgets/src/x11/bitmap.cpp ----------------------------------------------------------------------

2005-02-14 10:49 ABX, revision 32032

Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows.

2005-02-14 10:18 VZ, revision 32031

no changes, just mention gtk_paint_expander() in comment

2005-02-14 09:38 RN, revision 32030

Move HID stuff into both OSX builds. Add preliminary joystick for OSX

2005-02-14 08:41 SN, revision 32029

Force OMF mode for DLL builds.

2005-02-14 05:51 SC, revision 32028

cleanup

2005-02-14 05:50 SC, revision 32027

ssize_t is always defined in OSX

2005-02-14 04:18 RN, revision 32026

warnin - move pict to where it belongs :)

2005-02-14 04:06 RN, revision 32025

warnins!

2005-02-14 03:57 RN, revision 32024

warning and compilos

2005-02-14 03:46 RN, revision 32023

10.2 fix for CG

2005-02-14 00:10 RL, revision 32022

Now needs wxBitmap as a concrete type.

2005-02-13 23:17 VZ, revision 32021

added support for background bitmap specified in background attribute of the HTML body tag

2005-02-13 23:09 SN, revision 32020

Added support for current version of "emxomf".

2005-02-13 23:08 VZ, revision 32019

removed trailing CRs

2005-02-13 23:06 VZ, revision 32018

corrected link to the list test page

2005-02-13 21:22 RN, revision 32017

compilo

2005-02-13 21:09 VS, revision 32016

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:06 VS, revision 32015

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:00 SN, revision 32014

Simplified and extended compiler detection for OS/2.

2005-02-13 20:28 MW, revision 32013

Add some information for HP-UX 11i

2005-02-13 19:58 RN, revision 32012

compile fix

2005-02-13 19:57 RN, revision 32011

compile fixes

2005-02-13 19:40 VS, revision 32010

don't crash on unterminated CDATA elements (patch #1117629)

2005-02-13 19:30 VZ, revision 32009

replaced wxLogDebugs() with wxLogTrace()S

2005-02-13 19:01 VZ, revision 32008

don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it

2005-02-13 17:17 VZ, revision 32007

include wx/rawbmp.h

2005-02-13 17:16 VZ, revision 32006

another compilation fix: added dummy UseAlpha(0 and HasAlpha()

2005-02-13 17:14 VZ, revision 32005

compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the former includes the latter!)

2005-02-13 17:08 VZ, revision 32004

1. added SetSelection() to wxItemContainer and removed its declarations from derived classes 2. made wxItemContainer::Select() non virtual: it simply calls SetSelection() 3. renamed wxListBox::SetSelection(n, select) to DoSetSelection() for all ports and defined non virtual SetSelection() overloads in the base class to avoid virtual functions hiding

2005-02-13 17:00 SN, revision 32003

Improved support for OS/2's ancient version of "ash" - since it is about 20% faster on configure than up-to-date (pd)ksh ports it's worth this small change, IMHO.

2005-02-13 16:48 SC, revision 32002

source compatible way to solve the background problem

2005-02-13 16:45 SC, revision 32001

changed back, as I found a source compatible way to solve the background problem

2005-02-13 16:29 VZ, revision 32000

removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)

2005-02-13 16:08 VZ, revision 31999

copy the right part of the existing background to the memory buffer (corrects junk during scrolling introduced by last change)

2005-02-13 15:44 RR, revision 31998

Documentedm, that the print setup dialog has been made obsolete.

2005-02-13 15:42 VZ, revision 31997

added test for not erasing background

2005-02-13 15:35 RR, revision 31996

Added raw bitmap access support to GTK 2.0.

2005-02-13 14:36 RR, revision 31995

Small correction to erase sample, added PrepareDC() to erase background handler.

2005-02-13 14:31 SC, revision 31994

wxMac needs inherited on paint for the correct background as well

2005-02-13 14:29 SC, revision 31993

adding clipping support

2005-02-13 14:28 SC, revision 31992

default painting back to OnPaint handler

2005-02-13 13:44 RR, revision 31991

Comment out line that set the VirtualSizeHints() upon calling SetScrollbars().

2005-02-13 13:12 VZ, revision 31990

latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more

2005-02-13 13:08 VZ, revision 31989

fixes for wxDP_ALLOWNONE case

2005-02-13 13:07 VZ, revision 31988

fixes for wxDP_ALLOWNONE handling

2005-02-13 12:57 VZ, revision 31987

added support for wxDP_ALLOWNONE in wxMSW; documented it; added test for it in the sample

2005-02-13 12:54 JS, revision 31986

wxFopen arg fixes

2005-02-13 12:53 JS, revision 31985

Fix for arg to wxFopen

2005-02-13 12:44 VZ, revision 31984

bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas Pflug

2005-02-13 12:38 RL, revision 31983

Enable gnomeprint support for the .debs

2005-02-13 08:53 RL, revision 31982

Add extra^2 debug mode to wx-config for brute force one pass debugging of new platforms. Import $EGREP from configure, posix `grep -E` is not endemic yet. Clean up debian/rules for removed afm files.

2005-02-13 07:36 SC, revision 31981

adding focus and border quartz support

2005-02-13 05:59 SC, revision 31980

adding metafile and clipboard support

2005-02-13 01:14 VZ, revision 31979

added test for Blit()ting OnEraseBackground() results in OnPaint()

2005-02-13 00:55 VZ, revision 31978

changed Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()

2005-02-13 00:23 RN, revision 31977

note wxMediaCtrl change - all that work for one line lol

2005-02-12 23:44 RR, revision 31976

Reapplied patch to change the two scrolled window implementations to no longer clip the last bits as a rounding error. I had to change GetVirtualSize() as per my mail to devs.

2005-02-12 23:24 RN, revision 31975

Rework to include gnome preferences. Correct signal methods

2005-02-12 21:53 MW, revision 31974

Rename wxGetFileType to wxGetFileKind

2005-02-12 21:40 MW, revision 31973

Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS

2005-02-12 21:00 RN, revision 31972

changes based on message #6 in my thread with Vaclav :)

2005-02-12 20:51 JS, revision 31971

GetPixel and FloodFill (in this case) not supported by CoreGraphics

2005-02-12 20:00 RN, revision 31970

slight warnings in wxprinterdc docs about constructor confusion - see http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1247 for more

2005-02-12 19:42 VZ, revision 31969

corrected header name (closes 1121351)

2005-02-12 19:32 RN, revision 31968

change configure to better detect gstreamer. Check create is valid in mediaplayer sample. Comment the heck out of the unix mediaplayer.cpp.

2005-02-12 19:01 JS, revision 31967

Regenerated makefiles

2005-02-12 18:53 JS, revision 31966

Regenerated makefiles

2005-02-12 18:38 JS, revision 31965

Regenerated makefiles

2005-02-12 15:53 RR, revision 31964

Added GetPureVitualSize() returning just m_virtualSize.

2005-02-12 13:54 VZ, revision 31963

compilation fix for !wxUSE_ON_FATAL_EXCEPTION

2005-02-12 12:36 RR, revision 31962

Revert patch again, as the scrollbars are now always shown.

2005-02-12 12:31 JS, revision 31961

Patch by David Brinegar to fix menubar updating after modal dialog shown See thread: [wx-dev] [wxMac] Menubar UI updates when launching from Finder

2005-02-12 12:03 SC, revision 31960

Mac Core Graphics Implementation

2005-02-12 11:34 SC, revision 31959

Mac Core Graphics Implementation

2005-02-12 10:42 JS, revision 31958

Applied [ 1059554 ] patch for [1028659] fixes a couple of bugs with menus

2005-02-12 10:15 JS, revision 31957

Applied patch [ 1120683 ] Fix for wxDateTime::Format() under Windows CE by upcase

2005-02-12 08:51 RR, revision 31956

ALso correct scrollbar calc to not clip division remainder from the displayed area.

2005-02-12 02:32 RN, revision 31955

Cleanup mediaplayer sample a bit - get rid of bad loop/islooped since it has internal state

2005-02-12 02:29 RN, revision 31954

underscore fix(es)

2005-02-12 01:30 RN, revision 31953

properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now on unix

2005-02-11 23:54 RD, revision 31952

Initialize the new data memebers

2005-02-11 23:40 RD, revision 31951

reSWIGged

2005-02-11 23:36 RD, revision 31950

On wxMSW Move an invisible system caret around with the Scintilla caret to help screen readers and such can follow.

2005-02-11 23:01 RR, revision 31949

Correct rounding up vs. rounding down error in GTK+ wxScrolledWindow so that no contents is ever hidden,

2005-02-11 23:00 RR, revision 31948

Make wxTLW::Raise() actually bring the window to the top and give it the WM's focus (if supported).

2005-02-11 22:53 , revision 31947

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.9.2'.

2005-02-11 22:53 , revision 31946

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.8.2'.

2005-02-11 22:53 , revision 31945

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.6.2'.

2005-02-11 22:53 , revision 31944

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.4.2'.

2005-02-11 22:53 , revision 31943
  • A /wxWidgets/branches/unlabeled-1.16.2
  • D /wxWidgets/branches/unlabeled-1.16.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.16.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.16.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.16.2/art
  • D /wxWidgets/branches/unlabeled-1.16.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.16.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.16.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.16.2/build
  • D /wxWidgets/branches/unlabeled-1.16.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.16.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.16.2/configure
  • D /wxWidgets/branches/unlabeled-1.16.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.16.2/contrib
  • D /wxWidgets/branches/unlabeled-1.16.2/debian
  • D /wxWidgets/branches/unlabeled-1.16.2/demos
  • D /wxWidgets/branches/unlabeled-1.16.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.16.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.16.2/distrib
  • D /wxWidgets/branches/unlabeled-1.16.2/docs
  • D /wxWidgets/branches/unlabeled-1.16.2/include
  • D /wxWidgets/branches/unlabeled-1.16.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.16.2/lib
  • D /wxWidgets/branches/unlabeled-1.16.2/locale
  • D /wxWidgets/branches/unlabeled-1.16.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.16.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.16.2/misc
  • D /wxWidgets/branches/unlabeled-1.16.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.16.2/regen
  • D /wxWidgets/branches/unlabeled-1.16.2/samples
  • D /wxWidgets/branches/unlabeled-1.16.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.16.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.16.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.16.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.16.2/src/common
  • D /wxWidgets/branches/unlabeled-1.16.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.16.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.16.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.16.2/src/html
  • D /wxWidgets/branches/unlabeled-1.16.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.16.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.16.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.16.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.16.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.16.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.16.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.16.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.16.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.16.2/src/png
  • D /wxWidgets/branches/unlabeled-1.16.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.16.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.16.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.16.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.16.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.16.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.16.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.16.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.16.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.16.2/tests
  • D /wxWidgets/branches/unlabeled-1.16.2/utils
  • D /wxWidgets/branches/unlabeled-1.16.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.16.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.16.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.16.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.16.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.16.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.16.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.16.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.16.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.16.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.16.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.16.2'.

2005-02-11 22:53 , revision 31942
  • A /wxWidgets/branches/unlabeled-1.15.2
  • D /wxWidgets/branches/unlabeled-1.15.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.15.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.15.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.15.2/art
  • D /wxWidgets/branches/unlabeled-1.15.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.15.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.15.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.15.2/build
  • D /wxWidgets/branches/unlabeled-1.15.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.15.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.15.2/configure
  • D /wxWidgets/branches/unlabeled-1.15.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.15.2/contrib
  • D /wxWidgets/branches/unlabeled-1.15.2/debian
  • D /wxWidgets/branches/unlabeled-1.15.2/demos
  • D /wxWidgets/branches/unlabeled-1.15.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.15.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.15.2/distrib
  • D /wxWidgets/branches/unlabeled-1.15.2/docs
  • D /wxWidgets/branches/unlabeled-1.15.2/include
  • D /wxWidgets/branches/unlabeled-1.15.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.15.2/lib
  • D /wxWidgets/branches/unlabeled-1.15.2/locale
  • D /wxWidgets/branches/unlabeled-1.15.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.15.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.15.2/misc
  • D /wxWidgets/branches/unlabeled-1.15.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.15.2/regen
  • D /wxWidgets/branches/unlabeled-1.15.2/samples
  • D /wxWidgets/branches/unlabeled-1.15.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.15.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.15.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.15.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.15.2/src/common
  • D /wxWidgets/branches/unlabeled-1.15.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.15.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.15.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.15.2/src/html
  • D /wxWidgets/branches/unlabeled-1.15.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.15.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.15.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.15.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.15.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.15.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.15.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.15.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.15.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.15.2/src/png
  • D /wxWidgets/branches/unlabeled-1.15.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.15.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.15.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.15.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.15.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.15.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.15.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.15.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.15.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.15.2/tests
  • D /wxWidgets/branches/unlabeled-1.15.2/utils
  • D /wxWidgets/branches/unlabeled-1.15.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.15.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.15.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.15.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.15.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.15.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.15.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.15.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.15.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.15.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.15.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.15.2'.

2005-02-11 22:53 , revision 31941
  • A /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.14.2/src/stc/scintilla/src/XPM.h

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.14.2'.

2005-02-11 22:53 , revision 31940

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.12.2'.

2005-02-11 22:53 , revision 31939

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.11.2'.

2005-02-11 22:53 RD, revision 31938

Updated to Scintilla 1.62

2005-02-11 22:33 VZ, revision 31937

added possibility to throw different objects and crash directly from the main frame; use OnExceptionInMainLoop() instead of overriding HandleEvent()

2005-02-11 22:31 VZ, revision 31936

don't translate Win32 structured exceptions into C++ ones (requires always using a special wxEntry for MSW in init.cpp)

2005-02-11 22:16 RR, revision 31935

Made gnome printing stuff return wxPRINT_CANCELLED if it has been canceled. Moved the FORCE_LINK code from app.cpp to the sample as I cannot find the right place for it. We'd need an empty extrya file for ADV lib only for that.

2005-02-11 21:18 JS, revision 31934

Doc tweaks

2005-02-11 20:08 JS, revision 31933

Misc doc fixes

2005-02-11 20:00 RD, revision 31932

wx.SL_INVERSE works for the big 3 now.

2005-02-11 18:33 VZ, revision 31931

don't hardcode the array size as done by last commit, just what exactly was the point of this change?

2005-02-11 18:31 RR, revision 31930

Make wxConvFile wxConvLibc.

2005-02-11 17:46 JS, revision 31929

Reduced Number Of Capitals And Other Fixes

2005-02-11 17:35 JS, revision 31928

English corrections

2005-02-11 16:24 ABX, revision 31927

wxBookCtrl overview.

2005-02-11 13:31 MW, revision 31926

Add uxtheme.h to files.bkl, patch 1120747 from Tim Kosse

2005-02-11 13:12 VS, revision 31925

install xh_datectrl.h

2005-02-11 12:39 MW, revision 31924

Add wxGetFileType and IsSeekable

2005-02-11 12:01 JS, revision 31923

Spacing fixes

2005-02-11 11:06 RN, revision 31922

Change copyright

2005-02-11 10:42 ABX, revision 31921

Various cleanings.

2005-02-11 10:40 RN, revision 31920

Fixup latex in tchanges.tex for rtf Make pretty bullets for tchages.tex instead of dashes Postfix ands with slash and don't use tilde Lots of other niceties for tchanges.tex Add tchanes.tex back to the topics

2005-02-11 09:31 JS, revision 31919

Updated date

2005-02-11 09:20 JS, revision 31918

Avoid double-define on WinCE

2005-02-11 09:19 JS, revision 31917

Don't use mnemonics for OK, Cancel and Close under Windows, to follow style guidelines

2005-02-11 08:58 JS, revision 31916

Don't include tchanges.tex until it's converted to Latex syntax

2005-02-11 08:55 JS, revision 31915

Missing standard ids

2005-02-11 06:56 ABX, revision 31914

Use parents client size and origin in placement of controls.

2005-02-11 04:11 , revision 31913
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/lib/dummy
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/internat/internat.def
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/internat/internat.rc
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/internat/makefile.vms
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/internat/mondrian.ico
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/layout/expt.cpp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/layout/fload.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/layout/layout.def
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/layout/makefile.vms
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/mdi/chart.ico
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/mdi/makefile.vms
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/mdi/mdi.def
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/mdi/mdi.ico
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/png/pngdemo.rc
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/printing/fload.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/printing/printing.def
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/resource
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/common/glob.inc
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/configure
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/configure.in
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/expat.dsp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/expat.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/internal.h
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/cross.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/horiz.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk/verti.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/cross.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/gtk1/verti.xbm
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/html/search.cpp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/.cvsignore
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/ANNOUNCE
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/ansi2knr.1
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/ansi2knr.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/CHANGES
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/configure
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/example.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/INSTALL
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/KNOWNBUG
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/LICENSE
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/libpng.3
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/libpng.txt
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/libpngpf.3
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makefile.dos
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makefile.sc
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makefile.unx
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makefile.vc
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makefile.wat
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/makemac6.mcp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/png.5
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/png.c
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/png.dsp
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/png.dsw
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/png.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngasmrd.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngconf.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngerror.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pnggccrd.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngget.c
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngM5.xml
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngM7.mcp
  • A /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngM8.xml
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngmem.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngpread.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngread.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngrio.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngrtran.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngrutil.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngset.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngtest.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngtrans.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngvcrd.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngwio.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngwrite.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngwtran.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/pngwutil.c
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/projects/beos
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/projects/borland
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/projects/msvc
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/README
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/TODO
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/png/Y2KINFO
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/regex/regfronts.c
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/unix/net.cpp
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/algorithm.txt
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/crc32.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/FAQ
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/INDEX
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/inflate.h
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/README
  • R /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/src/zlib/trees.h
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/MAC_BEFORE_CORE_GRAPHICS/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'MAC_BEFORE_CORE_GRAPHICS'.

2005-02-11 04:11 KH, revision 31912

wxSL_INVERSE for MSW. Heavily modified patch 1096922.

2005-02-11 04:11 KH, revision 31911

Updated wxSlider docs now that wxSL_INVERSE is available on MSW, GTK and Mac.

2005-02-11 00:22 RD, revision 31910

typo

2005-02-11 00:21 RD, revision 31909

Also increment WX_CURRENT and WX_AGE according to the directions

2005-02-11 00:18 RD, revision 31908

typos

2005-02-10 22:32 RD, revision 31907

reSWIGged

2005-02-10 22:28 RD, revision 31906

Put the deprecation wrapper on __init__, not the class

2005-02-10 22:07 JS, revision 31905

Version

2005-02-10 21:33 ABX, revision 31904

Use default constructors for wxSize/Point/Rect.

2005-02-10 21:14 ABX, revision 31903

Build fix.

2005-02-10 20:29 RR, revision 31902

Corrected button height for multiline buttons.

2005-02-10 19:22 ABX, revision 31901

Warning fixes.

2005-02-10 17:25 ABX, revision 31900

wxEmptyString decorations.

2005-02-10 16:35 JS, revision 31899

Applied patch [ 1096612 ] FL: fix close button on wxGTK

2005-02-10 16:31 JS, revision 31898

Applied patch [ 1117207 ] changed the test for SQL_C_WCHAR

2005-02-10 16:26 MW, revision 31897

Compile console apps with wxUSE_GUI=0

2005-02-10 15:33 JS, revision 31896

Applied patch [ 1113565 ] generic treectl multiselection

2005-02-10 15:29 JS, revision 31895

Applied [ 1110257 ] wxFoldPanelBar does not display correctly

2005-02-10 14:55 JS, revision 31894

Applied patch [ 1119239 ] Adds socket support for Windows CE platforms by 'upcase'

2005-02-10 14:39 RN, revision 31893

remove superflous comments

2005-02-10 14:06 MW, revision 31892

Separate out zip specific parts of the archive test suite

2005-02-10 13:54 MW, revision 31891

Add wxUSE_ARCSTREAM so that other archive classes can be used without wxZip

2005-02-10 12:54 JS, revision 31890

Version update

2005-02-10 11:05 RN, revision 31889

wxSockAddr docs

2005-02-10 10:54 RN, revision 31888

wxMediaCtrl unix port with gstreamer usable version :)

2005-02-10 10:49 ABX, revision 31887

wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.

2005-02-10 10:43 ABX, revision 31886

wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.

2005-02-10 10:36 ABX, revision 31885

wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.

2005-02-10 10:27 ABX, revision 31884

wxWindow::GetClientAreaOrigin duplicated wxWindowBase method.

2005-02-10 09:22 ABX, revision 31883

wxWindow::GetClientAreaOrigin duplicated wxWindowBase method. Working wxFrame::GetClientAreaOrigin. Screen size metric.

2005-02-09 22:49 RR, revision 31882

Applied patch for more compliant wxScrolbar event generation order.

2005-02-09 22:31 VZ, revision 31881

redraw the grid when it's enabled/disabled

2005-02-09 21:36 JS, revision 31880

Applied patch [ 1113624 ] MSW DLL requires global new/delete ops inline

2005-02-09 21:34 JS, revision 31879

Applied patch [ 1116706 ] wxRendererGeneric::DrawComboBoxDropButton position fix

2005-02-09 20:56 VZ, revision 31878

don't use wxBG_STYLE_CUSTOM for GTK1, it breaks background painting there

2005-02-09 20:43 VZ, revision 31877

don't suppress default erase background logic, we do have to paint bg somewhere

2005-02-09 18:44 MW, revision 31876

'rpath' for hpux

2005-02-09 18:33 VZ, revision 31875

don't erase the background of wxHtmlWindow unconditionally

2005-02-09 17:40 RN, revision 31874

Fix eval order of arguments...

2005-02-09 16:57 JS, revision 31873

Fixed delete

2005-02-09 16:22 ABX, revision 31872

Better markup to wxRegKey. Do not list generic renderer member in native renderer section. Do not link to wxStringList and wxApp::OnQueryEndSession because they are removed from docs.

2005-02-09 15:01 JJ, revision 31871

---------------------------------------------------------------------- Committing in . -delete superfluous semicolons -Update OpenVMS compile support Modified Files: wxWidgets/include/wx/gtk/region.h wxWidgets/include/wx/gtk/textctrl.h wxWidgets/include/wx/motif/icon.h wxWidgets/include/wx/x11/region.h wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2005-02-09 14:19 ABX, revision 31870

.empty() string decorations

2005-02-09 14:14 ABX, revision 31869

Semicolon removed for Borland

2005-02-09 10:56 ABX, revision 31868

Update to Bakefile 0.1.6

2005-02-09 07:07 ABX, revision 31867

wxPalmOS frame code clearning from MSW specific parts. Initial GetClientAreaOrigin implementation for wxFrame.

2005-02-09 07:04 ABX, revision 31866

World is more than WXUNIV vs. MSW

2005-02-08 21:00 ABX, revision 31865

Use wxICON as portable feature.

2005-02-08 20:58 ABX, revision 31864

Minor decorations.

2005-02-08 20:57 ABX, revision 31863

MinGW warning fix.

2005-02-08 17:02 RD, revision 31862

Check accelerators before sending EVT_CHAR

2005-02-08 16:23 RD, revision 31861

Allow EVT_CHAR events in a wxGTK2 build for F-keys, and other non-alphanumeric keys.

2005-02-08 16:10 MW, revision 31860

Rebaked test.bkl for new tests largefile, size, point

2005-02-08 15:39 MW, revision 31859

Minor compilo

2005-02-08 15:38 JS, revision 31858

Last change undone

2005-02-08 15:09 JS, revision 31857

Restored a couple of label

2005-02-08 15:03 JS, revision 31856

Set m_count to zero in DeleteAllItems

2005-02-08 13:50 JS, revision 31855

Corrections; don't use long section headings

2005-02-08 13:02 ABX, revision 31854

Minor decorations.

2005-02-08 12:37 ABX, revision 31853

Semicolon fixes.

2005-02-08 09:38 ABX, revision 31852

wxSlider event handling as described by Vadim in thread 'Slider events' at wx-dev. More changes towards wxRadioBox on Palm.

2005-02-08 04:20 RN, revision 31851

regen configure for tab sample removal

2005-02-08 04:10 RN, revision 31850

Remove tab sample as per 2.6 wiki todo

2005-02-08 03:25 RN, revision 31849

Duplicate impl of wxVariant == because GCC can't tell if one depreciated method is being used inside another

2005-02-08 03:16 RN, revision 31848

Patch [ 1118343 ] Use wxTextValidator::SetIncludes in wxDatePickerCtrlGeneric

2005-02-08 03:05 RL, revision 31847

Make it possible to actually build cvs with a version of bakefile that does not have a 'critical bug'.

2005-02-08 03:01 RL, revision 31846

No *.h in src/common/ anymore.

2005-02-08 00:04 RN, revision 31845

Remove traces of wxIniConfig from docs

2005-02-07 23:46 RN, revision 31844

change wxTextValidator to use wxArrayString instead of wxStringList

2005-02-07 22:51 RN, revision 31843

depereciate stringlist stuff in wxVariant

2005-02-07 22:42 RN, revision 31842

Remove almost all traces of wxStringList - (still exists in wxTextValidator)

2005-02-07 22:37 RR, revision 31841

Added screen locking code to popup window for X11.

2005-02-07 22:36 RN, revision 31840

Previosly removed BuildWhereStmt really did exist, but as BuildWhereClause - not BuildWhereStmt :)

2005-02-07 21:48 RR, revision 31839

Lock whole screen when popup is open under GTK+.

2005-02-07 21:04 RD, revision 31838

reSWIGged

2005-02-07 21:00 MBN, revision 31837

wxGTK compilation fixes.

2005-02-07 20:59 MBN, revision 31836

Fixed error in my previous commit causing wxDialupManager to be always disabled.

2005-02-07 20:53 RD, revision 31835

Add a sample of a wx.StaticBox

2005-02-07 20:52 RD, revision 31834

reSWIGged

2005-02-07 20:51 RD, revision 31833

updated with new stuff

2005-02-07 20:49 JS, revision 31832

Version number updates

2005-02-07 20:43 RD, revision 31831

a little cleanup

2005-02-07 20:43 RD, revision 31830

Don't do str() on Numeric arrays

2005-02-07 20:41 RD, revision 31829

Added wxNB_NOPAGETHEME and GetThemeBackgroundColour

2005-02-07 20:35 RD, revision 31828

Don't add wxfilesdir twice

2005-02-07 20:26 RD, revision 31827

wx.Rect.Inflate/Defalte docs

2005-02-07 20:16 JS, revision 31826

Don't release capture unless we already have it.

2005-02-07 19:27 RD, revision 31825

Use wx.StdDialogButtonSizer

2005-02-07 19:17 RD, revision 31824

update version number, add build_options patch

2005-02-07 18:37 JS, revision 31823

Added validator to generic date picker control

2005-02-07 16:50 VZ, revision 31822

no changes, just added a couple of virtual keywords

2005-02-07 15:20 ABX, revision 31821

wxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider.

2005-02-07 14:57 JS, revision 31820

Workaround for static controls appearing with a white background on otherwise grey panels on WinCE

2005-02-07 14:55 JS, revision 31819

Life! made more WinCE-friendly

2005-02-07 12:22 VS, revision 31818

use wxUSE_DATEPICKCTRL

2005-02-07 11:32 VS, revision 31817

added wxDatePickerCtrl XRC control

2005-02-07 10:12 SC, revision 31816

DebugAlloc and DebugFree must be present also if there is no overridden global new as wxObject::new still needs it

2005-02-07 04:52 RN, revision 31815

Remove event handlers wxApp::OnQueryEndSession and wxDialog::OnCharHook from docs...

2005-02-07 04:40 RN, revision 31814

Remove depreciated wxTabCtrl and wxTabEvent API from docs...

2005-02-06 23:21 VZ, revision 31813

blind fix for XTI compilation after last change

2005-02-06 22:57 VS, revision 31812

update for the next bakefile version (no effect with current bakefile)

2005-02-06 21:39 RR, revision 31811

GTK 1.2 compilo/link error.

2005-02-06 21:29 RR, revision 31810

GTK 1.2 compilation.

2005-02-06 20:03 JS, revision 31809

Can now set msw.window.no-clip-children to 1 to eliminate weird refresh behaviour (delays between a window being erased and repainted, giving a ghostly gradual-redraw effect). May be a temporary 'fix' until properly fixed before 2.6.

2005-02-06 19:41 JS, revision 31808

Set solid colour for whole control, not pages

2005-02-06 19:17 JS, revision 31807

Can suppress themed notebook page with wxNB_NOPAGETHEME or setting system option msw.notebook.themed-background to 0

2005-02-06 18:42 JS, revision 31806

Restored the ability to set the background colour for a toolbar on Windows

2005-02-06 18:25 RN, revision 31805

Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 18:24 RR, revision 31804

I think I found out how GTK+ want popup windows to be handled...

2005-02-06 17:55 MBN, revision 31803

wxX11 compilation fixes.

2005-02-06 17:38 MBN, revision 31802

Replaced TRUE and FALSE with true and false (or True and False when calling Motif APIs).

2005-02-06 17:27 RN, revision 31801

Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 17:15 VS, revision 31800

updated

2005-02-06 17:10 SN, revision 31799

fixed double delete in UpdateAttrRows/Cols introduced by patch 1104355. [ Only the change for UpdateAttrRowsOrCols was valid. ]

2005-02-06 16:28 SC, revision 31798

NULL warning fixes

2005-02-06 16:27 SC, revision 31797

proper style includes

2005-02-06 16:26 SC, revision 31796

type fixes

2005-02-06 16:17 VZ, revision 31795

removed trailing semicolons after DECLARE_DYNAMIC_CLASS(), Borland chokes on them

2005-02-06 16:02 SC, revision 31794

fixing NULL warnings

2005-02-06 15:59 SC, revision 31793

fixing NULL vs 0 warnings in gcc 4

2005-02-06 15:57 SC, revision 31792

needed for avoiding double typedefs in xcode builds

2005-02-06 15:52 SC, revision 31791

newline before EOF fixes

2005-02-06 15:48 VZ, revision 31790

use DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS

2005-02-06 15:46 VZ, revision 31789

regenerated after adding popup sample

2005-02-06 14:36 GD, revision 31788

corrected initialization of private wxBitmapHandler members in wxPICTResourceHandler constructor

2005-02-06 14:28 GD, revision 31787

order wxFontRefData member constructor initialization according to member declaration

2005-02-06 12:45 RR, revision 31786

Applied context menu patch.

2005-02-06 12:42 RR, revision 31785

Applied compilation fix for memory.cpp.

2005-02-06 11:57 SC, revision 31784

newline before EOF fixes

2005-02-06 11:52 JS, revision 31783

Script updates

2005-02-06 11:29 SC, revision 31782

newline before EOF fixes

2005-02-06 11:27 JS, revision 31781

Spiner -> Spinner

2005-02-06 11:19 SC, revision 31780

As members have gone private, use Accessors

2005-02-06 11:12 JS, revision 31779

Fix for menu items not being disabled after a modal dialog is shown on app startup

2005-02-06 10:41 MBN, revision 31778

Miscellaneous compilation and warning fixes.

2005-02-06 03:17 RN, revision 31777

wxRegKey docs by C.C.Chakkaradeep latexitized, sorted, with some minor edits.

2005-02-06 02:47 RN, revision 31776

Various underscore doc fixes

2005-02-06 01:52 VZ, revision 31775

two changes and some cleanup: 1. DECLARE_ABSTRACT_CLASS() shouldn't declare wxCreateObject() (which is not defined by IMPLEMENT_ABSTRACT_CLASS()) 2. don't make GetClassInfo() declaration inside DECLARE_CLASS inline in an attempt to fix linking problems with HP-UX compiler

2005-02-06 01:31 VZ, revision 31774

ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise we don't get support for 32bit spin button range even if the headers have it

2005-02-06 00:43 KH, revision 31773

As per the docs, the value returned is -1 if the value entered is out of range [patch 1116606]

2005-02-06 00:27 RN, revision 31772

char->wxChar

2005-02-05 18:44 VZ, revision 31771

added complex popup

2005-02-05 18:38 VZ, revision 31770

created bakefile and generated all makefiles from it; renamed minimal.cpp to popup.cpp

2005-02-05 15:25 RR, revision 31769

Reorganized char and keydown event code, hoping that Input Method handling is still not broken.

2005-02-05 14:18 RR, revision 31768

Forgot one.

2005-02-05 14:17 RR, revision 31767

Second try to add "support" for deriving from wxBitmapHandlerBase.

2005-02-05 13:12 RR, revision 31766

Add comment about wxBitmap::SetPalette() not being implemented under GTK+.

2005-02-05 13:08 RR, revision 31765

Make wxBitmap inherit from wxBitmapBase

2005-02-05 12:51 RR, revision 31764

_conncect_after() should be used for controls emitting command events so as to not confuse GTK+ if the user intercepts them too early.

2005-02-05 12:49 RR, revision 31763

Blind patch for SetFont() in Unicode mode for wxX11.

2005-02-05 11:59 RN, revision 31762

Put _something_ there for now....

2005-02-05 11:35 RR, revision 31761

added test for wxPopupTransientWindow.

2005-02-04 22:47 RN, revision 31760

unix mediactrl stubs...

2005-02-04 22:24 RN, revision 31759

FIX positioning problems with carbon media control - CreateMovieControl positioning is broken in that it resizes to the WindowRef parent, not its real one [thus making you wonder if EmbedControl even _works_ with CreateMovieControl], so we do our own.

2005-02-04 21:35 JS, revision 31758

Fix for assertions when updating UI and focus is on read-only combobox

2005-02-04 19:35 RD, revision 31757

Patch #1113284: wx.lib.calendar SetBusType() problem

2005-02-04 19:15 RD, revision 31756

the window takes ownership of the caret

2005-02-04 19:04 RN, revision 31755

Massive commenting/professionalize and add some other new fun stuff to mediaplayer sample

2005-02-04 18:48 RD, revision 31754

Use the unicode character, if available in the event

2005-02-04 17:56 RN, revision 31753

fix cocoa wxTimer Stop crash, proper autorelease stuff in cocoa wxtimer, use our own custom c implementation for cocoa wxMediaCtrl because NSMovieView implementation isnt very good

2005-02-04 17:21 RN, revision 31752

cocoa wxTimer

2005-02-04 15:15 RN, revision 31751

update to patch [ 1077074 ] Unit test for large file support from Mike

2005-02-04 11:04 VZ, revision 31750

fixed Inflate() to not move the rectangle (patch 1114622)

2005-02-04 09:43 RN, revision 31749

patch [ 1077074 ] Unit test for large file support

2005-02-04 09:41 CE, revision 31748

fix path for pdf

2005-02-04 09:37 VZ, revision 31747

a better fix for using builtin regex under BSD (also fixes compilation for Mac OS X) (patch 1089445)

2005-02-04 09:23 VZ, revision 31746

fixed stub code compilation (don't use PSYMBOL_INFO)

2005-02-04 08:33 JS, revision 31745

Updated version to 2.5.4

2005-02-04 07:49 RN, revision 31744

make cocoa mediactrl usable. Some touchups to carbon mediactrl code. Add notebook support to mediaplayer sample.

2005-02-04 05:59 RN, revision 31743

use wx/math.h for math constants - avoids redifinition warnings

2005-02-04 05:57 RN, revision 31742

fix double->unsigned char warnings

2005-02-04 05:52 RN, revision 31741

fix warnings on cocoa 10.2 also

2005-02-03 23:25 RN, revision 31740

dispose of old control for new one

2005-02-03 23:12 RN, revision 31739

prelimanary wxMediaCtrl cocoa support

2005-02-03 22:41 RD, revision 31738

Ensure the wxVListBox gets the focus when it is clicked upon

2005-02-03 22:38 RD, revision 31737

Shorten key names, add some tooltips

2005-02-03 22:37 RD, revision 31736

fix for read-only combobox

2005-02-03 22:36 RD, revision 31735

Attempt to display the unicode character if running a unicode build

2005-02-03 22:34 MBN, revision 31734

Automatically disable wxDialupManager for wxMac and wxCocoa, skip dialup sample if wxDialupManager is disabled.

2005-02-03 22:26 MBN, revision 31733

Compilation fix for wxUSE_STACKWALKER == 0.

2005-02-03 22:18 MBN, revision 31732

wxX11 linking fix.

2005-02-03 22:14 MBN, revision 31731

Motif compilation fix.

2005-02-03 22:11 RD, revision 31730

Include the size of any window borders (size vs. clientsize differences) in the window's bestsize

2005-02-03 19:18 RD, revision 31729

Patch [ 1114647 ] Mouse wheel support for wxVScrolledWindow

2005-02-03 19:12 RD, revision 31728

Selected --> IsSelected

2005-02-03 15:29 JS, revision 31727

Disable wxMediaCtrl for WinCE

2005-02-03 15:28 RR, revision 31726

Fix for listbox problem, when created on invisible window. Shown in wxWizard sample.

2005-02-03 13:33 RR, revision 31725

Fixed missing key down events (probably introduced by IM patch.)

2005-02-03 12:56 CE, revision 31724

add commands to make non-existent directories when done first time

2005-02-03 12:52 RR, revision 31723

Committed Raise()Lower() fix. Committed second part for Input Methode character fix.

2005-02-03 12:30 RR, revision 31722

Blind fix for Compilo.

2005-02-03 11:11 RN, revision 31721

CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up

2005-02-03 09:55 RN, revision 31720

comment out unused stuff for warning fixing

2005-02-03 09:54 JS, revision 31719

Correction to previous fix

2005-02-03 09:52 RN, revision 31718

fix pointer conversion warnings on OSX 10.2

2005-02-03 09:45 JS, revision 31717

Fix for GCC compilation

2005-02-03 03:09 RD, revision 31716

Avoid name clash with wx.App.OnExit

2005-02-03 03:08 RD, revision 31715

Add ability to copy the event log to the clipboard

2005-02-02 22:55 RD, revision 31714

reSWIGged

2005-02-02 22:36 RD, revision 31713

misc

2005-02-02 22:35 RD, revision 31712

All the demo samples return a panel now, no need to cater for frames or dialogs.

2005-02-02 22:34 RD, revision 31711

Some new def's, parameters, methods, etc. resulting from recent changes

2005-02-02 17:46 VZ, revision 31710

move check for compilers not supporting SEH to wx/chkconf.h

2005-02-02 14:49 GT, revision 31709

Buffer Overflow error corrected - SF patch #1110550

2005-02-02 14:38 GT, revision 31708

Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds Buffer overrun fix

2005-02-02 14:37 GT, revision 31707

Buffer overrun fix

2005-02-02 14:37 GT, revision 31706

Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds Removed old commented out code that is not needed (cleanup)

2005-02-02 13:57 ABX, revision 31705

Last .empty() string source cleaning before 2.5.4.

2005-02-02 11:08 VZ, revision 31704

invalidate cache when RefreshLine[s]() is called

2005-02-02 07:02 ABX, revision 31703

Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.

2005-02-02 00:11 VZ, revision 31702

added test for items updating and some comments

2005-02-02 00:09 VZ, revision 31701

invalidate cache when RefreshLine[s]() is called

2005-02-01 21:37 VZ, revision 31700

stubs for wxUSE_DBGHELP == 0

2005-02-01 20:44 ABX, revision 31699

MinGW warning fixes. Source cleaning. Stock items.

2005-02-01 20:37 ABX, revision 31698

MinGW warning fixes. Source cleaning.

2005-02-01 20:34 ABX, revision 31697

MinGW warning fixes.

2005-02-01 19:54 ABX, revision 31696

As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.

2005-02-01 19:37 ABX, revision 31695

.empty() string cleaning.

2005-02-01 18:36 ABX, revision 31694

wxR?_USE_CHECKBOX style for wxPalmOS.

2005-02-01 15:10 ABX, revision 31693

Readable style name.

2005-02-01 11:59 VZ, revision 31692

set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH

2005-02-01 11:53 VZ, revision 31691

(harmless) warning fix

2005-02-01 09:58 ABX, revision 31690

Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.

2005-02-01 07:30 JJ, revision 31689

Committing in . Update configuration of wxX11 for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-02-01 01:20 VZ, revision 31688

compilation fix for last commit

2005-01-31 23:57 VZ, revision 31687

fix for losing time information (if present) when converting datetime (fixed patch 1113307)

2005-01-31 23:45 VZ, revision 31686

- use CreateWindowEx(), please explain why CreateWindow() is needed if it is - use window name if it has no title (patch 1106877) - corrected error message when window creation fails

2005-01-31 22:36 VZ, revision 31685

define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)

2005-01-31 22:34 VZ, revision 31684

reset m_currentView in wxDocManager::Clear() (patch 1106872)

2005-01-31 22:21 VZ, revision 31683

fixes for animated GIFs playing (patch 1097003)

2005-01-31 22:17 VZ, revision 31682

enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch 1092970)

2005-01-31 22:15 VZ, revision 31681

apparently unneeded temporary iterator variable removed (patch 1096066)

2005-01-31 22:08 VZ, revision 31680

replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch 1089458)

2005-01-31 19:57 ROL, revision 31679

Locate command, etc.

2005-01-31 19:49 ROL, revision 31678

Batch of changes: - converting relative paths to absolute to compensate chdir - added Locate command (Edit menu) - Notebook children are highlighted correctly (at least on wxGTK 2.5.3)

2005-01-31 18:18 ABX, revision 31677

Enhanced stock labels usage. Source cleaning.

2005-01-31 18:04 RR, revision 31676

Changed note that enter/leave events ARE supported natively under Windows.

2005-01-31 18:02 ABX, revision 31675

Enhanced stock labels usage. Source cleaning.

2005-01-31 17:59 RR, revision 31674

Correct link prob.

2005-01-31 17:57 ABX, revision 31673

Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).

2005-01-31 17:55 RR, revision 31672

Set state of internal thread object upon ::Exit to EXITED. This is consistent with MSW and fixes a crash with double deletion.

2005-01-31 15:11 VZ, revision 31671

fixed the checked flag value for events from check items in popup menus (patch 1079015; closes bug 1071598)

2005-01-31 08:04 ABX, revision 31670

Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).

2005-01-31 01:39 VZ, revision 31669

fixed bug in Set() on DST days (patch 1097811)

2005-01-31 01:36 VZ, revision 31668

added test for the DST bug (patch 1097811)

2005-01-31 01:14 VZ, revision 31667

added a few more UTF-[78] tests

2005-01-31 01:13 VZ, revision 31666

MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS, ...) fails, so don't use MB_ERR_INVALID_CHARS for UTF7 for now (even if it means that ill-formed UTF7 is not detected)

2005-01-31 00:31 VZ, revision 31665

added small UTF 8 conversion test case

2005-01-30 22:51 KH, revision 31664

Clean up indentation / tabs from previous patch

2005-01-30 22:45 KH, revision 31663

Clean up indentation / tabs from previous patch

2005-01-30 21:51 RR, revision 31662

Applied selection patch from G.R.

2005-01-30 21:30 KO, revision 31661

Fixed problem with incorrect panel background on OS X.

2005-01-30 20:56 KO, revision 31660

Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.

2005-01-30 20:10 KO, revision 31659

Fixed a long-standing issue where wxSlider controls with a hardcoded size would misplace their labels behind the slider control.

2005-01-30 16:59 VZ, revision 31658

use custom class which doesn't redraw everything on resize instead of SysTabCtl32 to fix flicker when resizing (modified patch 1107148)

2005-01-30 16:57 VZ, revision 31657

added ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)

2005-01-30 16:56 VZ, revision 31656

added eraseBg argument to RefreshRect() too

2005-01-30 15:45 VZ, revision 31655

don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW style (patch 1107460)

2005-01-30 15:39 VZ, revision 31654

moved Begin/EndDeferWindowPos() calls to WM_SIZE handler itself, don't use WM_WINDOWPOSCHANGING/ED as they sometimes don't come in pairs (slightly modified patch 1107147)

2005-01-30 15:01 VZ, revision 31653

fixed typo in last commit

2005-01-30 14:56 RR, revision 31652

Use wxEXEC_NODISABLE while querying CUPS about printers.

2005-01-30 14:23 RR, revision 31651

Documented SetItemDropEffect

2005-01-30 13:04 RR, revision 31650

I changed something, but I forgot what.

2005-01-30 12:49 RR, revision 31649

Applied popup patch for deleting the handlers correctly.

2005-01-30 12:47 RR, revision 31648

Applied IM patch.

2005-01-30 12:44 RR, revision 31647

Commited SetHilightDropEffect patch.

2005-01-29 23:52 KH, revision 31646

Make list consistent with tree in terms of Vetoed changes closing the inline edit and right-clicking on an item selecting it [patch 1110252]

2005-01-29 21:26 VZ, revision 31645

do reset m_count to 0 after deleting all the items in the control (was broken by last commit)

2005-01-29 21:19 VZ, revision 31644

(blind) compilation fixes for OS X 10.2

2005-01-29 20:49 VZ, revision 31643

don't run the thread if its creation failed

2005-01-29 20:04 SC, revision 31642

move FixMath include into non darwin part

2005-01-29 12:02 RR, revision 31641

One more place where we need to use connect_after in order not to confuse GTK+. This fixes the wxTreeCtrl crash.

2005-01-29 11:41 RR, revision 31640

Removed trailing semicolons.

2005-01-29 11:32 RR, revision 31639

Tried to restore wxPopupTransientWindow functionality under GTK+.

2005-01-29 01:32 RD, revision 31638

wxMac has wxSound::Stop now

2005-01-29 01:30 RD, revision 31637

reSWIGged

2005-01-29 01:24 RD, revision 31636

Don't use the parent's defered sizing handle if the window in question is a top-level window

2005-01-29 01:17 RD, revision 31635

Some little demo tweaks

2005-01-29 01:15 RD, revision 31634

log IsEditCancelled too

2005-01-29 01:14 RD, revision 31633

wxSL_* labels moved to a different module

2005-01-29 01:13 RD, revision 31632

Allow wxCustomDataObject ctor to be able to take the format name string directly and to automatically make the wxDataFormat from it.

2005-01-29 01:09 RD, revision 31631

Added some alternate constructors for the data classes

2005-01-29 01:08 RD, revision 31630

Change the name

2005-01-29 01:08 RD, revision 31629

Some TODO notes

2005-01-29 01:07 RD, revision 31628

Docstring fixes

2005-01-29 01:06 RD, revision 31627

Call CalculatePaperSizeFromId when SetPrintData or the assignment operator is used.

2005-01-29 01:04 RD, revision 31626

Use wxTRANSPARENT_BRUSH so the rectangles around the text is not filled in.

2005-01-29 01:03 RD, revision 31625

Patch #1111679

2005-01-29 01:00 RD, revision 31624

Don't fail assertion about image size mismatch if the size hasn't been set yet. If the size hasn't been set then set it when the first image is added.

2005-01-29 00:53 VS, revision 31623

fixed wxUSE_CONFIG_NATIVE after setup.h changes

2005-01-28 22:25 VS, revision 31622

added wx-lib template for building static libs (no linking)

2005-01-28 22:11 VS, revision 31621

fixed linking against 3rd party libs in Unicode build

2005-01-28 20:56 ABX, revision 31620

Warning fix.

2005-01-28 20:54 ABX, revision 31619

Warning fixes.

2005-01-28 19:01 KH, revision 31618

Close tree edit even if the change is vetoed to be consistent with MSW [patch 1110252]

2005-01-28 16:38 RD, revision 31617

wxEVT_MOUSEWHEEL is always defined, no #if needed

2005-01-28 10:58 ABX, revision 31616

Use stock labels. Native wxRadioButton. Getting position and size for the controls. Getting size for wxTLW. Default size and position for wxButton according to l&f guidelines. Removed wxUSE_CTL3D from wxPalmOS port. Better font for controls.

2005-01-28 05:47 SC, revision 31615

CoreGraphics dev

2005-01-28 05:40 SC, revision 31614

FixMath fix

2005-01-28 03:41 KH, revision 31613

Do not modify selection if right-click is on a selected item [patch 1111174]

2005-01-27 22:47 VS, revision 31612

added bakefile presets for creation of user makefiles

2005-01-27 21:43 SC, revision 31611

ATSUStyle taken from font

2005-01-27 21:20 KH, revision 31610

Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:18 KH, revision 31609

Add support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:10 SC, revision 31608

pragma , precomp support

2005-01-27 21:09 SC, revision 31607

ATSU Support in font extended

2005-01-27 21:05 SC, revision 31606

pragma and prec-header patch applied

2005-01-27 20:20 ABX, revision 31605

Warning fix.

2005-01-27 11:01 ABX, revision 31604

Get/SetValue() and other improvements to the native PalmOS controls.

2005-01-27 11:00 SC, revision 31603

pragma and prec-header patch applied

2005-01-27 10:57 SC, revision 31602

storing ATSU style in the font itself

2005-01-26 21:14 KH, revision 31601

Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header

2005-01-26 19:25 RD, revision 31600

Allow unicode objects in wxPyDrawTextList

2005-01-26 16:19 SN, revision 31599

Fixed C++ comments.

2005-01-26 16:07 SN, revision 31598

Cleanup for previous bug fix.

2005-01-26 16:03 SN, revision 31597

Fixed a compilation problem on AIX.

2005-01-26 07:35 JJ, revision 31596

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2005-01-25 15:59 ABX, revision 31595

Syntax fix.

2005-01-25 15:49 ABX, revision 31594

Warning fixes.

2005-01-25 13:58 VZ, revision 31593

fixed memory leak with client data when using DeleteAllItems() (bug 1107215)

2005-01-25 12:22 ABX, revision 31592

TrackMouse DMC fix.

2005-01-25 11:52 ABX, revision 31591

comment in C code fix

2005-01-25 07:24 ABX, revision 31590

Save dialog for printing. Source cleaning.

2005-01-25 06:55 ABX, revision 31589

wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.

2005-01-24 16:41 ABX, revision 31588

Source cleaning.

2005-01-24 16:37 JS, revision 31587

Doc fixes

2005-01-24 14:45 KH, revision 31586

Create non-GUI log target until GUI logging is available, allows stderr messages in non-Unicode builds when GTK fails to initialize (Patch 1017789)

2005-01-24 14:44 DS, revision 31585

fixed unreachable code warning (MSVC6)

2005-01-24 14:39 DS, revision 31584

fixed unused param warning

2005-01-24 14:30 DS, revision 31583

applied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown height in the wxCalendar is only about 1 pixel")

2005-01-24 13:17 ABX, revision 31582

Code cleaning.

2005-01-24 11:16 ABX, revision 31581

Unicode markup.

2005-01-24 11:15 ABX, revision 31580

Missing include.

2005-01-24 11:14 ABX, revision 31579

Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.

2005-01-24 07:38 ABX, revision 31578

Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.

2005-01-24 07:23 ABX, revision 31577

Note about deprecating some wxSystemSettings members.

2005-01-24 06:53 KO, revision 31576

Fixing notebook 'flashing' bug where the WebView would flash while not visible.

2005-01-24 05:08 KH, revision 31575

For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR

2005-01-24 05:07 KH, revision 31574

For consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR

2005-01-23 23:07 RR, revision 31573

Forgot to commit sample testing update ui events for wxTaskBarIcon.

2005-01-23 22:39 RR, revision 31572

Enable UpdateUI events in wxTaskBarIcon.

2005-01-23 22:16 KH, revision 31571

We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063

2005-01-23 20:17 KH, revision 31570

Added inverse checkbox to test sliders with wxSL_INVERSE style

2005-01-23 18:44 RR, revision 31569

Applied patch for keyboard control in composite windows as discussed in patch 1102862.

2005-01-23 18:36 RR, revision 31568

Fixed compilation for GTK 1.2

2005-01-23 15:21 RD, revision 31567

Fixed event binding in NotebookPage

2005-01-23 07:32 KO, revision 31566

Added documentation for wxStdDialogButtonSizer.

2005-01-23 02:03 KO, revision 31565

Greatly improved wxWebKitCtrl positioning logic to accomodate most situations.

2005-01-22 19:16 RR, revision 31564

Probably a bug in the MINGW32 header.

2005-01-22 16:54 SN, revision 31563
  • D /wxWidgets/trunk/include/wx/os2/setup0.h

Removed setup0.h - we are using configure generated setup.h on OS/2.

2005-01-22 14:13 SN, revision 31562

Blind fix for bug [ 1106890 ] (undeclared symbols on Solaris).

2005-01-22 13:48 KH, revision 31561

gtk_range_set_inverted only available on GTK2

2005-01-22 13:42 MBN, revision 31560

Warning fixes.

2005-01-22 13:28 MBN, revision 31559

Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.

2005-01-21 22:12 RD, revision 31558

Disable wxDatePickerCtrl if wxPopupWindow is not available

2005-01-21 21:04 ABX, revision 31557

Headers cleaning.

2005-01-21 20:56 VZ, revision 31556

added wxStaticBoxSizer ctor creating a new static box

2005-01-21 20:38 RD, revision 31555

* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other things that will need fixing when WXWIN_COMPATIBILITY_2_4 is turned off. * Create a custom version of the "default" ctor for wxCursor on wxGTK * Switch to new format string and name string constants for default values * Changes some public data members of event classes into properties as they are no longer public in the C++. * Added wxSL_INVERSE

2005-01-21 20:25 RD, revision 31554

Added setter to wxMoveEvent

2005-01-21 20:04 KH, revision 31553

Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each time you tab into the combobox, the text updated event is fired, which is wrong)

2005-01-21 18:48 ABX, revision 31552

Warning fixes for MinGW.

2005-01-21 18:26 ABX, revision 31551

Warning fixes for MinGW.

2005-01-21 18:23 RD, revision 31550

Patch #1106564, corrects possible 100% CPU load condition.

2005-01-21 18:15 ABX, revision 31549

Warning fixes for MinGW.

2005-01-21 17:54 VZ, revision 31548

more forward declarations (trying to fix bug 1106829)

2005-01-21 15:41 VZ, revision 31547

remove margins in the bitmap button

2005-01-21 15:36 VZ, revision 31546

implemented DrawComboBoxDropButton() for classic Win32

2005-01-21 15:32 VZ, revision 31545

added DrawComboBoxDropButton()

2005-01-21 15:08 VZ, revision 31544

compilation fix when used together with native control

2005-01-21 15:05 VZ, revision 31543

added possibility to use generic date control if configured

2005-01-21 15:02 VZ, revision 31542

check for error in GetSelection(long *, long *); clean up SetSelect(long, long)

2005-01-21 14:41 VZ, revision 31541

define wxHAS_NATIVE_DATEPICKCTRL in the header file to make it available to user code

2005-01-21 14:39 VZ, revision 31540

moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?

2005-01-21 14:08 VZ, revision 31539

added wxUSE_DATEPICKCTRL_GENERIC

2005-01-21 13:44 VZ, revision 31538

renamed generic version to wxDatePickerCtrlGeneric to allow using it alongside the native one

2005-01-21 13:42 VZ, revision 31537

put datectlg.cpp in ADVANCED_SRC so that it can be used in all ports, even MSW

2005-01-21 13:41 VZ, revision 31536

added wxUSE_DATEPICKCTRL

2005-01-21 12:40 VS, revision 31535

compilation fix

2005-01-21 12:38 VZ, revision 31534

don't include wx/popupwin.h in the header, use forward declarations

2005-01-21 11:33 ABX, revision 31533

Forgot to free string after usage.

2005-01-21 11:30 ABX, revision 31532

Start more than minimal TLW support.

2005-01-21 11:22 ABX, revision 31531

Reenable wxPalmOS status bar after recent changes. Start transition from faked drawing of the bar to usage of the native status bar. Source cleaning as usually.

2005-01-21 05:14 KH, revision 31530

Add support for wxSL_INVERSE using gtk_range_set_inverted

2005-01-21 05:13 KH, revision 31529

wxSL_INVERSE added, noted as being wxGTK only (for now)

2005-01-21 05:12 KH, revision 31528

Add wxSL_INVERSE flag

2005-01-21 03:56 KH, revision 31527

Fixed name strings to match documentation (Expanded patch 1098784)

2005-01-21 02:00 VZ, revision 31526

switched to using wxPopupWindow

2005-01-21 01:27 VZ, revision 31525

define wxDateEvent static stuff here

2005-01-21 01:21 VZ, revision 31524

use ResetTime() in Today() instead of dealing with raw struct tm which introduces a bug around DST changes (replaces patch 1097811)

2005-01-20 20:55 RD, revision 31523

Fix typos

2005-01-20 17:33 DE, revision 31522

Add support for Metrowerks compilers.

2005-01-20 17:24 ABX, revision 31521

WM_CONTEXTMENU available since WinCE.NET

2005-01-20 17:08 ABX, revision 31520

Missing define.

2005-01-20 17:03 DE, revision 31519

Check for vsnprintf while using namespace std if its not found when not.

2005-01-20 16:23 VZ, revision 31518

expanded the date picker part to show wxDP_XXX styles

2005-01-20 16:22 VZ, revision 31517

added and implemented for MSW wxDP_SHOWCENTURY flag

2005-01-20 16:10 DE, revision 31516

Make sure -DNO_GCC_PRAGMA is in wx-config output regardless of the reason. Mostly reverts configure.in,1.916,1.917 and uses a simpler method.

2005-01-20 16:09 ABX, revision 31515

Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile device with wxWidgets. Minor source cleaning.

2005-01-20 15:50 ABX, revision 31514

Syntax error fixes.

2005-01-20 14:06 VZ, revision 31513

compilation fix for CE: don't use GetModuleHandleA() which doesn't exist there

2005-01-20 11:44 VZ, revision 31512

call InitCommonControlsEx() when using comtl32.dll <= 4.72; check for date picker availability for even earlier versions

2005-01-20 11:32 VZ, revision 31511

report more information about the control whose creation failed in the assert

2005-01-20 10:07 VZ, revision 31510

fixed typo in testing whether wxUSE_NATIVE_STATUSBAR should be set to 0

2005-01-20 06:56 ABX, revision 31509

PalmOS description.

2005-01-20 01:04 VZ, revision 31508

wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE_ON_FATAL_EXCEPTION

2005-01-20 01:01 VZ, revision 31507

trying to get wxUSE_NATIVE_STATUSBAR setting correctly: define it to 1 by default but reset it to 0 in wx/chkconf.h if it's not supported

2005-01-19 22:06 RD, revision 31506

Adjust the bounding box of the labels to client coordinants

2005-01-19 21:49 KH, revision 31505

Additional header files required

2005-01-19 21:41 SN, revision 31504

Compilation fix for OS/2.

2005-01-19 21:38 KH, revision 31503

Additional header files required

2005-01-19 21:28 SN, revision 31502

Compilation fixes for OS/2 (OS/2 still defines __UNIX__ :-( ).

2005-01-19 20:13 VZ, revision 31501

Unicode compilation fix

2005-01-19 19:39 VZ, revision 31500

use wxDP_SPIN by default under Win32

2005-01-19 19:34 VZ, revision 31499

corrected #if tests to use correct wxUSE_DATEPICKCTRL spelling

2005-01-19 19:31 VZ, revision 31498

added wxDP_SPIN/DROPDOWN styles (only Win32 native version implements the former)

2005-01-19 16:25 ABX, revision 31497

wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning.

2005-01-19 15:57 VZ, revision 31496

compilation fixes; pruned API

2005-01-19 15:41 ABX, revision 31495

MinGW warning fix for hundreds of not initialized members.

2005-01-19 14:13 ABX, revision 31494

MinGW warning fix.

2005-01-19 13:55 VZ, revision 31493

added generic version of wxDatePickerCtrl from Andres Pflug

2005-01-19 13:53 VS, revision 31492

hotfix for bakefile-0.1.5 bug: rpmspec format doesn't work because of missing precomp-headers-location

2005-01-19 13:46 ABX, revision 31491

MinGW warning fix.

2005-01-19 13:26 ABX, revision 31490

MinGW warning fix.

2005-01-19 13:23 ABX, revision 31489

Cookie is not for dummy initialization due to condition of setting it. Source cleaning.

2005-01-19 11:24 ABX, revision 31488

DMC PCH requires additional parameter in new bakefiles.

2005-01-19 10:57 VS, revision 31487

regenerated autoconf files using bakefile-0.1.5

2005-01-19 10:56 VS, revision 31486

require bakefile-0.1.5 and use it's features

2005-01-19 09:51 VZ, revision 31485

undef wxUSE_NATIVE_STATUSBAR before redefining it as 1 for wxMSW

2005-01-19 06:50 ABX, revision 31484

Fix for incomplete setup (wxPalmOS case).

2005-01-19 06:48 ABX, revision 31483

Fixes after removal of palmos/gccpriv.h.

2005-01-19 03:42 DE, revision 31482

Updated aclocal.m4 using Bakefile's CVS HEAD bakefile.m4 with BAKEFILE_BAKEFILE_M4_VERSION set back to 0.1.4. - Adds support for Metrowerks compilers. - Improves dllar.sh used on OS/2. - Allows autoconf to invalidate its cache when autoconf_inc.m4 is changed.

2005-01-19 02:51 VZ, revision 31481

fixed crash in wxKill() introduced by 1.116 patch (ironically named "proper return value testing"); this is slightly modified patch 1098248

2005-01-19 02:31 VZ, revision 31480

reenabled WM_MOUSELEAVE event handling (patch 1104551); moved duplicated code in its handler in a new GenerateMouseLeave() method

2005-01-19 02:29 VZ, revision 31479

don't return HTCLIENT for static bitmaps, this breaks mouse (leave) event generation

2005-01-19 02:28 VZ, revision 31478

(harmless) VC++ warning fixes

2005-01-19 01:53 VZ, revision 31477

define wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds

2005-01-19 01:49 VZ, revision 31476

clarified what needs to be done to get useful results with this class

2005-01-19 01:42 VZ, revision 31475

documented wxStackWalker/Frame

2005-01-19 01:15 VZ, revision 31474

implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h

2005-01-18 23:36 SN, revision 31473

Fixed some line breaks.

2005-01-18 21:27 ABX, revision 31472

Less MSW related files in wxPalmOS port.

2005-01-18 21:22 DE, revision 31471

Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it into its own PCH_FLAGS. If -DNO_GCC_PRAGMA is included in GCC_PRAGMA_FLAGS (because the platform always requires it) then it won't be duplicated in PCH_FLAGS, but if the platform does not normally need -DNO_GCC_PRAGMA then the flag will be included in PCH_FLAGS because PCH always requires it.

2005-01-18 21:21 RD, revision 31470

Use a panel

2005-01-18 21:14 ABX, revision 31469

Cleaning of headers.

2005-01-18 20:23 ABX, revision 31468

MinGW warning fix.

2005-01-18 20:13 ABX, revision 31467

MinGW warning fix.

2005-01-18 19:50 ABX, revision 31466

MinGW warning fix.

2005-01-18 17:44 JS, revision 31465

Skip processing in OnTextEnter so normal return processing works.

2005-01-18 16:31 ABX, revision 31464

ctor/dtor not available in C code (MinGW fix).

2005-01-18 16:15 VZ, revision 31463

fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch 1104355)

2005-01-18 16:11 VZ, revision 31462

fixed crash if an error happened inside WaitConnection() (patch 1093852)

2005-01-18 16:07 KH, revision 31461

Added DLL export for wxCommandEventStringHelper

2005-01-18 15:54 KH, revision 31460

Fixed wxTextCtrl being undefined when not using precompiled headers

2005-01-18 15:17 KH, revision 31459

For efficiency reasons, text controls no longer set the string for each text updated event, but rather query for the string value only when GetString is called from an event handler

2005-01-18 15:15 KH, revision 31458

GetString() method queries the control for the string when called, m_commandString is no longer set for each event and cached

2005-01-18 15:14 KH, revision 31457

Event member variables hidden, text control efficiency by not calling GetString for each event

2005-01-18 15:13 KH, revision 31456

Removed m_ variables from the documentation, since they are now protected and should not be used directly

2005-01-18 15:12 KH, revision 31455

Move member m_ variables to be protected rather than public to force usage of Set/Get rather than allow direct access. Compatibility with 2.4 keeps members private, and also creates a class to allow continued usage of m_commandString. GetString() will now get the text control's string when called, rather than store it and return it every time (huge performance gain by doing this, esp. on GTK2)

2005-01-18 15:08 KH, revision 31454

Use event modifiers and accessors rather than m_ variables directly, which are now protected rather than public with 2.4 compatibility disabled

2005-01-18 13:56 VZ, revision 31453

regenerated with correct substitutions for COND_WXUNIV_0 (fixes wxAdv build problems)

2005-01-18 13:39 VZ, revision 31452

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:36 VZ, revision 31451

reverted last commit, do this check in wx/chkconf.h instead

2005-01-18 13:15 VZ, revision 31450

more fixes to dllexport/import stuff for operator<<()s (still bug 1104372)

2005-01-18 13:11 VZ, revision 31449

only define globals when wxUSE_BASE to avoid duplicate definitions in wxBase and wxMSW (closes 1104289)

2005-01-18 13:10 VZ, revision 31448

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:00 VZ, revision 31447

Unicode compilation fix (patch 1104406)

2005-01-18 12:46 VZ, revision 31446

Unicode compilation fix for debugging code which is also commented out now

2005-01-18 12:30 VZ, revision 31445

added WXDLLIMPEXP_BASE for operator<<() functions (blind fix for bug 1104372)

2005-01-18 10:31 ABX, revision 31444

PalmOS native colour dialog.

2005-01-18 10:10 ABX, revision 31443

wxWinCE fixes.

2005-01-18 03:47 DE, revision 31442

Don't depend on m_cocoaWxToBoundsTransform not being released until after we're done with it; retain/release it appropriately.

2005-01-18 03:32 DE, revision 31441

Sending copy to an instance infers ownership by the sender so we must send release to the returned instance when we're done.

2005-01-17 21:30 DE, revision 31440

Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() to determine the rect to clear. Also added CocoaUnapplyTransformations() to bring the coordinate system back into Cocoa coordinates for those cases such as Clear() where it makes more sense.

2005-01-17 21:29 ABX, revision 31439

Common default datetime formats.

2005-01-17 21:20 ABX, revision 31438

Fix for limited build required by headers of free DMC.

2005-01-17 21:19 VZ, revision 31437

regenrated after ADVANCED_SRC/HDR split in native/Univ parts

2005-01-17 19:21 ABX, revision 31436

Stock buttons labels.

2005-01-17 19:15 JS, revision 31435

Added AddWindowStyles() call

2005-01-17 19:08 ABX, revision 31434

MinGW fixes.

2005-01-17 18:52 VZ, revision 31433

removed #ifndef __WXUNIVERSAL__ added in last commit, shouldn't be necessary any more after files.bkl to exclude this file from wxUniv builds

2005-01-17 18:51 VZ, revision 31432

split ADVANCED_HDR/SRC in a part common to all ports and another one used only for the native ports (currently only wxMSW)

2005-01-17 14:35 ABX, revision 31431

Check wxMSWUniv condition earlier.

2005-01-17 14:20 ABX, revision 31430

wxMSWUniv build fix.

2005-01-17 14:04 VZ, revision 31429

fixed GetModuleHandleExA() call after last fix

2005-01-17 13:49 ABX, revision 31428

Warning fix.

2005-01-17 13:47 ABX, revision 31427

Build fixes.

2005-01-17 13:45 ABX, revision 31426

Missing include.

2005-01-17 13:02 ABX, revision 31425

Minor output simplification. Significantly influences all makefiles but nothing regenerated before incoming new bakefile release.

2005-01-17 12:46 VZ, revision 31424

update from Janos Vegh

2005-01-17 02:45 DE, revision 31423

Make this compile on Darwin. Vadim, could you please check this is correct?

2005-01-17 02:04 VZ, revision 31422

added GenerateNow()

2005-01-17 02:01 VZ, revision 31421

disable an apparently harmless VC++ warning about /EHa being required with _set_se_translator()

2005-01-17 01:54 VZ, revision 31420

moved fatal exception handling code to msw/main.cpp from common code

2005-01-17 01:53 VZ, revision 31419

accidnetally checked in file in DOS format last time, correcting this

2005-01-17 01:43 VZ, revision 31418

added {debughlp|stackwalk}.{h|cpp}

2005-01-17 01:24 VZ, revision 31417

added wxUSE_CRASHREPORT and wxUSE_STACKWALKER; removed obsolete wxUSE_DYNAMIC_CLASSES

2005-01-17 01:23 VZ, revision 31416

added wxStackWalker class

2005-01-17 01:21 VZ, revision 31415

refactored wxCrashReport to use new wxDbgHelpDLL class; added wxCrashContext

2005-01-17 01:20 VZ, revision 31414

created a reusable interface to dbghelp API

2005-01-17 01:14 VZ, revision 31413

compilation fixes for !USE_PCH

2005-01-17 00:38 VZ, revision 31412

only declare wxHandleFatalExceptions() when wxUSE_ON_FATAL_EXCEPTION == 1

2005-01-17 00:37 VZ, revision 31411

remove obsolete wxUSE_CTL3D code

2005-01-17 00:32 VZ, revision 31410

implement date events here if wxDatePickerCtrl is not used (as we need them too)

2005-01-17 00:13 VZ, revision 31409

added argc and argv arguments to wxInitializer ctor

2005-01-16 23:32 VZ, revision 31408

implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it

2005-01-16 22:24 VZ, revision 31407

small tweaks to wxDynamicLibrary test

2005-01-16 22:22 VZ, revision 31406

regenerated after adding msw/datectrl.cpp

2005-01-16 22:21 VZ, revision 31405

extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only to refactor Mac/OS2 versions to finally fix the mess in common/dnylib.cpp...

2005-01-16 20:56 VZ, revision 31404

regenerated to include msw/dlmsw.cpp and datectrl.cpp

2005-01-16 20:50 VZ, revision 31403

1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp 2. added and documented wxDynamicLibrary::ListLoaded()

2005-01-16 16:54 RR, revision 31402

Use connect_signal_after for list events. This should probably be done for all native control command events.

2005-01-16 15:58 VZ, revision 31401

undid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it manually in configure

2005-01-16 15:54 VZ, revision 31400

regenerated with all common options set to 0

2005-01-16 15:54 VZ, revision 31399

catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well

2005-01-16 15:50 VZ, revision 31398

oops, sed replace was eating underscores

2005-01-16 15:47 VZ, revision 31397

compilation fix for !USE_PCH

2005-01-16 15:46 VZ, revision 31396

don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)

2005-01-16 15:44 VZ, revision 31395

1. set all wxUSE_XXXs to 0 in the generated setup.h.in 2. don't update the files unless necessary (i.e. check modification time) 3. show progress messages

2005-01-16 15:33 RR, revision 31394

Applied patch for correct feedback from DND actions (not all actions are allowed).

2005-01-16 15:27 RR, revision 31393

Applied patch which solved conflicts between wxWidgets and GTK+'s context menu code.

2005-01-16 15:23 RR, revision 31392

Commited scrollbar patch which sends lineup, linedown events based on intercepting the mouse down events.

2005-01-16 14:01 VZ, revision 31391

added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__

2005-01-16 14:00 JS, revision 31390

Doc update

2005-01-16 13:40 JS, revision 31389

Check for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new

2005-01-16 13:33 JS, revision 31388

Doc corrections

2005-01-16 12:58 RR, revision 31387

Applied patch for rounded rectangle.

2005-01-16 12:06 VZ, revision 31386

fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)

2005-01-16 00:32 VZ, revision 31385

fixed export of hex values

2005-01-16 00:26 VZ, revision 31384

implemented Export(file)

2005-01-15 23:06 VZ, revision 31383

added mode parameter to wxFFileStream ctors taking wxFFile

2005-01-15 21:07 VZ, revision 31382

only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)

2005-01-15 21:05 VZ, revision 31381

no need for vi modeline now that the extension is no longer .h

2005-01-15 20:35 VZ, revision 31380

define wxUSE_GUI as 0 when --disable-gui is used

2005-01-15 20:06 VZ, revision 31379

removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI

2005-01-15 17:54 VZ, revision 31378

removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES

2005-01-15 17:38 VZ, revision 31377

show "none" for gnomeprint in the summary when building wxBase instead of nothing at all

2005-01-15 17:12 VZ, revision 31376

mention wxUSE_DATEPICKCTRL

2005-01-15 17:10 VZ, revision 31375

moved styles logic to MSWGetStyle() (no real changes)

2005-01-15 17:08 VZ, revision 31374

wxMSW wxDatePickerCtrl header

2005-01-15 16:37 VZ, revision 31373

manage setup.h.in using update-setup.h too

2005-01-15 16:14 VZ, revision 31372

manage wx/mac/setup0.h using build/update-setup.h too

2005-01-15 16:11 VZ, revision 31371

moved some Win32-specific settings from common file

2005-01-15 15:55 VZ, revision 31370

added special comments used by build/update-setup.h

2005-01-15 15:54 VZ, revision 31369

added setup.h file containing the settings common to all ports and a script to update wx/*/setup.h using it

2005-01-15 14:45 VZ, revision 31368

removed obsolete wxUSE_CTL3D

2005-01-15 01:37 VZ, revision 31367

typo in a link

2005-01-15 01:31 VZ, revision 31366

added API, docs and Win32 implementation of wxDatePickerCtrl

2005-01-15 01:18 VZ, revision 31365

added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1

2005-01-14 19:24 DE, revision 31364

Split some of the recent code out to make it more reusable.

2005-01-14 15:59 RD, revision 31363

Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2

2005-01-14 15:02 DE, revision 31362

Forgot to commit this as part of the CocoaGetWxToBoundsTransform change.

2005-01-14 14:27 DE, revision 31361

Forgot to initialize m_cocoaWxToBoundsTransform = nil;

2005-01-14 14:22 DE, revision 31360

Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into static wxDC::CocoaGetWxToBoundsTransform. Create the transform and store it as a member variable in wxDC when focus is locked on the DC. For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform which will eventually handle scrolling.

2005-01-14 13:07 ABX, revision 31359

Common wxListCtrl control name.

2005-01-14 02:24 RD, revision 31358

reSWIGged

2005-01-14 01:58 RD, revision 31357

Document the Show/Hide behaviour that wxSplitterWindow does to its children.

2005-01-14 01:49 RD, revision 31356

ifdef out some experimental code

2005-01-13 23:43 RD, revision 31355

Ensure that the windows are shown when Initialize is called too

2005-01-13 23:34 RD, revision 31354

Ensure that the windows are shown when splitting

2005-01-13 21:38 RD, revision 31353

Typo

2005-01-13 21:18 RD, revision 31352

Patch from Prabhu Ramachandran to make introspection of lazily evaluated objects not create the final object.

2005-01-13 21:15 RD, revision 31351

untabified

2005-01-13 21:15 RD, revision 31350

a bit of code cleanupt

2005-01-13 21:14 RD, revision 31349

Play nice with sizers

2005-01-13 21:13 RD, revision 31348

define wxColour as being passed by reference so the typemap will work correctly.

2005-01-13 21:12 RD, revision 31347

HasTransparentBackground

2005-01-13 21:11 RD, revision 31346

Docstring typos

2005-01-13 21:10 RD, revision 31345

wxNotebookNameStr

2005-01-13 21:09 RD, revision 31344

Virtualized HasTransparentBackground

2005-01-13 20:54 RD, revision 31343

Clarified the description of event.Skip

2005-01-13 20:53 RD, revision 31342

Fixed line-endings

2005-01-13 20:49 RD, revision 31341

notes about more changes

2005-01-13 20:48 RD, revision 31340

added a missing \n the source

2005-01-13 20:47 RD, revision 31339

untabified

2005-01-13 20:46 RD, revision 31338

Use sizers for layout

2005-01-13 20:45 RD, revision 31337

namespace fix

2005-01-13 20:44 RD, revision 31336

changed swig type table name

2005-01-13 20:36 ABX, revision 31335

Common default notebook name.

2005-01-13 20:30 ABX, revision 31334

Common default notebook name.

2005-01-13 19:57 ABX, revision 31333

Source cleaning, warning fixes.

2005-01-12 20:51 DE, revision 31332

Add new methods to transform coordinates expressed in Cocoa's bounds rect to and from those expressed in wxWidgets fashion. Use these new methods to do the translation for mouse events, child window position, and dirty rects. Also improve DoMoveWindow to only dirty the old and new rects of the control within its superview rather than the entire superview.

2005-01-12 16:06 JS, revision 31331

Don't return a broken accelerator object if the accelerator was not recognised.

2005-01-12 16:02 ABX, revision 31330

Shared build fix.

2005-01-12 16:01 ABX, revision 31329

Warning fix and source cleaning.

2005-01-12 15:57 ABX, revision 31328

Warning fix.

2005-01-12 15:56 ABX, revision 31327

Don't overwrite 32bit value with 16bit one.

2005-01-12 15:49 DE, revision 31326

Document that wxLogNull must be used with SetActiveTarget to supress logging.

2005-01-12 15:39 DE, revision 31325

Implement using NSColor class methods for system colors.

2005-01-12 15:27 DE, revision 31324

Improved whitespace in GetColour() so I can see what I'm doing.

2005-01-12 13:13 JS, revision 31323

Made some functions virtual

2005-01-12 12:58 VZ, revision 31322

reset m_hDWP to NULL after calling EndDeferWindowPos()

2005-01-12 07:47 JJ, revision 31321

Committing in . Updates for OpenVMS Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/db.h ----------------------------------------------------------------------

2005-01-12 03:48 RD, revision 31320

Fix for bug [ 1098263 ] wx.lib.ogl control points leak

2005-01-11 21:17 ABX, revision 31319

Old API deprecated. Source cleaning.

2005-01-11 19:01 RD, revision 31318

Patch [ 1100272 ] wxFlexGridSizer works wrong when some rows/cols are hidden

2005-01-11 18:57 DE, revision 31317

Renamed src/cocoa/settings.cpp to settings.mm. Don't forget to rm .deps/corelib_settings.o.d in your build directory.

2005-01-11 15:27 DE, revision 31316

Implemented simplistic ConvertToImage()

2005-01-11 15:07 DE, revision 31315

Corrected m_depth assignment in CopyFromIcon

2005-01-11 14:55 DE, revision 31314

Implement CopyFromIcon

2005-01-11 03:21 DE, revision 31313

Replaced obviously incorrect code for SetFocus and DoFindFocus. Effectively reverts revision 1.53.

2005-01-11 01:55 DE, revision 31312

Renamed the wxWindowCocoaScroller class to wxWindowCocoaScrollView because it was confusing. Scroller is the Cocoa term for a scroll bar.

2005-01-10 19:43 VZ, revision 31311

factored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()

2005-01-10 18:37 DE, revision 31310

Add constructor and Set taking NSColor. Change eqauality operator to check if the NSColor objects are the same instance or if all of the color components (m_red/green/blue) are identical.

2005-01-10 18:31 GT, revision 31309

Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together

2005-01-10 18:30 GT, revision 31308

Added a small bit more information about Unicode builds

2005-01-10 17:25 ABX, revision 31307

Bug 1099143 and more occurences of the same set vs. get mistakes.

2005-01-10 17:24 ABX, revision 31306

Fixed references to 'wxdbindexdef'.

2005-01-10 17:21 ABX, revision 31305

Old API deprecated. Use new and remove old usage where necessary.

2005-01-10 08:52 SC, revision 31304

reverted bitmap depth increases

2005-01-10 03:07 DE, revision 31303

Corrected some assertions (m_region.m_refData vs. m_refData)

2005-01-10 01:52 DE, revision 31302

Added wxMemoryDC::Clear()

2005-01-09 09:55 SC, revision 31301

optimizing gauge cpu usage

2005-01-09 09:52 SC, revision 31300

no message

2005-01-09 06:27 SC, revision 31299

added hack for making scrollbars really disappear under 10.2

2005-01-09 05:58 SC, revision 31298

draw the focus rect ourselves

2005-01-09 05:50 SC, revision 31297

fixed border calculation

2005-01-08 17:44 VZ, revision 31296

implemented wxIsDebuggerRunning() for Win32

2005-01-08 15:41 RR, revision 31295

Compile fixes for GTK 1.2

2005-01-08 13:56 SN, revision 31294

Removed -lcma (added in 1.813), since one can't apparently mix old threads (-lcma, user land only) and new threads (-lpthread), see http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1741,00.html#faq-mix-threads (reported in patch #1096688 by M.J.Wetherell).

2005-01-08 10:35 RR, revision 31293

Applied wxNO_BORDER patch for text control and combo box.

2005-01-08 03:29 DE, revision 31292

Contains changes for autoconf_inc.m4,1.77,1.78 which was the big cleanup.

2005-01-08 03:19 DE, revision 31291

Regenerated configure. Contains changes for: configure.in,1.909,1.910 configure.in,1.908,1.909 configure.in,1.906,1.907 Changes for configure.in,1.907,1.908 were already present as Vadim somehow got that change in this file while leaving out 1.906,1.907 (hand edit?). Note: I locally reverted autoconf_inc.m4,1.77,1.78 before doing this generation so I can illustrate something.

2005-01-07 23:51 VZ, revision 31290

made FindWindow() member functions const (this makes it possible to use XRCCTRL() in const methods)

2005-01-07 22:31 RR, revision 31289

Added way to specify in generic tree control if the drop effect (a line) should be drawn above or below the item.

2005-01-07 22:09 RR, revision 31288

Corrected drag effect for tree control.

2005-01-07 21:33 VS, revision 31287

fixed condition for using #pragmas

2005-01-07 21:27 VS, revision 31286

fixed condition for using #pragmas

2005-01-07 20:11 VZ, revision 31285

harmless unused param warning fix

2005-01-07 20:06 VZ, revision 31284

corrected bg colour inheritance once again: only immediate transparent children should inherit non inheritable parent bg colour

2005-01-07 20:03 ABX, revision 31283

Old API clearly deprecated.

2005-01-07 19:48 SC, revision 31282

OS X savvy implementation

2005-01-07 18:48 RR, revision 31281

Added wxFopen to the MSLU code.

2005-01-07 18:47 RR, revision 31280

Removed useless defines for WinCE which is always Unicode and never MSLU.

2005-01-07 18:30 ABX, revision 31279

Remove some controls from limited screen area of Smartphone.

2005-01-07 18:29 RD, revision 31278

Fix for Bug 1097510, reset m_selectionOld when the value changes

2005-01-07 18:27 ABX, revision 31277

MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....

2005-01-07 18:24 ABX, revision 31276

Include order fix.

2005-01-07 17:33 VZ, revision 31275

invalidate bg brush in the beginning of OnSize() to avoid using outdated brush for child pages background painting

2005-01-07 17:10 VZ, revision 31274

don't ignore the background colour set for the dialog, even although it is a standard control

2005-01-07 16:59 VZ, revision 31273

use HasTransparentBackground() to correctly draw the background of static text/box on a window with non-inheritable (== own) background set

2005-01-07 16:54 VZ, revision 31272

moved HasTransparentBackground() from wxUniv to common wxWindow

2005-01-07 15:43 VZ, revision 31271

no changes; just removed some obsolete #ifdefs

2005-01-07 14:38 VZ, revision 31270

extracted background painting in a separate function so that it could be called from derived classes

2005-01-07 12:36 VZ, revision 31269

FreeBSD compilation fixes: rename re_comp and re_exec

2005-01-06 19:15 RR, revision 31268

Added test to fontencoding -> codepage conversion which should test if the codepage is actually installed on that version of Windows. Will do more testing.

2005-01-06 15:51 KH, revision 31267

whilst -> while

2005-01-06 12:49 RR, revision 31266

Applied patched for combo box SELECTED events (no long get lots of surplus events) Applied patch for menu hihglight colour detection.

2005-01-06 12:41 ABX, revision 31265

Old API clearly deprecated. Source cleaning.

2005-01-06 12:35 RR, revision 31264

Blind attempt make buttons centered in the generic msg dialog if it's a yes/no dialog.

2005-01-06 12:34 RR, revision 31263

Second try to commit compilo fix for sizer.cpp

2005-01-06 12:31 ABX, revision 31262

Smartphone fixes.

2005-01-06 12:30 ABX, revision 31261

wxUSE_LOG (Smartphone) fix.

2005-01-06 12:22 ABX, revision 31260

Use stock labels for Smartphone.

2005-01-06 12:20 ABX, revision 31259

Lack of accelerators on Smartphones.

2005-01-06 12:17 ABX, revision 31258

eVC3 warning fix.

2005-01-06 12:04 ABX, revision 31257

Build fix for NOPCH.

2005-01-06 11:53 RR, revision 31256

wxEncodingConverter should and can be compiled without wxFontMapper and its corresponding wxUSE_FONTMAP

2005-01-06 11:52 RR, revision 31255

# Compile without fontmapper.

2005-01-05 22:46 VZ, revision 31254

don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead

2005-01-05 21:55 RD, revision 31253

GetSystemColour --> GetColour

2005-01-05 21:54 RD, revision 31252

Add wxRTTI and OOR info for activex classes

2005-01-05 21:52 RD, revision 31251

cleanup

2005-01-05 21:51 RD, revision 31250

More methods for wxStdDialogButtonSizer

2005-01-05 21:33 RD, revision 31249

Set the window id for key events

2005-01-05 19:25 ABX, revision 31248

Old API clearly deprecated.

2005-01-05 18:39 ABX, revision 31247

wxMSWUniv wxWindowMSW vs. wxWindow fix.

2005-01-05 18:37 ABX, revision 31246

Removed all duplicated and complicated #ifdefs for enabling Skip and Abort in progress dialog (Smartphone fixes).

2005-01-05 18:32 ABX, revision 31245

Error fix after recent changes.

2005-01-05 18:30 ABX, revision 31244

Warning fix.

2005-01-05 10:47 ABX, revision 31243

MS Smartphone fixes.

2005-01-05 07:36 MBN, revision 31242

Check for end of buffer in wxMemoryInputStream::Peek.

2005-01-05 07:29 MBN, revision 31241

Correct malloc()/delete[] mismatch.

2005-01-05 07:28 MBN, revision 31240

Additional sanity check.

2005-01-05 07:28 MBN, revision 31239

Compilation fix.

2005-01-05 07:26 MBN, revision 31238

Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.

2005-01-05 00:32 RD, revision 31237

Continued tests of drawing a widget to a DC

2005-01-04 22:22 RR, revision 31236

Commit wxFontEncoding -> MS codepage conversion code based on MSDN's docs instead of the round trip through character sets.

2005-01-04 19:43 ABX, revision 31235

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:35 ABX, revision 31234

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:19 ABX, revision 31233

Initial wxSystemSettings::GetColour() for PalmOS.

2005-01-04 18:57 VZ, revision 31232

restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs

2005-01-04 17:41 MBN, revision 31231

Untabify.

2005-01-04 17:40 MBN, revision 31230

Change FIXME in TODO and clarify its meaning.

2005-01-04 17:35 MBN, revision 31229

Deprecation warning fix.

2005-01-04 10:56 VZ, revision 31228

fixed parameters to Blit()

2005-01-04 07:03 SC, revision 31227

as we cannot handle zero commands properly, we have to warn

2005-01-04 06:45 SC, revision 31226

using lang param, to have a CFLanguage be consistent with C-Locale

2005-01-04 06:22 SC, revision 31225

falling back to wxImage handler

2005-01-04 06:20 SC, revision 31224

24 bit depth

2005-01-03 22:10 RD, revision 31223

Factor out the OnSize code so it can also be used in other places where the header window needs to be adjusted.

2005-01-03 15:47 VZ, revision 31222

added a test to check how exception handling works with Win32 SEH; corrected copyright

2005-01-03 14:20 ABX, revision 31221

GCC warning fix.

2005-01-03 13:51 VZ, revision 31220

fix to the last fix (see comments in patch 1093811)

2005-01-03 07:22 ABX, revision 31219

Pasting typo fix.

2005-01-03 07:08 ABX, revision 31218

Full support to the native progress dialog.

2005-01-03 07:03 ABX, revision 31217

Incomplete (PalmOS) setup compatibility.

2005-01-02 23:54 VZ, revision 31216

don't crash in wxStrftime() if conversion of strftime() result to Unicode fails (modified patch 1094100)

2005-01-02 23:44 VZ, revision 31215

fixed crash when setting locale failed (replaces patch 1093811)

2005-01-02 22:52 VZ, revision 31214

fixed IMPLEMENT_DYNAMIC_CLASS2 macro

2005-01-02 22:48 VZ, revision 31213

added TOOL_RCLICKED test

2005-01-02 22:46 VZ, revision 31212

pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler

2005-01-01 17:26 RR, revision 31211

Allow to set the various buttons explicitly (and not through IDs) in the wxStdButtonSizer.

2005-01-01 13:36 RR, revision 31210

Second attempt to fix a rare crash (bad mem access after deletion of a control)

2005-01-01 11:39 RR, revision 31209

German translation mostly uptodate now.

2004-12-31 23:16 RD, revision 31208

reSWIGged

2004-12-31 23:01 RD, revision 31207

Send EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard

2004-12-31 22:58 RD, revision 31206

reSWIGged

2004-12-31 22:56 RD, revision 31205

updated note about the patch

2004-12-31 22:55 RD, revision 31204

Added wxStdDialogButtonSizer, which is a a special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the buttons using the standard ID's. Then call `Finalize` and the sizer will take care of the rest.

2004-12-31 22:54 RD, revision 31203

docstring fix

2004-12-31 22:54 RD, revision 31202

Added EVT_COMMAND_TREE_ITEM_MENU

2004-12-31 22:53 RD, revision 31201

Added back wx.PD_SMOOTH

2004-12-31 22:27 RD, revision 31200

fix compilo for when there are no precompiled headers

2004-12-31 20:21 RD, revision 31199

Correct some redraw glitches in the header when resizing, and also double buffer the header to eliminate the rest of the flicker.

2004-12-31 18:57 RR, revision 31198

Applied modified form of the StdButtonSize patch. Tested on GTK2, MSW and Mac. Adapted various generic dialogs to stretch the button sizer so that the buttons don't end up centered but right aligned.

2004-12-31 13:29 SC, revision 31197

SetFocus fixed

2004-12-31 13:19 SC, revision 31196

setting focus explicitely when using showmodal

2004-12-31 10:22 RR, revision 31195

Fixes a rare crash.

2004-12-31 07:08 ABX, revision 31194

wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.

2004-12-30 15:07 ABX, revision 31193

wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.

2004-12-29 22:48 RD, revision 31192

Fix position of the movie when the immediate parent is not the top-level parent and the offset from the top-level parent origin needs to be accounted for.

2004-12-29 21:19 ABX, revision 31191

Warning fixes, source cleaning.

2004-12-29 21:15 ABX, revision 31190

Fixes to FIXME about stock IDs usage.

2004-12-29 10:10 SC, revision 31189

added RequestUserAttention

2004-12-29 09:48 ABX, revision 31188

Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.

2004-12-29 07:12 SC, revision 31187

moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

2004-12-29 04:00 DE, revision 31186

Added wxBitmap::UseAlpha() stub.

2004-12-29 03:55 DE, revision 31185

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately. NOTE: Forgot to commit this earlier.

2004-12-28 22:30 GT, revision 31184

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema. We REALLY need to add schema support...wish I had the time

2004-12-28 22:28 GT, revision 31183

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

2004-12-28 22:27 GT, revision 31182

Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

2004-12-28 22:06 DE, revision 31181

Removed old bakefile cruft by doing a bakefile_gen -f autoconf -c followed by a bakefile_gen -f autoconf. I then hand edited the file to add back in the dnl ### begin block 00_header ### line, the BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" line (confusingly only generated by a CVS copy newer than 0.1.4) and remove the dnl Conditions: line. This file's size is now less than half of what it was!

2004-12-28 21:32 GT, revision 31180

More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

2004-12-28 21:16 RD, revision 31179

Docs for [GS]etDefaultPyEncoding

2004-12-28 21:10 GT, revision 31178

Non-standard abbreviations of words in function/variable names changed to standard abbreviations or the entire word (e.g. colNo is now colNum) If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything. The function now returns a boolean to indicate if the column definition was successfully created or not

2004-12-28 21:03 GT, revision 31177

Compilation fix with last checkin....ooops

2004-12-28 20:59 GT, revision 31176

Documentation updated to reflect Unicode support Updated to show current function names

2004-12-28 20:01 GT, revision 31175

Fixed some potential buffer overruns

2004-12-28 19:22 GT, revision 31174

Implemented a fix to allow Unicode builds to work with MSACCESS. This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

2004-12-28 18:35 GT, revision 31173

Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

2004-12-28 18:32 GT, revision 31172

Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

2004-12-28 18:30 GT, revision 31171

Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

2004-12-28 18:18 DE, revision 31170

Rebaked (Bakefile 0.1.4). Corresponds to tests.bkl,1.30,1.31

2004-12-28 18:15 DE, revision 31169

Rebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8

2004-12-28 17:51 DE, revision 31168

Rebaked (Bakefile 0.1.4) * Remove installation of afm and gsafm * Remove configure during distclean * Copy *.mpg files during SAMPLES_DIST

2004-12-28 16:00 RR, revision 31167

Added TREE_ITEM_MENU event to MSW control.

2004-12-28 15:59 RR, revision 31166

Also check for range on Mac's spin controls.

2004-12-28 15:57 RR, revision 31165

Check for range on wxSpinCtrl and wxSpinButton's GetValue()

2004-12-28 14:13 RR, revision 31164

Documented the special meaning of wxID_EXIT and wxID_ABOUT under MacOS X. Documented the existence of the GNOME printing code.

2004-12-28 13:34 GT, revision 31163

Added wxODBC changes to the log

2004-12-28 12:14 ABX, revision 31162

Outdated informations refreshed.

2004-12-28 10:18 SC, revision 31161

handling wxSTAY_ON_TOP by changing the window group instead of window class

2004-12-28 10:16 SC, revision 31160

getting rid of redefines

2004-12-28 03:17 DE, revision 31159

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately.

2004-12-28 01:40 DE, revision 31158

Retain/release the NSButtonCell during user action so that if the button is deleted by the user action the program does not crash sending the setHighlighted:NO message to it.

2004-12-28 00:33 GT, revision 31157

Firebird DB support added. Basic testing is done, and appears to work fully. Need real users to test the additions please

2004-12-28 00:31 GT, revision 31156

Display message typo corrected

2004-12-27 20:48 ABX, revision 31155

Adjust documentation to implementations and alphabetical order.

2004-12-27 20:17 ABX, revision 31154

GetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32 cases only.

2004-12-27 18:57 ABX, revision 31153

wxLongLong to wxString operators.

2004-12-27 18:47 ABX, revision 31152

Take best fitting type for available memory measurement.

2004-12-27 08:52 VS, revision 31151

blind fix for GCC compilation when #pragmas are honored

2004-12-27 08:36 ABX, revision 31150

MSW and source cleaning.

2004-12-27 07:30 ABX, revision 31149

Some PalmOS utils implementations.

2004-12-26 17:37 RR, revision 31148

Added TREE_ITEM_MENU event that gets sent if the user hits the "Menu" key on the newer keyboards. So far generic control only.

2004-12-26 09:16 SC, revision 31147

unicode fix

2004-12-26 02:35 ROL, revision 31146

checking for dom.encoding == None temporary fix for wxPyAssertion from XRC library

2004-12-26 02:32 ROL, revision 31145

wxIcon correctly handled now (it has no "icon" tag)

2004-12-25 18:27 RR, revision 31144

Deselect a child item on Collapse. Otherwise we end up with 2 selected item even in single selection mode. This is a follow-up to the no-dangling pointer patch and also reflects MSW behaviour.

2004-12-25 15:04 RR, revision 31143

Documented findings about how to use mo files with MacOS X's bundles.

2004-12-25 01:58 VZ, revision 31142

added SetCmdLine(int, char **) overload even when building a Unicode app

2004-12-24 12:29 JS, revision 31141

Doc corrections

2004-12-24 11:48 VS, revision 31140

security fix (patch 1089659)

2004-12-24 09:02 JJ, revision 31139

Committing in . correcting an obvious typo in the GTK1.x part Modified Files: wxWidgets/src/gtk/choice.cpp ----------------------------------------------------------------------

2004-12-24 07:52 ABX, revision 31138

wxPalmOS port started its development so let's list it in the changes.

2004-12-24 07:44 ABX, revision 31137

First nonminimal wxPalmOS functionality: enumeration of available volumes.

2004-12-24 07:41 ABX, revision 31136

wxPalmOS was introduced long after 2.4.

2004-12-24 00:43 RD, revision 31135

Make the wx.MediaCtrl demo more functional, and add a sample movie.

2004-12-23 21:46 RD, revision 31134

reSWIGged after 1.3.24 update

2004-12-23 21:39 RD, revision 31133

reSWIGged after 1.3.24 update

2004-12-23 21:34 RD, revision 31132

reSWIGged after 1.3.24 update

2004-12-23 21:29 RD, revision 31131

Typo

2004-12-23 20:53 RD, revision 31130

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:52 RD, revision 31129

Allow Python 2.4

2004-12-23 20:44 RD, revision 31128

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:33 ABX, revision 31127

Deprecated methosd markup (documented).

2004-12-23 20:19 RD, revision 31126

Changed GetSystemColour to GetColour

2004-12-23 13:42 SC, revision 31125

corrected setting the locale of the c-lib for mac

2004-12-22 23:54 VZ, revision 31124

simplified sizers, removed OnSize() which is not needed any more

2004-12-22 23:29 VZ, revision 31123

call SetBkColor() when using non default background

2004-12-22 23:27 VZ, revision 31122

last fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol == false, fixed the fix

2004-12-22 22:02 RD, revision 31121

Need to reset count when all items are deleted

2004-12-22 21:09 VZ, revision 31120

fixes fo inheriting colours set with SetOwnBackround()

2004-12-22 21:07 VZ, revision 31119

fixed background drawing for opaque controls

2004-12-22 19:47 SN, revision 31118

Applied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).

2004-12-22 11:12 DS, revision 31117

added FileConfig test case exposing a problem with deleting the last group

2004-12-22 09:21 VS, revision 31116

compilation fix

2004-12-22 07:35 ABX, revision 31115
  • D /wxWidgets/trunk/src/palmos/dialup.cpp
  • D /wxWidgets/trunk/src/palmos/mimetype.cpp
  • D /wxWidgets/trunk/src/palmos/mslu.cpp
  • D /wxWidgets/trunk/src/palmos/registry.cpp
  • D /wxWidgets/trunk/src/palmos/renderer.cpp

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:22 ABX, revision 31114

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:19 RL, revision 31113

Fix for wxGTK compilation.

2004-12-22 07:18 RL, revision 31112

Fix for wxGTK compilation.

2004-12-22 07:07 RL, revision 31111

Fix wxGTK compilation.

2004-12-22 06:27 RL, revision 31110

Not quite as flexible, but lighter and sufficient.

2004-12-22 05:51 SC, revision 31109

making sure we don't say we are visible while in destruction

2004-12-22 05:38 RL, revision 31108

Only filter out duplicate -libraries. Let other constructs fend for themselves. This will avoid hiding problems in configure.in and let the mac users have -framework et al. pass through as they should.

2004-12-22 01:05 VZ, revision 31107

reverted use of DeferWindowPos() instead of MoveWindow()

2004-12-21 18:57 ABX, revision 31106

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:44 ABX, revision 31105

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:35 ABX, revision 31104

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:20 ABX, revision 31103

wxURI is enough for the basic url operations.

2004-12-21 16:41 ABX, revision 31102

Borland fixes.

2004-12-21 16:25 ABX, revision 31101

Metric conversion constants not doubled in each port code.

2004-12-21 13:50 SC, revision 31100

moving Carbon Event Class out of USE_GUI

2004-12-20 23:06 RD, revision 31099

reSWIGged

2004-12-20 22:59 RD, revision 31098

Added wxEXEC_NODISABLE flag

2004-12-20 22:52 RD, revision 31097

A little cleanup

2004-12-20 22:51 RD, revision 31096

Added a note to self to look at adding ProvidesBackground in the future

2004-12-20 22:50 RD, revision 31095

Allow the OOR reference to be saved without doing an INCREF. This solves the circular reference problem with wx.Timer.

2004-12-20 22:46 RD, revision 31094

Typemaps for wxFileOffset

2004-12-20 22:44 RD, revision 31093

Added wxEXEC_NODISABLE flag

2004-12-20 22:43 RD, revision 31092

new wxMediaCtrl API

2004-12-20 20:34 ABX, revision 31091

Warning fix.

2004-12-20 20:27 ABX, revision 31090

Further decoration.

2004-12-20 20:24 ABX, revision 31089

Fixed typo.

2004-12-20 20:17 ABX, revision 31088

wxPalmOS mentioned.

2004-12-20 12:44 ABX, revision 31087

Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.

2004-12-20 09:24 JS, revision 31086

VC++ 5 compatibility

2004-12-20 01:31 VZ, revision 31085

wxGetInstance must be defined as extern C (patch 1085837)

2004-12-20 01:23 VZ, revision 31084

end label editing if the control loses focus (slightly modified patch 1084592)

2004-12-20 01:08 VZ, revision 31083

fixed dragging scrollbar in wxUniv: use wxMouseEvent::Dragging(), not Moving(), for tests (patch 1075176; bug 1053645)

2004-12-20 00:03 VZ, revision 31082

added flags parameter to wxExecute(wxArrayString *) overloads

2004-12-19 23:59 VZ, revision 31081

added wxEXEC_NODISABLE

2004-12-19 23:29 VZ, revision 31080

added a note about old/new selection inconcistency in events generated by wxNotebook::SetSelection()

2004-12-19 23:12 VZ, revision 31079

added test for Unicode/ANSI

2004-12-19 23:08 VZ, revision 31078

corrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions

2004-12-19 22:45 VZ, revision 31077

IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined

2004-12-19 22:08 VZ, revision 31076

use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

2004-12-19 21:30 VZ, revision 31075
  • D /wxWidgets/trunk/src/msw/slidrmsw.cpp

Win16 version is not used any longer

2004-12-19 20:56 VZ, revision 31074

moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

2004-12-19 20:51 VZ, revision 31073

moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background

2004-12-19 20:39 VZ, revision 31072

only use our background for children if it's inheritable

2004-12-19 20:36 VZ, revision 31071

don't propagate our (non default) background to children: use SetOwnBgCol() instead of SetBgCol()

2004-12-19 20:24 VZ, revision 31070

corrected compilation error in va_copy() test

2004-12-19 20:15 VZ, revision 31069

fixed background appearance for the controls with changed foreground colour

2004-12-19 19:55 VZ, revision 31068

do not inherit background colour in InheritAttributes() as it totally breaks themed backgrounds

2004-12-19 17:29 SN, revision 31067

Fixed typo.

2004-12-19 17:22 SN, revision 31066

Fixes for OS/2.

2004-12-19 17:20 SN, revision 31065

Do not export weak symbols from DLLs, as this causes problems in debug build

2004-12-19 16:41 SC, revision 31064

extended EventRef class

2004-12-19 16:40 SC, revision 31063

correcting dangling refs / reuse

2004-12-19 14:48 VZ, revision 31062

documented GetWindow() method

2004-12-19 14:45 VZ, revision 31061
  • D /wxWidgets/trunk/samples/dnd/mondrian.ico
  • D /wxWidgets/trunk/samples/dnd/mondrian.xpm

use ../sample.* instead

2004-12-19 14:41 VZ, revision 31060

use standard icon under Unix as well

2004-12-19 14:40 VZ, revision 31059

use standard icon; minor layout fixes

2004-12-19 14:39 VZ, revision 31058

use the standard .rc file

2004-12-19 14:36 VZ, revision 31057

make icons for different effects different

2004-12-18 16:12 SN, revision 31056

Added support for debug libraries.

2004-12-18 13:13 RR, revision 31055

Fix for the fix for wxChoice selection.

2004-12-18 10:55 SC, revision 31054

wake up corrections : correcting ref count (mem-leak) , keeping weak ref to avoid double posting wakeup-events

2004-12-18 10:37 SC, revision 31053

Big Endian Fixes, LCID support (must be paired with LCID-Charset support on the .hhp interpretation side)

2004-12-17 16:31 RD, revision 31052

Only test the high order bit from GetKeyState, otherwise we can have bogus readings.

2004-12-17 16:07 RN, revision 31051

wxMediaCtrl API changes for 2.5.x/2.6

2004-12-17 15:41 RN, revision 31050

Document osx hack

2004-12-17 15:37 RN, revision 31049

Warning fixes for msvc - return function address explicitly

2004-12-17 12:12 ABX, revision 31048

Unicode markup.

2004-12-17 12:09 ABX, revision 31047

Follow wxTreeCtrl API.

2004-12-17 02:10 RD, revision 31046

reSWIGged

2004-12-17 02:01 RD, revision 31045

Added default values for some parameters

2004-12-17 02:00 RD, revision 31044

Added notes for recent changes

2004-12-17 01:59 RD, revision 31043

docstring

2004-12-17 01:58 RD, revision 31042

ComputeScaleAndOrigin

2004-12-17 01:43 VZ, revision 31041

override AcceptsFocus() inherited from wxStaticBox to accept focus

2004-12-17 01:41 VZ, revision 31040

accept focus in radiobox again (broken by making it derive from static box which doesn't accept it)

2004-12-17 01:35 VZ, revision 31039

corrected comment about wxRadioBox not deriving from wxStaticBox in wxMSW (now it does)

2004-12-17 01:27 VZ, revision 31038

restored WS_EX_TRANSPARENT as otherwise background can be not drawn at all sometimes

2004-12-17 01:22 RD, revision 31037

Build/installer support for building with MSVC 7.1 and Python 2.4

2004-12-16 22:51 DE, revision 31036

Fixed typo(?)

2004-12-16 21:26 RD, revision 31035

reset m_selectionOld when the selection is programatically changed

2004-12-16 21:24 ABX, revision 31034

Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too.

2004-12-16 20:32 ABX, revision 31033

Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to not duplicate code). Present it in statusbar of samples/html/test application.

2004-12-16 19:44 ABX, revision 31032

Fixed typo.

2004-12-16 19:39 ABX, revision 31031

wxUniversal fix.

2004-12-16 19:36 ABX, revision 31030

GCC of PalmOS fix.

2004-12-16 13:25 VZ, revision 31029

suppress annoying beeps when enter is pressed in combobox and there is no default button

2004-12-16 13:21 VZ, revision 31028

restored accidentally removed code which deselects the previously selected button in SetSelection()

2004-12-16 10:24 VZ, revision 31027

fix memory leak when using styes (closes 1086273)

2004-12-16 06:05 RD, revision 31026

untabified

2004-12-16 02:39 VZ, revision 31025

added GetBestSize() implementation

2004-12-16 01:50 VZ, revision 31024

repaired setting foreground colours for the standard controls

2004-12-15 21:17 RD, revision 31023

get the default encoding from the default locale.

2004-12-15 21:15 RD, revision 31022

Instead of always using the Python default encoding for converting string and unicode objects to/from wxStrings.

2004-12-15 13:38 JS, revision 31021

Removed AFM files from 2.4 branch

2004-12-15 13:20 JS, revision 31020

Further AFM removal

2004-12-15 13:13 JS, revision 31019
  • D /wxWidgets/trunk/misc/afm
  • D /wxWidgets/trunk/misc/gs_afm

Removed AFM files

2004-12-15 12:22 ABX, revision 31018

Move unused values into 2.4 compatibility. Source cleaning.

2004-12-15 08:02 JJ, revision 31017

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms ----------------------------------------------------------------------

2004-12-15 07:42 JJ, revision 31016

Committing in . fix for gtk-1.x Modified Files: wxWidgets/src/gtk/combobox.cpp ----------------------------------------------------------------------

2004-12-14 22:49 RD, revision 31015

reSWIGged

2004-12-14 22:48 RD, revision 31014

Don't use WXDLLIMPEXP_MEDIA in the stub class

2004-12-14 22:46 RD, revision 31013

optionally add the media library if not a MONOLITHIC build

2004-12-14 21:10 ABX, revision 31012

wx/math.h integration

2004-12-14 20:52 ABX, revision 31011

wx/math.h integration

2004-12-14 20:34 ABX, revision 31010

Be C file.

2004-12-14 20:32 ABX, revision 31009

Fixme removal.

2004-12-14 20:29 ABX, revision 31008

Geometry operators tests.

2004-12-14 20:29 ABX, revision 31007

Geometry operators tests.

2004-12-14 19:58 RD, revision 31006

Don't call _setOORINfo from PreGrid

2004-12-14 19:57 RD, revision 31005

Added SetFocus and SetFocusIgnoringChildren to wx.Panel

2004-12-14 19:39 RD, revision 31004

Applied patch #1084332: xrced does not respect encoding

2004-12-14 12:33 VZ, revision 31003

more wxUniv compilation fixes (bug 1085003)

2004-12-14 12:30 VZ, revision 31002

compilation fix for WXWIN_COMPATIBILITY_2_4 == 0

2004-12-13 23:15 RD, revision 31001

deprecated Get/SetOptimization

2004-12-13 23:06 RD, revision 31000

Added IsEditable Undo Redo SelectAll CanCopy CanCut CanPaste CanUndo CanRedo

2004-12-13 23:02 RD, revision 30999

Deprecated NotebookSizer and BookCtrlSizer

2004-12-13 23:00 RD, revision 30998

Added GetColoursCount

2004-12-13 22:46 RD, revision 30997

Added gravity

2004-12-13 22:39 RD, revision 30996

Give Maximize and default param

2004-12-13 22:38 RD, revision 30995

wxRect::union and docstring fixes

2004-12-13 21:30 VZ, revision 30994

undef CreateWindow too, even if we don't use it ourselves it's still a very common name and shouldn't be defined after including wxWindows headers

2004-12-13 20:10 ABX, revision 30993

math.h/PI integration

2004-12-13 20:07 VZ, revision 30992

reverted recent VK_OEM_PLUS change, do map it to '+' for now, but added a comment questioning whether this should be done at all

2004-12-13 20:04 ABX, revision 30991

math.h/PI integration

2004-12-13 19:54 ABX, revision 30990

math.h/PI integration

2004-12-13 19:48 ABX, revision 30989

Avoid conflict with INFINITY of math.h.

2004-12-13 19:46 ABX, revision 30988

Further changes markup.

2004-12-13 19:42 VZ, revision 30987

(blind) wxUniv compilation fix: define the method using wxWindow out of line, i.e. after wxWindow is defined

2004-12-13 18:24 ABX, revision 30986

wx/msw/notebook.h needs wx/notebook.h in lack of precompiled headers.

2004-12-13 14:08 ABX, revision 30985

Events table serves for RTTI too.

2004-12-13 10:49 JS, revision 30984

Added missing events

2004-12-13 09:18 JS, revision 30983

Typo correction

2004-12-13 01:03 VZ, revision 30982

use WX_FORWARD_STD_METHODS_TO_SUBWINDOWS

2004-12-13 01:02 VZ, revision 30981

added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro

2004-12-13 01:00 VZ, revision 30980

1. derived wxMSW radio box from static box because it includes the box anyhow 2. changed it to use wxSubwindows to cut down code duplication 3. deprecated Get/SetNumberOfRowsOrCols() which didn't do anything in neither MSW nor GTK (this is the only change in GTK code)

2004-12-13 00:29 RR, revision 30979

Correctd orientation of sash handle. Adapted some code in the native scrolling window to the generic version's code.

2004-12-13 00:12 VZ, revision 30978

use solid bacgkround for static box as pattern brush can't be properly aligned when it is painted

2004-12-13 00:11 VZ, revision 30977

implemented MSWGetBgBrush/ColourForChild() to propagate themed notebook background to children

2004-12-13 00:09 VZ, revision 30976

rewrote and virtualized the background erasing logic: each window may now specify which background brush should be used for its children and each child may also choose to use either background brush or (solid) background colour wxWindow::OnEraseBackground() and wxControl::MSWControlColor() now use the same code

2004-12-12 21:51 VZ, revision 30975

forward Enable() and SetFont() to the labels as well

2004-12-12 21:43 VZ, revision 30974

added a few more composite functions

2004-12-12 20:27 , revision 30973
  • A /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/acinclude.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/aclocal.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/art
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/autoconf_inc.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/autogen.sh
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/BuildCVS.txt
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/build
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/config.guess
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/config.sub
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/configure
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/configure.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/contrib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/debian
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/demos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/descrip.mms
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/difflast.pl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/distrib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/docs
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/msvc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/accel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/access.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/afterstd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/app.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/apptrait.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/archive.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/arrstr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/artprov.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/beforestd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bitmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bookctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/brush.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/buffer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/build.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/busyinfo.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/button.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/calctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/caret.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/checkbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/checklst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/chkconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choicdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choice.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choicebk.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/clipbrd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/clntdata.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmdline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmdproc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmndata.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cocoa
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/colordlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/colour.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/combobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/confbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/config.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/containr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/control.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cppunit.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cshelp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ctrlsub.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cursor.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dataobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datetime.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datetime.inl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/db.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbgrid.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbkeyg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbtable.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcbuffer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcclient.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcmemory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcmirror.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcprint.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcps.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcscreen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcsvg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dde.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/debug.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/defs.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dialog.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dialup.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dir.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dirctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dirdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/display.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dlimpexp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dnd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/docmdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/docview.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dragimag.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynarray.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynlib.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynload.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/effects.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/encconv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/encinfo.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/event.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/evtloop.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/except.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/features.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ffile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/file.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fileconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filedlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filefn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filename.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filesys.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/flags.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fmappriv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/font.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontenc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontenum.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontutil.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/frame.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_inet.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_mem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_zip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gauge.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gbsizer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gdicmn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gdiobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/generic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/geometry.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gifdecod.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/glcanvas.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/grid.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gsocket.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gtk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gtk1
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hash.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hashmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hashset.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/help.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helpbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helphtml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helpwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/html
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/htmllbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/icon.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iconbndl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iconloc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/image.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imaggif.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagiff.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagjpeg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imaglist.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpcx.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpng.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpnm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagtiff.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagxpm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/init.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/intl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iosfwrap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ioswrap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ipc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ipcbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/isql.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/isqlext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/joystick.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/layout.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/laywin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/list.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/log.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/longlong.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mac
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/math.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/matrix.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mediactrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memtext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/menu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/menuitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/metafile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mgl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mimetype.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/minifram.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/module.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/motif
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msgdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msgout.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/accel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/app.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/apptbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/apptrait.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bitmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/blank.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bmpbuttn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/brush.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bullseye.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/button.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/caret.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/cdrom.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/checkbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/checklst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/child.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/chkconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/choice.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/clipbrd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/clock.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colordlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colour.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colours.bmp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/combobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/computer.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/control.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/crashrpt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/csquery.bmp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/ctl3d
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/cursor.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcclient.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcmemory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcprint.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcscreen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dde.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dialog.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dib.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dirdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/display.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dragimag.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/drive.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/enhmeta.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/error.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/evtloop.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fdrepdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/file1.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/filedlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/floppy.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/folder1.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/folder2.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/font.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fontdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fontenum.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/frame.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gauge95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gccpriv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gdiimage.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gdiobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/glcanvas.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gsockmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/hand.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/heart.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpbest.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpchm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/icon.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/imaglist.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/info.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/iniconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/joystick.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/listbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/listctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/magnif1.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mdi.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/menu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/menuitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/metafile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/microwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mimetype.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/minifram.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/missing.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/msgdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mslu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/msvcrt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/noentry.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/notebook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/ole
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/palette.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pbrush.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pencil.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pntleft.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pntright.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/popupwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/printdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/printwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/private.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/query.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/question.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/radiobut.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/regconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/region.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/registry.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/removble.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/rightarr.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/roller.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/scrolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/setup0.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/setup_microwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/size.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/slider95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/slidrmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/sound.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/spinbutt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/spinctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbr95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/stattext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/std.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/stdpaths.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/subwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tabctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/taskbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tbar95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tbarmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/textctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tglbtn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/timer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tooltip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/toplevel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/treectrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/uxtheme.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/warning.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/watch1.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wince
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/window.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/winundef.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapcctl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapshl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wx.manifest
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wx.rc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/notebook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/numdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/object.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/os2
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ownerdrw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/palette.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/palmos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/panel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/paper.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/pen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/platform.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/popupwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/print.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/printdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/prntbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/process.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/progdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/protocol
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ptr_scpd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/quantize.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/radiobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/radiobut.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/rawbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/recguard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/regex.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/region.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/renderer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sashwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckaddr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckipc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scopeguard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scrolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scrolwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/selstore.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/settings.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/setup_redirect.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sizer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/slider.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/snglinst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/socket.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sound.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/spinbutt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/spinctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/splash.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/splitter.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stack.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stattext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statusbr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stdpaths.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stockitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stopwatch.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/strconv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/string.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sysopt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tab.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tabctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/taskbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tbarbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textbuf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textfile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tglbtn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/thread.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/thrimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/timer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tipdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tipwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tokenzr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/toolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tooltip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/toplevel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/treebase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/treectrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/txtstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/types.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/univ
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/unix
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/uri.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/url.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/utils.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/valgen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/validate.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/valtext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/variant.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vector.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/version.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vidmode.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vlbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/volume.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vscroll.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wave.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wfstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/window.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wizard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxchar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxhtml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxprec.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa_cm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/x11
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xpmdecod.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xpmhand.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xrc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xti.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xtistrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xtixml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/zipstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/zstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pchmm
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwu_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_pb.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/install-sh
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/lib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/locale
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/Makefile.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/make-deb
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/misc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/regen
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/samples
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/setup.h.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/setup.h_vms
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cocoa
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/common
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cwcopysetup.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cwdcopysetup.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cygnus.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/expat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/generic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/gtk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/gtk1
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/html
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/iodbc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/jpeg
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mac
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeb32.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makebcc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.dos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.va
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeg95.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.bcc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.g95
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makemsc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.bcc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.g95
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.msc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.sl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.va
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makesc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makesl.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/maketwin.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeva.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makevc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makewat.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mgl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mingegcs.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mingw32.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/motif
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/accel.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/app.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/basemsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/bitmap.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/bmpbuttn.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/brush.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/button.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/caret.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/checkbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/checklst.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/choice.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/clipbrd.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/colordlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/colour.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/combobox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/control.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/crashrpt.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/cursor.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/data.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dc.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcclient.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcmemory.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcprint.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcscreen.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dde.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dialog.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dialup.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dib.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dir.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dirdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/display.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dragimag.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dummy.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dummydll.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/enhmeta.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/evtloop.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fdrepdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/filedlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/font.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontenum.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontutil.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/frame.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gauge95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gdiimage.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gdiobj.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/glcanvas.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gsocket.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gsockmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpbest.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpchm.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/icon.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/imaglist.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/iniconf.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/joystick.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/listbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/listctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/main.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.dos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.mic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.sl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.twn
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mdi.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mediactrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/menu.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/menuitem.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/metafile.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/microwin.c
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mimetype.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/minifram.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/msgdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mslu.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/nativdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/notebook.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/ole
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/ownerdrw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/palette.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/pen.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/penwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/popupwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/printdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/printwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/radiobut.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/regconf.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/region.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/registry.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/renderer.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/salford.lnk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/scrolbar.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/settings.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/slider95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/slidrmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/snglinst.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/sound.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/spinbutt.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/spinctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbmp.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbr95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statline.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/stattext.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/stdpaths.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tabctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/taskbar.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tbar95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tbarmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/textctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tglbtn.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/thread.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/timer.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tooltip.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/toplevel.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/treectrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/urlmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utils.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utilsexc.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utilsgui.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/uxtheme.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/version.rc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/volume.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wince
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/window.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/winestub.c
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wx.def
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wxb32.def
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/ntwxwin.mak
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/os2
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/palmos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/png
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/regex
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/stc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/tiff
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/univ
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/unix
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/version.mak
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/Wxwindll.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxJpeg.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxPng.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxTiff.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWin.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.dsp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.dsw
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.pbproj
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.xcode
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsM8.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsW7.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxwindowsM5.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxXpm.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxZlib.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/x11
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/xrc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/zlib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/tests
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/utils
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/version-script.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wx-config-inplace.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wx-config.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxBase.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxMGL.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxMotif.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxPython
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxWINE.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxwin.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'BEFORE_DERIVING_FROM_STATIC_BOX'.

2004-12-12 20:27 VZ, revision 30972

don't use WS_EX_TRANSPARENT style, it doesn't seem to help with anything (if it is readded, please make sure to explain why exactly was it needed)

2004-12-12 20:21 VZ, revision 30971

check for any parent with non default background in wxControl::MSWControlColor(), not just wxNotebook

2004-12-12 19:47 VZ, revision 30970

override MSWGetDefaultBgBrush() to use transparent brush

2004-12-12 19:44 VZ, revision 30969

added MSWGetDefaultBgBrush() to allow some derived classes to use transparent brush for erasing background

2004-12-12 19:25 VS, revision 30968

even GUI test should be console app

2004-12-12 19:23 VZ, revision 30967

added a test for wxRect::Union()

2004-12-12 19:00 VZ, revision 30966

fixed Union() for the case of this rectangle being empty

2004-12-12 18:59 VZ, revision 30965

position the labels correctly when we're created with fixed size

2004-12-12 18:56 VZ, revision 30964

create controls with 1*1 size by default, not 0*0 as it wreaks havoc with wxRect::Union logic

2004-12-12 18:32 VZ, revision 30963

compilation fix for wxUSE_TOGGLEBTN == 0

2004-12-12 18:09 VZ, revision 30962

regenerated

2004-12-12 17:59 VZ, revision 30961

unused var warning

2004-12-12 17:58 VZ, revision 30960

fixed broken logic in ShowFullScreen() (some compiler warnings are helpful)

2004-12-12 17:47 VZ, revision 30959

delete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it's too late there (replaces patch 1082605; closes bug 1068000)

2004-12-12 17:40 VZ, revision 30958

fixed SaveDIB() crash with BW images (patch 1045884)

2004-12-12 17:34 VZ, revision 30957

include <windows.h> before <multimon.h>, should fix mingw32 compilation (bug 966947)

2004-12-12 15:22 SC, revision 30956

scrolling hack (always move our own scrollbars highest in z-order)

2004-12-12 12:35 VS, revision 30955

added GUI test program

2004-12-12 12:29 VS, revision 30954

moved tests-only code to tests bakefile

2004-12-12 11:55 VZ, revision 30953

disable gcc warning about class having private dtors and no friends (patch 1065318)

2004-12-12 11:53 VZ, revision 30952

large files support for wxFFile (patch 1077980 from Mike Wetherell)

2004-12-12 11:49 VZ, revision 30951

only handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part of patch 1080770)

2004-12-12 11:47 VZ, revision 30950

use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

2004-12-12 11:44 VZ, revision 30949

stop processing pending events after processing all of them which had been in the queue when we started, not until there are none as this could result in an infinite loop (part of patch 1080770)

2004-12-12 11:21 VZ, revision 30948

fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)

2004-12-12 11:19 VZ, revision 30947

gravity for splitter window (patch 1046105)

2004-12-12 11:12 VZ, revision 30946

cross-reference types in the generated docs (patch 1038083)

2004-12-12 11:03 VZ, revision 30945

give an error message if we're built in Unicode mode (in response to bug 1079224)

2004-12-12 11:01 VZ, revision 30944

include <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they don't risk to work (closes 1083808)

2004-12-12 10:33 VZ, revision 30943

removed extra class qualifier from inline method

2004-12-12 10:33 VZ, revision 30942

master setup.h for msvc users

2004-12-12 10:00 SC, revision 30941

10.4 header collision fix

2004-12-12 09:15 RN, revision 30940

fix wxTheApp include

2004-12-12 01:37 KH, revision 30939

Revert change to wording... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

2004-12-12 00:09 VZ, revision 30938

don't look for notebooks beyond first top level parent in our hierarchy

2004-12-12 00:06 VZ, revision 30937

never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

2004-12-11 23:35 VZ, revision 30936

use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

2004-12-11 23:35 VZ, revision 30935

helper class for implementing composite controls under MSW

2004-12-11 23:34 VZ, revision 30934

added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

2004-12-11 23:32 VZ, revision 30933

added wxRectFromRECT()

2004-12-11 23:29 VZ, revision 30932

added and documented wxRect::Union(); also moved some methods inline

2004-12-11 21:54 RR, revision 30931

A bit of updating the changes.txt etc.

2004-12-11 21:52 RR, revision 30930

Backed-out PNG8 patch (no time to look at why it breaks other PNGs).

2004-12-11 21:33 RR, revision 30929

Whole bunch of minor doc updates from an external patch. Also documented combobox's EVT_TEXT_ENTER

2004-12-11 20:01 VZ, revision 30928

translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

2004-12-11 12:51 RR, revision 30927

Add SetFocusIgnoringChildren() to wxControlContainer. This makes corresponding hacks in wxListCtrl and wxTreeCtrl obsolete. With docs.

2004-12-10 16:20 ABX, revision 30926

Bug #1040683: Remove assert when deleting menu entry.

2004-12-10 12:01 ABX, revision 30925

wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

2004-12-10 11:24 JS, revision 30924

Workaround for memory bug when using wxRegConfig and calling SetPath.

2004-12-10 11:23 VZ, revision 30923

really implemented operator==(); reformatted a little

2004-12-10 07:28 ABX, revision 30922

Back to broken comparison until it is not fixed other way.

2004-12-10 01:53 DE, revision 30921

Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI. This allows the code to be used from wxBase with other image classes.

2004-12-09 19:39 VZ, revision 30920

compilation fix for wxUSE_DATAOBJ == 0

2004-12-09 15:27 JS, revision 30919

Combobox corrections

2004-12-09 15:16 JS, revision 30918

Added further 'missing' wxTextCtrl-like functions to wxComboBox

2004-12-09 15:10 RN, revision 30917

fixup {/'s with last commit merge pre tag change from wxWebSite

2004-12-09 14:59 JS, revision 30916

Spelling corrections

2004-12-09 14:16 JS, revision 30915

Small correction

2004-12-09 14:14 JS, revision 30914

Misc FAQ mods

2004-12-09 00:21 RD, revision 30913

reSWIGged

2004-12-09 00:21 RD, revision 30912

Use SetMinSize instead of SetSizeHints

2004-12-08 22:39 MBN, revision 30911

Moved tests for wxHashMap, wxHashSet and wxList from console sample and converted them to unit tests.

2004-12-08 22:39 MBN, revision 30910

Made wxHashSet compile again. Changed the return value for insert() t match the one of wxHashMap (and of std::set).

2004-12-08 22:33 MBN, revision 30909

Documented wxHashSet. Corrected documentation for wxHashMap::insert() mentioning the correct return value.

2004-12-08 22:29 RR, revision 30908

Applied patch for PNG8 alpha mask.

2004-12-08 22:13 MBN, revision 30907

Check for Pango XFT presence (for wxX11).

2004-12-08 22:08 RR, revision 30906

Corrected wxComboBox::GetValue() after a selection has changed. Added test for that to the "widgets" sample.

2004-12-08 21:51 RD, revision 30905

Use SetMinSize instead of SetSizeHints

2004-12-08 21:49 RD, revision 30904

Some tweaks for the wxMediaCtrl and enhaced the demo a bit

2004-12-08 20:36 RD, revision 30903

fix compilation error

2004-12-08 17:51 JS, revision 30902

Fixed spurious selection of combobox text during resize

2004-12-08 17:43 ABX, revision 30901

wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

2004-12-08 17:17 ABX, revision 30900

Fix to FIXME: better nothing than broken comparison.

2004-12-08 17:15 ABX, revision 30899

Fixed bug with lack of return default style if Ok() fails.

2004-12-08 17:12 ABX, revision 30898

Warning fixes.

2004-12-08 17:00 ABX, revision 30897

wxApp decoration to changes list and missed new methods in wxApp section.

2004-12-08 08:36 JS, revision 30896

Script updates

2004-12-07 20:10 ABX, revision 30895

Fix to FIXME about using unused Get/SetOptimization.

2004-12-07 19:57 ABX, revision 30894

wxURI/wxURL links in changes list.

2004-12-07 19:49 ABX, revision 30893

Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

2004-12-07 18:02 RD, revision 30892

reSWIGged

2004-12-07 18:00 RD, revision 30891

Added ImageFromDataWithAlpha ctor

2004-12-07 17:58 RD, revision 30890

wx.GridBagSizer stor needs call to _setOORInfo

2004-12-07 17:57 RD, revision 30889

Add wxTextEntryDialogStyle constant

2004-12-07 17:56 RD, revision 30888

Add flags parameter to wx.Process.Kill and wx.Kill

2004-12-07 17:54 RD, revision 30887

Ensure that PlatformInfo is reverse-renamed

2004-12-07 17:53 RD, revision 30886

made dates in comments consistent

2004-12-07 07:47 SC, revision 30885

fixing memory leak (reported by Ken Thomases)

2004-12-07 07:13 SC, revision 30884

fixing memory leak (reported by Ken Thomases)

2004-12-06 23:43 RR, revision 30883

Made sample compile after removal of wxPrintSetupDialog. Tweak makefile to work with GNOME printing.

2004-12-06 23:41 RR, revision 30882

Compilation.

2004-12-06 22:44 VS, revision 30881

fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

2004-12-06 17:57 KH, revision 30880

wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

2004-12-06 17:37 ABX, revision 30879

Fix to FIXME removal for dummies ;-)

2004-12-06 17:35 ABX, revision 30878

Warning fixes.

2004-12-06 17:32 ABX, revision 30877

ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

2004-12-06 17:22 ABX, revision 30876

Further decorations in changes chapter. Missed methods in their base location.

2004-12-06 16:29 JS, revision 30875

Added missing wxToggleButton files.

2004-12-06 15:48 ABX, revision 30874

Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

2004-12-06 12:47 RR, revision 30873

Apply choice patch for proper handling of clearing wxChoice (it reported a selection value of 0)

2004-12-06 10:28 VS, revision 30872

fixed typos (patch 1079876)

2004-12-06 08:48 JS, revision 30871

Removed CF_NOSIMULATIONS flag to increase range of available fonts

2004-12-05 23:03 RR, revision 30870

Implemented run-time checks for the GTK version

2004-12-05 20:52 RN, revision 30869

Fix overflow warnings (?)

2004-12-05 20:30 RR, revision 30868

Moved the implemtation of the generic and the native GTK 2.4 file dialogs into one place by making wxFileDialog derive from the generic variant and by then choosing which implementation to use. Later, we'll add run-time checks.

2004-12-05 19:40 KH, revision 30867

Prevent GDK assertions when a window has a hidden (never shown) parent -- do not use wxRegionIterator over the parent if the parent is not mapped

2004-12-05 19:15 KH, revision 30866

Freeze/Thaw implementation

2004-12-05 19:15 KH, revision 30865

Freeze/Thaw patch missed a place where m_buffer should be used

2004-12-05 19:14 KH, revision 30864

Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful

2004-12-05 18:56 JS, revision 30863

Neither PocketPC nor SmartPhone have SHBrowseForFolder

2004-12-05 17:29 RR, revision 30862

Corrected patch.

2004-12-05 17:02 JS, revision 30861

Simplification

2004-12-05 16:56 RR, revision 30860

Invalidate the best size after adding an item to a wxChoice.

2004-12-05 16:30 RR, revision 30859

A little documentation about custom events as per the discussion on the mailing list.

2004-12-05 14:11 JS, revision 30858

Further Wince fixes

2004-12-05 14:01 JS, revision 30857

Moved GetDefaultAttributes outside wxUSE_RICHEDIT block

2004-12-05 13:36 JS, revision 30856

Unicode/WinCE corrections

2004-12-05 12:53 JS, revision 30855

Added flags argument to wxKill and wxProcess::Kill to allow it to kill child processes.

2004-12-04 18:40 RD, revision 30854

Use the 2.4 macro for exporting event types

2004-12-03 19:47 RD, revision 30853

export the event types

2004-12-03 19:22 VZ, revision 30852

update from herbert breunung

2004-12-03 17:31 ABX, revision 30851

wxGDIObject is used earlier now so additional #include is required for those without PCH.

2004-12-03 15:38 ABX, revision 30850

Fix to FIXME: better nothing than broken comparison.

2004-12-03 15:31 ABX, revision 30849

wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

2004-12-02 23:17 RN, revision 30848

fix shared msw builds

2004-12-02 21:35 KH, revision 30847

Honor value of SetMaxLength, at least when typing (pasting still circumvents it). This is done by eating non-navigation/delete characters in OnChar.

2004-12-02 18:53 RN, revision 30846

hack around 10.2/10.3 bug with duplicate symbol

2004-12-02 16:16 JS, revision 30845

Spelling corrections

2004-12-02 16:14 JS, revision 30844

Crash fix under VC++

2004-12-02 12:04 JS, revision 30843

Fixed memory checking on Unix by removing inlines and apply patch by Mart Raudsepp

2004-12-02 12:03 JS, revision 30842

Use the right symbol

2004-12-02 09:42 JS, revision 30841

Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

2004-12-02 00:02 RN, revision 30840

better name - add newline to end of file for dumber compilers

2004-12-01 23:58 RN, revision 30839

add wxStripExtension test

2004-12-01 23:55 RN, revision 30838

Correct mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642 filefn.cpp StripExtension(wxString &)

2004-12-01 22:00 RD, revision 30837

ensure that yesr is an integer

2004-12-01 21:35 RR, revision 30836

Added support for GNOME print in static builds also by adding the FORCE_LINK() statements.

2004-12-01 21:33 RR, revision 30835

Added support for static (inlined) wxImages with alpha channel.

2004-12-01 20:52 RR, revision 30834

Applied Freeze()/Thaw() patch for wxTextCtrtl.

2004-12-01 19:15 RR, revision 30833

Compilo

2004-12-01 18:44 RR, revision 30832

Applied font scaling patch (GetTextExtent()) to new printing code as well.

2004-12-01 18:33 RR, revision 30831

Applied patch to "correct" hashmap's freeing of memory.

2004-12-01 18:29 RR, revision 30830

Applied patch to correct EVT-CHAR

2004-12-01 14:46 JS, revision 30829

Include "wx/msw/msvcrt.h" for better leak reporting

2004-12-01 12:50 JS, revision 30828

Allow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing using other leak checkers).

2004-12-01 08:53 ABX, revision 30827

Missing wxWindow member, manual decorations to pure text list of changes.

2004-12-01 04:28 KH, revision 30826

Create wxGtkTextApplyTagsFromAttr for common processing of text attributes from both wxGtkTextInsert and SetStyle (and any other place needed in the future) -- from Mart R.

2004-12-01 00:12 RD, revision 30825

reSWIGged

2004-12-01 00:06 RD, revision 30824

Little tweaks to match recent wxWidgets updates

2004-11-30 22:10 RD, revision 30823

In the wx.LogXXX function wrappers double all % characters so the log function won't try to do parameter substitutions.

2004-11-30 21:21 ABX, revision 30822

Fixed old FIXME about unsigned result of sunstraction + a few changes to be able to compile at the same time wxLongLongNative and wxLongLongWx for unit tests about the same functionality (define wxLONGLONG_TEST_MODE for the build if you want to test it.

2004-11-30 20:57 ABX, revision 30821

Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

2004-11-30 18:52 ABX, revision 30820

Additional wx*_HATCH styles comment.

2004-11-30 18:46 ABX, revision 30819

IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.

2004-11-30 18:13 KH, revision 30818

gtk_window_[un]fullscreen only available with GTK >= 2.2

2004-11-30 16:55 JS, revision 30817

Added missing newline for Windows debug output

2004-11-29 12:47 ABX, revision 30816

Not native long long fix.

2004-11-29 12:44 ABX, revision 30815

Include fix.

2004-11-28 22:57 RR, revision 30814

Remove linking to libgnomeprint since we load it at runtime now.

2004-11-28 22:55 RR, revision 30813

Made all of the GNOME print support based on wxDynamicLibrary.

2004-11-28 22:54 RR, revision 30812

Dirty hack to prevent double destruction of file dialog.

2004-11-28 19:38 SN, revision 30811

Separated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions are slightly different.

2004-11-28 18:42 SN, revision 30810

Reuse workaround for MinGW's problems with pragma interface/implementation and STL support on OS/2.

2004-11-28 18:39 SN, revision 30809

Added support for compiling with wxUSE_STL set to 1.

2004-11-28 17:55 RR, revision 30808

Start of run-time lookup of GNOME print libs.

2004-11-28 13:08 RR, revision 30807

Reverted changes that set m_widget to NULL in native GTK+ dialogs for now. The problem persists, that when quitting the native file dialog with ESC, the dialog will be destroyed twice.

2004-11-28 10:49 VS, revision 30806

fixed subtle SetDirectory bug re-introduced by latest changes (explained in comment in UpdateDialog); reintroduced UpdateDialog so that fixes like this are kept in single place and affect all ways of setting the patch

2004-11-28 09:41 VS, revision 30805

reverted, the problem is deeper than that

2004-11-28 09:33 VS, revision 30804

fixed to not duplicate code needlessly; clarified why gtk_file_chooser_set_current_name is called as it is

2004-11-27 23:25 RR, revision 30803

Make use of new Art. Add sections to the dir dialog as per the GTK 2.4 file dialog (Home, Desktop, "/").

2004-11-27 23:23 RR, revision 30802

Added new Art which GTK+ 2.4 defines and which we should use.

2004-11-27 23:21 RR, revision 30801

Avoid error message when closing message dialog with the X field from the WM.

2004-11-27 23:19 RR, revision 30800

Make wxTR_NO_LINES default under GTK2

2004-11-27 23:18 RR, revision 30799

Fixes for file dialog. No longer spits out GTK error messages.

2004-11-27 22:40 VS, revision 30798

renamed Render's argument to not obfuscate its meaning

2004-11-27 18:48 RR, revision 30797

A bit of confusion over what is RGB stands for blue...

2004-11-27 16:30 RR, revision 30796

Give native GTK+ look to wxGrid.

2004-11-27 13:08 VS, revision 30795

fixed wxHtmlContainerCell to not render off-screen cells

2004-11-27 12:50 RR, revision 30794

Added support for DrawEllipse and pen styles to GNOME printing. Added test.

2004-11-27 10:39 JS, revision 30793

Doc corrections

2004-11-26 16:43 VS, revision 30792

FreeBSD fix

2004-11-25 20:37 RN, revision 30791

patch 1073385

2004-11-25 18:08 VZ, revision 30790

added missing header needed at least by wxMotif under HP-UX

2004-11-25 18:05 ABX, revision 30789

wxUSE_GAUGE/PROGRESSDLG condition.

2004-11-25 17:56 VZ, revision 30788

removed cleanup module which was only used for working around bugs in memory debugging code which were fixed since

2004-11-25 17:48 ABX, revision 30787

Nicer and longer fading.

2004-11-25 17:42 SC, revision 30786

removed explicit IDs for scrollbars on mac

2004-11-25 17:00 ABX, revision 30785

wxProgressDialog needs progress bar.

2004-11-25 16:53 ABX, revision 30784

DMC conflicts with old SC.

2004-11-25 15:34 RN, revision 30783

fix non-standard c warnings - stab to fix overflow warnings

2004-11-25 14:53 VZ, revision 30782

added test for wxUSE_SCROLLBAR

2004-11-25 14:43 VZ, revision 30781

changed the code to be really sure that exactly one update event is sent when SetValue() is called

2004-11-25 11:40 VS, revision 30780

updated to generate ZIP files with DOS line endings

2004-11-25 08:32 VS, revision 30779

reverted Robert's over-optimisation, correct fix coming soon

2004-11-25 05:21 SC, revision 30778

const comparison operators

2004-11-24 23:33 VZ, revision 30777

removed [GS]etAuto3D() which don't exist any more since quite some time

2004-11-24 22:42 RN, revision 30776

replace apple extended code

2004-11-24 22:31 RN, revision 30775

data stream test for extended

2004-11-24 21:54 VZ, revision 30774

don't disable non top tabs if visual themes are not used

2004-11-24 21:51 VZ, revision 30773

removed msw.xp-tab-ok, in fact it is not needed as tabs never work correctly with visual theme enabled

2004-11-24 21:25 VZ, revision 30772

define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs

2004-11-24 21:24 RN, revision 30771

finish getting rid of background flicker (MCI backend)

2004-11-24 21:24 VZ, revision 30770

added (and documented) msw.xp-tab-ok option

2004-11-24 21:21 RN, revision 30769

reduce black background flicker a bit - there is still some left sometimes initially (MCI backend)

2004-11-24 20:28 RR, revision 30768

Changed the way invisble HTML cells are NOT drawn so that no clipping is required.

2004-11-24 20:10 RD, revision 30767

reSWIGged

2004-11-24 19:52 RD, revision 30766

reSWIGged

2004-11-24 19:49 RD, revision 30765

added overview text for wx.MediaCtrl demo, udpated CHANGES

2004-11-24 19:45 RD, revision 30764

Fixes for the stubbed version so it will compile

2004-11-24 19:34 RD, revision 30763

Added wrappers for wx.MediaCtrl

2004-11-24 19:27 RN, revision 30762

regen bakefiles - get rid of explicit size setting after ctor

2004-11-24 19:21 RD, revision 30761

Added wrappers for wx.MediaCtrl

2004-11-24 19:15 RD, revision 30760

added GetSelection for wxMSW.

2004-11-24 19:15 RN, revision 30759

prevent function hiding - move NextBackend into protected

2004-11-24 19:14 RD, revision 30758

docstrings

2004-11-24 19:10 RN, revision 30757

fix a loading bug - set size if movie is passed into ctor

2004-11-24 17:26 ABX, revision 30756

Distribute splash screen sample mpg.

2004-11-24 16:08 ABX, revision 30755

wxUSE_SLIDER=0 fixes.

2004-11-24 15:49 ABX, revision 30754

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:46 ABX, revision 30753
  • D /wxWidgets/trunk/samples/splash/press.mpg

Should be binary.

2004-11-24 15:43 ABX, revision 30752

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:03 RR, revision 30751

Applied patch to stop crashing the tree control when deleting a selected item. Also does something to the inplace edit control.

2004-11-24 14:51 RR, revision 30750

Applied patch to remoce surplus text update evevt.

2004-11-24 14:38 RR, revision 30749

Applied kill patch (proper return value testing).

2004-11-24 14:18 ABX, revision 30748

Expression simplifications for scaling and inflating.

2004-11-24 14:01 ABX, revision 30747

Let's really remove border.

2004-11-24 10:25 JJ, revision 30746

Committing in . OpenVMS changes Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2004-11-24 00:07 RD, revision 30745

More DLL build fixes for wxMediaCtrl

2004-11-23 21:01 VS, revision 30744

compilation fix

2004-11-23 20:08 ABX, revision 30743

Fixes for wxUSE_SPIN... == 0.

2004-11-23 19:58 ABX, revision 30742

Fix for assert after left click on tree in generic dir dialog in native MSW build. Source cleaning and readability fixes.

2004-11-23 18:43 RD, revision 30741

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:20 RD, revision 30740

wxPageSetupDialog no longer derives from wxDialog

2004-11-23 18:20 RD, revision 30739

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:19 RD, revision 30738

docstring

2004-11-23 17:40 ABX, revision 30737

Be in sync with wxW version.

2004-11-23 16:51 JS, revision 30736

Calculate better height for toolbar (add borders)

2004-11-23 16:22 DE, revision 30735

Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0

2004-11-23 15:00 VZ, revision 30734

regenerated

2004-11-23 14:56 RN, revision 30733

a stab at a dll fix for media lib

2004-11-23 14:54 CE, revision 30732

SF patch 1067466

2004-11-23 14:26 RN, revision 30731

[ 1070686 ] wxOutputStream::Close()

2004-11-23 13:49 RN, revision 30730

Lots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373

2004-11-23 12:53 DS, revision 30729

fixed #includes

2004-11-23 12:53 VZ, revision 30728

don't show the status bar after restoring normal view after full screen if it had been hidden all along (bug 1071354); code cleanup: removed unused variables, reduced #ifdefs

2004-11-23 12:46 RN, revision 30727

dll fixes for media lib

2004-11-23 12:29 VZ, revision 30726

update from Tsolakos Stavros

2004-11-23 12:02 ABX, revision 30725

wxCHB<->wxNB flags switch fix.

2004-11-23 11:51 ABX, revision 30724

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 11:45 ABX, revision 30723

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 09:54 JS, revision 30722

Changed GPL to wxWindows Licence

2004-11-23 08:46 VZ, revision 30721

rebaked after adding src/tiff/tif_color.c

2004-11-22 22:31 RD, revision 30720

Fixes for DemoCodeEditor for when there is no STC available.

2004-11-22 22:19 VZ, revision 30719

don't apply tab control background when using wxUniv, it renders background itself

2004-11-22 21:50 RR, revision 30718

Work in progress on printing stuff.

2004-11-22 21:07 JS, revision 30717

Added licence line

2004-11-22 21:02 JS, revision 30716

Added licence lines

2004-11-22 20:57 JS, revision 30715

Licence line

2004-11-22 20:50 JS, revision 30714
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.txt
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.txt

Licence for Lacheck unclear, so removing from CVS

2004-11-22 20:41 DE, revision 30713

Set m_minWidth, m_minHeight so that GetBestSize() works properly.

2004-11-22 20:40 JS, revision 30712

Added missing licence line

2004-11-22 20:28 JS, revision 30711

Licence correction

2004-11-22 20:24 JS, revision 30710

Licence fix

2004-11-22 20:22 JS, revision 30709

Fixed licence lines

2004-11-22 20:19 DE, revision 30708

Do not move the wxMDIParentFrame to (-10000,-10000) if it has a toolbar. NOTE: Ideally the toolbar would be moved internally to wxMac into its own floating frame and then the question of whether the parent frame should be hidden would be one of "does it not have controls OTHER than a toolbar?"

2004-11-22 20:19 JS, revision 30707

Added wxWidgets licence line accidentally omitted

2004-11-22 20:10 DE, revision 30706

Fix centering of top-level children of wxMDIParentFrame on Mac

2004-11-22 20:10 JS, revision 30705

Added wxWindows licence to match other files

2004-11-22 20:05 JS, revision 30704

Added accidentally omitted license to match source files

2004-11-22 19:57 JS, revision 30703
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/docs/verbatim.sty
  • D /wxWidgets/trunk/utils/tex2rtf/docs/verbatim.sty

Doesn't conform to license conditions, so removing

2004-11-22 19:52 JS, revision 30702

Corrected copyright

2004-11-22 19:52 JS, revision 30701
  • D /wxWidgets/trunk/samples/mfc/makefile.dos
  • D /wxWidgets/trunk/samples/mfc/mfctest.def

Removed unnecessary files

2004-11-22 19:32 ABX, revision 30700

GCC fixes.

2004-11-22 18:04 JS, revision 30699

Replaced Rocketeer license with wxWindows license after reply from author

2004-11-22 17:48 ABX, revision 30698

GCC fixes.

2004-11-22 17:45 ABX, revision 30697

Warning fixes.

2004-11-22 17:37 VZ, revision 30696

(blind) fix for GTK2/Unicode crashes when copying text to the clipboard

2004-11-22 17:18 RN, revision 30695

guess to get initial font selection working on OSX 10.3

2004-11-22 16:37 KH, revision 30694

At least under GTK2, we do not need m_widget->window to be non-NULL in order to successfully change the background colour

2004-11-22 16:37 JS, revision 30693

Note about copy ctor

2004-11-22 16:22 VZ, revision 30692

compilation fix for USE_PCH == 0

2004-11-22 16:02 RN, revision 30691

delete-->delete[]

2004-11-22 15:55 JS, revision 30690

Changed Rocketeer licence to wxWindows licence, by authorisation of the copyright holder, Johnny C. Norris II

2004-11-22 15:12 ABX, revision 30689

Empty line at the end.

2004-11-22 12:36 ABX, revision 30688

Fix the assert of not reset highlighted menu item pointer.

2004-11-22 05:25 RN, revision 30687

PutChar doc

2004-11-22 05:05 RN, revision 30686

UNICODE-capatable UTF8 implementation of wxStringXXXStream

2004-11-22 05:00 RN, revision 30685

[ 1068188 ] Precompiled header for the test program [Modified a bit] Regen bakefiles for unit tests

2004-11-21 19:57 KH, revision 30684

The presence of the effects controls (i.e. color) should not depend on whether or not a color is present in the font data, but rather whether or not EnableEffects is true or false

2004-11-21 19:21 RN, revision 30683

Unicode logic fixes for AddEntries

2004-11-21 18:59 RN, revision 30682

Hack around MSVC 6 for forward declarators (from Mike W)

2004-11-21 18:26 RN, revision 30681

wxTextOutputStream::PutChar and text stream test

2004-11-21 17:44 RN, revision 30680

wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case

2004-11-21 17:11 RN, revision 30679

Remove silly include (from me I guess :))

2004-11-21 17:10 RN, revision 30678

MSVC 6 compilo fix

2004-11-21 12:21 VZ, revision 30677

fix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()

2004-11-21 00:51 RD, revision 30676

reSWIGged

2004-11-21 00:49 RD, revision 30675

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:43 RD, revision 30674

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:29 RD, revision 30673

reSWIGged

2004-11-20 23:11 RR, revision 30672

Huurrayy, the GNOME page setup dialog is broken in its native version. All the fuss for nothing.

2004-11-20 22:02 RD, revision 30671

Fix wxInputStream out typemap to allow SWIG to determine if thisown should be set or not.

2004-11-20 14:50 RR, revision 30670

Forgot to commit this one.

2004-11-20 14:46 RR, revision 30669

Made wxPageSetupDialog a pimpl implementation. Added a few clean-ups. Added native GNOME page setup dialog.

2004-11-20 11:13 VS, revision 30668
  • D /wxWidgets/trunk/src/common/unzip.h

unzip.h is no longer needed

2004-11-20 11:10 VS, revision 30667

don't use precompiled headers with dosyacc.c

2004-11-20 00:17 , revision 30666
  • A /wxWidgets/tags/LIBTIFF_3_6_1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/acinclude.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/aclocal.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/art
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autoconf_inc.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autogen.sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/BuildCVS.txt
  • D /wxWidgets/tags/LIBTIFF_3_6_1/build
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.guess
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.sub
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/contrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/debian
  • D /wxWidgets/tags/LIBTIFF_3_6_1/demos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/descrip.mms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/difflast.pl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/distrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/docs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/include
  • D /wxWidgets/tags/LIBTIFF_3_6_1/install-sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/lib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/locale
  • D /wxWidgets/tags/LIBTIFF_3_6_1/Makefile.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/make-deb
  • D /wxWidgets/tags/LIBTIFF_3_6_1/misc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/mkinstalldirs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/regen
  • D /wxWidgets/tags/LIBTIFF_3_6_1/samples
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h_vms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cocoa
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/common
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwdcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cygnus.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/expat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/generic
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/html
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/iodbc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/jpeg
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mac
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeb32.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makebcc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.dos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeg95.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makemsc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.msc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesl.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/maketwin.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeva.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makevc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makewat.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mgl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingegcs.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingw32.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/motif
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/msw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/ntwxwin.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/os2
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/palmos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/png
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/regex
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/stc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/univ
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/unix
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/version.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/Wxwindll.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxJpeg.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxPng.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxTiff.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWin.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.pbproj
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.xcode
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsW7.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxwindowsM5.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxXpm.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxZlib.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/x11
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xrc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/zlib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/tests
  • D /wxWidgets/tags/LIBTIFF_3_6_1/utils
  • D /wxWidgets/tags/LIBTIFF_3_6_1/version-script.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config-inplace.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxBase.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxGTK.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMGL.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMotif.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxPython
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxWINE.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxwin.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'LIBTIFF_3_6_1'.

2004-11-20 00:17 VZ, revision 30665

new files in libtiff 3.6.1

2004-11-20 00:00 RR, revision 30664

Use GTK+ calls for fullscreen mode. Fix bug with wrong tlw position after a sequence of hide/show.

2004-11-19 23:15 RR, revision 30663

Corrected positioning of rotated text.

2004-11-19 23:03 RD, revision 30662

reSWIGged

2004-11-19 22:59 RD, revision 30661

reSWIGged

2004-11-19 22:35 VZ, revision 30660

gave different accels to different radio items

2004-11-19 22:29 VZ, revision 30659

upgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)

2004-11-19 22:15 RD, revision 30658

cleanup

2004-11-19 22:00 RD, revision 30657

Docstring fix for GetInstallPrefix/SetInstallPrefix

2004-11-19 21:52 VZ, revision 30656

last commit broke compilation for wxUSE_UXTHEME == 0; fixing

2004-11-19 20:51 VZ, revision 30655

removed unneeded wx/notebook.h include

2004-11-19 20:50 VZ, revision 30654

added another DoEraseBackground overload (no real changes)

2004-11-19 20:49 VZ, revision 30653

create BS_GROUPBOX transparent

2004-11-19 20:38 ABX, revision 30652

Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

2004-11-19 20:37 VZ, revision 30651

don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

2004-11-19 20:36 VZ, revision 30650

always return solid background for listbox

2004-11-19 20:35 VZ, revision 30649

added MSWControlColorDisabled and MSWControlColorSolid

2004-11-19 20:18 VZ, revision 30648

added missing header for USE_PCH == 0

2004-11-19 20:06 RD, revision 30647

Remove py_objasdbl_conv typedef

2004-11-19 20:04 RD, revision 30646

wxHtmlHelpController doesn't derive from wxEvtHandler

2004-11-19 20:04 VZ, revision 30645

refresh widget after changing its colour

2004-11-19 20:03 RD, revision 30644

Added GetCurrentPage

2004-11-19 19:57 RD, revision 30643

Added ConvertColourToAlpha

2004-11-19 19:55 VZ, revision 30642

don't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves now that it is done correctly at wxControl level

2004-11-19 19:53 VZ, revision 30641

refactored code to do brush adjustment for bg drawing in only one place

2004-11-19 19:40 VZ, revision 30640

replaced OnCtlColor(7 params) with MSWControlColor(1 param)

2004-11-19 19:28 RD, revision 30639

Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset

2004-11-19 19:23 RD, revision 30638

Use static method for AddCatalogLookupPathPrefix instead of global function

2004-11-19 19:20 RD, revision 30637

Give SendSizeEvent a generic implementation. It can be useful on non-MSW platforms as well.

2004-11-19 19:05 VZ, revision 30636

removed OnCtlColor()

2004-11-19 19:04 VZ, revision 30635

removed (unused) nCtlColor parameter of OnCtlColor()

2004-11-19 19:03 VZ, revision 30634

added tests for setting fg/bg colours

2004-11-19 18:57 VZ, revision 30633

added GetCurrentPage()

2004-11-19 18:37 VZ, revision 30632

removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

2004-11-19 18:36 VZ, revision 30631

added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

2004-11-19 17:17 VZ, revision 30630

added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

2004-11-19 16:49 VZ, revision 30629

removed duplicated code

2004-11-19 16:47 VZ, revision 30628

added CompatibleBitmap wrapper class

2004-11-19 15:55 ABX, revision 30627

Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

2004-11-19 07:46 RN, revision 30626

part of patch [ 649438 ] Bug fixes from Netscape/AOL

2004-11-19 07:16 RN, revision 30625

patch [ 762159 ] scroll sample auto-scroll test

2004-11-19 06:57 RN, revision 30624

Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991.

2004-11-19 06:34 SC, revision 30623

apparently this code might be called with a CFSocket not yet constructed, guard against NULL

2004-11-19 00:30 VS, revision 30622

applied modified patch with native GTK wxFileDialog

2004-11-18 23:20 VZ, revision 30621

don't erase background in wxControl neither

2004-11-18 22:32 VZ, revision 30620

set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

2004-11-18 21:09 VS, revision 30619

fixed libgnomeprint check to fail if libgnomeprint is too old

2004-11-18 17:03 RN, revision 30618

[ 1067084 ] fs_zip.cpp assertion fix

2004-11-18 16:49 RN, revision 30617

fix compilo pointed out by OW

2004-11-18 16:35 RN, revision 30616

get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.

2004-11-18 16:24 RN, revision 30615

fix bug where color chosen by sliders wouldn't be registered. Optimized a bit.

2004-11-18 16:20 RN, revision 30614

fix dialogs sample to remember last color with generic color dialog

2004-11-18 15:26 RN, revision 30613

Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview. Mention that wxSizerFlags is PRELIMINARY.

2004-11-18 14:58 RN, revision 30612

wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

2004-11-18 14:52 RN, revision 30611

wxsizerflags docs

2004-11-18 14:45 RR, revision 30610

Added support for native print preview (GNOME)

2004-11-18 14:15 RN, revision 30609

moved verbose changes to manual

2004-11-18 14:15 RN, revision 30608

Add incompat and depre changes to manual

2004-11-18 14:14 RN, revision 30607

fix various latex errors

2004-11-18 14:07 RN, revision 30606

fix underscore errors

2004-11-18 14:04 RR, revision 30605

Implemented DoDrawRotatedText() by way of a rotation of a alpha blended text bitmap. It would be better if Pango could draw directly into an wxImage (as FreeType) can, but that is for later..

2004-11-18 14:01 RR, revision 30604

Added support for alpha channels in interpolated and non-interpolated image rotation. Added helper method for turning shades of grey into shades of alpha and a colour.

2004-11-18 13:16 ABX, revision 30603

3rd state in checkboxes for wxUniv [closes bug#1040585].

2004-11-18 10:30 VS, revision 30602

reverted DrawRotatedText change, it's broken

2004-11-18 10:02 JS, revision 30601

Null m_select_me when this item is deleted

2004-11-18 09:50 SC, revision 30600

avoid locale that always returns US-ASCII on wxMac

2004-11-18 08:36 RN, revision 30599

fix initial color

2004-11-18 08:14 ABX, revision 30598

Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

2004-11-18 01:28 RD, revision 30597

StandardPaths updates. Added a demo sample for StandardPaths. Made the Python install prefix be the default install prefix for StandardPaths.

2004-11-17 23:50 RD, revision 30596

Added wxBU_ALIGN_MASK

2004-11-17 21:57 RR, revision 30595

Start for Pango 1.6 based text rotation.

2004-11-17 21:56 RR, revision 30594

Added support for most print page/selection/copies etc. options in the native GNOME dialog. Added support for printing rotated text and alpha channel images.

2004-11-17 18:38 SC, revision 30593

added unix/stdpaths

2004-11-17 18:02 DE, revision 30592

Implement toolbar tool clicks. Get rid of wxNSActionCell stuff because Cells send their action from the view anyway so we'd have no way of knowing which tool was clicked.

2004-11-17 16:59 RR, revision 30591

Use native printing dialog for wxPrintDialog, not for setup only as before. It prints, but page selection etc. is still an idea

2004-11-17 16:36 ABX, revision 30590

Typecast before endian adjustements.

2004-11-17 16:13 ABX, revision 30589

Several casts due to assigning signed to unsigned or more to less bits of integral values.

2004-11-17 16:11 ABX, revision 30588

Typecast during compilation instead of class constructor call (OW warnig fix).

2004-11-17 15:16 SC, revision 30587

wxStat call preliminary fix

2004-11-17 15:14 SC, revision 30586

file name char set string conversions

2004-11-17 13:42 JS, revision 30585

Added IsTopLevel() check to last message loop in PreProcessMessage. This stops e.g. ESC being processed by a parent modal dialog if not processed by the child -> assert and lockup

2004-11-17 08:57 VZ, revision 30584

fixed static libs detection (shouldn't suppress stdout, just stderr)

2004-11-17 07:39 RN, revision 30583

who knows, maybe this will fix the 10.3 problems

2004-11-17 02:47 KH, revision 30582

Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake

2004-11-17 02:33 KH, revision 30581

Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

2004-11-16 21:01 RD, revision 30580

commented out dbg message

2004-11-16 20:49 JS, revision 30579

Wrapped two generated literals in _T

2004-11-16 20:48 JS, revision 30578

Doc tweaks

2004-11-16 20:08 SC, revision 30577

somehow commit did not work

2004-11-16 16:41 RN, revision 30576

missed commit files

2004-11-16 15:53 RN, revision 30575

makefile regen, include fix, duplicate file fix

2004-11-16 14:36 RN, revision 30574

cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure

2004-11-16 14:19 RN, revision 30573

files for native font dialog on mac

2004-11-16 13:56 ABX, revision 30572

WinCE fix. IsEmpty() -> empty().

2004-11-16 13:54 ABX, revision 30571

WinCE correction.

2004-11-16 13:52 ABX, revision 30570

Warning fix.

2004-11-16 13:51 ABX, revision 30569

eVC3 media fix.

2004-11-16 13:49 ABX, revision 30568

Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

2004-11-16 12:09 VZ, revision 30567

attempts to suppress C4702 for VC

2004-11-16 12:07 VZ, revision 30566

added operator>>(wchar_t)

2004-11-16 12:06 VZ, revision 30565

small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

2004-11-16 12:00 VZ, revision 30564

made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

2004-11-16 11:58 VS, revision 30563

fixed wxEncodingConverter-base wxCSConv to report failures as expected

2004-11-16 11:58 VS, revision 30562

modified wxEncodingConverter API to report failures

2004-11-16 11:56 VZ, revision 30561

suppress output of wx-config --static to fix problems introduced by wx-config rewrite

2004-11-16 11:30 VZ, revision 30560

removed unused variable to suppress warning (and put a TODO in place)

2004-11-16 06:04 SC, revision 30559

onsize event not needed anymore

2004-11-16 03:15 DE, revision 30558

Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error() without first checking IsOpened().

2004-11-15 20:51 DE, revision 30557

Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

2004-11-15 20:25 SC, revision 30556

changed fonts on OSX to use OSX system fonts having the full Unicode Tables

2004-11-15 19:50 SC, revision 30555

adapted to current filelist

2004-11-15 19:29 SC, revision 30554

correcting include type

2004-11-15 19:20 VZ, revision 30553

set bg style to custom as we overwrite it anyhow

2004-11-15 19:17 VZ, revision 30552

fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

2004-11-15 19:15 VZ, revision 30551

don't draw background at all if bg style is custom

2004-11-15 18:22 VZ, revision 30550

removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

2004-11-15 18:10 VZ, revision 30549

restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

2004-11-15 17:58 ABX, revision 30548

wxDC::DrawLabel documented.

2004-11-15 17:57 ABX, revision 30547

Order fix.

2004-11-15 17:40 ABX, revision 30546

Warning fixes.

2004-11-15 17:38 ABX, revision 30545

wxUniv actualization.

2004-11-15 17:33 ABX, revision 30544

Vertical tabs orientation in gtk renderer of wxUniv.

2004-11-15 17:11 JS, revision 30543

RC parse fixes from Michael Shamgar

2004-11-15 14:44 VZ, revision 30542

added \deprecated command

2004-11-15 14:43 VZ, revision 30541

don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

2004-11-15 13:46 VZ, revision 30540

fixed va_copy test

2004-11-15 11:25 ABX, revision 30539

Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

2004-11-15 11:15 VS, revision 30538

fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

2004-11-15 09:07 VS, revision 30537

updated to be in sync with wxwin.py code

2004-11-15 07:44 RN, revision 30536

fix buglet wxKeyEvent->wxMouseEvent

2004-11-15 07:20 RN, revision 30535

fix technical accuracy of statement

2004-11-15 07:18 RN, revision 30534

WXUNUSED warning fixes - unicode compilo fix

2004-11-15 07:08 ABX, revision 30533

Wise path to generic dialogs sources.

2004-11-15 06:59 RN, revision 30532

fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

2004-11-15 06:23 ABX, revision 30531

wxUniv use wxBU flags [bug #1040584]

2004-11-14 23:43 RN, revision 30530

generate mediaplayer sample in configure

2004-11-14 23:34 VS, revision 30529

compilation fix

2004-11-14 23:33 RN, revision 30528

doc for mediaplayer sample

2004-11-14 23:26 RN, revision 30527

Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

2004-11-14 23:13 RN, revision 30526

doc update for wxMediaCtrl

2004-11-14 23:03 VS, revision 30525

fixed rendering of bitmaps with alpha channel under GTK+ 2.0

2004-11-14 21:53 VS, revision 30524

added system colours and fonts support to XRC (based on patch #1038207)

2004-11-14 21:52 RR, revision 30523

The wxGNOME whitepaper-to-be.

2004-11-14 16:56 RN, revision 30522

spelling/grammer (lol) :)

2004-11-14 10:52 VS, revision 30521

made wxMBConv_iconv MT-safe

2004-11-14 06:53 DE, revision 30520

Rebaked and autoconfiscated.

2004-11-14 06:51 DE, revision 30519

Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

2004-11-14 06:47 DE, revision 30518

Added Mac OS support.

2004-11-14 05:02 DE, revision 30517

Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support for MacOS and BeOS and includes some other fixes.

2004-11-13 03:24 RD, revision 30516

reSWIGged

2004-11-13 03:01 RD, revision 30515

reSWIGged

2004-11-13 03:00 RD, revision 30514

the python2 check is gone, take out the use of the flag too

2004-11-13 02:55 RD, revision 30513

bump subrelease

2004-11-13 02:40 RD, revision 30512

reSWIGged

2004-11-13 02:30 RD, revision 30511

* wxPrintDialog no longer derives from wxDialog. * Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed

2004-11-13 02:26 RD, revision 30510

Fix for uninitialized pointer access from wxPrintData's copy ctor

2004-11-13 02:24 RD, revision 30509

The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too is not always true.

2004-11-12 21:44 VS, revision 30508

more wxPostEvent MT fixes

2004-11-12 21:43 VS, revision 30507

removed unused static variable

2004-11-12 21:21 DE, revision 30506

Moved wxStandardPathsCF into base library when using CarbonLib or Darwin. Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference. Implement it using wxAppTraits::GetStandardPaths() which is overridden by wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

2004-11-12 20:38 RD, revision 30505

typo

2004-11-12 20:34 RD, revision 30504

Compilation fix

2004-11-12 18:12 RD, revision 30503

Reset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser.

2004-11-12 15:48 DE, revision 30502

Fix build on platforms without any real source in the new media library.

2004-11-12 15:28 JS, revision 30501

Notebook page bitmaps now supported.

2004-11-12 14:36 ABX, revision 30500

Warning fixes.

2004-11-12 14:26 ABX, revision 30499

MinGW fix.

2004-11-12 14:23 ABX, revision 30498

Warning fixes.

2004-11-12 14:15 ABX, revision 30497

Warning fixes.

2004-11-12 14:08 ABX, revision 30496

Warning fixes.

2004-11-12 14:05 RN, revision 30495

fix for when zlib is not compiled in

2004-11-12 13:09 RN, revision 30494

media proj

2004-11-12 13:09 RL, revision 30493

Tagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3

2004-11-12 13:03 RN, revision 30492

don't include strmiids.lib as its not needed by default anymore

2004-11-12 12:37 ABX, revision 30491

dwCallback if DWORD.

2004-11-12 11:39 , revision 30490
  • A /wxWidgets/tags/DEBIAN_2_5_3_2
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure.in
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/debian
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/lib/dummy
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/.cvsignore
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/Zapf.afm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/layout.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/printing.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/tab/mondrian.ico
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/common/glob.inc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure.in
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/expat.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/search.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/CHANGES
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/example.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/INSTALL
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/LICENSE
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.3
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpngpf.3
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.dos
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.sc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.unx
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.vc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.wat
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makemac6.mcp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.5
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsw
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngconf.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngerror.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngget.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM5.xml
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM7.mcp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM8.xml
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngmem.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngpread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngset.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtest.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtrans.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwrite.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/borland
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/msvc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/README
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/TODO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/Y2KINFO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/regex/regfronts.c
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/unix/net.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/crc32.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/FAQ
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/INDEX
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/inflate.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/README
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/trees.h
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'DEBIAN_2_5_3_2'.

2004-11-12 11:39 RL, revision 30489

Bump WX_CURRENT back to 3, this must stay the same as wx_release_number until bakefile is fixed to unlink the the soversion from it. Ideally of course it should track binary incompatible releases instead. Update the Debian scripts to suit the new site-packages location for wxPython.

2004-11-12 10:23 RN, revision 30488

fix hiding the other (mac) one

2004-11-12 10:13 ABX, revision 30487

Fix hiding wxMediaEvent::Clone().

2004-11-12 10:05 RN, revision 30486

explanation of getdefaultattributes

2004-11-12 09:53 RN, revision 30485

spelling

2004-11-12 06:52 RL, revision 30484

wxUSE_POSTSCRIPT is not a sufficient test by itself for wxPostScriptPrintNative data. This is probably still not 100% correct but at least msw builds again for mingw now. Fixed bogus eof (and removed junk whitespace) from mediactl.

2004-11-12 06:35 RN, revision 30483

mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround

2004-11-12 06:29 RN, revision 30482

workaround to call directshow drivers without actually using directshow

2004-11-12 05:50 RL, revision 30481

Move stdpath into base on msw as well.

2004-11-12 03:30 RL, revision 30480

Cruft cleanup from MJW, strip the tabs out of sound.cpp

2004-11-12 03:06 RL, revision 30479

Patch from MJW for ssize_t

2004-11-12 01:16 RD, revision 30478

Not sure how you can print audio, so I expect that this was a typo. ;-)

2004-11-11 23:30 DE, revision 30477

Removed the rest of the include. Thanks Robin.

2004-11-11 21:33 RD, revision 30476

Removed the "include/" from the corefoundation headers in files.bkl so they will actually get installed. I expect that the other "include/" prefixes need to be removed too but I left them in case I am wrong.

2004-11-11 20:58 RD, revision 30475

Fixed typo

2004-11-11 19:10 VZ, revision 30474

fixes to ZIP/archive patch (patch 1064426); should fix the docs build

2004-11-11 19:08 VZ, revision 30473

ensure that g_timerMap is always initialized before it is used (patch 1060619, bug 1060591)

2004-11-11 19:01 VZ, revision 30472

fix reading beyond the end of the string if the last string character is a backslash (patch 1059846; bug 1059848)

2004-11-11 18:59 VZ, revision 30471

removed 2.0 compatibility stuff (patch 1054261)

2004-11-11 15:59 RN, revision 30470

add directshow define

2004-11-11 15:26 RN, revision 30469

turn off directshow by default for lib dependancy

2004-11-11 15:20 RN, revision 30468

mci can't play video on win2k - disable for now

2004-11-11 15:18 RN, revision 30467

tweak stopping - nicen up sample some more

2004-11-11 15:17 RN, revision 30466

fixup

2004-11-11 14:43 RN, revision 30465

correctly generate wxUSE_MEDIACTRL define

2004-11-11 14:14 RN, revision 30464

clean up

2004-11-11 14:06 RN, revision 30463

mci backend for wxMediaCtrl. Better workaround for refresh issue and sizers

2004-11-11 11:08 VZ, revision 30462
  • D /wxWidgets/trunk/src/common/unzip.c

file not needed any longer after ZIP r/w patch

2004-11-11 09:56 RN, revision 30461

comment/explain a lot

2004-11-11 09:32 RN, revision 30460

1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefiles, 3) add sample makefiles

2004-11-11 08:58 RL, revision 30459

gcc < 3.4 warns about friendless private dtors.

2004-11-11 08:30 RN, revision 30458

fix unsigned/signed warnings

2004-11-11 08:29 RN, revision 30457

fix some comp errors on DMC

2004-11-11 08:06 RN, revision 30456

get rid of error

2004-11-11 08:02 RN, revision 30455

more setup changes

2004-11-11 07:26 RL, revision 30454

Remove a(nother) guaranteed build failure until what is it testing for actually exists..