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-31 19:29 FM, revision 47830

added first raw version of new XTI classes docs (already with the "Library" section which was added in TRUNK)

2007-07-31 19:27 FM, revision 47829

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:26 FM, revision 47828

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-31 19:25 FM, revision 47827

class renamings as decided on wx-dev: wxSetter=>wxPropertySetter, wxGetter=>wxPropertyGetter, wxWriter=>wxObjectWriter, etc, etc

2007-07-30 10:51 VS, revision 47826

don't crash in wxGetEmptyString(): it's now a #define for wxString(), which is not any less efficient now

2007-07-29 19:08 VZ, revision 47822

removed png and propsize samples from SAMPLES_SUBDIRS too (patch 1763216)

2007-07-29 14:27 VZ, revision 47821

forcefully disable wxUSE_JOYSTICK too

2007-07-29 14:25 VZ, revision 47820

always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compilation of the code using it)

2007-07-29 14:21 VZ, revision 47819

compilation fix for WinCE

2007-07-29 14:08 VZ, revision 47818

CE compilation fix for X button stuff

2007-07-29 14:06 VZ, revision 47817

compilation fix for wxUSE_DBGHELP==0 after latest changes

2007-07-29 13:56 VZ, revision 47816

we must use TB_BUTTONSTRUCTSIZE before adding menu items to the toolbar; also send SHCMBM_GETMENU after creating the menus, otherwise it always returns NULL

2007-07-29 13:38 VZ, revision 47815

update button style to include BS_MULTILINE when a multiline label is set

2007-07-29 13:16 VZ, revision 47814

no changes, just removed unnecessary #ifdef __WIN32__

2007-07-29 03:36 DE, revision 47807

Use the ECHO_N and ECHO_C variables in lieu of echo -n since some shells need it. Use cat /dev/null instead of echo -n in the non-Mac (but on OS X) POSTLINK_COMMAND and RESCOMP variables.

2007-07-29 01:25 VZ, revision 47806

make the text in the top area more readable

2007-07-29 01:23 VZ, revision 47805

don't use deprecated DoLog() overload

2007-07-29 01:20 VZ, revision 47804
  • D /wxWidgets/trunk/difflast.pl

removed the script which only worked with cvs

2007-07-29 01:11 VZ, revision 47803

add support for 4th and 5th mouse buttons; reduce code duplication

2007-07-29 01:04 VZ, revision 47802

added support for 2 extra mouse buttons (patch 1757630)

2007-07-29 00:31 VZ, revision 47801

undid accidental commit of this file in the last revision

2007-07-29 00:28 VZ, revision 47800

removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab

2007-07-29 00:21 VZ, revision 47799

added wxMiniFrame demonstration to the dialogs sample

2007-07-28 23:48 VZ, revision 47798

preserve the arguments read from configarg.cache in it

2007-07-28 21:00 DE, revision 47797

Remove bogus DoDelete from 44730. It's appears that it's supposed to be DoDeleteItems which was added in a different place.

2007-07-28 20:40 DE, revision 47796

Merged trunk 47795: Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon

2007-07-28 20:34 DE, revision 47795

Add a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.

2007-07-28 19:35 DE, revision 47794

Merged trunk 47522: Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-28 19:35 PC, revision 47793

remove duplicates

2007-07-28 19:06 DE, revision 47792

Merged trunk 46229 (NOTE: CVS) inside #if 0 pending research into how to do it in an ABI-compatible way: Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-07-28 17:34 PC, revision 47791

make definitions match declarations in wxcrt.h

2007-07-28 17:08 PC, revision 47790

warning fix

2007-07-28 17:07 PC, revision 47789

Fix wxCRT_GetenvW WXDLLEXPORT. Use more efficient preincrement operator on iterators.

2007-07-28 16:55 RD, revision 47783

Use generic code for wheel scrolling on wxGTK as discussed on wx-dev a couple weeks ago

2007-07-28 16:54 RD, revision 47782

Also build the debug python package, and more tweaks from Ubuntu's wx rules file.

2007-07-28 16:15 RD, revision 47781

Use the wxWidgets name

2007-07-28 13:12 VZ, revision 47779

(ugly) compilation fix for wxUSE_STL==1 build

2007-07-28 12:23 VZ, revision 47778

show wxUSE_STL in the summary at the end too

2007-07-28 12:21 VZ, revision 47777

added the mention of library in which each class is defined to the documentation (patch 1756715)

2007-07-28 12:14 VZ, revision 47776

added the script used to add libraries to the documentation files (see patch 1756715)

2007-07-28 12:04 VZ, revision 47775

escape underscores

2007-07-28 11:54 VZ, revision 47774

no real changes, just cleanup and use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT (patch 1762528)

2007-07-28 11:51 VZ, revision 47773

added more wxUSE_XXX symbols (modified patch 1758917)

2007-07-28 11:29 VZ, revision 47772

no changes, just a typo fix

2007-07-28 11:27 VZ, revision 47771

set eol-style

2007-07-28 10:25 VZ, revision 47770

blind OS/2 compilation fix in wxSetWorkingDirectory()

2007-07-28 00:21 VZ, revision 47768

recognize hover bitmaps (patch 1758843)

2007-07-28 00:16 VZ, revision 47767

stop after at most 200 iterations in WalkFrom() to avoid looping endlessly when the stack is corrupted (patch 1759239)

2007-07-28 00:14 VZ, revision 47766

added maxDepth parameter to WalkFromException() (patch 1759239)

2007-07-28 00:08 VZ, revision 47765

removed unused wxUSE_XXX options (patch 1759328)

2007-07-27 23:59 VZ, revision 47764

made strings used in wxIPC methods const as a temporary compilation fix (they will need to be also made void* and not wxChar* later) (patch 1759924)

2007-07-27 23:49 VZ, revision 47763

added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)

2007-07-27 23:16 VZ, revision 47762

destroy TLW children pending for deletion from ~wxTLW to avoid leaving them with dangling parent pointer

2007-07-27 22:03 VZ, revision 47761

yet another compilation fix for ItemDeleted

2007-07-27 21:45 DE, revision 47759

Merged trunk 47757: * Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:57 DE, revision 47757

* Implement the wxMask copy constructor to retain the source object's m_cocoaNSBitmapImageRep (fixes multiple release bug). * Add some debug messages for unimplemented wxMask::Create overloads. * Implement mask creation w/ key color from 8-bpp grayscale bitmap. This makes the mask image in the drawing sample's mask page work.

2007-07-27 20:19 VZ, revision 47755

use symbolic name for the shell menu bar too; include resources.h in wince.rc directly instead of only doing it from smartphone.rc

2007-07-27 18:02 VZ, revision 47752

fix menu bar creation under WM5 (SHCMBF_EMPTYBAR must be used or it's not created at all!)

2007-07-27 17:02 PC, revision 47751

skip preprocessor test for a couple more header checks

2007-07-27 16:45 PC, revision 47750

fix last commit, it seems spaces are not allowed between macro and paren

2007-07-27 16:34 VZ, revision 47749

many compilation fixes for WinCE using VC8 (it now build, although still doesn't work)

2007-07-27 16:32 VZ, revision 47748

ignore VC8 project files and build directories

2007-07-27 14:57 VZ, revision 47747

added wxUSE_INICONF (disabled by default)

2007-07-27 13:51 VZ, revision 47746

don't use min() macro in wxQsort() which conflicts with the one from windows.h

2007-07-27 13:48 VZ, revision 47745

deTABbed wxQsort()

2007-07-27 12:22 VZ, revision 47744

and another compilation fix for ItemDeleted() from Bo

2007-07-27 12:17 VZ, revision 47743

real compilation fix for ItemDeleted()

2007-07-27 03:38 DE, revision 47742

Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-07-27 00:17 VZ, revision 47741

compilation fix for insert()

2007-07-27 00:16 VZ, revision 47740

compilation fix for ItemDeleted()

2007-07-26 21:24 RR, revision 47739

escape _

2007-07-26 18:40 DE, revision 47738

Add a Clear() method simply calling the wxComboBoxBase::Clear() to disambiguate it with wxTextCtrl::Clear() since wxCocoa's wxComboBox derives from wxTextCtrl for some reason.

2007-07-26 18:19 DE, revision 47737

Merged trunk 47733: Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 18:18 DE, revision 47736

Merged trunk 47732: Added missing #import <Foundation/NSArray.h>

2007-07-26 16:27 VZ, revision 47734

re-disable Universal Mac builds by default

2007-07-26 16:08 DE, revision 47733

Silence the warning about lack of [NSApplication +setAppleMenu:]

2007-07-26 15:56 DE, revision 47732

Added missing #import <Foundation/NSArray.h>

2007-07-26 14:25 VZ, revision 47731

compilation fix after last commit

2007-07-26 13:54 VZ, revision 47730

many wxItemContainer-related changes: 1. the main function for item insertion is now DoInsertItems() which allows for much more efficient addition of many new items at once 2. the items client data management is done entirely in wxItemContainer itself, the derived classes don't have to distinguish between void and object client data 3. many fixes for sorted controls, in particular implemented wxCB_SORT support in wxGTK combobox

2007-07-26 11:43 VZ, revision 47729

removed called to deprecated wxPixelData::UseAlpha() which does nothing now

2007-07-26 02:32 BY, revision 47727

Sync with the trunk

2007-07-26 02:20 BY, revision 47726

Merge changes from trunk

2007-07-25 22:37 RR, revision 47724

Rewritten wxList docs

2007-07-25 18:46 RR, revision 47722

Use type safe list for model notifiers, sample corrected

2007-07-25 18:25 RR, revision 47721

call attributes attributes

2007-07-25 18:23 RR, revision 47720

Small correction

2007-07-25 18:18 RR, revision 47719

ItemDeleted now has (parent, item)

2007-07-25 18:09 RR, revision 47718

Patch from Bo, implement sorting in wxDVC

2007-07-25 17:42 VZ, revision 47716

fix warnings due to using deprecated-but-used-internally methods from the header file (which, of course, meant that they were also used during client code compilation)

2007-07-25 13:58 BY, revision 47714

Merge changes from trunk

2007-07-25 13:20 BY, revision 47713

Add a member to wxDataViewTreeNode for recording the visible numbers of node's subtree. This member is used to accelerate the ItemToRow and RowToItem. Also, I make a the node leaf to save memory space.

2007-07-25 10:19 RR, revision 47712

Add iterators to wxVector, use std::vector in STL mode, correct wxVector::erase()

2007-07-25 10:17 RR, revision 47711

make wxDataViewCtrl in STL mode

2007-07-25 07:18 JS, revision 47710

Typo correction

2007-07-25 07:17 JS, revision 47709

Typo correction

2007-07-24 20:00 VS, revision 47707

optimized wxStringTokenizer: it's now slightly faster in wchar_t build and much faster in UTF-8 build

2007-07-24 15:20 VZ, revision 47706

use To/FromWChar() in single parameter wxMBConv::cMB2WC/WC2MB() overloads too, instead of passing by the deprecated MB2WC/WC2MB()

2007-07-24 15:10 VZ, revision 47705

use wxMBConvStrictUTF8 instead of wxMBConvUTF8 in ConvertStr() and mb/wc_str()

2007-07-24 15:01 VZ, revision 47703

add wxMBConvStrictUTF8 class implementing just UTF-8 conversion, without support for PUA/octal mappings and use it for wxConvUTF8 as it's simpler and more efficient (~20% faster)

2007-07-24 12:22 BY, revision 47701

Merge changes from trunk and make the current row changing with the deletion of rows. That means if the user delete the current row which is the last visible row, the current row will automatic change to the last visible row.