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-02-18 20:21 SC, revision 32153

new layout was messing with separator positions

2005-02-18 20:20 SC, revision 32152

guard quartz specific code

2005-02-18 19:33 RD, revision 32151

reSWIGged

2005-02-18 19:28 RD, revision 32150

wxPyCallback needs to derive from wxEvtHandler now since the wxObjectEventFunction typedef changed.

2005-02-18 19:24 RD, revision 32149

Don't know if this is right but it fixes a compile error...

2005-02-18 18:02 RD, revision 32148

Added wx.lib.gestures module from Daniel Pozmanter which supports using Mouse Gestures in an application.

2005-02-18 17:58 RD, revision 32147

Fix the use of Today() for when invalid date is passed to ctor. Also set best/min size using size passed to ctor.

2005-02-18 17:49 RD, revision 32146

wxStdButtonSizer Finalise --> Realize

2005-02-18 16:52 SC, revision 32145

setting up correct port origin as well

2005-02-18 16:48 SC, revision 32144

reintroducing direct access, clipping to client area in dc

2005-02-18 16:47 SC, revision 32143

reintroducing direct access, cleanup

2005-02-18 10:23 ABX, revision 32142

Typo fixes.

2005-02-18 09:57 DS, revision 32141

use prefix file; (auto-)removed some of the unused ftp/java/x86 settings

2005-02-18 09:53 DS, revision 32140

don't redefine __WXMAC__

2005-02-18 07:28 SC, revision 32139

correcting support for more tool sizes, support for Toggle Appearance under OSX, layout tools more nicely, hittesting for entire area of control

2005-02-18 07:19 SC, revision 32138

having fixed size icons, scaling from other common formats, otherwise the icons don't get scaled correctly by the OS

2005-02-18 07:14 SC, revision 32137

alpha support for Scale added

2005-02-18 05:21 RD, revision 32136

typo

2005-02-18 04:52 RD, revision 32135

Added wx.DatePickerCtrl

2005-02-18 04:50 RD, revision 32134

Avoid doing a str(object) since in some cases it can result in very large strings

2005-02-18 04:48 RD, revision 32133

Don't override methods that are in wxControlWithItems

2005-02-18 04:46 RD, revision 32132

docstring fixes

2005-02-18 04:46 RD, revision 32131

can't have a zero sized font

2005-02-18 04:44 RD, revision 32130

Removed Loop and IsLooped methods, other cleanup

2005-02-18 04:43 RN, revision 32129

wxUSE_XXX related fixes

2005-02-18 04:42 RD, revision 32128

Add SetBackgroundImage

2005-02-18 04:38 RD, revision 32127

Added wx.DatePickerCtrl

2005-02-18 04:07 RD, revision 32126

Select an item using the value passed to the ctor/Create

2005-02-18 04:06 RD, revision 32125

Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds

2005-02-18 03:53 RN, revision 32124

[ 1123124 ] wxStringBase::Alloc can change string length

2005-02-17 23:55 VZ, revision 32123

revert to the old flicker-less version when background bitmap is not used

2005-02-17 23:20 VZ, revision 32122

minor cleanup

2005-02-17 23:17 VZ, revision 32121

corrected wxRTTI macros

2005-02-17 18:29 VZ, revision 32120

more tweaks to drop down arrow drawing (Andreas Pflug)

2005-02-17 16:56 VZ, revision 32119

fixed typo in EVT_COMMAND definition

2005-02-17 13:13 RN, revision 32118

use without url

2005-02-17 10:53 RN, revision 32117

sockets require stopwatch

2005-02-17 10:43 RN, revision 32116

Use without mimetypes enabled

2005-02-17 10:42 RN, revision 32115

compile wxFileXXXStream without wxFFileXXXStream

2005-02-17 10:38 RN, revision 32114

Enable compilation on mac without wxFontMapper

2005-02-17 10:19 RN, revision 32113

gcc doesn't have pragma warning

2005-02-17 10:17 RN, revision 32112

int argument/unsigned int arg warning fix

2005-02-17 09:37 JS, revision 32111

Added PalmOS to release scripts

2005-02-17 08:44 SC, revision 32110

24x24 bitmaps and separator for flat style added

2005-02-17 04:45 RN, revision 32109

ComboBox for cocoa

2005-02-17 03:20 KO, revision 32108

Added empty methods for wxIcon functions to match the API on other platforms.

2005-02-17 00:25 VZ, revision 32107

update from Hans F. Nordhaug

2005-02-16 23:44 RN, revision 32106

implement some missing methods

2005-02-16 23:08 RR, revision 32105

Applied background colour patch for Motif notebooks (actually in generic tab control code).

2005-02-16 22:36 RR, revision 32104

Removed the complex popup test.