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-19 18:59 VS, revision 27903

interpret m_has..Col, m_hasFont correctly

2004-06-19 18:21 RD, revision 27902

Regenerated renamers, each has just a change in their headers

2004-06-19 18:20 RD, revision 27901

Patch from Kevin Ollivier that merges buildrenamers into the main config module, and other tweaks.

2004-06-19 17:53 JS, revision 27900

Switch off adjust min size for book control and therefore notebook, since we don't want to stop notebooks resizing smaller than the initial size

2004-06-19 17:49 VS, revision 27899

moved DoApplyWidgetStyle to wxWindowGTK

2004-06-19 16:25 RD, revision 27898

Patch from Will Sadkin: - Fixed intra-right-insert-field erase. - Allowed right-insert in ipaddrctrl subfields. - Made _SetValue() place cursor after last non-blank character inserted, rather than end of mask. - Fixed combobox autoselect behavior to work similarly as above, so that said selection will only select the non-empty text, as per request. - Fixed some incorrect undo behavior for right-insert fields - Allowed derived classes (eg. numctrl) to pass modified values for undo processing (to handle/ignore grouping chars properly.)

2004-06-19 15:23 RD, revision 27897

reSWIGged

2004-06-19 14:55 JS, revision 27896

DoGetBestSize may be called before m_text and m_choice are set, so check

2004-06-19 14:53 MBN, revision 27895
  • D /wxWidgets/trunk/include/wx/motif/region.h

Remove no longer used header.

2004-06-19 14:03 VS, revision 27894

GTK2 port is not experimental anymore

2004-06-19 14:01 VS, revision 27893

moved wxFontMapper tests to its own file and testcase

2004-06-19 10:40 VZ, revision 27892

DLL compilation fix

2004-06-19 07:40 JS, revision 27891

Tex2RTF doesn't like {\tt{ thing}}

2004-06-19 01:35 RD, revision 27890

Controls will readjust their size and minsize when SetLabel or SetFont are called. Fixed up wxStaticText to blend the wxST_NO_AUTOSIZE with this new functionality. Made SetBestSize public under the SetBestFittingSize name.

2004-06-18 20:08 KO, revision 27889

Fixed to work with the new wxMacControl system.

2004-06-18 19:25 ABX, revision 27888

Small step in making HelpGen up to date unicode application.

2004-06-18 18:28 ABX, revision 27887

Fixes for unused values and code.

2004-06-18 17:57 JS, revision 27886

Latex corrections from Marc Albrecht

2004-06-18 17:30 RD, revision 27885

Give wxWindowGTK::ApplyWidgetStyle an implementation too so non-control windows can also change colours, etc.

2004-06-18 16:32 RD, revision 27884

Patch from Pierre Hjälm. """ It removes "from __future__ import division", fixes a couple of bugs and adds a lot of whitespace. Since I also removed an instance of [::-1] for list reversing, I think this ought to work on older pythons (I have not tested though). """

2004-06-18 15:44 ABX, revision 27883

Charsets part moved from console sample to test unit.

2004-06-18 15:18 ABX, revision 27882

Warning fix.

2004-06-18 09:48 ABX, revision 27881

Warning fixes for WinCE.

2004-06-18 09:36 ABX, revision 27880

Flatening menu for Smartphones when menubar has only one menu

2004-06-18 08:02 VS, revision 27879

new logic applies to SetFont(wxNullFont), too