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-10-02 14:56 MW, revision 49019

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 14:56 MW, revision 49018

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 11:36 VZ, revision 49017

fix several mingw32 warnings (patch from Tim Stahlhut)

2007-10-02 11:32 VZ, revision 49016

PCH-less compilation fix

2007-10-02 11:31 VZ, revision 49015

mention that Win32 mutexes are always recursive

2007-10-02 11:25 VZ, revision 49014

don't leak wxFileType returned from GetFileTypeFromExtension(); fix compilation with wxUSE_MIMETYPE==0

2007-10-02 10:41 RR, revision 49013

Document _ITEM_VALUE_CHANGED and implmement it equally as being sent from valueChanged and ItemChanged. Remove other _MODEL_XXX events.

2007-10-02 10:30 CE, revision 49012

typo fix

2007-10-02 09:39 CE, revision 49011

add misisng files

2007-10-01 21:25 MW, revision 49010

Code around a bug in getgrgid_r which I've just noticed exists in some versions of glibc but not others. It fails to return a value through its last parameter. getpwuid_r doesn't seem to have the same bug, but avoid its last parameter too as a bit of defensive programming.

2007-10-01 17:43 VZ, revision 49009

don't use tif_os2.c which doesn't exist any more

2007-10-01 16:13 BIW, revision 49008

better child focus

2007-10-01 16:02 BIW, revision 49007

better child focus

2007-10-01 13:02 VZ, revision 49006

include jconfig.vc under OS/2 too

2007-10-01 12:14 VZ, revision 49005

define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too to avoid warnings about __declspec being ignored in forward declarations

2007-10-01 11:54 VZ, revision 49004

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-10-01 11:46 JJ, revision 49003

OpenVMS : removing dependency on obsolete Porting-library (Jackets)

2007-10-01 10:54 RR, revision 49002

Added API for adding/deleting/changing multiple items

2007-10-01 05:58 JJ, revision 49001

OpenVMS update

2007-09-30 20:37 VZ, revision 49000

don't crash in GetAsDOS() if the time is not in time_t range (bug 1804421)

2007-09-30 19:57 SC, revision 48999

making sure we only have single selection (1802048)

2007-09-30 19:28 VZ, revision 48998

really fixed the DST test by using explicit country in it

2007-09-30 19:27 VZ, revision 48997

return the beginning/end of DST in local time, not UTC, for consistency with the other methods; fixed the test

2007-09-30 19:11 VZ, revision 48996

cleaned up and significantly simiplied Format() handling of %c and %x formats and fixed an assert failure in UTF-8 build due to the use of invalid Unicode characters such as -1

2007-09-30 11:11 VS, revision 48995

generate #line references to source .xrc files in wxrc --gettext (patch #1803492 by Heikki Linnakangas)

2007-09-30 11:09 VS, revision 48994

include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas)

2007-09-30 10:52 VS, revision 48993

_WX_DECLARE_OBJARRAY was missing reserve() declaration

2007-09-30 10:44 VS, revision 48992

use reserve() instead of Alloc() in WX_APPEND_ARRAY so that it works with std classes too

2007-09-30 00:58 VZ, revision 48991

fix compilation in Unicode build (not sure if this fixes run-time behaviour though...)

2007-09-30 00:50 VZ, revision 48990

another wxCmdLineEntryDesc compilation fix

2007-09-29 23:10 VZ, revision 48989

fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998

2007-09-29 22:28 VZ, revision 48988

ANSI mode compilation fix

2007-09-28 23:15 VZ, revision 48987

PCH-less build fix

2007-09-28 23:14 VZ, revision 48986

correct properties were not set during initial add somehow

2007-09-28 22:17 VZ, revision 48985

another compilation fix after wxCmdLineEntryDesc changes

2007-09-28 22:15 VZ, revision 48984

backport WX_ASSERT_SIZET_EQUAL from trunk, use it to fix compilation of the test on 64 bit platforms

2007-09-28 21:54 VZ, revision 48983

PCH-less build fix

2007-09-28 16:01 CE, revision 48982

vc6 did not like this (void function returning a value)

2007-09-28 11:39 MW, revision 48981

Add buildbot configuration.

2007-09-28 07:00 RD, revision 48980

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:58 RR, revision 48979

Backport DoDrawArc fix (close it)

2007-09-28 06:53 RD, revision 48978

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:51 RD, revision 48977

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:50 RD, revision 48976

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:45 RD, revision 48975

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:44 RD, revision 48974

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:42 RD, revision 48973

Moving recent wxPython tags to wxPython/tags

2007-09-27 20:29 RR, revision 48969

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 20:21 RR, revision 48968

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 15:19 VS, revision 48967

use Assign to copy wxLists, operator= is broken (and can't be fixed in 2.8 in binary compatible way, because it's inline

2007-09-27 15:01 VS, revision 48966

copy the list in wxList::operator=(), for consistency with typed macro-based lists

2007-09-27 12:49 VZ, revision 48965

added disambiguation for Clear() too

2007-09-27 12:47 VZ, revision 48964

don't declare HasSelection() in this class and especially don't declare it as protected

2007-09-27 12:44 VZ, revision 48963

added msw/textentry{cpp,h}

2007-09-27 09:05 VS, revision 48962

fixed cellpadding when printing (bug #1795572)

2007-09-27 08:09 JJ, revision 48961

2007-09-26 23:10 VZ, revision 48960

continue with loading the message catalog even if setting the locale failed

2007-09-26 22:57 VZ, revision 48959

fixed command line processing which was preempted by wxApp::OnInit() call

2007-09-26 22:41 VZ, revision 48958

compilation fix after wxTRANSLATE() changes

2007-09-26 22:32 VZ, revision 48957

another compilation fix PCH-less build

2007-09-26 20:57 RR, revision 48956

Compilo

2007-09-26 20:14 RR, revision 48955

Compilo for non-PCH

2007-09-26 19:33 RR, revision 48954

Forgot to commit

2007-09-26 16:52 VZ, revision 48953

part of wxComboBox to wxEntry refactoring (should have been part of rev48952)

2007-09-26 16:48 VZ, revision 48952

refactor wxMSW code to extract parts common to wxTextCtrl and wxComboBox into wxTextEntry

2007-09-26 16:23 VZ, revision 48951

remove wxComboBox-specific hack, override DoSetToolTip() in wxComboBox itself instead

2007-09-26 12:18 VZ, revision 48950

compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replace() generates 2 events instead of 1...)

2007-09-26 12:17 VZ, revision 48949

compilation fix for wxGTK1

2007-09-26 08:20 CE, revision 48948

2.8.6 release

2007-09-26 06:41 JS, revision 48947

Added forward declaration for wxWindow

2007-09-26 06:40 JS, revision 48946

Added forward declaration for wxWindow

2007-09-26 00:39 VZ, revision 48945

fix harmless unused parameter warning

2007-09-26 00:30 VZ, revision 48944

added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms

2007-09-26 00:28 VZ, revision 48943

added unit test for some of wxTextCtrl methods and its events generation

2007-09-25 23:22 VZ, revision 48941

fix operator<<() for wxString

2007-09-25 23:14 RD, revision 48940

Don't use the WXK_NUMPAD_* values for the EVT_CHAR events.

2007-09-25 23:13 RD, revision 48939

don't overdo the clipping otherwise we truncate descenders in the header label on OS X

2007-09-25 16:56 VZ, revision 48938

define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings during wxMotif build

2007-09-25 16:53 VZ, revision 48937

fix warning about visibility attribute ignored on non-class types (which was given for wxGetClipboardData only but change the other functions too for consistency)

2007-09-25 14:39 JJ, revision 48936

2007-09-25 07:59 CE, revision 48935

2.8.6

2007-09-24 22:52 RD, revision 48934

wxT() needed

2007-09-24 22:30 VS, revision 48931

document that GetPropVal's argument must not be NULL

2007-09-24 22:29 VS, revision 48930

document that GetAttribute's argument must not be NULL

2007-09-24 22:09 VS, revision 48929

wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it

2007-09-24 22:08 VS, revision 48928

wxXmlNode::GetPropVal's pointer argument must not be NULL, check for it

2007-09-24 21:07 RR, revision 48927

Reduce width and height of drawing ops by one in all vector printing backends

2007-09-24 20:42 RR, revision 48926

Fix various minor PS issues

2007-09-24 18:25 RD, revision 48925

Always reset m_curPage in RemovePage incase the last page has been removed and the notebook will be empty

2007-09-24 18:18 RD, revision 48924

Avoid double deletion of notebook page windows, don't call DestroyChildren in ~wxAuiMDIClientWindow. Also skip the hide page optimization when destroying the notebook.

2007-09-24 14:04 RR, revision 48923

Use line width code from GTK+ print in GNOME print

2007-09-24 14:04 RR, revision 48922

Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally

2007-09-24 13:12 JS, revision 48921

Didn't fix the ReadLine hang bug after all

2007-09-24 13:11 JS, revision 48920

Reverted last change that causes further problems

2007-09-24 10:34 CE, revision 48919

doing 2.8.6

2007-09-24 09:42 RR, revision 48918

Compilation with new dc code

2007-09-24 09:30 RR, revision 48917

reorganized wxSVGFileDC code

2007-09-23 23:42 VZ, revision 48913

added wxWindow::GetPopupMenuSelectionFromUser() (modified patch 1793823)

2007-09-23 11:27 RR, revision 48910

Converted wxGTK's basic DC classes to new DC code

2007-09-23 00:20 VZ, revision 48909

don't define wxCRT_xxprintfW function if the corresponding xxprintfw() standard functions are not available