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-06-15 03:26 RD, revision 27803

increased bit-depth

2004-06-15 03:26 RD, revision 27802

regenerated with fix for wxPNGHandler::SaveFile

2004-06-15 03:24 RD, revision 27801

layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox

2004-06-15 03:23 RD, revision 27800

Add DoGetBestSize to wxCheckListBox that adds room for the checkbox

2004-06-15 01:05 RD, revision 27799

Save the alpha values if the image has an alpha channel

2004-06-14 22:44 RD, revision 27798

Patch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp

2004-06-14 22:07 RD, revision 27797

reSWIGged

2004-06-14 22:05 RD, revision 27796

This workaround is no longer needed because of fix in wxWindowMac::MacWindowToRootWindow

2004-06-14 22:04 RD, revision 27795

Check if MacGetTopLevelWindow returns NULL before using it. This can happen when the toplevel window is beign destroyed but a decendent window (child, grandchild...) has an EVT_KILL_FOCUS handler that does some drawing or other significant work.

2004-06-14 21:59 RD, revision 27794

test full row highlight

2004-06-14 21:18 RD, revision 27793

m_img* need initialized too otherwise we can end up with rows that are a million pixels high!

2004-06-14 20:17 RD, revision 27792

clip notebook children to help reduce flicker

2004-06-14 19:53 RD, revision 27791

Add a set of scripts that can be used to build and upload the distributable binaries for all platforms all from a single command-line on a single machine. Will probably also be used for a daily build cron job.

2004-06-14 19:47 RD, revision 27790

increment version number

2004-06-14 19:45 RD, revision 27789

If wxWidgets was build without wxDisplay then in Python it will raise a NotImplementedError

2004-06-14 19:37 RD, revision 27788

Added new event binders

2004-06-14 19:12 RD, revision 27787

ProgressDialog docstrign tweak

2004-06-14 19:10 RD, revision 27786

Various layout fixes and such

2004-06-14 18:50 RD, revision 27785

fixed compile error

2004-06-14 17:34 VS, revision 27784

fixed GTK styles handling: 1. don't modify the style unless something changed 2. use gtk_widget_modify_style instead of gtk_widget_set_style, the latter is not recommended by GTK+ developers

2004-06-14 13:34 SC, revision 27783

adding mac to the memory crit sect

2004-06-14 13:27 VS, revision 27782

respect GTK+'s theme tooltip colour settings

2004-06-14 11:10 ABX, revision 27781

Reverted generic dialogs usage in MSW makefiles.

2004-06-14 10:46 VZ, revision 27780

fill up the gauge when Update(maximum) is called

2004-06-14 10:23 VZ, revision 27779

corrected erroneous description of Update() argument