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-17 22:57 MW, revision 40656

Crash fix from Tim Kosse.

2006-08-17 18:48 PC, revision 40655

remove Win32S-specific code

2006-08-17 16:08 VS, revision 40654

avoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the returned value is really needed to choose from >1 icons

2006-08-17 03:02 PC, revision 40653

build fixes

2006-08-16 20:35 MW, revision 40652

Regereate after updating the m4 macros.

2006-08-16 19:58 , revision 40651

This commit was manufactured by cvs2svn to create tag 'GST_0_8_9'.

2006-08-16 19:56 MW, revision 40649

Bring through upstream version tagged SDL_1_2_11.

2006-08-16 19:54 , revision 40648

This commit was manufactured by cvs2svn to create tag 'SDL_1_2_11'.

2006-08-16 19:54 MW, revision 40647

Import sdl.m4 from SDL v1.2.11

2006-08-16 19:51 MW, revision 40646

Bring through upstream version tagged PKGCONF_0_20.

2006-08-16 19:42 , revision 40645

This commit was manufactured by cvs2svn to create tag 'PKGCONF_0_20'.

2006-08-16 19:42 MW, revision 40644

Import pkg.m4 from pkg-config 0.20

2006-08-16 19:39 , revision 40643

This commit was manufactured by cvs2svn to create tag 'GTK_2_6_4'.

2006-08-16 19:34 , revision 40641

This commit was manufactured by cvs2svn to create tag 'GTK_1_2_10'.

2006-08-16 19:34 MW, revision 40640

Import gtk.m4 from gtk+ 1.2.10.

2006-08-16 19:31 MW, revision 40639

Allow unknown generic unix systems.

2006-08-16 19:25 , revision 40638

This commit was manufactured by cvs2svn to create tag 'BKFILE_2006_08_10'.

2006-08-16 19:25 MW, revision 40637

Import bakefile-lang.m4 and bakefile.m4 from bakefile SVN 2006-08-10.

2006-08-16 19:21 MW, revision 40636

Display 'no' when the test fails and correct quoting.

2006-08-16 19:15 , revision 40635

This commit was manufactured by cvs2svn to create tag 'CPPUNIT_1_10_2'.

2006-08-16 19:15 MW, revision 40634

Import cppunit.m4 from cppunit 1.10.2.

2006-08-16 19:06 MW, revision 40633

Bring upstream version tagged ACARC_2006_07_16 through from vendor branch.

2006-08-16 18:55 , revision 40632

This commit was manufactured by cvs2svn to create tag 'ACARC_2006_07_16'.

2006-08-16 17:18 VS, revision 40630

wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that

2006-08-16 16:27 PC, revision 40629

revert last change

2006-08-16 16:17 VS, revision 40628

fixed syntax errors (incorrect use of _)

2006-08-16 15:42 VS, revision 40627

documented wxAppTraits::GetPlatformInfo doesn't exist, removed

2006-08-16 14:53 VS, revision 40626

moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

2006-08-16 12:21 MW, revision 40625

Declarations missing from VC++ 5

2006-08-16 12:17 MW, revision 40624

Avoid warnings from VC++ 5.0

2006-08-16 10:31 VS, revision 40623

warning fix for !wxUSE_FONTMAP

2006-08-16 09:01 SN, revision 40622

Build fix.

2006-08-16 06:50 PC, revision 40621

(blind) build fix

2006-08-15 18:02 VZ, revision 40620

Intel compilation fix (patch 1540790)

2006-08-15 18:00 CE, revision 40619

Borland compiler does not like a variable called except

2006-08-15 16:35 PC, revision 40618

build fix: don't use compatibility names in wx code

2006-08-15 13:10 VZ, revision 40617
  • D /wxWidgets/trunk/docs/gtk/makewxgtk
  • D /wxWidgets/trunk/docs/mac/makewxmac
  • D /wxWidgets/trunk/docs/motif/makewxmotif
  • D /wxWidgets/trunk/docs/x11/makewxx11

removed obsolete build files which are likely to confuse more than help people now

2006-08-15 13:02 VZ, revision 40616

clarify LeftIsDown() description

2006-08-15 12:59 VZ, revision 40615

resolve IsWow64Process() dynamically; don't rely on its declaration being present in the headers

2006-08-15 08:32 AVV, revision 40614

Fixes GSOCK_INPUT being incorrectly posted instead of GSOCK_LOST when the remote peer has done a graceful shutdown. MSW does NOT have this problem, as they have FD_CLOSE instead of firing an input event.

2006-08-15 06:26 SC, revision 40613

making sure the hint window does not have a (white) titlebar

2006-08-15 03:16 PC, revision 40612

non-pch build fix

2006-08-15 03:16 PC, revision 40611

needs wx/string.h to compile independently

2006-08-14 23:34 AVV, revision 40610

This (old) (internal) function is not used anymore, so remove

2006-08-14 22:34 VZ, revision 40609

don't execute code unnecessarily/twice (patch 1539690)

2006-08-14 21:58 AMB, revision 40608

Fix unicode build on UNIX operating systems

2006-08-14 06:26 PC, revision 40607

Combine two wxImage-to-pixmap creation functions into one. Use consistent method for creating mono bitmap in wxBitmap and wxMask.

2006-08-14 00:38 VZ, revision 40606

disable positional printf params for now as there are problems with our vsnprintf() version

2006-08-13 22:43 VZ, revision 40605

wxGetOsVersion() compilation andl inking fixes for wxMac

2006-08-13 22:39 VZ, revision 40604

removed code for non-compositing case to fix the compilation after recent commits

2006-08-13 22:36 VZ, revision 40603

compilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR_MACOSX == 0 case

2006-08-13 21:12 VZ, revision 40602

corrected signed/unsigned comparison warnings

2006-08-13 21:10 VZ, revision 40601

regenerated after adding platinfo.{h|cpp}

2006-08-13 21:04 VZ, revision 40600

remove extraneous commas and semicolons (patch 1537792)

2006-08-13 21:00 VZ, revision 40599

wxPlatformInfo (patch 1532064)

2006-08-13 20:30 VZ, revision 40598

fix printf() argument type in GetOsInfo()

2006-08-13 12:12 CE, revision 40597

fix borland error about string refernce

2006-08-13 05:56 PC, revision 40596

wxBitmap does not need to use gdk_wx_draw_bitmap

2006-08-13 05:12 PC, revision 40595

more accurate mask creation for low color displays

2006-08-13 04:03 AVV, revision 40594

Fixed PORT command on wxFTP. Closes 1219870

2006-08-13 03:56 AVV, revision 40593

Fixes HTTP download of zero-size files. Closes 1502144

2006-08-13 03:55 AVV, revision 40592

Fixes wrong HTTP POST data sent due to unicode issues. Closes 1428232

2006-08-13 01:25 VZ, revision 40591

fixed crash if the control is moved while the popup is open (backport of patch 1539194)

2006-08-13 01:24 VZ, revision 40590

fixed crash if the control is moved while the popup is open (patch 1539194)

2006-08-13 01:22 VZ, revision 40589

fixes for several fatal problems when using wxComboCtrl as popup (patch 1539124)

2006-08-13 01:20 VZ, revision 40588

corrected example of GetUserConfigDir() return value under Windows (patch 1538788)

2006-08-13 01:17 VZ, revision 40587

remove extraneous commas and semicolons (patch 1537792)

2006-08-13 01:15 VZ, revision 40586

fixed SetSelection(-1) for controls with multiple selection (backport of patch 1537282)

2006-08-13 01:13 VZ, revision 40585

fixed SetSelection(-1) for controls with multiple selection (patch 1537282)

2006-08-13 01:08 VZ, revision 40584

don't rely on system snprintf() for the tests (patch 1532503)

2006-08-13 01:07 VZ, revision 40583

corrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS

2006-08-13 01:05 VZ, revision 40582

fixed wrong test (patch 1532411)

2006-08-13 00:44 VZ, revision 40581

added wxULongLong::ToDouble() (patch 1531597)

2006-08-13 00:41 VZ, revision 40580

F4 key also toggles combobox popup under MSW

2006-08-13 00:35 VZ, revision 40579

better key handling for MSW and GTK (patch 1526666)

2006-08-13 00:23 VZ, revision 40578

added wxDir::FindFirst() (modified patch 1525502)

2006-08-13 00:08 VZ, revision 40577

don't use wxYield (fixes some crashes due to reentrancies, patch 1518119)

2006-08-12 23:54 AVV, revision 40576

Fixes crash when using LastError on an uninit or destroyed socket, return wxSOCKET_INVSOCK, closes 694436

2006-08-12 21:39 PC, revision 40575

use GDK to convert pixmap to RGB for wxImage

2006-08-12 12:11 MW, revision 40574

Test feeding corrupt archives to the input streams.

2006-08-12 12:08 MW, revision 40573

Fix handling of corrupt archives

2006-08-11 19:57 SC, revision 40572

adding support for embedded controls in native toolbar

2006-08-11 17:34 PC, revision 40571

change deprecated gdk_image_get to gdk_drawable_get_image

2006-08-11 12:17 VS, revision 40570

compilation fix for compilation w/o precompiled headers

2006-08-11 05:14 PC, revision 40569

code simplification and minor cleanup

2006-08-11 04:41 SC, revision 40568

compilo introduced fixed

2006-08-11 04:39 SC, revision 40567

removing non-compositing code, adding individual transparency

2006-08-11 04:32 SC, revision 40566

fix for 64 bit

2006-08-11 04:31 SC, revision 40565

removing code for pre 10.3 systems

2006-08-11 04:29 SC, revision 40564

we're always compositing

2006-08-11 04:28 SC, revision 40563

fixing compilo for 10.5

2006-08-11 04:26 SC, revision 40562

committing the code for resolution independence (turned off)

2006-08-11 04:23 SC, revision 40561

we are always compositing on the supported OS versions

2006-08-11 04:17 SC, revision 40560

we are always compositing on the supported OS versions

2006-08-11 04:04 SC, revision 40559

we are always compositing on the supported OS versions, add transparency for individual controls

2006-08-11 04:01 SC, revision 40558

we are always compositing on the supported OS versions

2006-08-10 20:16 VS, revision 40557

moved duplicated wxRegionContain definitions to wx/region.h

2006-08-10 19:56 VZ, revision 40556

compilation fix: remove wxRegionContain enum which is now defined in wx/region.h itself

2006-08-10 18:41 PC, revision 40555

revert unintended checkin of experimental change to Rescale()

2006-08-10 16:04 PC, revision 40554

avoid using deprecated gdk_image_new_bitmap()