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-11-08 16:02 ABX, revision 36128

Get/SetTitle only for wxTopLevelWindow (wxCocoa part).

2005-11-08 14:59 ABX, revision 36127

Get/Set title fixes (#1350999).

2005-11-08 14:41 KH, revision 36126

Remove fudges in Show: 1) Do not force a window to top when it is shown 2) Remove extra ACTIVATE event on show 3) Do not fudge resetting focus after closing a window (always setting to the parent can lead to unnatural results)

2005-11-08 14:38 KH, revision 36125

Remove always moving window to the top of the Z-order on on Show

2005-11-08 13:28 ABX, revision 36124

Build fix.

2005-11-08 07:56 SC, revision 36123
  • D /wxWidgets/trunk/samples/opengl/cube/cubeM5.xml
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurfM5.xml
  • D /wxWidgets/trunk/samples/opengl/penguin/penguinM5.xml

not supported anymore

2005-11-08 06:33 SC, revision 36122

fix undefined structs under 10.2 (tinderbox)

2005-11-08 01:33 VZ, revision 36121

remvoed wxFileDialogBase::m_parent as there is already one in wxWindow

2005-11-08 01:10 VZ, revision 36120

wxString(const unsigned char *) ctor doesn't crash by default with wxUSE_STL==1 any more

2005-11-08 01:02 VZ, revision 36119

fix memory leak of wxMessageOutput if wxApp::OnInit() returned false

2005-11-08 00:45 VZ, revision 36118

fix memory leak of pending events in wxEvtHandler dtor

2005-11-07 23:06 MR, revision 36117

[wxGTK] Support run-time changing of the wxFRAME_NO_TASKBAR style value

2005-11-07 20:00 MR, revision 36116

[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow::SetWindowStyleFlag, support for more styles to follow

2005-11-07 18:37 MR, revision 36115

Fix formatting tag in frame.tex (2_6 branch)

2005-11-07 18:23 MR, revision 36114

Fix formatting tag in frame.tex

2005-11-07 18:21 MR, revision 36113

Fix formatting in bbutton.tex

2005-11-07 17:56 SC, revision 36112

adjusting to SetLabel migration

2005-11-07 17:05 SC, revision 36111

adjusting to SetLabel migration

2005-11-07 17:02 SC, revision 36110

cleanup

2005-11-07 17:01 SC, revision 36109

cleanup, adding correct window-ids to window events (important when using eg Connect)

2005-11-07 16:58 SC, revision 36108

cleanup, using Tiger funcs if possible

2005-11-07 16:36 SC, revision 36107

support for wxNO_BORDER

2005-11-07 16:34 SC, revision 36106

CGImage Creation is always available under OS X

2005-11-07 14:59 SC, revision 36105

switch to a CoreFoundation based and thread-safe implementation for message boxes for Mach-O builds

2005-11-07 14:37 ABX, revision 36104

Get/SetTitle only for wxTopLevelWindow (wxMac part).