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-11-06 23:05 JS, revision 49698

Removed no longer needed desktop size hack

2007-11-06 22:27 VZ, revision 49697

implement wxGetCientDisplayRect() correctly for X11-based ports

2007-11-06 18:42 RD, revision 49691

rebaked with new version number

2007-11-06 18:41 RR, revision 49690

Minor optical corrections

2007-11-06 18:22 RD, revision 49689

fix release number

2007-11-06 18:20 PC, revision 49688

New "pizza" widget implementation (should have been part of previous commit)

2007-11-06 18:14 PC, revision 49687

New "pizza" widget implementation. Window border widths now match the GtkStyle they are drawn with.

2007-11-06 17:03 BIW, revision 49685

don't renumber dock rows to remove gaps

2007-11-06 17:02 BIW, revision 49684

don't renumber dock rows to remove gaps

2007-11-06 14:03 BIW, revision 49683

aui dock renumbering fix

2007-11-06 14:02 BIW, revision 49682

aui dock renumbering fix

2007-11-06 10:52 JS, revision 49678

Moved desktop margin options to a more sensible place

2007-11-06 10:50 JS, revision 49677

Correction

2007-11-06 10:47 JS, revision 49676

Moved desktop margin options to more sensible place

2007-11-06 09:42 JS, revision 49675

Added sizer.desktopmargin.x, sizer.desktopmargin.y options to allow for desktop decorations in wxSizer::Fit

2007-11-06 09:41 JS, revision 49674

Added sizer.desktopmargin.x/y system options to allow for desktop decorations in wxSizer::Fit.

2007-11-06 09:28 CE, revision 49673

2.8.7.0

2007-11-06 08:06 SC, revision 49672

setting selection to 0,0 in create, bug 1826548

2007-11-06 01:43 VZ, revision 49671

don't add 0.5 to GetTextExtent() results and do take trailing spaces into account, as wxDC does (patch 1814620)

2007-11-06 01:35 MR, revision 49670

Fix compilation of gnome-vfs module after dynlib.h changes back in September: * Use wxDL_VOIDMETHOD_DEFINE where necessary * Add a semi-colon after wxDL_METHOD_LOAD calls Linking is still broken though (MimeTypesManagerImpl::AddToMimeData required, but not exported from base)

2007-11-06 00:32 MR, revision 49668

Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)

2007-11-05 23:13 VZ, revision 49667

implemented wxTextEntry for wxMotif, made wxComboBox derive from it

2007-11-05 22:49 JS, revision 49666

Updated month

2007-11-05 22:48 JS, revision 49665

Backported wxGTK wxSYS_COLOUR_WINDOW fix to 2.8.

2007-11-05 22:47 VZ, revision 49664

undid an overeager WXUNUSED() which broke non-Mac compilation

2007-11-05 22:33 VZ, revision 49663

more unused parameters warnings (should have been part of r49659)

2007-11-05 22:33 VZ, revision 49662

don't include generic files in wxGTK build (should have been part of r49660)

2007-11-05 22:32 VZ, revision 49661

require GTK+ 2.4 for wxGTK2

2007-11-05 22:31 VZ, revision 49660

removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build

2007-11-05 22:29 VZ, revision 49659

fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them

2007-11-05 21:49 VZ, revision 49658

suppress (harmless) gcc warning about non-virtual dtor in a class with virtual functions

2007-11-05 21:28 VZ, revision 49657

exclude include/wx/vms_x_fix.h from ctags input, it doesn't contain any useful definitions and just gets in the way

2007-11-05 21:21 VZ, revision 49656

temporary wxMotif compilation fix

2007-11-05 18:51 RR, revision 49653

Minimum is now GTK+ 2.4

2007-11-05 18:49 RR, revision 49652

Minimum is now GTK+ 2.4

2007-11-05 18:48 RR, revision 49651

Minimum is now GTK+ 2.4

2007-11-05 18:46 RR, revision 49650

Minimum is now GTK+ 2.4

2007-11-05 18:43 RR, revision 49649

[ 1823588 ] gtk filedlg - droping support for gtk 2.2

2007-11-05 18:22 VZ, revision 49648

fix ReceiveTimeout() reference

2007-11-05 17:49 VZ, revision 49647

update the requirements: OS X >= 10.3, GTK+ >= 2.4

2007-11-05 17:35 SC, revision 49646

forgot one 10_5 fix

2007-11-05 17:20 SC, revision 49645

added change notes

2007-11-05 17:15 SC, revision 49644

fixing #if s for Leopard SDK and running on older systems

2007-11-05 16:55 SC, revision 49643

popupwin on mac behaves as the implementation for msw

2007-11-05 16:54 SC, revision 49642

popupwin on mac behaves as the implementation for msw

2007-11-05 13:35 VZ, revision 49641

compilation fix for stuff missing from mingw32 headers

2007-11-05 13:27 VZ, revision 49640

forward declare wxArrayString (compilation fix for non-PCH build)

2007-11-05 10:27 CE, revision 49639

version now 2.8.7 (manual edit autoconf shows many other changes)

2007-11-05 10:19 CE, revision 49638

version now 2.8.7

2007-11-05 07:11 PC, revision 49637

initialize bitmap to avoid assertion