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-04-16 19:41 RD, revision 33678

Added Python methods to wxStyledTextCtrl that allow to get/set text in UTF8 in either unicode or ansi builds

2005-04-16 19:19 JS, revision 33677

Compile fixes for Linux

2005-04-16 18:57 JS, revision 33676

Improved spacing

2005-04-16 17:26 RR, revision 33675

Mention GTK+ fixes.

2005-04-16 17:22 RR, revision 33674

Reflect new --with-gtk=VERSION syntax.

2005-04-16 17:13 MW, revision 33673

No EOVERFLOW on openbsd

2005-04-16 17:00 SN, revision 33672

Fixed child positioning on window resizing.

2005-04-16 16:53 RR, revision 33671

Readded test for wxMenuItem::SetLabel() to sample. Support for hotkeys in names functions for GTK+2.

2005-04-16 16:24 KO, revision 33670

Before I forget yet again, here is the Bakefile quickstart for wx projects.

2005-04-16 16:03 SN, revision 33669

Moved enum definition out of function body to work around compiler bug.

2005-04-16 15:18 VZ, revision 33668

update for 2.6.0 from Jonas Rydberg

2005-04-16 14:49 SN, revision 33667

Fixed wxSTD for old gcc versions.

2005-04-16 14:31 VZ, revision 33666

regenerated after adding wx/unix/apptbase.h and wx/unix/apptrait.h to wxMac headers

2005-04-16 14:28 VZ, revision 33665

added wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR

2005-04-16 14:10 VZ, revision 33664

compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX

2005-04-16 13:34 RR, revision 33663

This should make the GTK statictext control wrap and behave like the MSW. I'm still doing further tests.

2005-04-16 13:24 SN, revision 33662

Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely breaks on platforms without OpenGL support.

2005-04-16 13:16 VS, revision 33661

make DEBUG_INFO=1 the default for VC++

2005-04-16 13:14 VS, revision 33660

DEBUG_RUNTIME_LIBS depends on BUILD now, not DEBUG_INFO

2005-04-16 12:33 JS, revision 33659

More comments to help people build the MFC sample

2005-04-16 12:20 RN, revision 33658

clean up release unused variable warnings

2005-04-16 12:12 VZ, revision 33657

replaced C++ comments with C ones

2005-04-16 11:40 RN, revision 33656

Implement wxMimeTypesManager on mac

2005-04-16 11:28 VZ, revision 33655

updated from libs.dia

2005-04-16 11:07 JS, revision 33654

Added destructor to fix crash on Mac due to focus event causing text control to be accessed while being deleted