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.