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-08-28 19:25 JS, revision 48435

Compile fix for old W32API headers

2007-08-28 19:11 DE, revision 48434

Merged 47742 from trunk: Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-08-28 16:30 JS, revision 48433

Give rich text control themed style by default

2007-08-28 15:08 VS, revision 48432

added some clarifying comments

2007-08-28 14:51 VS, revision 48431

fixed memory leak in RestoreState

2007-08-28 12:30 RR, revision 48430

added copy constr

2007-08-28 12:26 RR, revision 48429

added docs for wxObjectDataPtr<T> and examples for ref counting

2007-08-28 11:08 RR, revision 48428

syntax correction

2007-08-28 10:40 VS, revision 48427

optimized wxMBConvStringUTF8::ToWchar() for ASCII characters

2007-08-28 10:28 RR, revision 48426

Minor correction, use wxCHECK

2007-08-28 09:47 RR, revision 48425

Fix from Bo

2007-08-28 09:32 RR, revision 48424

Applied patch from Bo, WIP

2007-08-28 09:05 RR, revision 48423

doc syntax corrections again

2007-08-28 09:04 RR, revision 48422

doc syntax corrections

2007-08-28 08:28 CE, revision 48421

try for dos line endings in dsw and dsp files

2007-08-28 08:06 CE, revision 48420

2.8.5-rc3

2007-08-27 17:29 PC, revision 48416

fix getting frame extents on 64-bit platforms, cleanup XGetWindowProperty code

2007-08-27 17:26 PC, revision 48415

fix getting frame extents on 64-bit platforms

2007-08-27 17:05 FM, revision 48414

take in count the --enable-no_rtti config flag

2007-08-27 17:04 FM, revision 48413

fixed missing header

2007-08-27 17:04 FM, revision 48412

remove deprecated macros

2007-08-27 14:39 FM, revision 48411

add small script which reports a list of the unused wx headers

2007-08-27 08:35 RR, revision 48410

restored expanders

2007-08-27 08:22 JS, revision 48409

Only show the context menu if the event belongs to this window

2007-08-27 08:22 JS, revision 48408

Only show the context menu if the event belongs to this window

2007-08-26 23:17 FM, revision 48407

get rid of wxxVariant; replace it with wxVariantBase: a simple version of wxVariant without wxList methods.

2007-08-26 23:02 FM, revision 48406

fix copy ctor bug (the wxVariantBase copy ctor was not called)

2007-08-26 20:47 VZ, revision 48405

added Clone() method documentation

2007-08-26 20:40 VZ, revision 48404

don't overwrite the existing local file if we failed to open it but it does exist

2007-08-26 16:17 PC, revision 48403

remove gtk_window_set_type_hint from GetTooltipColors, it's not necessary and GDK_WINDOW_TYPE_HINT_TOOLTIP is not available before GTK 2.10

2007-08-26 15:24 RR, revision 48402

add test for custom in-place editor

2007-08-26 15:16 RR, revision 48401

correct constr's signature

2007-08-26 15:10 FM, revision 48400

removed usage of old deprecated DECLARE_CLASS macros

2007-08-26 14:51 RR, revision 48399

Minor correction

2007-08-26 14:48 RR, revision 48398

Patch from Bo for recent API changes

2007-08-26 14:23 FM, revision 48397

renaming updates

2007-08-26 14:23 FM, revision 48396

fix header name

2007-08-26 14:22 FM, revision 48395

fix use of deprecated wxGetVariantCast macro

2007-08-26 14:20 FM, revision 48394

SPLITTED wxVariant IN wxVariant AND wxVariantBase; FIRST VERY RAW MERGE OF wxxVariant and wxVariant. Both classes are still present but wxxVariant is not compiled anymore. variant.cpp: since the wxVariantData* classes are not derived from wxObject anymore, comment out the DECLARE_CLASS/IMPLEMENT_CLASS macros; for same reason use wxListVoid instead of wxList. xti.cpp: move variant code to variant.cpp; minor other renaming updates

2007-08-26 13:49 JS, revision 48393

Don't assert in update handler if read-only

2007-08-26 13:49 JS, revision 48392

Don't assert in update handler if read-only

2007-08-26 10:05 RR, revision 48391

Move column organizing code to ports, away from common code

2007-08-26 10:04 VS, revision 48390

fixed wxHTML parsing to run in O(n) even in UTF8 build

2007-08-26 09:32 RR, revision 48389

compile fix

2007-08-26 05:45 PC, revision 48388

fix getting tooltip colors for GTK 2.11

2007-08-25 21:06 RR, revision 48387

documented Collapse() and Expand()

2007-08-25 21:05 RR, revision 48386

added Collapse() and Expand()

2007-08-25 20:43 RR, revision 48385

test editing_started and _done events

2007-08-25 20:43 RR, revision 48384

implement editing_started and _done events for GTK+ >= 2.6

2007-08-25 19:44 RR, revision 48383

add editing_started and _done events