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

2007-07-09 14:58 VZ, revision 47265

generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change

2007-07-09 14:48 VZ, revision 47264

don't bubble up the events upwards the window hierarchy in non-last event handler in the event handlers chain as this results in passing the event more than once to the parent (and, indirectly, to wxApp)

2007-07-09 14:31 JS, revision 47263

Added gravity

2007-07-09 14:30 JS, revision 47262

Added gravity

2007-07-09 13:23 RR, revision 47260

Add GtkSortableIface stubs

2007-07-09 13:18 VZ, revision 47259

added missing WXDLLIMPEXP_CORE for wxGetDisplay() for wxGTK

2007-07-09 12:32 RR, revision 47258

Add compare function to wxDataViewModel

2007-07-09 10:38 RR, revision 47257

Bo'd patch to make wxDataViewCtrl compile again (4th attempt to actually commit).

2007-07-09 10:17 VS, revision 47256

ignore Bakefiles.local.bkgen file with local customizations

2007-07-09 10:12 VS, revision 47255

added GCC visibility support

2007-07-09 10:09 VS, revision 47254

added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)

2007-07-09 09:19 BY, revision 47253

Make the TreeWalker more flexible. The final treewakler can do corresponding action according to the indicator of the DoJob Object.

2007-07-09 08:19 BY, revision 47252

Add function DestroyTree to make the memory released normally!

2007-07-09 07:05 BY, revision 47251

Make the generic version code builds and get the basic data structure of the tree view working. What left is the tree indent in the view and many other drawing work.

2007-07-09 06:56 BY, revision 47250

Copy the modified samples/dataview/dataview.cpp from trunk

2007-07-08 23:47 JW, revision 47244

Added basic macros to app.cpp, #included different files from app.h

2007-07-08 23:11 VZ, revision 47243

fix from Francesco for the latest version of wxPresets

2007-07-08 20:23 VS, revision 47241

documented removal of unsafe wxGets() and wxTmpnam() functions

2007-07-08 20:03 VS, revision 47240

don't call <del-flags> for flags that weren't added

2007-07-08 19:06 VS, revision 47238

removed unsecure wxTmpnam() function (patch by Francesco Montorsi)

2007-07-08 17:04 FM, revision 47237

removed IMPLEMENT_DYNAMIC_CLASS lines from GTK-specific sources in order to make wxGTK compile again - NOTE: I'll need to do the same for all other ports and for all other XTI-described classes

2007-07-08 15:06 FM, revision 47236

regenerated Makefile.in and configure script after adding wx/rtti.h and after modifying wxUSE_EXTENDED_RTTI default value

2007-07-08 12:16 FM, revision 47235

moved XTI definitions for wxButton and wxChoice from wxMSW to common sources

2007-07-08 11:30 FM, revision 47234

added property accessors to the dump code

2007-07-08 11:02 FM, revision 47233

do not assert in wxTypeInfo::FindType if the type could not be found. If the type is not found rather return NULL and handle this case in the caller instead!