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-09-29 12:37 VS, revision 41506

moved wxSTRINGIZE to defs.h and made it work with macro argument, so that it can be used elsewhere

2006-09-29 12:26 ABX, revision 41505

Build fix for !PCH builds.

2006-09-29 11:47 VS, revision 41504

use smaller statusbar margins in mono theme

2006-09-29 11:45 VS, revision 41503

fixed wxStatusBar size calculations so that the text is not clipped

2006-09-29 09:58 ABX, revision 41502

Build fix for !PCH builds.

2006-09-29 08:53 JS, revision 41501

Fixed bugs in, and added operators and copy constructors to, style sheet classes. Now merges base, paragraph and content styles dynamically on display or layout so that we can distinguish between them. This means appling a paragraph style that has character formatting doesn't wipe out the original content formatting. The old-style static method can be enabled by setting wxRICHTEXT_USE_DYNAMIC_STYLES to 0 in richtextbuffer.h. The default style is initially empty, so that adding text reflects the base and paragraph styles. Setting the default style doesn't merge with the previous setting, but BeginStyle does. Adding new paragraphs is now sensitive to the previous paragraph's style and also whether its style has a next-paragraph style indication. Added wxRichTextCtrl::ApplyStyleSheet which reapplies styles to paragraphs with named styles. Added style application command to sample to demonstrate how styles can be changed and reapplied without affecting content character formatting. Fixed some range bugs in UI feedback and clipboard copying and pasting.

2006-09-29 00:03 VZ, revision 41500

fixed confusing double messages about getservbyname_r() test result, made the checking message consistent with gethostbyname_r() one

2006-09-28 23:48 VZ, revision 41499

removed non existent wx/dfb/popupwin.h

2006-09-28 23:09 VZ, revision 41498

suppress gcc warning about DWET_XXX enumeration values not handled in switch

2006-09-28 23:09 VZ, revision 41497

fix unused variable warning when wxUSE_PALETTE==0

2006-09-28 23:06 VZ, revision 41496

add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default)

2006-09-28 23:02 VZ, revision 41495

The Lesser wxMask Refactoring: merged wxMGL and wxDFB version, added wxMaskBase which could/should be used by other ports later

2006-09-28 22:55 VZ, revision 41494

add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default)

2006-09-28 17:11 VZ, revision 41493

no real changes, just replaced a long preprocessor expression occuring in 2 places with a simple wxUSE_BITMAP_BASE

2006-09-28 15:26 VS, revision 41492

don't hardcode the theme, it prevents WXTHEME env.var. from working

2006-09-28 14:02 VZ, revision 41491

DIKI_ALTGR was removed in DFB 0.9.25

2006-09-28 13:48 VZ, revision 41490

define wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK are 0; also define it as as 1 if wxUSE_TREEBOOK==1

2006-09-28 13:43 VZ, revision 41489

handle DIKI_ALT_GR in the switch even if we don't have any matching key code, just to avoid gcc warning

2006-09-28 11:47 VZ, revision 41488

only use PS printing in wxUniv (the test was accidentally broken by last commit)

2006-09-28 11:38 VZ, revision 41487

fixed Contains() to pass the unit test (didn't work for empty strings)

2006-09-28 11:37 VZ, revision 41486

added wxString::Contains() unit test

2006-09-28 11:31 VZ, revision 41485

VC7.1 warning fix about passing temporary as (non-const for this compiler) parameter of auto_ptr::operator=()

2006-09-28 09:09 JJ, revision 41484

Committing in . setup.h_vms : synching with setup.h.in gtk1/gauge.h : gtk1 has no native wxGauge::Pulse so it has to inherit it from wxGaugeBase (just like i.e. wxMOTIF) Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/gtk1/gauge.h

2006-09-28 08:00 SC, revision 41483

adding wxArrayDouble for later use in graphics context APIs

2006-09-28 07:53 SC, revision 41482

adopting correct implementation virtualization for Do/GradientFillConcentric

2006-09-28 00:37 VZ, revision 41481

added Malay translations (Mahrazi Mohd Kamal)

2006-09-28 00:30 VZ, revision 41480

update from Priyank Bolia

2006-09-27 13:51 ABX, revision 41479

Warning fix.

2006-09-27 11:57 ABX, revision 41478

Warning fix.

2006-09-27 11:53 ABX, revision 41477

WinCE build fix: access to protected member.

2006-09-27 01:41 RD, revision 41476

Add missing "public" so wxGridCellRenderer methods will have wrappers generated for them.

2006-09-26 23:51 VZ, revision 41475

allow specifying the size of wxDCTemp and do specify it for the one used with wxEraseEvents

2006-09-26 22:18 RR, revision 41474

Added test bitmap.

2006-09-26 22:17 RR, revision 41473

Added wxDataViewBitmapCell

2006-09-26 21:08 RR, revision 41472

Added wxVariant's =, == and != operators for wxObject*

2006-09-26 20:17 RR, revision 41471

GetWxObjectPtr() returns wxObject*, not void*.

2006-09-26 20:16 RR, revision 41470

Make GetWxObjectPtr() const.

2006-09-26 19:52 RD, revision 41469

If a TLW's default item is not an immediate child then it can be left with a dangling pointer when the child is deleted, so check for it in the child's dtor.

2006-09-26 19:50 RD, revision 41468

Add missing "public" so wxGridCellRenderer methods will have wrappers generated for them.

2006-09-26 19:18 JS, revision 41467

Converts DOS line endings to Unix if necessary

2006-09-26 17:26 RD, revision 41466

Workaround some platform differences

2006-09-26 14:51 SC, revision 41465

removing the old style code cases

2006-09-26 13:58 VS, revision 41464

fix client area computations and borders rendering if the scrollbars are not inside the border rect

2006-09-26 13:03 VS, revision 41463

fixed crash when using GTK theme

2006-09-26 12:33 VZ, revision 41462

add wxUSE_OLE_AUTOMATION here too

2006-09-26 12:21 ABX, revision 41461

Warning fix.

2006-09-26 12:20 ABX, revision 41460

Corrections after The Great wxRegion Refactoring.

2006-09-26 09:20 RR, revision 41459

[ 1541434 ] wxListView::IsSelected should be const

2006-09-26 09:16 RR, revision 41458

[ 1557102 ] wxCombobox + keyboard selection + TEXT_ENTER Event

2006-09-26 08:51 RR, revision 41457

[ 1545669 ] EVT_ACTIVATE_APP wrongly documented as windows only