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):

2007-07-24 10:22 SC, revision 47699

fixing layering problems when modal dialogs should appear in front of floating windows (eg miniframes), as long as wxSTAY_ON_TOP is not set on the miniframe

2007-07-24 10:16 SC, revision 47698

applying 1660835, making sure wxSTAY_ON_TOP mini frame windows don't get hidden on deactivate

2007-07-24 10:10 RR, revision 47697

Patch from Bo to speed up FindNode() in internal data tree structure (GTK)

2007-07-24 09:26 RR, revision 47696

Added wxQsort()

2007-07-24 09:25 RR, revision 47695

Don't send events when expanding internally, only after wxDataViewModel::ItemAdded was called

2007-07-24 09:15 RR, revision 47694

Send events from port-specific code, not common code, tested in samples

2007-07-24 08:35 RR, revision 47693

Patch from Bo to optimize FindNode() in internal tree structure

2007-07-24 00:36 VZ, revision 47691

corrected off by 1 error in cMB2WC() call (thanks valgrind)

2007-07-23 22:36 VZ, revision 47689

don't add an extra empty line to the end (fixes bug introduced by the last optimization round)

2007-07-23 22:34 VZ, revision 47688

harmless warning fix

2007-07-23 22:33 VZ, revision 47687

compilation fix

2007-07-23 22:29 VZ, revision 47686
  • D /wxWidgets/trunk/tests/fileconf

removed empty directory

2007-07-23 21:59 VZ, revision 47684

fix caching of configure arguments broken by one of the previous commits (all options got saved in the cache file, not just the ones explicitly specified)

2007-07-23 20:14 SC, revision 47681

we now always have a transparent sizer grip

2007-07-23 20:12 SC, revision 47680

we now always have a transparent sizer grip

2007-07-23 20:11 SC, revision 47679

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 20:09 SC, revision 47678

making sure we never have a grow box overlapping a scrollbar [1758336]

2007-07-23 18:00 VZ, revision 47675

removed wxUSE_STRUTILS which was left over from the old code version

2007-07-23 17:08 SC, revision 47673

implementing wxALWAYS_SHOW_SB from 1744665

2007-07-23 15:51 RD, revision 47668

Allow supporting more than one version of Python at a time, if python-central is available and installed in the Debian distro, and if it specifies that more than one version should be supported.

2007-07-23 15:33 BY, revision 47667

Merge changes from Trunk and also make some modification to change HasChildren to IsContainer.

2007-07-23 12:23 JS, revision 47663

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 12:23 JS, revision 47662

Avoid a hang if we're dragging a tab to a notebook that's a child of the original tab

2007-07-23 09:18 BY, revision 47661

A more efficient algorithm for ItemAdded and ItemDeleted. This algorithm is implemented by the new member function FindNode. We first find the item's parent-chain, and then down along the parent-chain to find the node.

2007-07-23 04:42 SC, revision 47660

correcting my last commit

2007-07-22 20:27 JW, revision 47657

Added additional stubs, improved DC and evtloop implementations, modified bakefiles and configure.in

2007-07-22 15:53 VZ, revision 47656

tagging libtiff 3.8.2

2007-07-22 15:36 VZ, revision 47655

importing libtiff 3.8.2

2007-07-22 15:27 VZ, revision 47654

fix for r47646: typedef wxDouble for all platforms, not just wxMac

2007-07-22 15:20 SC, revision 47653

applying 1741073

2007-07-22 15:03 SC, revision 47652

restricting mouse-wheel support to y axis only, trunk is having both dimensions

2007-07-22 14:54 SC, revision 47651

changing handling of mouse-down buttons according to patch 1749825

2007-07-22 13:20 SC, revision 47650

fixing path

2007-07-22 11:34 SC, revision 47649

adding missing defaults

2007-07-22 10:34 VZ, revision 47648

call aglEnable(AGL_BUFFER_RECT) after setting the rect; fixes both drawing over all the other windows and missing redraw before first resize (patch 1758339)

2007-07-22 10:29 VZ, revision 47647

removed erroneous spaces from wxTo/FromString() documentation

2007-07-22 10:14 SC, revision 47646

no 68k macs more to support...

2007-07-22 10:12 SC, revision 47645

no 68k macs more to support...

2007-07-22 09:20 VS, revision 47644

fix visibility problems with libstdc++ on Debian and Ubuntu

2007-07-22 08:30 SC, revision 47643

adding quicktime framework (needed for PICT conversion)

2007-07-22 08:28 SC, revision 47642

adding cocoa utils file

2007-07-22 08:01 VS, revision 47641

fixed visibility warning on Fedora

2007-07-22 00:00 VZ, revision 47639

corrected the include file names (rest of patch 1757479)

2007-07-21 23:59 VZ, revision 47638
  • D /wxWidgets/trunk/docs/latex/wx/database.tex
  • D /wxWidgets/trunk/docs/latex/wx/expr.tex
  • D /wxWidgets/trunk/docs/latex/wx/gridwork.tex
  • D /wxWidgets/trunk/docs/latex/wx/query.tex
  • D /wxWidgets/trunk/docs/latex/wx/recrdset.tex

removed docs for classes not existing any more (part of patch 1757479)

2007-07-21 23:54 VZ, revision 47637

correct closing comments in #endifs (patch 1756990)

2007-07-21 23:51 VZ, revision 47636

updated after fileconf/fileconftest.cpp to config/fileconf.cpp move

2007-07-21 23:50 VZ, revision 47635

moved wxFileConfig test to config directory together with wxConfig test

2007-07-21 23:47 VZ, revision 47634

added support for user-defined types to wxConfig (patch 1753875)

2007-07-21 23:41 VZ, revision 47633

added a macro for comparison size_t variables with literal constants, this is less ugly than explicitly casting the arguments to size_t; use it to fix base64 compilation under 64 bit platforms

2007-07-21 23:24 VZ, revision 47632

added wxTo/FromString(wxColour) (part of patch 1753875)

2007-07-21 23:22 VZ, revision 47631

added --enable-ownerdrawn MSW-only option

2007-07-21 23:07 RR, revision 47630

added wxDataViewIndexListModel and sample

2007-07-21 22:56 VZ, revision 47629

allow overriding automatic alpha detection during icon->bitmap conversions (slightly modified patch 1738168)

2007-07-21 22:51 VZ, revision 47628

initialize m_labelWidget to 0 to fix crash when the label is empty (backport of part of r45312 changes from trunk)

2007-07-21 21:36 VZ, revision 47627

removed unused variable left after the last commit

2007-07-21 16:43 VS, revision 47623

fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)

2007-07-21 13:22 VZ, revision 47622

removed duplicate MSW-specific options, they're now all between special start/end MSW options comment

2007-07-21 13:09 VZ, revision 47621

added --enable-ps-in-msw configure option

2007-07-21 13:07 VZ, revision 47620

removed wxUSE_UXTHEME_AUTO which wasn't used anywhere

2007-07-21 13:06 VZ, revision 47619

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:05 VZ, revision 47618

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:01 VZ, revision 47617

added wxUSE_REGKEY option

2007-07-21 12:58 VZ, revision 47616

regenerated MSW part from wx/msw/setup_inc.h

2007-07-21 12:56 VZ, revision 47615

extracted MSW-specific setup.h options to their own wx/msw/setup_inc.h file which is now used to automaitcally generate both wx/msw/setup0.h and setup.h.in by update-setup-h

2007-07-21 11:41 VZ, revision 47614

correct the last patch: we should compare wxGenericTreeItem pointers, not a pointer with an id

2007-07-21 11:15 VZ, revision 47612

corrected (and simplified) configarg.cache updating broken by last changes to WX_ARG_WITH/ENABLE

2007-07-21 07:31 VZ, revision 47611

define wxUSE_FONTENUM

2007-07-21 02:20 VZ, revision 47610

define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared pure virtual in the base class), just return NULL from it

2007-07-21 02:20 VZ, revision 47609

added wxUSE_FONTENUM for wxFontEnumerator

2007-07-21 02:05 VZ, revision 47608

fixes for building wxMSW with --disbale-all-features

2007-07-21 01:42 VZ, revision 47607

added --enable-uxtheme option

2007-07-21 01:30 VZ, revision 47606

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI [backport from trunk]

2007-07-21 01:26 VZ, revision 47605

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI

2007-07-21 01:17 VZ, revision 47604

use colour in the libraries diagram to indicate base/GUI libraries instead of explicitly drawing the arrows from all libraries to the base and core one

2007-07-20 22:11 DE, revision 47603

wxCocoa: Implement wxControl::GetLabel/SetLabel by stowing the label in the wxNonControlNSControl instance used when the wxControl is a non-native subclass (e.g. a generic control). Not needed in trunk since there is now m_labelOrig. Copyright 2007 Software 2000 Ltd.

2007-07-20 22:00 VZ, revision 47602

replaced with Debian Etch version which has slightly better fseeko() test

2007-07-20 20:41 DE, revision 47601

Merged trunk 47600: wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 20:35 DE, revision 47600

wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 19:47 DE, revision 47599

Merged trunk 47598: wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 19:05 DE, revision 47598

wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 18:27 PC, revision 47597

more AC_CHECK_HEADERS fixes

2007-07-20 17:59 DE, revision 47596

Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEADER so that the HAVE_* defines will be generated when needed. This fixes breakage caused by 44703. Only usage where HAVE_* macro is in setup.h.in or was used by configure itself (e.g. HAVE_X11_XLIB_H) is changed.

2007-07-20 17:51 DE, revision 47595

Update all of the .m4 files using Apple-shipped autoconf with a change to functions.m4 to make the output match what is currently ni the tree from VZ.

2007-07-20 17:23 PC, revision 47594

use the right cast to fix warning, rather than just suppressing it

2007-07-20 16:22 VZ, revision 47593

moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h; added it to setup.h.in so that it gets defined (always as 0 as mingw32 doesn't support it anyhow) for configure builds too

2007-07-20 14:10 VZ, revision 47591

document wxCB_SORT

2007-07-20 12:24 RR, revision 47590

Optimise internal sorting datastructure

2007-07-20 09:01 RR, revision 47589

Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel

2007-07-20 08:23 RR, revision 47588

Fix for crash when opening empty node

2007-07-20 06:44 PC, revision 47587

add missing parens to bitwise expression

2007-07-20 05:47 DE, revision 47586

Merged trunk 47585: Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 05:40 DE, revision 47585

Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 04:16 DE, revision 47584

Merged trunk 47580, 47581: Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 04:13 DE, revision 47583

Merged trunk 47570: Strip mnemonics from the label before passing it to Cocoa.

2007-07-20 04:08 DE, revision 47582

Remove wxStockCursor function that should never have been global.

2007-07-20 04:06 DE, revision 47581

Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 02:12 DE, revision 47580

Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Copyright 2007, Software 2000 Ltd.

2007-07-20 01:10 VZ, revision 47578

make To/From8bit() inline for performance reasons

2007-07-20 01:03 VZ, revision 47577

rewrite FilterInValue() using iterators, this results iin 12x performance improvement in UTF-8 build

2007-07-19 23:00 VZ, revision 47576

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier [backport from trunk]