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-06-30 12:37 AVV, revision 39903

wxDatagramSocket docs added

2006-06-30 12:01 AVV, revision 39902

Fixes tex2rtf to search for files on current folder too. This is basically to test my write access (tho also fixes tex2rtf for some people, including me)

2006-06-30 10:51 VS, revision 39901

fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling and hiding of the control

2006-06-30 09:16 SC, revision 39900

missing retval

2006-06-30 08:45 SC, revision 39899

fixing PPI bugs in printer dcs and print preview

2006-06-30 08:44 SC, revision 39898

fixing PPI bugs in printer dcs

2006-06-30 07:28 BIW, revision 39897

added/expanded various comments

2006-06-29 22:24 RD, revision 39896

Removed __future__ import that has been in the "past" for several years now.

2006-06-29 17:29 KO, revision 39895

wxPython Universal binary build system.

2006-06-29 17:25 SC, revision 39894

switching all text rendering/measuring to ATSUI

2006-06-29 17:23 SC, revision 39893

moving UniChar code to one place

2006-06-29 16:52 KO, revision 39892

Mac binary build system.

2006-06-29 13:47 VZ, revision 39891

call wxApp::OnInit() from MyApp::OnInit() so that standard options (like wxUniv --theme) work with the sample

2006-06-29 12:42 VZ, revision 39890

flush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn't hurt and could be useful if stderr is redirected

2006-06-29 12:06 JS, revision 39889

Moved wrongly placed constants

2006-06-29 12:04 JS, revision 39888

Moved wrongly placed hit test constants

2006-06-29 08:19 JS, revision 39887

Changed order of libs to fix linking

2006-06-29 08:16 SC, revision 39886

fix for potential crash when conversion fails

2006-06-29 08:07 SC, revision 39885

fix for potention crash when conversion fails

2006-06-29 07:55 JS, revision 39884

Respun configure for richtext library

2006-06-29 07:50 JS, revision 39883

Typo correction

2006-06-29 07:16 JS, revision 39882

Moved wxRichTextCtrl to its own library

2006-06-29 02:34 RD, revision 39881

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-29 00:18 RD, revision 39880

reSWIGged

2006-06-29 00:09 RD, revision 39879

reSWIGged

2006-06-28 23:19 RD, revision 39878

Added SWIG patches to allow compiling the generated code with Python 2.5

2006-06-28 23:10 RD, revision 39877

Allow for building with Python 2.5

2006-06-28 22:41 RD, revision 39876

It doesn't look for .mo file in a LC_MESSAGES subdir on Windows, so don't put them there.

2006-06-28 19:32 RD, revision 39875

Applied patch from Armel Asselin that reduces memory required when pasting text and when sending events. Comment out some unneeded asserts.

2006-06-28 17:45 JS, revision 39874

Typo correction

2006-06-28 14:01 VZ, revision 39873

added missing wx/sizer.h header

2006-06-28 12:56 JS, revision 39872

Fixed zoom problem (Robert J.Lang)

2006-06-28 10:57 JS, revision 39871

Added support for tabs in wxRichTextCtrl (Ashish More)

2006-06-27 23:05 RD, revision 39870

reSWIGged

2006-06-27 22:46 RD, revision 39869

new wxTreeEvent ctor

2006-06-27 22:39 RD, revision 39868

Don't use custom bg style except on wxGTK

2006-06-27 22:37 RD, revision 39867

Picker control updates

2006-06-27 22:36 RD, revision 39866

Changed call order of the PreCreate method, and pass the pre instance to it.

2006-06-27 22:35 RD, revision 39865

little tweaks

2006-06-27 22:33 RD, revision 39864

New SetModified method

2006-06-27 22:31 RD, revision 39863

New wxNB_HITTEST_ONPAGE flag

2006-06-27 22:30 RD, revision 39862

Added missing platform constants

2006-06-27 22:30 RD, revision 39861

Remove use of wxHIDE_READONLY

2006-06-27 22:29 RD, revision 39860

Put wxHIDE_READONLY back for compatibility.

2006-06-27 22:02 RD, revision 39859

wxMSW doesn't look in a LC_MESSAGES dir for the message catalogs

2006-06-27 21:47 VZ, revision 39858

don't use COMPRESSION_LZW for saving TIFF files -- it's not implemented by libtiff (backport from HEAD)

2006-06-27 21:21 RD, revision 39857

Put back the old wxTreeEvent ctor for compatibility

2006-06-27 20:53 KO, revision 39856

Fixed incorrect get page source check around SetPageSource.

2006-06-27 19:19 RD, revision 39855

wxPickerBase derives from wxControl, not wxWindow

2006-06-27 19:16 RD, revision 39854

fixed typo