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