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

2009-01-17 08:46 SC, revision 58165

adding NSPrintInfo support

2009-01-17 08:46 SC, revision 58164

streamlining printing support, adding printing support on osx-cocoa

2009-01-17 08:45 SC, revision 58163

avoiding warning for unused var in cocoa build

2009-01-16 23:01 VZ, revision 58161

add wx/window.h for MSVC compilation

2009-01-16 21:22 FM, revision 58160

fix sample

2009-01-16 20:46 FM, revision 58159

use enumerations instead of integers for wxFont style/weight/family

2009-01-16 20:09 FM, revision 58158

fix typos

2009-01-16 19:21 SC, revision 58157

simplifying code

2009-01-16 19:12 VZ, revision 58156

fix the size of bitmaps we create (re-closes #4563) [backport of r50895 from trunk]

2009-01-16 19:03 VZ, revision 58155

use wcs(n)casecmp() if available; use wxStricmp() to implement wxString::CmpNoCase() as it's significantly more efficient than wx code (closes #10375)

2009-01-16 18:49 VZ, revision 58154

make the preview frame float on parent by default as otherwise it is hidden when the parent is a modal dialog, at least under wxGTK (#10341)

2009-01-16 18:03 VZ, revision 58153

implement SetTimes() for directories too under MSW (#10250)

2009-01-16 17:48 VZ, revision 58152

calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this

2009-01-16 17:44 VZ, revision 58151

export wxActiveX stuff from core (not media) DLL (closes #8991)

2009-01-16 17:41 VZ, revision 58150

compilation fixes for 64 bit platforms

2009-01-16 17:19 VZ, revision 58149

forward declare wxEvent before using it

2009-01-16 16:37 VZ, revision 58148

add missing header for mingw32 PCH-less build

2009-01-16 16:21 FM, revision 58147

remove also wxT(); it's confusing, too; do load wxstd.mo catalog after calling wxLocale::Init as to show a localized error message when opening NOTEXIST.ING; add some notes about the logic of the program

2009-01-16 16:21 VZ, revision 58146

add a unit test checking that events are really propagated as they're supposed to

2009-01-16 16:18 JS, revision 58145

Fixed invisible CHM tooltip text bug when window text colour is black.

2009-01-16 16:07 VZ, revision 58144

ensure that ProcessEvent() is called for all the event handlers, not just the first one in event handlers list

2009-01-16 15:50 RR, revision 58143

Illustrate usage of wxDataViewListCtrl

2009-01-16 15:48 RR, revision 58142

Mention wxDataViewListCtrl

2009-01-16 15:44 RR, revision 58141

Document wxDataViewListCtrl, minor corrections

2009-01-16 15:32 FM, revision 58140

remove usage of _T(); it's just confusing and it's not needed anymore; use wxTRANSLATE instead of wxGetTranslation for the 'Bad luck...' literal