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-10-19 00:22 KO, revision 42106

Allow other classes to access the SetupMouseEvent function.

2006-10-18 23:51 RD, revision 42105

reSWIGged

2006-10-18 23:50 RD, revision 42104

some changes to make epydoc happy

2006-10-18 23:49 RD, revision 42103

docstring

2006-10-18 23:46 RD, revision 42102

regen ReST docs

2006-10-18 23:45 RD, revision 42101

remove "pre"

2006-10-18 22:36 RD, revision 42100

Patch #1579801: wxBufferedDC shared buffer bitmap

2006-10-18 22:09 RD, revision 42099

Patch from Andrea: fixes no page chang* events with mouse right click, plus a couple of other minor issues

2006-10-18 21:55 RR, revision 42098

Test for KDE and GNOME using session manager vendor. Use it in mime types initialization. Add wxUSE_DETECT_SM

2006-10-18 19:17 RR, revision 42097

Support wxFULLSCREEN_NOSTATUSBAR Correct Get/SetClientSize() accordingly.

2006-10-18 19:02 RR, revision 42096

Support wxFULLSCREEN_NOMENUBAR

2006-10-18 17:24 RR, revision 42095

Ref counting overview.

2006-10-18 17:23 RR, revision 42094

[ 1578529 ] better docs for reference-counted objects This already includes the change for wxBitmap, which is not COW yet.

2006-10-18 17:19 RR, revision 42093

[ 1579280 ] small src/unix/mimetype.cpp optimizations I'm not sure if this actually changes the assembly in a smart compiler, but who knows.

2006-10-18 17:06 RR, revision 42092

[ 1579793 ] numerous bug fixes when mask is used Corrects PNG handling and wxImage::Paste()

2006-10-18 03:54 RD, revision 42091

If an empty string is passed, remove the tooltip instead of setting it to "".

2006-10-18 03:41 RD, revision 42090

don't clear the tooltip unless there is one.

2006-10-18 03:32 PC, revision 42089

use generic wxAnimationCtrl in wxGTK-universal

2006-10-18 00:06 KH, revision 42088

Do not send a changed event if a button is clicked for down/up when the control is already at min/max and wrap is not specified. Fixes both wxSpinButton and wxSpinCtrl. Bug #1578523.

2006-10-17 22:41 RD, revision 42087

More updates from Andrea

2006-10-17 20:49 RD, revision 42086

reSWIGged

2006-10-17 19:51 RD, revision 42085

Need to subtract the m_miniTitle to get client size, not add it.

2006-10-17 19:50 RD, revision 42084

Add impl for IsFrozen

2006-10-17 19:37 RD, revision 42083

GetSpacer returns a copy, not a reference to the size

2006-10-17 19:37 RD, revision 42082

updates from Andrea, plus some fixes

2006-10-17 18:21 JS, revision 42081

SetSelection(wxNOT_FOUND) now works correctly.

2006-10-17 17:18 JS, revision 42080

Fixed assert when moving out of a menu

2006-10-17 17:16 JS, revision 42079

Support wxDF_UNICODETEXT

2006-10-17 16:57 JS, revision 42078

Draw tool transparently if we have a mask

2006-10-17 14:44 ABX, revision 42077

Headers cleaning.

2006-10-17 14:12 JS, revision 42076

Added various list commands to demonstrate new list features. Now uses wxRichTextStyleListCtrl giving a choice of style types to display.

2006-10-17 14:09 JS, revision 42075

Added list style to text attributes, independent from paragraph style Added list style definition Added SetListStyle, ClearListStyle, NumberList, PromoteList to buffer and control classes Changed style listbox so double-click applies style instead of single click. This allows for multiple items to be applicable, and also in future to edit styles from this listbox without accidentally applying the style to content. Added wxRichTextStyleListCtrl which also shows a wxChoice for selecting the type of style to display. Style sheets can form a chain to allow inheritance from current style sheet (not yet supported by style list controls). Added PushStyleSheet/PopStyleSheet.

2006-10-17 09:27 SC, revision 42074

fixing coordinate conversions

2006-10-17 05:50 PC, revision 42073

remove assert from PurgeOtherRepresentations,we'll have to trust that callers know what they're doing

2006-10-17 04:20 PC, revision 42072

use common AllocExclusive, rather than custom code

2006-10-17 03:19 PC, revision 42071

implement {Create,Clone}RefData for gtk wxBitmap

2006-10-17 03:18 PC, revision 42070

add public wxObject::UnShare

2006-10-17 00:15 RD, revision 42069

Patch #1576397, fix to properly render months that start on a Sunday

2006-10-16 21:55 RD, revision 42068

Show the AlphaDrawing sample

2006-10-16 21:53 RD, revision 42067

reSWIGged

2006-10-16 21:52 RD, revision 42066

docstring fix

2006-10-16 21:44 RR, revision 42065

Correct wxComboBox height in wxToolbar for old GtkCombo-based implementation.

2006-10-16 20:56 RD, revision 42064

Compile fix: forward decalare wxFloatingPane

2006-10-16 20:55 RR, revision 42063

Fix wxMiniFrame caption height.

2006-10-16 20:36 RR, revision 42062

[ 1578466 ] Support for custom floating panes

2006-10-16 20:27 RR, revision 42061

[ 1578468 ] full support for "destroy on close" flag

2006-10-16 20:26 RD, revision 42060

reSWIGged

2006-10-16 20:25 RD, revision 42059

use the right number in the tarball filename

2006-10-16 20:24 RD, revision 42058

put the gdiplus.dll with the wx DLLs

2006-10-16 20:22 RD, revision 42057

use wx.GCDC