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-10 12:42 ABX, revision 36153

Missing commit.

2005-11-10 12:15 ABX, revision 36152

Lineup features of all book driven events.

2005-11-10 12:05 ABX, revision 36151

Preparation for incoming OW 1.4

2005-11-10 12:03 ABX, revision 36150

Get/SetTitle only for wxTopLevelWindow (wxX11 part, final)

2005-11-10 12:02 VZ, revision 36149

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 11:59 VZ, revision 36148

added wxKeyEvent::GetModifiers()

2005-11-10 11:24 VZ, revision 36147

add Clone() to wxXXXbookEvent and copy ctor to wxBookCtrlBaseEvent

2005-11-10 09:43 SC, revision 36146

adding hit testing (needed a hack)

2005-11-10 09:17 SC, revision 36145

adding hit testing

2005-11-10 07:29 SC, revision 36144
  • D /wxWidgets/trunk/utils/tex2rtf/src/Tex2RTFM5.mcp

we're not supporting CW 5 anymore

2005-11-09 21:04 ABX, revision 36143

OW 1.4 preparation.

2005-11-09 20:14 ABX, revision 36142

Various source cleanings.

2005-11-09 19:59 ABX, revision 36141

'rcdefs.h' action has to be phony, otherwise it is expected to be file existing after action execution.

2005-11-09 14:17 MW, revision 36140

Update the build instructions for Win64

2005-11-09 14:08 SC, revision 36139

allow a SHAPED flag for a dialog

2005-11-09 09:45 SC, revision 36138

wx..._EX_METAL styles support

2005-11-09 02:34 MW, revision 36137

Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h

2005-11-09 00:30 KH, revision 36136

Restored the accidentally deleted "return true;" at the end of the Show method from last commit

2005-11-09 00:10 MW, revision 36135

Correct the directory rcdefs.h installs to

2005-11-08 23:17 MW, revision 36134

Correct the include order for the resource compiler

2005-11-08 22:49 MW, revision 36133

Add rcdefs.h and support for automatic manifests on Windows

2005-11-08 22:24 MW, revision 36132

Bake fix

2005-11-08 19:59 ABX, revision 36131

More obsolete compatibility removed.

2005-11-08 18:11 JS, revision 36130

Force linking of gprint.cpp, otherwise Gnome printing may not work

2005-11-08 17:01 ROL, revision 36129

revision 7 Using system clipboard for Copy/Paste

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).