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

2004-07-03 12:17 VS, revision 28153

don't mess with tooltips' colour in 2.4 either

2004-07-03 11:56 GD, revision 28152

added missing include files for compilation with Apple Developer Tools

2004-07-03 11:16 VS, revision 28151

implemented tab order in wxGTK2

2004-07-03 11:14 VS, revision 28150

demonstrate tab order

2004-07-03 10:06 VS, revision 28149

don't use deprecated wxUsleep

2004-07-03 10:02 VS, revision 28148

m_queuedFullRedraw is not used anymore

2004-07-02 22:22 VS, revision 28147

wxTaskBarIconBase event handlers were never called in 2.4 compatibility mode

2004-07-02 20:54 VS, revision 28146

fixed memory leak in wxNativeFontInfo when using Pango

2004-07-02 19:38 VS, revision 28145

BCC compilation fix

2004-07-02 19:05 GT, revision 28144

Patch # 984209 - Calls to wxFind() were using an old signature. They now check for wxNOT_FOUND

2004-07-02 18:54 GT, revision 28143

Patch # 984215 - Insert was returning SUCCESS after an error

2004-07-02 12:06 SC, revision 28142

sleep methods in synch with last changes

2004-07-02 12:03 SC, revision 28141

moving implementation out of class declaration

2004-07-01 22:54 VZ, revision 28140

added wxMilli/MicroSleep(), deprecated wxUsleep()

2004-07-01 22:52 VZ, revision 28139

fix wxTolower/upper() behaviour with signed chars > 0x7f with VC++ 6

2004-07-01 22:51 VZ, revision 28138

call InheritAttributes() during creation

2004-07-01 17:45 VS, revision 28137

don't force excessively large minsize, it makes the sample nearly unusable on X11

2004-07-01 14:17 JS, revision 28136

Comboboxes should have default height

2004-07-01 12:15 VZ, revision 28135

added wxMilli/MicroSleep(), deprecated wxUsleep()

2004-07-01 11:51 VZ, revision 28134

added wxGetKeyState() doc (patch 967255)

2004-07-01 11:47 VZ, revision 28133

implementation of the range insert for wxStringArray (patch 975003)

2004-07-01 11:44 VZ, revision 28132

added and documented wxWindow::MoveBefore/AfterInTabOrder()

2004-07-01 11:43 VZ, revision 28131

removed spurious semicolon

2004-07-01 10:46 VZ, revision 28130

font inheritance fixes (patch 983251)

2004-07-01 09:32 VZ, revision 28129

recognize EUC-KR charset (patch 983264)

2004-07-01 09:25 VZ, revision 28128

update from Hiroshi Saito (patch 981938)

2004-07-01 08:56 VS, revision 28127

set descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE

2004-07-01 07:59 VS, revision 28126

simplified justification code; fixed incorrect positioning of first cell on line in justified paragraph

2004-07-01 07:40 VS, revision 28125

fixed a bug that prevented wxLogGui from being used by default

2004-07-01 07:07 VS, revision 28124

copy doc/ directory to builddir

2004-07-01 00:57 RD, revision 28123

reSWIGged

2004-07-01 00:53 RD, revision 28122

Print start and stop time

2004-07-01 00:48 RD, revision 28121

a little cleanup

2004-07-01 00:45 RD, revision 28120

added CmdDown()

2004-07-01 00:05 VZ, revision 28119

use CmdDown() instead of #ifdefs for Mac

2004-07-01 00:04 VZ, revision 28118

added and documented wxKey/MouseEvent::CmdDown()

2004-06-30 23:43 RD, revision 28117

The gaps should *not* be included in the space given to the item, and so should also not be accounted for in the alignment adjustmanets

2004-06-30 23:28 VZ, revision 28116

mention that wxPostEvent() only works for sending messages to the main thread

2004-06-30 23:21 VZ, revision 28115

mention that detached threads shouldn't be deleted

2004-06-30 22:00 RD, revision 28114

Need to ensure that the right background is explicitly set.

2004-06-30 21:55 RD, revision 28113

fixed typo

2004-06-30 21:50 RD, revision 28112

Fixed typos and added test case that changes the font of a CalendarCtrl

2004-06-30 21:49 RD, revision 28111

Layout fixes due to measuring with the wrong font. Also added GetDefaultAttributes and switched everything to use GetXXX instead of m_XXX.

2004-06-30 20:12 RD, revision 28110

Since the wxPyMake_wxObject typemap is also used for constructors we need to allow it to use the $owner value to specify if the thisown attribute shoudl be set to true.

2004-06-30 20:10 RD, revision 28109

Allow the size, pos, and title of the default output window to be modified

2004-06-30 18:44 VS, revision 28108

update for CVS versions of bakefile

2004-06-30 17:12 VS, revision 28107

SetDefaultXXX -> SetOwnXXX

2004-06-30 16:25 VZ, revision 28106

trying to fix missing new line before a heading start

2004-06-30 15:47 VZ, revision 28105

made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess

2004-06-30 15:45 VZ, revision 28104

don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow