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-12-19 08:47 JS, revision 36453

Backported hit testing

2005-12-19 03:51 vell, revision 36452

removed unused local variable; converted tabs to spaces

2005-12-19 01:42 KO, revision 36451

Use TranslateAccelerator so that TAB, Return, etc. keys are properly processed by wxActiveX controls.

2005-12-19 01:39 KO, revision 36450

Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX controls)

2005-12-19 00:34 MR, revision 36449

timer.tex: wxTimerEvent is derived from wxEvent (WX_2_6_BRANCH)

2005-12-19 00:34 MR, revision 36448

timer.tex: wxTimerEvent is derived from wxEvent

2005-12-18 23:30 JS, revision 36447

Typo correction

2005-12-18 22:33 VZ, revision 36446

assert if opening more than one find/replace dialog under the same parent -- this doesn't work currently (and maybe can't work at all)

2005-12-18 21:42 RD, revision 36445

Applied Patch #1354389: wxPython MenuItem SetBitmaps fix.

2005-12-18 21:27 RD, revision 36444

wxMSW: Fix for Bug #1293225 Window_FromHWND crashes if parent is None. Fix for Bug #1261669, use a wx.TE_RICH2 style for the Process demo so it doesn't fill up too soon.

2005-12-18 21:09 RD, revision 36443

Fix for Bug #1225923: unnecessary ; in wxpython demo code

2005-12-18 20:53 RD, revision 36442

Applied patch #1384440.

2005-12-18 19:35 JS, revision 36441

Backported "allow a SHAPED flag for a dialog"

2005-12-18 19:33 JS, revision 36440

Backported wx..._EX_METAL styles support

2005-12-18 19:26 JS, revision 36439

Backported default implementations for Replace and Remove, and support for 10.4 provided context menu

2005-12-18 19:24 SN, revision 36438

Added implementation for wxLocaltime_r/wxGmtime_r. Improved handling of windows compilers.

2005-12-18 19:09 JS, revision 36437

Backported support for help menu and application menu items and standard ids

2005-12-18 16:39 VZ, revision 36436

documented Set/GetLabel() treatment of mnemonics

2005-12-18 16:37 VZ, revision 36435

1. changed wxControl::GetLabel() to return the originally provided label and not the one stripped from mnemonics (this was inconsistent with the other ports and resulted in problems when using wxUpdateUIEvent::SetText()) 2. added wxControl::GTKConvertMnemonics(), GTKRemoveMnemonics() and also helper GTKSetLabelForLabel() and GTKSetLabelForFrame() wrappers 3. use them instead of duplicating their code in different derived controls

2005-12-18 16:34 VZ, revision 36434

removed GetLabel() which didn't do anything but forwarding to wxControl version

2005-12-18 16:03 VZ, revision 36433

blatant compilation fix

2005-12-18 15:02 VZ, revision 36432

code cleanup: make OutputString[Ent]() simpler to call by providing defaults for conversion parameters and using flag instead of a bool

2005-12-18 14:55 VZ, revision 36431

use correct encoding when saving in non-Unicode builds (backport from HEAD)

2005-12-18 14:49 VZ, revision 36430

use correct encoding when saving in non-Unicode builds

2005-12-18 13:58 MW, revision 36429

In the past some streams returned Eof() before the end was read past rather after, and also some streams give an error instead of Eof(). Test the archive streams work with parent streams that have any of these behaviours.

2005-12-18 13:51 MW, revision 36428

Changes to cope with parent streams which return an error instead of eof at the end of the file.

2005-12-18 12:31 JS, revision 36427

Separated XML and HTML rich text I/O handlers Cleaned up XML I/O Added HTML handler to build system Added encoding member for saving files output

2005-12-18 12:25 JS, revision 36426

Fixed bug introduced by compiler compatibility fix

2005-12-18 12:24 JS, revision 36425

Should use LoadFile for file, not LoadPage

2005-12-18 12:22 JS, revision 36424

Added space after list item number, otherwise number is hard against following text.

2005-12-18 12:19 JS, revision 36423

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-18 11:37 MW, revision 36422

Put back the warning flags

2005-12-18 03:49 RD, revision 36421

reSWIGged

2005-12-18 03:43 RD, revision 36420

Don't include the old ogl docs or the metadata XML file any longer

2005-12-18 03:41 RD, revision 36419

Use the filename for the description of the code object so debuggers can trace into the demo modules

2005-12-17 22:01 SN, revision 36418

Use thread-safe functions where possible.

2005-12-17 19:23 VZ, revision 36417

use just SetSizerAndFit instead of 4 equivalent lines

2005-12-17 19:19 VZ, revision 36416

corrected DoGetVirtualSize() to return at least our real size

2005-12-17 04:56 RD, revision 36415

Fix for Bug #1352602: FileBrowseButtonWithHistory can't type in Value.

2005-12-17 04:11 RD, revision 36414

Fix for Bug #1283496: wxPython TheClipboard class causes problems for pychecker. Ensure the app has been created before initializing wx.TheClipboard.

2005-12-16 23:44 RD, revision 36413

reSWIGged

2005-12-16 23:20 RD, revision 36412

Updates for wx.lib.foldpanelbar and wx.lib.hyperlink from Andrea Gavana.

2005-12-16 20:02 RD, revision 36411

Various tweaks to bring the wrappers up to the current state of CVS. Add missing ID's, methods, etc.

2005-12-16 17:37 KO, revision 36410

Script for building mo locale files.

2005-12-16 17:15 RD, revision 36409

backported recent changes on HEAD to the 2.6 branch

2005-12-16 14:54 JS, revision 36408

Fixed MDI context menu event handling problem (Stefan Kowski) Dialog invoked from context menu would need to have OK button pressed twice

2005-12-16 14:52 JS, revision 36407

Fixed MDI context menu event handling problem (Stefan Kowski)

2005-12-16 08:23 CE, revision 36406

fix bug with zero being returned by Borland in release build

2005-12-16 02:12 RL, revision 36405

Sync changes from Debian 2.6 tree. Fixes #324960, enabling config.py to handle in tree builds without tainting build_options.py used for (later) install to some other location.

2005-12-16 01:38 KO, revision 36404

Forward port 2.6 branch changes to head.

2005-12-16 00:37 MR, revision 36403

image.tex: s/set.to/set to function.tex: fix Vadim's label for wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING

2005-12-15 21:21 vell, revision 36402

fixed bug introduced in prior check-ins; minor reformatting

2005-12-15 19:28 VZ, revision 36401

mention compilation fixes for g++ 4.1

2005-12-15 19:26 VZ, revision 36400

backported fix for compilation with g++ 4.1 from HEAD (replaces patch 1373127)

2005-12-15 15:07 CE, revision 36399

fix Borland bug http://news.gmane.org/find-root.php?message_id=%3c43A0B07F.8010204%40as.ro%3e

2005-12-15 08:55 vell, revision 36398

more reformatting

2005-12-15 00:58 vell, revision 36397

even more reformatting

2005-12-15 00:25 DS, revision 36396

fixed compilo

2005-12-14 23:20 vell, revision 36395

reformat for readability

2005-12-14 23:12 vell, revision 36394

simplified ::Show

2005-12-14 21:48 VZ, revision 36393

update from Janos Vegh

2005-12-14 18:57 VZ, revision 36392

fixed return code checking in wxImageList::Replace() (bug 1380664; backport from HEAD)

2005-12-14 18:56 VZ, revision 36391

fixed return code checking in wxImageList::Replace() (bug 1380664)

2005-12-14 17:49 vell, revision 36390

removed patch 1373127

2005-12-14 17:03 MW, revision 36389

Compile Fix

2005-12-14 14:08 VZ, revision 36388

code cleanup

2005-12-14 13:55 VZ, revision 36387

compilation fix after last commit

2005-12-14 11:20 JS, revision 36386

Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and added correct error testing for WinCE.

2005-12-14 11:03 JS, revision 36385

Fixed wxFileDialog breakage on WinCE due to incorrect structure size, and added correct error testing for WinCE.

2005-12-14 01:55 VZ, revision 36384

friend declarations are not injected in the enclosing scope by conforming compilers such as g++ 4, so fix compilation by always providing real declarations for operator+(wxString,anything)

2005-12-14 01:45 VZ, revision 36383

removed obsolete reference to wxScrolledWindow

2005-12-13 23:15 vell, revision 36382

fixed obscure compilation problem at line 139

2005-12-13 21:27 vell, revision 36381

more reformatting

2005-12-13 13:43 CE, revision 36380

fix bug sf [ 1327872 ] Borland and mslu.cpp problem

2005-12-13 05:13 vell, revision 36379

reformat for readability

2005-12-13 02:46 MR, revision 36378

Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.

2005-12-13 02:30 MR, revision 36377

Typo fixes in comments

2005-12-13 01:20 MR, revision 36376

Fix HitTest to return the proper tab index in case there are more tabs than fit (and therefore there are scrolling arrows), and the first visible tab isn't the first real tab. Before counting started from the visible tab, not real tab. While doing this, I noticed lots of "interesting" bugs wrt tab indexes and the whole wxGtkNotebookPage hack in the code. In my opinion, to fix some of the bugs I noticed during testing, wxGtkNotebookPage has to be nuked and the necessary parts rewritten. Meanwhile, the HitTest fix works with wxNB_TOP styled notebooks that haven't modified tabs in a way that would have mess up the wxGtkNotebookPage index sync. For other cases it might depend on the phase of the moon, and other factors.

2005-12-13 00:59 vell, revision 36375

reformat for readability

2005-12-12 14:47 GT, revision 36374

The DBMS() function was returning dBase for DB2 databases

2005-12-12 14:32 GT, revision 36373

The DBMS() function was returning dBase for DB2 databases

2005-12-12 11:16 VZ, revision 36372

fixed handling of dst offset in wxAlphaBlend() (backport from HEAD)

2005-12-12 11:15 VZ, revision 36371

fixed handling of dst offset in wxAlphaBlend()

2005-12-12 07:58 ABX, revision 36370

Regenerated makefile after wxOS2 display support and new splash sample file.

2005-12-11 17:34 ABX, revision 36369

Improved small screen splash sample.

2005-12-11 16:16 ABX, revision 36368

Improved small screen splash sample.

2005-12-11 16:11 ABX, revision 36367

wxUSE_DISPLAY impossible with eVC3 (SDKs 2002).

2005-12-11 15:25 SN, revision 36366

Fixed wxDirExists implementation for OS/2.

2005-12-10 16:59 SC, revision 36365

activate SetFocus patch

2005-12-10 15:50 SC, revision 36364

support for standard menu ids

2005-12-10 15:47 SC, revision 36363

support for default key handling (escape,enter,command-period) even if there is no control on the frame/dialog, that has the focus

2005-12-10 15:36 SC, revision 36362

support for standard command IDs

2005-12-10 15:24 SC, revision 36361

support for standard command IDs

2005-12-10 14:40 ABX, revision 36360

wxDisplay support for wxWinCE port.

2005-12-10 13:18 SC, revision 36359

add reasonable default TEMP for __WXMAC__ when running under __DARWIN__

2005-12-10 13:08 SC, revision 36358

default to simple show/hide tlw on OSX instead of transitions

2005-12-10 11:05 SN, revision 36357

Added OS/2's wxDisplay implementation to list of files to be compiled.

2005-12-10 00:37 GT, revision 36356

DB2 databases were mistakenly reporting that they were dBase databases

2005-12-10 00:28 GT, revision 36355

Updated to state INNER join rather than OUTER join

2005-12-09 20:43 vell, revision 36354

reformat for readability; more prep. for patch 1376506

2005-12-09 16:24 VZ, revision 36353

added msw/ole subdirectories

2005-12-09 16:18 vell, revision 36352

cleanup in preparation for patch 1376506

2005-12-09 12:34 VS, revision 36351

made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

2005-12-09 00:10 vell, revision 36350

format cleanup; some new comments; minor optimizations

2005-12-08 21:49 JS, revision 36349

Use ~/Application Support folder on Mac

2005-12-08 21:44 vell, revision 36348

applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

2005-12-07 09:35 SN, revision 36347

Compilation fix.

2005-12-06 19:07 JS, revision 36346

Initialize values (uninitialized variables reported to cause problems on WinME)

2005-12-06 16:34 vell, revision 36345

fix binary math in alignment flag assignment

2005-12-06 12:33 VZ, revision 36344

fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

2005-12-05 16:25 vell, revision 36343

applied patch 1373127

2005-12-05 01:07 vell, revision 36342

applied Paul Cornett's suggested changes

2005-12-04 13:01 VZ, revision 36341

fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

2005-12-04 07:54 vell, revision 36340

applied patch 1372567, with some minor mods and cleanup

2005-12-04 05:00 vell, revision 36339

fixed compilation bug in prior checkin (Pt. 2)

2005-12-04 01:04 vell, revision 36338

fixed compilation bug in prior checkin

2005-12-03 21:17 vell, revision 36337

fix for bug 1371386, with some minor mods and cleanup

2005-12-03 17:55 vell, revision 36336

applied patch 1372197, with some minor mods and cleanup

2005-12-03 12:47 VZ, revision 36335

corrected wxCHECK messages

2005-12-03 08:43 SC, revision 36334

avoiding unkown namespace std

2005-12-03 07:58 SC, revision 36333

correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

2005-12-02 10:05 MW, revision 36332

Backport recent changes:, use wx_truncate_cast for narrowing conversions and do a CloseEntry internally when OpenEntry is called on an already open stream.

2005-12-02 08:52 JJ, revision 36331

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2005-12-02 00:53 VZ, revision 36330

fixed problems with sometimes processing the events twice introduced in rev 1.170 but still don't leak memory (Tim Kosse)

2005-12-01 23:32 vell, revision 36329

minor cleanup, part 2

2005-12-01 23:20 vell, revision 36328

minor cleanup: corrected typos, etc.

2005-12-01 14:30 MW, revision 36327

Silence warning from bcc

2005-12-01 14:28 vell, revision 36326

minor cleanup: corrected typos, etc.

2005-12-01 12:55 VS, revision 36325

fixed wxComboBox::Clear to clear stored value

2005-12-01 11:05 ABX, revision 36324

[ 1357527 ] Cast to void to silence GCC's warnings.

2005-11-30 20:51 MW, revision 36323

Small fixes to allow compilation in Unicode mode with gcc

2005-11-30 20:48 MW, revision 36322

Replace non-ascii characters with escapes

2005-11-30 20:46 MW, revision 36321

Silence warning about truncation since the comment says it ok

2005-11-30 20:39 MW, revision 36320

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-30 20:35 MW, revision 36319

Let TARGET_CPU work with either upper or lower case

2005-11-30 20:33 MW, revision 36318

Instructions for Win64

2005-11-30 20:13 MW, revision 36317

Let TARGET_CPU work with either upper or lower case

2005-11-30 19:34 vell, revision 36316

corrected comment typos

2005-11-30 18:30 vell, revision 36315

readability cleanup

2005-11-30 17:45 vell, revision 36314

added missing #endif

2005-11-30 17:29 VZ, revision 36313

IsItemShown/Enabled() are now implemented on more platforms than just wxMSW

2005-11-30 17:28 VZ, revision 36312

implemented IsItemEnabled/Shown()

2005-11-30 17:24 VZ, revision 36311

put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overriding them

2005-11-30 16:39 VZ, revision 36310

1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports 2. implemented wxRadioBox::IsItemShown/Enabled() for wxGTK

2005-11-30 16:33 VZ, revision 36309

Set major dim after the items have been created

2005-11-30 16:31 VZ, revision 36308

added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro

2005-11-30 16:28 VZ, revision 36307

1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2. also implement Getcolumn/RowCount() in it now and document them 3. removed various remains of old (pre-wxRadioBoxBase) cruft sorry in advance for any compilation breakage on the platforms I can't test on

2005-11-30 15:35 VZ, revision 36306

suppress gcc warnings about class having private dtor and no friends

2005-11-30 15:27 VZ, revision 36305

corrected GetChildren() docs

2005-11-30 14:50 VZ, revision 36304

added test for wxString::Format() string truncation for longer strings

2005-11-30 14:49 VZ, revision 36303

avoid multiple reallocations in wxString::PrintfV() if vsnprintf() returns the total required size

2005-11-30 13:32 VZ, revision 36302

removed sentence about ParseDateTime() not being implemented

2005-11-30 13:30 VZ, revision 36301

don't expect errno to be set to EOVERFLOW if vsnprintf() fails (backport of changes 1.260 and 1.261)

2005-11-30 13:20 SC, revision 36300

backporting rev 1.189 fix from cvs head

2005-11-30 13:14 MW, revision 36299

Make behaviour of Eof() more consistent

2005-11-30 12:41 MW, revision 36298

Make Eof() consistent with other streams

2005-11-30 08:43 ABX, revision 36297

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:59 vell, revision 36296

minor refactoring of menu UpdateUI handling

2005-11-30 07:58 ABX, revision 36295

Missing wxUSE_PALETTE markup (#1369489).

2005-11-30 07:43 ABX, revision 36294

Missing wxUSE_JOYSTICK markup (#1369478).

2005-11-30 06:36 RL, revision 36293

Output deprecated warning for --rezflags and permanently disable it. Remove WXCONFIG_POSTLINK_COMMAND that existed only for it. Make the explanation more explanatory. This is not an invitation for stray options and script helpers to do a little 'open mike', its a holding ground for nasty things we still need to fix.

2005-11-30 02:42 VZ, revision 36292

removed (now) unnecessary errno.h include

2005-11-29 23:05 VZ, revision 36291

fixed bug in wxSizerFlags::Align/Expand() methods

2005-11-29 22:59 VZ, revision 36290

don't expect errno to be set to EOVERFLOW if vsnprintf() fails

2005-11-29 22:10 VZ, revision 36289

don't clip out hidden radiobox buttons: otherwise they're displayed incorrectly when themes are in use

2005-11-29 19:26 VZ, revision 36288

added wxRadioBox::IsItemEnabled/Shown() (for MSW only for now, other platforms to come); corrected Enable/Show() return values

2005-11-29 17:48 MW, revision 36287

Remove pragma interface

2005-11-29 17:41 vell, revision 36286

cleaned up comments

2005-11-29 14:09 MW, revision 36285

It seems that wxFileInput/OutputStream now report eof after the last byte has been read past, so change docs to match.

2005-11-29 12:50 MR, revision 36284

Make wxJoystick::GetNumberJoystick a static method, as the number of joysticks attached to the computer is a global property, not one of the specific instance. Patch from Lauri Nurmi.

2005-11-29 09:03 JS, revision 36283

Removed duplicate xh_grid.cpp/h and rebaked files

2005-11-29 08:57 JS, revision 36282

Made explanation more concise

2005-11-29 05:17 RL, revision 36281

Fix include dirs for windres, enable emxbind to actually produce output, restore RESCOMP for backward compatibility and forward availability. Check for windres again. Whatever bakefiles do with it, they do not make it available to configure.

2005-11-29 01:19 VZ, revision 36280

added xrc/xh_grid.{h|cpp} and regenerated makefiles

2005-11-29 01:17 VZ, revision 36279

define REZ option (fixes problem with rebaking wx.bkl for autoconf format)

2005-11-29 00:54 VZ, revision 36278

guard grid XRC handler by #if wxUSE_GRID

2005-11-28 22:24 vell, revision 36277

fixed improper (long) casts

2005-11-28 15:27 vell, revision 36276

changed background color reference from light gray to assigned bkgd color

2005-11-28 00:19 VZ, revision 36275

fix unused parameter warning

2005-11-27 21:42 SN, revision 36274

Cleaned up some erroneous stuff from previous commit, added HAVE_GETADDRINFO to setup.h.in.

2005-11-27 21:30 SN, revision 36273

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 21:25 SN, revision 36272

Applied patch #1198422 (CheckBox labels being truncated).

2005-11-27 18:12 MW, revision 36271

Take out wxASSERTs since they give a warning with gcc.

2005-11-27 18:04 MW, revision 36270

wx_wcscmp is only used in unicode mode so wrap in #if wxUSE_UNICODE to avoid a warning about an unused function, and clean up the function at the same time.

2005-11-27 17:55 MW, revision 36269

Do CloseEntry internally when OpenEntry called on an already open stream.

2005-11-27 17:46 , revision 36268
  • A /wxWidgets/branches/AUTOCONF_ARCHIVE
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/acinclude.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/aclocal.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/art
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autoconf_inc.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/autogen.sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/BuildCVS.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/.cvsignore
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/autogen.mk
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/bakefiles
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/msw
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/palmos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/README.txt
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/script
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/build/update-setup-h
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.guess
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/config.sub
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/configure.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/contrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/debian
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/demos
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/descrip.mms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/difflast.pl
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/distrib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/docs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/include
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/install-sh
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/lib
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/locale
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/Makefile.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/make-deb
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/misc
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/mkinstalldirs
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/regen
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/samples
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/setup.h_vms
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/src
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/tests
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/utils
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/version-script.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config-inplace.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wx-config.in
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxBase.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxGTK_RR.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMGL.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxMotif.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxPython
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxWINE.spec
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxwin.m4
  • D /wxWidgets/branches/AUTOCONF_ARCHIVE/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'AUTOCONF_ARCHIVE'.

2005-11-27 17:46 SN, revision 36267

Detect thread-safe versions of gethostbyname/gethostbyaddr/getservbyname and how many arguments they use. Detect thread-safe versions of localtime/gmtime and readdir.

2005-11-27 14:03 VZ, revision 36266

don't compare bools with NULL

2005-11-27 12:42 MW, revision 36265

Generate rcdefs.h include file for resources on Windows

2005-11-27 12:42 , revision 36264

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2005-11-27 09:29 MW, revision 36263

Small fixes

2005-11-27 03:04 MW, revision 36262

Changes to speed up wxRegEx and add 'wx_' prefix to builtin regfree & regerror

2005-11-27 03:01 MW, revision 36261

Warning fixes

2005-11-27 02:03 MW, revision 36260

Small fixes to allow compilation with --enable-stl

2005-11-27 02:01 MW, revision 36259

Small fixes to allow compilation in Unicode mode with gcc

2005-11-27 01:58 MW, revision 36258

Replace non-ascii characters with escapes

2005-11-27 01:56 MW, revision 36257

Silence warning about truncation since the comment says it ok

2005-11-26 23:27 vell, revision 36256

fixed GetFreeMemory decl. to match wxWidgets

2005-11-26 15:42 VZ, revision 36255

renaming of variables in rev 1.1090 introduced a clash between 2 different DEBUG_FLAG variables, so renamed the one containing debugging options for the compiler to DEBUG_CFLAGS to avoid it

2005-11-26 14:40 VZ, revision 36254

include missing header; add default values for wxPlotWindow ctor pos and size parameters for consistency with all the other wx classes

2005-11-26 13:40 MW, revision 36253

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-26 13:09 VZ, revision 36252

added helper for visual sizers debugging

2005-11-26 13:08 VZ, revision 36251

made wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)

2005-11-25 22:09 VZ, revision 36250

implemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always 64 bit as it can overflow even in 32 bit builds otherwise

2005-11-25 21:49 VZ, revision 36249

fix warnings about casting regmatch_t struct fields to size_t

2005-11-25 05:17 DE, revision 36248

Ran make -f build/autogen.mk

2005-11-25 04:51 DE, revision 36247

Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS). Don't check for windres as bakefile.m4 now does it properly. Rename MACRESCOMP to POSTLINK_COMMAND. Rename MACRESWXCONFIG to WXCONFIG_POSTLINK_COMMAND. Use newest bakefile.m4 (with similar changes). Add --rezflags option back to wx-config so existing user Makefiles don't break.

2005-11-24 20:34 ABX, revision 36246

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 20:16 ABX, revision 36245

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 17:41 JS, revision 36244

Applied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap By Mike Fahl

2005-11-24 17:31 JS, revision 36243

Fixed style

2005-11-24 17:26 JS, revision 36242

Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD Start of a wxGrid handler by Agron Selimaj Applied with corrections. Needs further work for retrieving grid properties and styles.

2005-11-24 17:09 JS, revision 36241

Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets

2005-11-24 17:06 JS, revision 36240

Applied fix [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP By Jamie Gadd

2005-11-24 16:53 JS, revision 36239

Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)

2005-11-24 16:45 JS, revision 36238

Applied patch [ 1357475 ] WinCE : wxExecute does not execute programs

2005-11-23 13:57 ABX, revision 36237

[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined

2005-11-23 13:56 MW, revision 36236

Add 'wx_' prefix to builtin regfree and regerror

2005-11-23 13:49 JS, revision 36235

Copy gif and ico files for samples/html/printing

2005-11-23 12:49 ABX, revision 36234

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 12:04 ABX, revision 36233

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 10:29 VZ, revision 36232

fixed Write() signature

2005-11-23 08:01 vell, revision 36231

Realize remap code cleanup

2005-11-23 05:10 RL, revision 36230

Minimal implementation of --rescomp option for wx-config, required for building windows resource files.

2005-11-23 02:10 VZ, revision 36229

fixed quoting in CPPFLAGS (last change broke the Unix build)

2005-11-22 17:54 SC, revision 36228

using backward compatible calls for HitTest hack

2005-11-22 16:15 vell, revision 36227

fixed memory leak

2005-11-22 16:11 vell, revision 36226

added wxMac comment

2005-11-22 11:57 ABX, revision 36225

Safe wxStrncpy usage.

2005-11-22 10:23 ABX, revision 36224

wxGetUserName for WinCE.

2005-11-22 10:14 ABX, revision 36223

wxGetUserName for WinCE.

2005-11-22 10:01 ABX, revision 36222

wxGetUserName for WinCE.

2005-11-22 09:20 ABX, revision 36221

wxGetUserName for WinCE.

2005-11-22 02:06 VZ, revision 36220

autumn cleanup of configure: 1. we now consistently use WXCONFIG_C[PP|XX]_FLAGS instead of a mix of CODE_GEN_FLAGS plus tons of ad hoc variables (TOOLCHAIN_DEFS, WX_LARGEFILE_FLAGS, WXDEBUG_DEFINE and so on) which could all be simply removed now 2. output more stuff which used to be in CFLAGS only in wx-config output: a) pthread options (they are needed for user code compilation too) b) -D__STDC__EXT needed under HP-UX, this should finally fix the build there 3. also removed GCC_PRAGMA_FLAGS which is unused any more 4. use consitent naming for a couple of other variables

2005-11-21 21:42 vell, revision 36219

removed empty block

2005-11-21 21:28 VZ, revision 36218

removed non-const wxFontData::GetColour()

2005-11-21 19:41 VZ, revision 36217

documented HasFlag()

2005-11-20 21:55 DS, revision 36216

applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons

2005-11-20 21:26 VZ, revision 36215

return correct error message if NSLinkModule() fails; fixed flagrant buffer overflow

2005-11-20 21:23 VZ, revision 36214

we have dlerror() under Darwin

2005-11-20 18:11 VZ, revision 36213

script to set the install name correctly for all wx libraries from the given install prefix

2005-11-20 17:41 RR, revision 36212

Minor adaption for GPE screen.

2005-11-20 17:25 MW, revision 36211

Use re_search directly instead of regexec when using the GNU regex lib

2005-11-20 15:27 JS, revision 36210

Moved EnsureVisible to avoid spurious selection of root during idle processing (via ScrollTo/wxYieldIfNeeded)

2005-11-20 15:22 JS, revision 36209

Typo corrections

2005-11-20 15:19 VZ, revision 36208

don't cast from float to int (provoking a warning) just to cast back to float again

2005-11-20 15:18 VZ, revision 36207

fixed harmless signed/unsigned comparison warning

2005-11-20 14:26 VZ, revision 36206

corrected SeekEnd() docs

2005-11-20 09:24 RR, revision 36205

minor adaption fro GPE screen

2005-11-20 09:17 RR, revision 36204

Adapt HTML font sizes for GPE.

2005-11-20 09:13 RR, revision 36203

Make wxFileDialog work under GPE again.

2005-11-19 22:49 JS, revision 36202

Event coordinates should _always_ be physical, not logical, to be consistent both with other events and with the wxMSW control

2005-11-19 13:05 SC, revision 36201

patch 1352744

2005-11-19 01:21 MR, revision 36200

[2_6_BRANCH] Spelling fixes from Andreas Mohr (docs part of patch #1360064)

2005-11-19 01:07 MR, revision 36199

Spelling fixes from Andreas Mohr (patch #1360064)

2005-11-18 21:23 SC, revision 36198

patch 1306473

2005-11-18 18:40 SC, revision 36197

patch 1265473

2005-11-18 18:34 ABX, revision 36196

Follow other ports with Title/Label split.

2005-11-18 18:30 ABX, revision 36195

Update after adding palmos setup.h to family of automatically created setups.

2005-11-17 23:37 VS, revision 36194

fixed layout of tables that are first element on a page

2005-11-17 23:35 VS, revision 36193

reduced code duplication in wxHtmlWinParser::AddText (no real change)

2005-11-17 17:43 JS, revision 36192

Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown.

2005-11-17 14:36 ABX, revision 36191

Fixes for bugs #1218219 and #1218254.

2005-11-16 17:43 ABX, revision 36190

Warning fix.

2005-11-16 17:27 ABX, revision 36189

Finally removes occurences of OnMenuCommand and closes bug #1164678

2005-11-16 16:31 VZ, revision 36188

don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

2005-11-16 14:19 MW, revision 36187

Rebake for new penguin

2005-11-16 12:06 DS, revision 36186

applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

2005-11-15 23:26 DS, revision 36185

only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

2005-11-15 22:40 MR, revision 36184

Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

2005-11-15 18:05 VZ, revision 36183

unhide wxConnectionBase::Execute(wxString)

2005-11-15 15:51 MW, revision 36182

Add a length parameter for wxRegEx::Matches

2005-11-15 15:36 MW, revision 36181

rcdefs.h is a real file

2005-11-15 14:51 ABX, revision 36180

Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

2005-11-15 07:40 ABX, revision 36179

Minor cleanings.

2005-11-14 23:02 RR, revision 36178

Use generic file dialog under GPE, the new native one doesn't work. Soemthing still is wrong with layout updating, but that is one the way.

2005-11-14 23:00 RR, revision 36177

XkbSetDetactableAutoRepeat doesn't seem to exist on GPE (makes sense, there is no keyboard), although it does exist in the header of the SDKs.

2005-11-14 22:59 RR, revision 36176

Make buttons in stdsizer horizontally laid out under GPE as well.

2005-11-14 20:24 SC, revision 36175

corrected wake up code

2005-11-14 17:38 JS, revision 36174

Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features (with Unicode and scope mods) By Sandro Sigala

2005-11-14 17:03 ABX, revision 36173

Warning fix.

2005-11-14 08:55 JS, revision 36172

Removed old menu code for GTK+1

2005-11-14 08:50 JS, revision 36171

Removed old bitmap menu item code for GTK+1

2005-11-14 08:48 JS, revision 36170

Removed GTK+2 bitmap menu item code

2005-11-13 21:48 ABX, revision 36169

eVC3/PPC2002 build fix.

2005-11-13 21:47 ABX, revision 36168

Helpful references.

2005-11-13 21:26 ABX, revision 36167

Typo fix.

2005-11-13 19:51 MR, revision 36166

Typo fix in comment

2005-11-13 19:44 MR, revision 36165

Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick dialog in case of wxGTK.

2005-11-13 14:52 ABX, revision 36164

Missing #ifdef markup.

2005-11-13 11:53 ABX, revision 36163

Typo fix.

2005-11-13 11:46 ABX, revision 36162

Resize all top level windows when SIP changes visibility.

2005-11-13 05:00 KH, revision 36161

Fix MDI child windows not becoming active when created after changes to wxTopLevelWindow; BringWindowToTop added to wxMDIChildFrame

2005-11-11 19:33 MW, revision 36160

Change the name of a symbol to make it more descriptive

2005-11-11 17:22 MW, revision 36159

Make wxRegEx::Replace run in linear time

2005-11-11 16:55 MW, revision 36158

Warning fixes

2005-11-11 14:46 JS, revision 36157

Typo correction

2005-11-11 00:23 ROL, revision 36156

0.1.7-0 ------- Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and completed style flags. Test window is opened for an available parent control if no specific view defined. Better handling of exceptions (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.

2005-11-10 16:16 ABX, revision 36155

Macros for simplified testing Open Watcom version and required tweaks.

2005-11-10 12:49 ABX, revision 36154

Missing commit.

2005-11-10 12:42 ABX, revision 36153

Missing commit.

2005-11-10 12:15 ABX, revision 36152

Lineup features of all book driven events.

2005-11-10 12:05 ABX, revision 36151

Preparation for incoming OW 1.4

2005-11-10 12:03 ABX, revision 36150

Get/SetTitle only for wxTopLevelWindow (wxX11 part, final)

2005-11-10 12:02 VZ, revision 36149

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 11:59 VZ, revision 36148

added wxKeyEvent::GetModifiers()

2005-11-10 11:24 VZ, revision 36147

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 09:43 SC, revision 36146

adding hit testing (needed a hack)

2005-11-10 09:17 SC, revision 36145

adding hit testing

2005-11-10 07:29 SC, revision 36144
  • D /wxWidgets/trunk/utils/tex2rtf/src/Tex2RTFM5.mcp

we're not supporting CW 5 anymore

2005-11-09 21:04 ABX, revision 36143

OW 1.4 preparation.

2005-11-09 20:14 ABX, revision 36142

Various source cleanings.

2005-11-09 19:59 ABX, revision 36141

'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after action execution.

2005-11-09 14:17 MW, revision 36140

Update the build instructions for Win64

2005-11-09 14:08 SC, revision 36139

allow a SHAPED flag for a dialog

2005-11-09 09:45 SC, revision 36138

wx..._EX_METAL styles support

2005-11-09 02:34 MW, revision 36137

Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h

2005-11-09 00:30 KH, revision 36136

Restored the accidentally deleted "return true;" at the end of the Show method from last commit

2005-11-09 00:10 MW, revision 36135

Correct the directory rcdefs.h installs to

2005-11-08 23:17 MW, revision 36134

Correct the include order for the resource compiler

2005-11-08 22:49 MW, revision 36133

Add rcdefs.h and support for automatic manifests on Windows

2005-11-08 22:24 MW, revision 36132

Bake fix

2005-11-08 19:59 ABX, revision 36131

More obsolete compatibility removed.

2005-11-08 18:11 JS, revision 36130

Force linking of gprint.cpp, otherwise Gnome printing may not work

2005-11-08 17:01 ROL, revision 36129

revision 7 Using system clipboard for Copy/Paste

2005-11-08 16:02 ABX, revision 36128

Get/SetTitle only for wxTopLevelWindow (wxCocoa part).

2005-11-08 14:59 ABX, revision 36127

Get/Set title fixes (#1350999).

2005-11-08 14:41 KH, revision 36126

Remove fudges in Show: 1) Do not force a window to top when it is shown 2) Remove extra ACTIVATE event on show 3) Do not fudge resetting focus after closing a window (always setting to the parent can lead to unnatural results)

2005-11-08 14:38 KH, revision 36125

Remove always moving window to the top of the Z-order on on Show

2005-11-08 13:28 ABX, revision 36124

Build fix.

2005-11-08 07:56 SC, revision 36123
  • D /wxWidgets/trunk/samples/opengl/cube/cubeM5.xml
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurfM5.xml
  • D /wxWidgets/trunk/samples/opengl/penguin/penguinM5.xml

not supported anymore

2005-11-08 06:33 SC, revision 36122

fix undefined structs under 10.2 (tinderbox)

2005-11-08 01:33 VZ, revision 36121

remvoed wxFileDialogBase::m_parent as there is already one in wxWindow

2005-11-08 01:10 VZ, revision 36120

wxString(const unsigned char *) ctor doesn't crash by default with wxUSE_STL==1 any more

2005-11-08 01:02 VZ, revision 36119

fix memory leak of wxMessageOutput if wxApp::OnInit() returned false

2005-11-08 00:45 VZ, revision 36118

fix memory leak of pending events in wxEvtHandler dtor

2005-11-07 23:06 MR, revision 36117

[wxGTK] Support run-time changing of the wxFRAME_NO_TASKBAR style value

2005-11-07 20:00 MR, revision 36116

[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow::SetWindowStyleFlag, support for more styles to follow

2005-11-07 18:37 MR, revision 36115

Fix formatting tag in frame.tex (2_6 branch)

2005-11-07 18:23 MR, revision 36114

Fix formatting tag in frame.tex

2005-11-07 18:21 MR, revision 36113

Fix formatting in bbutton.tex

2005-11-07 17:56 SC, revision 36112

adjusting to SetLabel migration

2005-11-07 17:05 SC, revision 36111

adjusting to SetLabel migration

2005-11-07 17:02 SC, revision 36110

cleanup

2005-11-07 17:01 SC, revision 36109

cleanup, adding correct window-ids to window events (important when using eg Connect)

2005-11-07 16:58 SC, revision 36108

cleanup, using Tiger funcs if possible

2005-11-07 16:36 SC, revision 36107

support for wxNO_BORDER

2005-11-07 16:34 SC, revision 36106

CGImage Creation is always available under OS X

2005-11-07 14:59 SC, revision 36105

switch to a CoreFoundation based and thread-safe implementation for message boxes for Mach-O builds

2005-11-07 14:37 ABX, revision 36104

Get/SetTitle only for wxTopLevelWindow (wxMac part).

2005-11-07 13:47 ABX, revision 36103

Fixed #1338966.

2005-11-07 13:39 ABX, revision 36102

Fixed #1338966.

2005-11-07 13:27 ABX, revision 36101

wxGetWorkingDirectory() deprecated. Fixed #1338966.

2005-11-07 10:15 JS, revision 36100

Don't resend an update event from m_spin to avoid recursion

2005-11-07 10:06 JS, revision 36099

Added wxALWAYS_SHOW_SB style

2005-11-06 21:42 ABX, revision 36098

eVC4 warning fixes.

2005-11-06 20:44 ABX, revision 36097

eVC4 warning fixes.

2005-11-06 18:47 ABX, revision 36096

Speedup for adding array of items.

2005-11-06 07:23 SC, revision 36095

not needed for CG

2005-11-06 07:19 SC, revision 36094

added CFRef holder templated class

2005-11-05 22:49 ABX, revision 36093

Native wxCheckListBox implementation for wxWinCE.

2005-11-05 16:53 SC, revision 36092

finished implementation for stencil and colored patterns

2005-11-05 13:48 VZ, revision 36091

documented wxStringTokenize()

2005-11-05 10:25 JS, revision 36090

Set HTML data even in Unicode mode

2005-11-05 07:39 SC, revision 36089

added permission error to the 'expected' error codes, removed assert, as this leads to problems in wxPython otherwise, and getting another error essentially means we cannot continue iterating..

2005-11-04 21:13 ABX, revision 36088

Get/SetTitle only for wxTopLevelWindow (wxOS2 part).

2005-11-04 20:17 ROL, revision 36087

version 0.1.6-6 Improved some dialogs (window styles, growable cols). Changed the range for wxSpinCtrl min/max to all integers (default 0/100 is not always good).

2005-11-04 18:49 ABX, revision 36086

Get/SetTitle only for wxTopLevelWindow (wxMGL part).

2005-11-04 15:14 ABX, revision 36085

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 14:19 ABX, revision 36084

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 12:50 ABX, revision 36083

Source cleaning.

2005-11-04 12:30 ABX, revision 36082

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-04 11:11 ABX, revision 36081

Get/SetTitle only for wxTopLevelWindow (wxGTK part).

2005-11-03 22:14 ABX, revision 36080

Build fix after last commit.

2005-11-03 20:58 ABX, revision 36079

Get/SetTitle only for wxTopLevelWindow (wxMotif part).

2005-11-03 19:38 VZ, revision 36078

use focused bitmap as fallback for the hover one

2005-11-03 19:29 VZ, revision 36077

added checkbox to enable setting (or not) individual wxBitmapButton bitmaps

2005-11-03 16:53 ABX, revision 36076

Warning fix.

2005-11-03 16:47 ABX, revision 36075

Get/SetTitle only for wxTopLevelWindow (wxMSW part).

2005-11-03 16:27 ABX, revision 36074

Get/SetTitle only for wxTopLevelWindow.

2005-11-03 14:23 SC, revision 36073

support for 10.4 provided context menu

2005-11-03 02:50 KH, revision 36072

Use toplevel parent rather than immediate parent as color dialog's parent window

2005-11-03 02:25 MW, revision 36071

Initial attempt at some instructions on building for Win64

2005-11-03 01:56 VZ, revision 36070

fixed compilation breakage in 1.24 commit

2005-11-03 01:48 VZ, revision 36069

added SetHoverBitmap() and implemented it under wxMSW; extended the docs

2005-11-03 01:28 VZ, revision 36068

added test of wxBitmapButton

2005-11-03 00:41 MW, revision 36067

Remove bufferoverflowu.lib since it is not present in some versions of VC++ 8

2005-11-03 00:40 MW, revision 36066

Remove bufferoverflowu.lib since it's not present with some versions of VC++ 8

2005-11-03 00:40 VZ, revision 36065

deprecate SetLabel(const wxBitmap&)

2005-11-02 17:38 ABX, revision 36064

Bug #1220988 fixed.

2005-11-02 16:52 ABX, revision 36063

Bug #1220988 fixed.

2005-11-02 16:40 SC, revision 36062

default implementations for Replace and Remove

2005-11-02 15:57 JS, revision 36061

Set the user scale to be consistent with generic scrolled window

2005-11-02 15:22 SC, revision 36060

applying patch 1345435

2005-11-02 14:50 SC, revision 36059

re-added support for help-menu and application-menu items

2005-11-02 13:59 ABX, revision 36058

Build fix.

2005-11-02 09:49 CE, revision 36057

add missing header

2005-11-02 09:18 CE, revision 36056

add missing header to allow ../src/common/docview.cpp to compile

2005-11-01 22:35 ABX, revision 36055

wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not

2005-11-01 17:03 MBN, revision 36054

Fix wxGTK spec file adding/removing files as appropriate.

2005-11-01 13:35 MW, revision 36053

Regenerate configure

2005-11-01 13:32 MW, revision 36052

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-11-01 13:30 MW, revision 36051

Include $cross_root/include in header search when cross compiling

2005-11-01 01:43 KH, revision 36050

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-31 22:22 MW, revision 36049

Add some files to 'make dist' for wxCocoa

2005-10-31 20:27 MW, revision 36048

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-10-31 20:21 MW, revision 36047

Include $cross_root/include in header search when cross compiling

2005-10-31 20:14 VZ, revision 36046

using newlines in AC_CONFIG_COMMANDS() first argument breaks config.status under cygwin, so don't do it

2005-10-31 19:59 VZ, revision 36045

disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc

2005-10-31 19:35 VZ, revision 36044

#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it

2005-10-31 17:14 ABX, revision 36043

wxMGL revitalised with OpenWatcom.

2005-10-31 17:00 ABX, revision 36042

wxMGL revitalised with OpenWatcom.

2005-10-31 14:27 JS, revision 36041

Applied patch [ 1341085 ] richtext xml build fix

2005-10-30 20:32 ABX, revision 36040

wx/os2/chkconf.h added

2005-10-30 20:20 VZ, revision 36039

fix for incorrect member initialization order warning

2005-10-30 08:07 JS, revision 36038

Perform extra test to reduce chance of application aborting

2005-10-29 17:46 VZ, revision 36037

renamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only) header (bug 1339731)

2005-10-29 17:43 VZ, revision 36036

don't get margin to non NULL values in default ctor, this is inconsistent as default ctor + Create() don't do the same thing as non default ctor

2005-10-29 15:18 ABX, revision 36035

eVC3 build fix.

2005-10-29 12:48 ABX, revision 36034

Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.

2005-10-28 16:01 KH, revision 36033

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-28 14:33 CE, revision 36032

remove GetImageList(int)

2005-10-28 14:24 JS, revision 36031

Applied patch [ 1339882 ] richtext misc cleanup

2005-10-28 14:05 CE, revision 36030

remove GetImageList(int)

2005-10-28 09:12 ABX, revision 36029

Build fix for WinCE.

2005-10-28 01:08 VZ, revision 36028

fixed MCSetMovie() signature

2005-10-27 21:22 ABX, revision 36027

WinCE build fix according to eVC3 and eVC4 SDKs.

2005-10-27 21:00 JS, revision 36026

Sorry, forgot default value

2005-10-27 20:57 ABX, revision 36025

WinCE build fix (we need default constructor).

2005-10-27 16:01 ABX, revision 36024

Support for automatic setup.h in OS/2 with OW builds. __WXOS2__ final removal. Source cleaning.

2005-10-26 21:10 CE, revision 36023

SF bug 1327872

2005-10-26 20:48 CE, revision 36022

SF bug 1327872

2005-10-26 20:09 CE, revision 36021

avoid hidden GetImageList

2005-10-26 18:56 CE, revision 36020

fix for SF bug #1327872 (backport)

2005-10-26 14:08 JS, revision 36019

Do a sanity check before reading. Otherwise, if trying to read a duff image file, the app can abort if you pass a specific image type, but simply show an error message if you pass wxBITMAP_TYPE_ANY.

2005-10-26 12:44 ABX, revision 36018

Source cleaning.

2005-10-26 09:32 JS, revision 36017

Added parent window parameter to wxHelpController constructor and added SetParentWindow/GetParentWindow.

2005-10-26 06:20 JJ, revision 36016

Committing in . Updated OpenVMS compile options Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-10-26 02:17 MW, revision 36015

Regenerate configure

2005-10-26 00:26 MR, revision 36014

Compilation fix...

2005-10-25 23:18 ABX, revision 36013

wxWinCE build fix and source cleaning.

2005-10-25 17:51 JS, revision 36012

Fixed warnings/errors and changed Thaw

2005-10-25 16:35 MR, revision 36011

Alphabetize wxWindow members list

2005-10-25 16:25 MW, revision 36010

Add missing files to 'make dist'

2005-10-25 15:32 MW, revision 36009

Add libraries.h, amd64.manifest and ia64.manifest

2005-10-25 13:58 CE, revision 36008

missing #include (SF bug 1327872)

2005-10-25 13:11 VZ, revision 36007

fixed DLL compilation warning

2005-10-25 10:41 JS, revision 36006

Don't clear background in Refresh (to suit poor implementations of Refresh)

2005-10-24 18:56 ABX, revision 36005

Move wxMulDivInt32 to common math.

2005-10-24 12:52 MW, revision 36004

Always define wxUSE_OWNER_DRAWN so that we don't get lots of warnings

2005-10-23 23:01 MW, revision 36003

Add missing wxUniv files to msw and gtk tarballs

2005-10-23 22:37 ABX, revision 36002

WinCE build fixes.

2005-10-23 22:16 MW, revision 36001

Export wxFindFocusDescendant

2005-10-23 21:56 MW, revision 36000

Rebake after adding libs html and xml to samples using lib adv

2005-10-23 21:52 MW, revision 35999

Add libs html and xml to bakefiles of samples/contribs/demos using lib adv

2005-10-23 21:44 MW, revision 35998

Add missing files to release tarballs

2005-10-23 21:02 MW, revision 35997

Add missing files to the distribution tarballs

2005-10-23 20:42 SN, revision 35996

Removed unused symbol __WXOS2__ (it's either __OS2__ when platform specific - similar to __UNIX__ - or __WXPM__ when specific to the port - similar to symbols __WXMOTIF__ or __WXGTK__).

2005-10-23 20:40 ABX, revision 35995

filename correction

2005-10-23 20:30 SN, revision 35994

Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.

2005-10-23 19:52 MW, revision 35993

Add more missing files to the tarballs

2005-10-23 14:57 MW, revision 35992

Add missing files to the tarballs

2005-10-23 11:05 JS, revision 35991

Patch [ 1314868 ] [wxMSW] Show MDI child menubars when ShowFullScreen(false)

2005-10-23 10:59 JS, revision 35990

Applied patch [ 1310416 ] [wxMSW] Fix radio button traversal

2005-10-23 10:53 JS, revision 35989

Applied patch [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP

2005-10-22 16:24 MW, revision 35988

Prepare the way to make 'make dist' default to copying files, with linking an option.

2005-10-22 13:44 JS, revision 35987

Now works when derived from wxTextCtrlBase, using wxScrollHelper.

2005-10-22 12:10 JS, revision 35986

Font (possible) fix

2005-10-22 11:40 JS, revision 35985

Corrections for wxUSE_STL=1

2005-10-22 10:22 JS, revision 35984

Wine corrections

2005-10-22 09:24 JS, revision 35983

More Erase substitutions

2005-10-22 09:20 JS, revision 35982

Added missing include

2005-10-22 08:51 JS, revision 35981

Use GetFont not m_font for GetCharHeight

2005-10-22 08:46 JS, revision 35980

Removed duplicate hotkey

2005-10-22 08:05 JS, revision 35979

Replace node deletion with Erase

2005-10-22 07:45 ABX, revision 35978

wxTinderbox build fixes.

2005-10-21 20:43 JS, revision 35977

Don't try to open clipboard if already open

2005-10-21 20:04 JS, revision 35976

Reduced unnecessary painting; delete/recreate caret as WIN32 requires

2005-10-21 19:57 MW, revision 35975

Add missing directories and utils to the wxBase tarball

2005-10-21 19:18 ABX, revision 35974

Allow translated 'Space' in menu accelerators (perhaps more entries should allow it).

2005-10-21 19:06 ABX, revision 35973

Allow translated 'Space' in menu accelerators (perhaps more entries should allow it).

2005-10-21 19:03 ABX, revision 35972

Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

2005-10-21 18:53 ABX, revision 35971

Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised code for sizing internals.

2005-10-21 17:33 VZ, revision 35970

blind compilation fix for TestScopeGuard()

2005-10-21 16:31 JS, revision 35969

Switched antialiasing off since GetTextExtent doesn't work properly

2005-10-21 16:18 MW, revision 35968

Adv now depends on libs xml and html, so add <library> tags for these and bakefile takes care of everything.

2005-10-21 16:02 MW, revision 35967

Fix a couple of export declarations

2005-10-21 14:50 JS, revision 35966

Fixed warning, move caret in OnPaint

2005-10-21 14:23 JS, revision 35965

Regenerated configure for wxUSE_RICHTEXT

2005-10-21 13:54 JS, revision 35964

Restored code uglies

2005-10-21 13:14 JS, revision 35963

Removed macros

2005-10-21 13:02 JS, revision 35962

Fixed some styling bugs, optimized resize for large files

2005-10-21 11:18 VZ, revision 35961

fixed typo in GetNextItem example (bug 1333797)

2005-10-20 22:51 JS, revision 35960

Resets scroll position on load

2005-10-20 21:43 MW, revision 35959

Add configtool to the distribution tarballs

2005-10-20 19:48 MW, revision 35958

Small changes to 'make dist' to allow it work on Solaris, and to use the result of AC_PROG_LN_S when making links.

2005-10-20 17:30 JS, revision 35957

Support wxALWAYS_SHOW_SB

2005-10-20 14:40 ABX, revision 35956

Warning fixes.

2005-10-20 12:55 JS, revision 35955

Efficiency measures; file loading bug fix

2005-10-19 22:20 JS, revision 35954

Introduced invalidation of ranges for later optimization code