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

2006-11-04 20:15 VZ, revision 43056

updated from bakefile revision 928

2006-11-04 20:13 VZ, revision 43055

fix messages for OpenGL headers detection

2006-11-04 20:03 VZ, revision 43054

moved wxCollapsiblePane to core from adv

2006-11-04 19:54 KO, revision 43053

Adding label editing to native OS X listctrl.

2006-11-04 18:52 SN, revision 43052

Added deep copy of bitmaps.

2006-11-04 18:29 RR, revision 43051

Reorder event things a little. Two callbacks for page change and page changing. use signal_connect_after() for page changed event, as everywhere else, this should also make it possible to select a different page in the event handler. GetSelection just uses native call. Don't use m_skipEvent flag, disconnect from events.

2006-11-04 18:25 VZ, revision 43050

add wxTempFile test

2006-11-04 18:24 RR, revision 43049

Test adding page without setting selection.

2006-11-04 18:14 VZ, revision 43048

define wxStringListBase::EmptyList to fix link with wxUSE_STL==1 (bug 1495659)

2006-11-04 17:43 VZ, revision 43047

add wxUSE_ACCESSIBILITY guards (bug 1107297)

2006-11-04 17:41 SC, revision 43046

adding text with background brush

2006-11-04 17:40 VZ, revision 43045

test for GL/glu.h too (fixes part of bug 879474)

2006-11-04 17:33 VZ, revision 43044

look for OpenGL headers/libraries in /opt/graphics/OpenGL as this is where they're found on HP-UX systems apparently (closes bug 925307)

2006-11-04 17:17 VZ, revision 43043

rebaked after animation control and helpbest.h changes

2006-11-04 17:10 VZ, revision 43042

fixed typo in the last before one change (UNIV_HDR, not UNIX_HDR)

2006-11-04 17:09 JS, revision 43041

Account for PANGO_WEIGHT_SEMIBOLD not being available on older Pango installations

2006-11-04 17:09 VZ, revision 43040

don't include wx/msw/helpbest.h in HTML_HDR unless the toolkit is MSW

2006-11-04 17:08 VS, revision 43039

don't use top_builddir so that configure.in works with autoconf 2.5x as well as 2.60+

2006-11-04 16:56 RR, revision 43038

Reenabled page selection event when page in notebook was deleted.

2006-11-04 16:46 VZ, revision 43037

correction to last commit: don't add animation control source to core library, add them to advanced one, for wxUniv builds

2006-11-04 16:10 JS, revision 43036

Generic fix for full row highlight

2006-11-04 14:01 VZ, revision 43035

fixed crash due to infinite recursion in wxPopupFocusHandler::OnKeyDown()

2006-11-04 13:43 VZ, revision 43034

don't leave tables non-owned by the grid with dangling view pointer when the grid is deleted (patch 1310535)

2006-11-04 13:31 VZ, revision 43033

capture mouse to be notified when it exists the popup rect (bug 1372228)

2006-11-04 13:08 VZ, revision 43032

moved wxSingleInstanceChecker to base from core under Mac (bug 1384489)

2006-11-04 13:01 VZ, revision 43031

define wxMiniFrame at least somehow if the current port doesn't define it

2006-11-04 12:51 VZ, revision 43030

define arrays of chartoo as the existing ones can't be used to store char values (bug 1572314)

2006-11-04 12:42 VZ, revision 43029

document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314)

2006-11-04 12:33 VZ, revision 43028

grid lines were incorrectly drawn over multicell cells in the last column (bug 1290841)

2006-11-04 12:20 VZ, revision 43027

invalidate best size of the book controller too when the pages are added/removed, this fixes a lot of sizing problems with treebook

2006-11-04 12:18 VZ, revision 43026

removed out of date FIXME (part of patch 1590194)

2006-11-04 12:18 VZ, revision 43025

document WX_PREPEND_ARRAY (part of patch 1590194)

2006-11-04 12:15 VZ, revision 43024

use Alloc() in WX_PRE/APPEND_ARRAY (part of patch 1590194)

2006-11-04 11:59 VZ, revision 43023

reverted the last fix, it was just wrong, sorry, the problem is elsewhere

2006-11-04 11:42 VZ, revision 43022

fix tree control best size calculation: account for the images and the buttons

2006-11-04 11:26 VZ, revision 43021

test GetBoundingRect()

2006-11-04 11:16 VZ, revision 43020

call base class ctor in copy ctors explicitly (fixes gcc warnings with -Wextra)

2006-11-04 11:14 VZ, revision 43019

handle all wxROLE_XXX values in wxConvertToWindowsRole()

2006-11-04 11:13 VZ, revision 43018

add generic animation sources to wxUniv (and correspondingly removed them from wxX11)

2006-11-04 11:03 VZ, revision 43017

really define TRACE_CLIPBOARD (fix for the last commit)

2006-11-04 10:57 VZ, revision 43016

attempt to fix linking error in one of the tinderbox builds by moving local class declaration out of the function

2006-11-04 10:42 VZ, revision 43015

include iostream header when using std streams

2006-11-04 10:38 SC, revision 43014

removing additional offset - why did this ever work ?

2006-11-04 09:57 SC, revision 43013

stub implementations

2006-11-04 07:50 SC, revision 43012

adding measuring contexts, streamlining printing code

2006-11-04 06:39 SC, revision 43011

allowing transformation changes even if there is no graphics context around

2006-11-04 06:33 SC, revision 43010

fixing warning

2006-11-04 03:14 VZ, revision 43009

don't compile in wxCheckWin32Permission() when it's not used (as in cygwin builds where both __UNIX__ and __WINDOWS__ are defined)

2006-11-04 03:12 VZ, revision 43008

regenerated after last fix

2006-11-04 03:10 VZ, revision 43007

fix to last change: compilation test must be done after test for C compiler

2006-11-04 02:58 VZ, revision 43006

regenerated after two last configure.in changes

2006-11-04 02:54 VZ, revision 43005

add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's used

2006-11-04 00:02 VZ, revision 43004

include iostream header when using std streams

2006-11-03 23:36 VZ, revision 43003

corrected documentation of font parameter

2006-11-03 23:34 VZ, revision 43002

compilation fix for last fix

2006-11-03 22:16 VZ, revision 43001

wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192)

2006-11-03 22:02 VZ, revision 43000

added collpane sample

2006-11-03 21:54 VZ, revision 42999

use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers

2006-11-03 21:48 VZ, revision 42998

fix typo in WX_ARG_ENABLE for richtext (patch 1589243)

2006-11-03 21:37 VZ, revision 42997

use wxEMPTY_PARAMETER_VALUE to ensure that nested macro calls get correct number of parameters even when expdecl passed to the outer macro is empty (as happens in static builds)

2006-11-03 21:32 MW, revision 42996

Use hash<long> instead of hash<wxLongLong_t> when they are the same size since even some 64-bit compilers have a problem with it, it seems.

2006-11-03 21:25 VZ, revision 42995

added IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname) macro for consistency

2006-11-03 21:21 VZ, revision 42994

clarify/correct note about VC6 build order problem

2006-11-03 21:06 VZ, revision 42993

don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation for name clash; instead define wxEMPTY_PARAMETER_VALUE and use it in both variant.h and event.h

2006-11-03 21:00 VZ, revision 42992

restored mention of the other .rsp files removed in last commit

2006-11-03 20:50 VZ, revision 42991

update the distribution instructions after switch to new distribution scripts

2006-11-03 19:53 VZ, revision 42990

fix compilation after last change for compilers without variadic macros support

2006-11-03 19:45 VZ, revision 42989

compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h

2006-11-03 19:26 VZ, revision 42988

don't use native GTK implementation in wxUniv builds

2006-11-03 19:22 VZ, revision 42987

blind compilation fix: include wx/window.h

2006-11-03 19:15 VZ, revision 42986

compilation fix for wxPenRefData operator==()

2006-11-03 17:55 RD, revision 42985

Removed duplicate (and wrong) helpref

2006-11-03 17:42 VZ, revision 42984

use IsSameAs() instead of wxPalette::operator==() which doesn't exist any more

2006-11-03 17:37 VZ, revision 42983

use wxMemoryDC::SelectObjectAsSource() for const wxBitmaps

2006-11-03 12:19 VZ, revision 42982

fix XPM name to correct compilation under Unix

2006-11-03 10:55 JS, revision 42981

Mac wxODBC fix from Jose' Cruanyes Aguilar

2006-11-03 10:52 ROL, revision 42980

updated

2006-11-03 10:50 ROL, revision 42979

withard styles

2006-11-03 10:17 JG, revision 42978

Rearrange build order so dll builds have the correct dependencies

2006-11-03 09:57 JS, revision 42977

Removed a warning

2006-11-03 08:08 PC, revision 42976

ignore requests to install idle handler when app instance is not valid

2006-11-03 08:07 RD, revision 42975

rwSWIGged

2006-11-03 08:05 RD, revision 42974

More aui updates

2006-11-03 08:04 RD, revision 42973

A patch from Frame Niessink which adds an additional style that (un)checks a parent when all children are (un)checked, i.e. TR_AUTO_CHECK_PARENT.

2006-11-03 07:45 RD, revision 42972

SetBestSize alias

2006-11-03 07:45 RD, revision 42971

Can wxMemoryDC derive from wxWindowDC on all platforms?

2006-11-03 07:41 RD, revision 42970

include vidmode.h

2006-11-03 07:41 RD, revision 42969

docstrings

2006-11-02 22:45 JS, revision 42968

Undid completely wrong patch 1438117: other platforms do _not_ count the visible lines, only the underlying lines. With the patch, you can't reliably do anything with lines using the other functions.

2006-11-02 22:44 RR, revision 42967

Return to just using the official API for setting TLW position and size. This works more often with newest version of GTK+ than with oldest versions.

2006-11-02 22:29 RR, revision 42966

Correct code for TLW placement, this fixes several AUI problem when dragging panes quickly (the hint window would appear in the wrong place).

2006-11-02 22:00 JS, revision 42965

If the GIF isn't an animation, we can ignore the animation size, thus suppressing false error.

2006-11-02 21:48 MW, revision 42964

Use the standard hash<wxLongLong_t> on 64-bit machines.

2006-11-02 21:47 BIW, revision 42963

aui documentation updates

2006-11-02 20:50 BIW, revision 42962

wxaui maximize bug fixes

2006-11-02 20:29 BIW, revision 42961

added missing header to auibook.cpp

2006-11-02 20:27 BIW, revision 42960

implemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCROLL_BUTTONS in wxAuiNotebook

2006-11-02 19:05 PC, revision 42959

don't reset idle tag unless idle function is also going to be removed

2006-11-02 18:57 VS, revision 42958

don't crash when destroying window with scrollbars

2006-11-02 18:37 PC, revision 42957

revert memory leak fix, it causes crash