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