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)