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-07-14 23:33 VZ, revision 34853

added wxDialog::GetEscapeId()

2005-07-14 23:09 VZ, revision 34852

moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed

2005-07-14 23:07 VZ, revision 34851

added stub of GetEscapeId()

2005-07-14 23:06 VZ, revision 34850

added wxID_NONE

2005-07-14 22:11 MR, revision 34849

Optimize wxGTK2 wxTextCtrl::GetLineText

2005-07-14 16:35 MR, revision 34848

"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2 fix, but also included in wxWidgets-2.6.1-Patch01.zip - move the changelog entry from 2.6.1 to 2.6.2 or it won't be noticed with 2.6.2 release.

2005-07-14 16:13 VZ, revision 34847

use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise the error message don't appear in correct order

2005-07-14 16:12 MR, revision 34846

wxGLCanvas ctors have default values for pos and size. Document it for the first ctor, the other ctors don't have a default arg set for wxGLContext* and wxGLCanvas* in some platform headers, so not sure if can add the pos and size that follow it to the docs.

2005-07-14 16:08 MR, revision 34845

wxProgressDialog is inherited from wxDialog, not wxFrame. Add wxProgressDialog to "Classes by category" listing.

2005-07-14 16:02 VZ, revision 34844

set m_lasterror if the file couldn't be opened in wxFileInputStream ctor

2005-07-14 15:37 VZ, revision 34843

fixes for s.Printf(s) crashes

2005-07-14 15:14 VZ, revision 34842

fixed warning due to not using dllexport wxShadowObjectFields/Methods

2005-07-14 09:14 VZ, revision 34841

fix addr2line output parsing (patch 1228591)

2005-07-13 18:05 VZ, revision 34840

added test for wxXmlResource::Unload()

2005-07-13 18:01 VZ, revision 34839

added wxXmlResource::Unload() (replaces patch 1178853)

2005-07-13 17:58 VZ, revision 34838

no changes, just comments fixes

2005-07-13 17:13 ROL, revision 34837

fix for toolbar items selection - impossible to find exact coordinates

2005-07-13 17:11 ROL, revision 34836

ART_NEW is not defined in previous versions, use NORMAL_FILE for now

2005-07-13 16:30 VZ, revision 34835

commented and documented wxXRC_NO_RELOADING flag

2005-07-13 14:47 ROL, revision 34834

some new parameters removing empty text nodes from XML

2005-07-13 14:34 ROL, revision 34833

toolbars can be added inside windows, fix for relative pathnames

2005-07-13 10:08 VZ, revision 34832

added test of box sizer proportions

2005-07-12 22:05 MBN, revision 34831

Applied fix for wxCreateTopLevelRealizedWidget crash. Patch #1231717 by Johan van Zyl.

2005-07-09 21:25 VZ, revision 34830

made wxTLW::GetSize() return the size of the maximized frame when called between Maximize() and Show(), not the original size

2005-07-08 22:12 MW, revision 34829

Correction to previous commit

2005-07-08 21:16 VZ, revision 34828

made IsMaximized() return true if frame had been maximized before being shown

2005-07-08 20:52 MW, revision 34827

Allow cross compiling of wxX11, wxMotif and wxGTK

2005-07-08 20:44 MW, revision 34826

Add dll.a to the extensions search for by WX_PATH_FIND_LIBRARIES, for the benefit of Cygwin

2005-07-08 19:24 MW, revision 34825

Compilation fix for unix builds with cygwin

2005-07-08 17:52 KH, revision 34824

Fix zlib buffer overflow vulnerability [ Patch 1234072 ]

2005-07-08 10:16 VS, revision 34823

minor clarification of broken build cases

2005-07-06 21:59 VZ, revision 34822

use private window class for dialup manager hidden window, otherwise wxWindowClass couldn't be unregistered because the wxDialUpManager-created window of this class was still alive

2005-07-06 21:57 VZ, revision 34821

avoid moving the list control unnecessarily

2005-07-06 11:25 VZ, revision 34820

don't generate ACTIVATE events for Alt-Space key press

2005-07-05 15:30 VZ, revision 34819

fixed (harmless) assert triggered by renaming the first group in a config file and then deleting it

2005-07-04 15:51 CE, revision 34818

fix SF Bug 1232271

2005-07-04 14:59 MW, revision 34817

Typo fixes

2005-07-04 12:28 MW, revision 34816

Add chapter on backward compatibility

2005-07-04 12:25 MW, revision 34815

Eliminate non-ascii chars from generated include file

2005-07-04 12:21 MW, revision 34814

Mention that entry names are full paths after feedback from David Wright

2005-07-04 11:26 ABX, revision 34813

Visible wxMessageOutputDebug instance.

2005-07-04 11:21 ABX, revision 34812

Use common wxTextCtrlBase::GetRange() for PalmOS text control implementation.

2005-07-04 11:12 ABX, revision 34811

Prevent crash in wxString::Mid under STL builds (fixes #1231725).

2005-07-04 09:58 VS, revision 34810

use libtool versioning of shared libs on Unix

2005-07-03 22:34 MBN, revision 34809

Applied patch by Johan van Zyl [ 1231710 ] wxGrid slow refresh on motif caused by memory leak

2005-07-03 22:31 MBN, revision 34808

Applied patch by Johan van Zyl. [ 1231711 ] Using motif clipboard causes application crash

2005-07-03 13:00 MR, revision 34807

No default args in headers for SetSizeHints minimal size. Fixed docs.

2005-07-02 22:22 VZ, revision 34806

fixed DoSetClientSize() to use ::MoveWindow() instead of deferred sizing which never updated the client size we were checking here

2005-07-02 22:16 VZ, revision 34805

fixed bug with showing unneeded scrollbar in the list control (at least under MSW)

2005-07-02 22:15 VZ, revision 34804

made more clear that GetItemRect() returns physical coords

2005-07-02 22:14 VZ, revision 34803

added GetItemRect() test

2005-07-02 21:18 KH, revision 34802

Fix BOTTOM events to use BOTTOM in their description instead of TOP

2005-07-02 19:10 MW, revision 34801

Revert check on wxABI_VERSION since it doesn't work for all compilers VS: ----------------------------------------------------------------------

2005-07-02 11:22 VZ, revision 34800

only set focus to the grid window in wxGrid::HideCellEditControl() if it hadn't been switched to another window of our application

2005-07-02 11:19 VZ, revision 34799

added include wx/toolbar.h neededfor mingw32 compilation

2005-07-01 22:01 VZ, revision 34798

really fixed wrong argument to wxString::Format()

2005-07-01 21:42 VZ, revision 34797

fixed wrong argument to wxString::Format(); include wx/thread.h

2005-07-01 21:36 VZ, revision 34796

wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT

2005-07-01 19:36 ABX, revision 34795

Global platform header (<PalmOS.h>) removed from public wx-headers (but included in wxprec.h) with all consequences in wxPalmOS specific API.

2005-07-01 18:05 VZ, revision 34794

fixed bug with HasGroup() creating groups as side effect

2005-07-01 18:04 VZ, revision 34793

added test for HasGroup() bug

2005-07-01 13:39 ABX, revision 34792

Helpers in disabling warnings for unused params.

2005-07-01 13:06 ABX, revision 34791

eVC3 build fix.

2005-06-30 15:31 ABX, revision 34790

Helpers in disabling warnings for unused params.

2005-06-30 15:24 ABX, revision 34789

DMC/PCH info.

2005-06-30 11:59 MR, revision 34788

Note on need for build environment support for PCH in case of some compilers (GCC notably). TODO: Clarify later once things are more clear.

2005-06-30 10:24 CE, revision 34787

allow console progs to build

2005-06-30 08:27 CE, revision 34786

add missing all target

2005-06-30 08:07 CE, revision 34785

add missing all target

2005-06-30 07:20 KO, revision 34784

Added a missing import that was causing FormatText to fail.

2005-06-30 01:05 MW, revision 34783

Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside #if wxABI_VERSION >= 20601 ... #endif

2005-06-30 00:58 MW, revision 34782

Add wxABI_VERSION

2005-06-30 00:52 MW, revision 34781

Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications won't depend on it, and so will be compatible with 2.6.1 libs. But still define and export it in event.cpp so that 2.6.0 apps will be able to use 2.6.1.1 libs.

2005-06-29 22:05 VZ, revision 34780

use a constant instead of hardcoded value

2005-06-29 21:53 VS, revision 34779

moved version-related variables to separate file in preparation for sonames fix (no real changes yet)

2005-06-29 21:39 VS, revision 34778

Unicode compilation fix again - please don't use non-ASCII characters in source code

2005-06-29 21:37 VS, revision 34777

added version tag for symbols introduced in 2.6.2

2005-06-29 19:22 RR, revision 34776

Apply mask origin patch for blitting.

2005-06-29 19:02 RR, revision 34775

define NO_GCC_PRAGMA if - PCH - GCC >= 4.0 - certain cases like Apple GCC, Mingw32 with certain other option

2005-06-29 15:53 CE, revision 34774

[ 1212972 ] fix dmc bug

2005-06-29 13:40 RR, revision 34773

Added test case speficically for GCC >= 4.0 and define NO_GCC_PRAGMA then.

2005-06-29 13:26 RR, revision 34772

Reverted GCC_NO_PRAGMA change

2005-06-29 01:34 MW, revision 34771

Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already in there for DMC.

2005-06-27 15:45 MR, revision 34770

Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.

2005-06-27 13:11 MR, revision 34769

WX_2_4_BRANCH: Link fix in XML Resource overview.

2005-06-27 13:11 MR, revision 34768

Link fix in XML Resource overview.

2005-06-27 13:04 MR, revision 34767

WX_2_4_BRANCH: Doc syntax fixes (underscore escaping).

2005-06-27 12:56 MR, revision 34766

WX_2_4_BRANCH: Remove references to wxValidator in wxSpinButton docs - no validator param.

2005-06-27 12:37 MR, revision 34765

Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956

2005-06-26 16:28 SN, revision 34764

Compilation fix for some gcc versions on OS/2.

2005-06-26 15:48 RR, revision 34763

Added wxShadowObject for imitating a VMT with virtual functions without changing the C++ interface etc. of the class. Added test to it to the dynamic sample.

2005-06-26 15:46 SN, revision 34762

Fixed compilation error for Motif.

2005-06-26 15:46 RR, revision 34761

Revert Ron's removal of the reserved functions.

2005-06-26 13:51 MBN, revision 34760

Documented wxListItemAttr. Clarified that item data is asociated with a wxListCtrl item and not with subitems.

2005-06-26 13:25 SN, revision 34759

Possibly to allow including both os2/private.h and GUI's private.h for X11 based builds on OS/2.

2005-06-25 12:19 VZ, revision 34758

readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwards binary compatibility breakage

2005-06-25 11:12 VS, revision 34757

removed unused versioning variables

2005-06-25 01:24 MW, revision 34756

Handler when the cases when the MGL timer wraps

2005-06-24 16:44 RL, revision 34755

Put a humane end to the pathetic flailing over whether this can work or not. It obviously never can if you understand the rules for binary compatibility of a userspace library and the mechanisms to manage it -- no matter how clever we get in the future.

2005-06-24 15:55 ABX, revision 34754

Preserve logging state during QT plugin initialization.