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