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