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-09-23 00:14 VZ, revision 48908

revert last change (r48897)

2007-09-22 19:17 RD, revision 48907

Since we are ignoring horizontal wheel motion for now we need to reset the event type, otherwise bogus left down events will be sent.

2007-09-22 12:08 VZ, revision 48905

include wx/log.h to fix PCH-less compilation

2007-09-22 11:10 CE, revision 48904

add missing sample stc

2007-09-22 09:55 RR, revision 48903

Removed last bits of DrawScaledBitmap (was removed part of GTK+ printing patch)

2007-09-22 04:40 PC, revision 48902

use logical operator &&, not bitwise &; indentation fix

2007-09-22 04:40 PC, revision 48901

unused variables, useless assert

2007-09-22 04:40 PC, revision 48900

unused variable, more efficient increment operator

2007-09-22 01:30 BP, revision 48899

Corrected doc typo (missing escaped underscore).

2007-09-21 23:54 VZ, revision 48898

ifconfig under NetBSD also takes -a

2007-09-21 23:50 VZ, revision 48897

*wprintf() functions should be extern, not static, when we define them in wxNEED_WPRINTF case

2007-09-21 21:38 RD, revision 48896

fix for non-pch builds

2007-09-21 20:15 SC, revision 48895

supporting wxBU_EXACTFIT

2007-09-21 19:56 VZ, revision 48894

include tif_config.h using <> instead of ""

2007-09-21 18:47 VZ, revision 48893

bring the new linpng 1.2.20 (without its contrib subdirectory) into trunk

2007-09-21 18:45 VZ, revision 48892
  • D /wxWidgets/trunk/src/png

remove old libpng 1.2.7

2007-09-21 18:43 VZ, revision 48891

added more convenient wxDL_INIT_FUNC[_AW] macros and use them instead of verbose wxDynamicLibrary::GetSymbol() calls

2007-09-21 18:31 VZ, revision 48890

made gs_msgXXX variables static

2007-09-21 18:28 VZ, revision 48889

allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically (more importantly, allow applications using to start up under Win95 as they didn't without it)

2007-09-21 17:53 JS, revision 48888

Doc corrections

2007-09-21 17:53 JS, revision 48887

Doc corrections

2007-09-21 17:51 VZ, revision 48886

predefine _WIN32_IE before including shellapi.h too to allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon

2007-09-21 16:47 SC, revision 48885

reverting patch 1789066

2007-09-21 16:04 PC, revision 48884

allow copying wxFormatString for compiler-generated temporaries

2007-09-21 16:03 VZ, revision 48883

tagging libpng 1.2.20

2007-09-21 16:02 VZ, revision 48882

importing libtiff 1.2.20

2007-09-21 15:04 VZ, revision 48881

copy tif_config.h.vc to tif_config.h, this file will be used for all builds not using configure (for configure-based builds the file with the same name in the build directory will be used)

2007-09-21 14:13 VZ, revision 48880

use libtiff/libjpeg VC-specific include files for all Win32 compilers, including mingw32 (and even when using configure which is wrong but will be fixed later)

2007-09-21 13:57 VZ, revision 48879

removed extra semicolon

2007-09-21 13:57 VZ, revision 48878

put __attribute__((deprecated)) before declaration and not after it as gcc seems to accept both and doing it like this allows to simplify wxDEPRECATED_INLINE() definition by using the same expansion for all compilers

2007-09-21 13:43 JS, revision 48877

Added space to help with PDF RTF generation

2007-09-21 13:35 JS, revision 48876

Corrected typo

2007-09-21 13:34 VZ, revision 48875

no changes, just a typo fix

2007-09-21 13:30 JS, revision 48874

Size of help window tabs reduced to prevent ugly overlap

2007-09-21 13:30 JS, revision 48873

Size of help window tabs reduced to prevent ugly overlap

2007-09-21 12:46 JS, revision 48872

Update to obsolete but occasionally useful script

2007-09-21 12:45 JS, revision 48871

Reverting unnecessary fix

2007-09-21 12:44 JS, revision 48870

Reverted unnecessary fix

2007-09-21 12:44 VZ, revision 48869

fix VC6 warnings

2007-09-21 12:40 JS, revision 48868

Make SetFont actually do something

2007-09-21 12:39 JS, revision 48867

Make SetFont actually do something

2007-09-21 12:34 VZ, revision 48866

added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap>::UseAlpha() to fix Sun CC compilation

2007-09-21 12:27 VZ, revision 48865

make wxScopeGuardImplBase copy ctor public to avoid Sun CC warnings

2007-09-21 12:00 VZ, revision 48864

various warning fixes for icc 9.1 compilation - variable shadowing - unused code and variables - extra semicolons

2007-09-21 11:55 VZ, revision 48863

don't do anything before including the PCH header

2007-09-21 11:53 VZ, revision 48862

don't do anything before including the PCH header

2007-09-21 11:34 VZ, revision 48861

include vms_jackets.h directly from wx/platform.h instead of doing it before wx/wxprec.h as this breaks PCH usage

2007-09-21 11:27 VZ, revision 48860

fix icc warnings about shadowed variables and mismatching printf format

2007-09-21 11:25 VZ, revision 48859

functions not taking argument must be declared as (void) in C, not ()

2007-09-21 11:22 VZ, revision 48858

removed wxEVT_POWER which wasn't declared nor used anywhere anyhow