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-08-07 13:57 VZ, revision 40503

mention wxAUI

2006-08-07 13:49 VZ, revision 40502

include wxGTK1 files in wxAll too

2006-08-07 13:41 VZ, revision 40501

include docs sources files in wxAll distrib

2006-08-06 23:38 VZ, revision 40500

clarify GNOME files policy

2006-08-06 23:07 VZ, revision 40499

added GNOME Files link

2006-08-06 22:46 VZ, revision 40498

GNOME software map doesn't exist any more, removed; corrected Freshmeat link

2006-08-06 22:00 SN, revision 40497

Fixed (?) problem in region handling which caused major redraw problems.

2006-08-06 21:57 VZ, revision 40496

changes since 2.6, not 2.4

2006-08-06 21:45 RD, revision 40495

Add some text about potential incompatibilites with 2.7.x releases

2006-08-06 15:07 VZ, revision 40494

2.7.0 release version

2006-08-06 14:30 VZ, revision 40493

add paths to wxBase libs to dh_shlibdeps invocation

2006-08-06 14:12 VZ, revision 40492

python-wxtools doesn't have any shared libraries dependencies (fixes dh_gencontrol warning)

2006-08-06 13:50 VZ, revision 40491

added missing unicode_suffix's to more packages

2006-08-06 12:56 VZ, revision 40490

unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEXTHELP and changed its value to avoid conflict with wxWS_EX_TRANSIENT (this resulted in all progress dialogs having useless context help button in their title bar)

2006-08-06 04:46 AVV, revision 40489

Backporting from my SoC branch, fix for remotely closed sockets firing input events till destroyed or closed locally.

2006-08-06 02:23 RD, revision 40488

Avoid assert that was hidden by IsStandard bug. Backport from HEAD.

2006-08-06 01:18 RD, revision 40487

Give timers a generated ID if wxID_ANY is passed

2006-08-05 23:15 VZ, revision 40486

include bakefile presets in wx-common

2006-08-05 16:14 VZ, revision 40485

removed mentions of wxWINE.spec

2006-08-05 16:10 VZ, revision 40484

2.7.0 update

2006-08-05 16:09 VZ, revision 40483

put wx-dev as (temporary?) maintainer

2006-08-05 15:25 VZ, revision 40482

filled in the announcement text TODO

2006-08-05 15:24 VZ, revision 40481

updated version to 2.70.; corrected URLs and updated change log in the announcement text

2006-08-05 14:58 VZ, revision 40480

minor updates to configure and rpm build steps; link to deb docs

2006-08-05 14:57 VZ, revision 40479

uncommented Build-Requires (accidentally checked in)

2006-08-05 14:48 VZ, revision 40478

remove wx-config link created as part of make install, it shouldn't be included in the package as the link is created by postinst script

2006-08-05 14:46 VZ, revision 40477

added new headers missing from wxGTK headers list

2006-08-05 14:44 VZ, revision 40476

added aui and richtext libs

2006-08-05 14:34 VZ, revision 40475

install static contrib libraries too

2006-08-05 14:29 VZ, revision 40474

added static libs for all contrib libraries

2006-08-05 14:25 VZ, revision 40473

there is no static mmedia lib

2006-08-05 14:17 VZ, revision 40472

contrib lib is called mmedia, not media

2006-08-05 13:34 VZ, revision 40471

added back .mo files (we do have a separate package for them after all); added bakefile presets

2006-08-05 13:31 VZ, revision 40470

don't build wxBase separately here, this is probably an artefact of monolithic build system

2006-08-05 13:24 VZ, revision 40469

test for sys/soundcard.h was failing because of missing sys/ioctl.h

2006-08-05 13:09 VZ, revision 40468

i18n files are installed as part of wxBase (and should be ideally part of separate package), they don't belong here

2006-08-05 13:05 VZ, revision 40467

make prefix /usr by default, not /opt/gnome

2006-08-05 13:04 VZ, revision 40466

use .tar.bz2, not .tar.gz

2006-08-05 12:57 VS, revision 40465

reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition to fit on standard terminal

2006-08-05 00:50 MR, revision 40464

Warning fix.

2006-08-05 00:50 MR, revision 40463

Mark event parameter as unused, as it is unused.

2006-08-04 23:30 VZ, revision 40462

convert wx-config link created by make install to use relative path, otherwise rpm creation fails

2006-08-04 23:14 VZ, revision 40461

make message catalogs before installing them

2006-08-04 23:09 VZ, revision 40460

install locale files as part of wxBase; name directory created by BASE_DIST wxBase-x.y and not wxGTK-x.y

2006-08-04 22:47 VZ, revision 40459

add some more files to fix rpmbuild errors (parts of patch 1533296)

2006-08-04 22:42 VZ, revision 40458
  • D /wxWidgets/trunk/wxGTK_RR.spec

we really, really, really don't need 2 spec files for wxGTK, we need just one of them that works

2006-08-04 22:40 VZ, revision 40457

update spec files version

2006-08-04 22:38 VZ, revision 40456
  • D /wxWidgets/trunk/wxWINE.spec

removing spec file which last worked 7 years ago, if ever

2006-08-04 22:32 VZ, revision 40455

ListLoaded() fixes for 64 bit archs

2006-08-04 22:17 VZ, revision 40454

device numbers in /proc/pid/maps are in hexadecimal, not decimal