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

2003-10-15 19:23 SC, revision 24178

bug fix

2003-10-14 22:58 VZ, revision 24177

attempt to split cmd line into words in the same way as Windows does

2003-10-14 17:27 MBN, revision 24176

wxMotif fixes.

2003-10-14 17:05 MBN, revision 24175

Implemented wxPopupWindow for wxMotif.

2003-10-14 07:30 VS, revision 24174

nicer tick and fixed home icons (patch #820767)

2003-10-13 23:49 VZ, revision 24173

oops, compilation fix

2003-10-13 23:47 VZ, revision 24172

added CanConvert()

2003-10-13 23:38 VZ, revision 24171

show the selected item with customs colour correctly when the control doesn't have focus (i.e. don't keep the selected background)

2003-10-13 21:37 VS, revision 24170

gettext plural form docs

2003-10-13 21:29 VS, revision 24169

use ngettext instead of _N

2003-10-13 21:27 VS, revision 24168

1) use ngettext instead of _N, 2) cleanup of gettext macros definitions

2003-10-13 17:28 MBN, revision 24167
  • D /wxWidgets/trunk/include/wx/motif/glcanvas.h
  • D /wxWidgets/trunk/src/motif/glcanvas.cpp

wxMotif now uses wxGLCanvas implementation from wxX11, removed unused files.

2003-10-13 17:23 MBN, revision 24166

Fixes for application not closing after last top level window closed.

2003-10-13 17:21 MBN, revision 24165

Compilation fixes.

2003-10-13 10:55 VS, revision 24164

compilation fix

2003-10-13 10:06 VS, revision 24163

fixed double filename->URL conversion

2003-10-13 09:56 VS, revision 24162

fixed double filename->URL conversion

2003-10-12 13:24 VS, revision 24161

supported platforms update

2003-10-12 11:19 VZ, revision 24160

use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker

2003-10-12 11:17 VZ, revision 24159

added LVSICF_NOINVALIDATEALL

2003-10-12 09:24 MBN, revision 24158

Compilation fixes.

2003-10-12 08:56 MBN, revision 24157

Try to use the correct make.

2003-10-12 01:46 VZ, revision 24156

VC++ release mode warning fixes

2003-10-12 01:23 VZ, revision 24155

fixed conversion from Unicode in StreamOut() once again

2003-10-11 01:20 RD, revision 24154

Patch #821454