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-02 08:49 ABX, revision 41556

Don't test size_t for positive only values (warning fix).

2006-10-02 08:15 ABX, revision 41555

wxVariant support needs wx/icon.h earlier.

2006-10-02 08:12 PC, revision 41554

put grid string in generic/grid.cpp, not common/datacmn.cpp

2006-10-02 08:04 VZ, revision 41553

added missing \label for IsUsingNativeDecorations()

2006-10-02 08:03 VZ, revision 41552

fixed bad DetachRoot link

2006-10-02 07:58 ABX, revision 41551

wxVariant support for icon and bitmap should work regardless wxBitmapBase.

2006-10-02 07:19 ABX, revision 41550

Tinderbox build fix.

2006-10-02 07:09 ABX, revision 41549

Warning fixes after char->wxChar in wxVariant.

2006-10-02 05:38 PC, revision 41548

use unsigned for display count

2006-10-02 05:36 PC, revision 41547

64-bit warning fixes

2006-10-02 05:33 PC, revision 41546

warning fix

2006-10-02 05:31 PC, revision 41545

build fix

2006-10-01 21:09 RR, revision 41544

Removed some irritating flags. Implmented the remaining ones under GTK.

2006-10-01 20:46 VZ, revision 41543

regenerated after wx/cpp.h addition

2006-10-01 14:46 JS, revision 41542

Added rich text buffer clipboard support. Added double-left-click word selection support. Now saves only the active attributes to XML. Eliminated wxRichTextFragment class to allow wxRichTextBuffer to be used where wxRichTextFragment was used. Fixed AddParagraph virtual function hiding warning. Miscellaneous small wxRichTextCtrl bug fixes and cleanup.

2006-10-01 09:10 RR, revision 41541

Typo.

2006-09-30 21:21 RR, revision 41540

Several wxBitmapDataCell changes.

2006-09-30 21:01 RR, revision 41539

Missed these in the char -> wxChar change.

2006-09-30 20:45 RR, revision 41538

Move wxVariant support for GDI classes to their files (and thus away from wxBase). Add export declaration field for variant macros.

2006-09-30 19:22 VS, revision 41537

clean DFB event buffer on shutdown

2006-09-30 18:32 VZ, revision 41536

offset the text correctly inside the item rect in DrawItem(), it was off by 1

2006-09-30 18:30 VZ, revision 41535

draw solid focus rectangle in mono theme and don't do it at all for selected items (this required adding flags parameter to DrawFocusRect())

2006-09-30 16:34 SC, revision 41534

invert clockwise flag correctly

2006-09-30 15:39 RR, revision 41533

Mention ref counting in wxVariant.

2006-09-30 15:37 RR, revision 41532

Added DECLARE_VARIANT_OBJECT macros for easy conversion from and to wxVariant using the shift left operator. Use the for GDI classes and wxImage. Document it.

2006-09-30 14:55 VZ, revision 41531

move wxSTRINGIZE and other preprocessor helpers to wx/cpp.h to fix version.rc compilation

2006-09-30 14:49 VZ, revision 41530

document wxSTRINGISZE

2006-09-30 14:44 VS, revision 41529

fixed another typo in pen/brush style validation

2006-09-30 14:35 VS, revision 41528

fixed typos in pen/brush style validation

2006-09-30 13:30 SC, revision 41527

missing Normalize implementation

2006-09-30 13:29 SC, revision 41526

enabling alpha on msw colour

2006-09-30 13:06 SC, revision 41525

gdiplus implementation

2006-09-30 13:04 SC, revision 41524

adding missing implementations

2006-09-30 11:38 VZ, revision 41523

don't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF if they're already defined as it happens when using configure under MSW

2006-09-30 11:34 VZ, revision 41522

include wx/defs.h to get wxSTRINGIZE

2006-09-30 11:33 RR, revision 41521

Compilo.

2006-09-30 11:29 RR, revision 41520

Changed char to wxChar.

2006-09-30 11:20 RR, revision 41519

Applied ref-couting patch. Completely reorganized code (more readable to me). Minor other changes.

2006-09-30 10:00 VS, revision 41518

don't assert in wxDC::Blit() calls if the source rect is outside of source DC (wxCaret is prone to this)

2006-09-30 09:50 VS, revision 41517

fixed incorrect computation of window's visible area: window's position was added once too much

2006-09-30 04:25 KO, revision 41516

Fix editing support.

2006-09-30 03:58 KO, revision 41515

Fixed sorting and commiting support for native virtual wxListCtrl, although leaving it off for now since initial creation of the list items takes a fair amount of time when the item amount is significantly large (as in the listctrl demo).

2006-09-29 18:36 VS, revision 41514

undef wxUSE_THEME_XXX before redefining them to 1 if wxUSE_ALL_THEMES

2006-09-29 17:31 ABX, revision 41513

Tinderbox build fix.

2006-09-29 16:36 JG, revision 41512

Re-enable WM_PRINTCLIENT handling code as it is needed to correctly paint nested notebooks (closes bug #1544282).

2006-09-29 15:53 SC, revision 41511

graphics context implementation test case

2006-09-29 15:49 SC, revision 41510

graphics context implementation

2006-09-29 12:51 VS, revision 41509

simplified #ifs around the code

2006-09-29 12:49 VS, revision 41508

fixed IMPLEMENT_APP to work even if compiled with --with-themes and win32 or gtk themes are not compiled in

2006-09-29 12:43 VS, revision 41507

fixed IMPLEMENT_APP to work even if compiled with --with-themes and win32 or gtk themes are not compiled in

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