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

2006-10-23 15:39 MW, revision 42281

Compile fix.

2006-10-23 14:49 MW, revision 42280

Correct comment.

2006-10-23 14:47 MW, revision 42279

Added wxBackingFile and wxBackedInputStream.

2006-10-23 13:33 MW, revision 42278

Check for fdopen. Probably everywhere has it, but check until we are sure.

2006-10-23 13:10 MW, revision 42277

wxFileName::CreateTempFileName changes. Open the tempfiles read/write. Allow self delting temp files to be created, where the OS supports it. Add support for opening wxFFile temp files.

2006-10-23 12:57 MW, revision 42276

Warning fix for vc8, and move wxGetFileKind out of the wrong section in the source file (was in with the globbing functions).

2006-10-23 12:51 MW, revision 42275

Add WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate whether large files are supported by wxFile and wxFFile. Add wxO_BINARY.

2006-10-23 12:30 ABX, revision 42274

Use generic collapsible pane for wxUniv based builds.

2006-10-23 11:58 ABX, revision 42273

Correct 'markup' for GetResourceHandle after recent change in wx/gdiobj.h.

2006-10-23 11:32 ABX, revision 42272

Use generic collapsible pane for wxOS2.

2006-10-23 10:57 ABX, revision 42271

Use generic collapsible pane for wxUniv based builds.

2006-10-23 10:51 ABX, revision 42270

Warning fix.

2006-10-23 10:00 ABX, revision 42269

Warning fix.

2006-10-23 09:58 ABX, revision 42268

Rebaked makefiles after htmllistbox and collapsable panel additions.

2006-10-23 08:53 SC, revision 42267

adding new constructors

2006-10-23 07:06 JS, revision 42266

Fixed return values

2006-10-23 00:50 PC, revision 42265

non-pch build fix

2006-10-22 23:27 VZ, revision 42264

avoid code duplication between the generic and GTK versions, factor the common code out in OnStateChange()

2006-10-22 23:23 VZ, revision 42263

1. We don't need GetTopLevelParent() here, we already have wxGetTopLevelParent() 2. Don't hardcode button id in the generic version 3. Don't include unneeded headers from the header

2006-10-22 23:13 VZ, revision 42262

use gtk_expander_new_with_mnemonic() instead of just gtk_expander_new()

2006-10-22 23:10 VZ, revision 42261

cleanup (mainly wrapping lines to be < 80 chars); added IsExpanded()

2006-10-22 22:33 VZ, revision 42260

show the item for which the context menu is shown correctly

2006-10-22 22:28 VZ, revision 42259

initial draft of wxCollapsiblePane (patch 1577412 by Francesco)

2006-10-22 22:12 VZ, revision 42258

there is no need to convert wxArrayString to wxString[] explicitly any more, wx controls accept wxArrayString directly now

2006-10-22 22:09 VZ, revision 42257

added wxSimpleHtmlListBox (patch 1576109 by Francesco)