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):

2009-01-14 08:47 VZ, revision 58089

disable new event code unconditionally for now

2009-01-13 23:15 VZ, revision 58088

don't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRANGECTRL (closes #10368)

2009-01-13 23:04 VZ, revision 58087

fix memory leak of FrameSite (see #3935)

2009-01-13 22:53 VZ, revision 58086

use wxWindow::GetClientSize() instead of ::GetClientRect() in wxActiveXContainer::CreateActiveX()

2009-01-13 20:10 RR, revision 58085

Also update cursor when over toolbar and titlebar

2009-01-13 19:39 FM, revision 58084

add a note about the formats which wxAnimation is capable of loading

2009-01-13 19:26 FM, revision 58083

warn that a seekable stream is required for generic implementation of wxAnimation

2009-01-13 19:25 FM, revision 58082

check for wxInputStream::Read errors

2009-01-13 19:20 FM, revision 58081

fix typo

2009-01-13 19:16 FM, revision 58080

always properly check if SeekI() calls succeded; this makes CanRead() functions of animation decoders return false for non-seekable streams (which is a wanted side-effect)

2009-01-13 18:43 FM, revision 58079

document operator\!

2009-01-13 18:35 SC, revision 58078

using subclass as impl ptr, common code in macro because mix-in are not possible in obj-c

2009-01-13 18:19 SC, revision 58077

common event code

2009-01-13 18:09 FM, revision 58076

reorder the classes, putting first the basic ones and towards the end of the file the derived ones; document OnSysXXX functions return values to allow the user to implement new stream classes without the need of guessing from source code the inner workings of the streams (closes #4487)

2009-01-13 17:29 FM, revision 58075

use ::wxInvalidOffset to enable autolinking

2009-01-13 15:09 JJ, revision 58073

Update OpenVMS compile support

2009-01-13 13:18 JJ, revision 58071

Update configuration for OpenVMS

2009-01-13 12:48 JJ, revision 58070

Avoid warning on OpenVMS system

2009-01-13 12:01 FM, revision 58069

provide our own implementation of wxStrnlen if it's not available; add tests for it

2009-01-13 08:51 JJ, revision 58068

Update configuration for OpenVMS

2009-01-13 08:02 JJ, revision 58067

Update configuration for OpenVMS

2009-01-13 07:48 JJ, revision 58066

change int->wxRasterOperationMode was omitted at one location

2009-01-13 04:54 SC, revision 58064

make sure that code is always available when compiling for 10.4, whatever flavour

2009-01-13 04:38 SC, revision 58063

removing duplicate code

2009-01-13 00:38 FM, revision 58062

fix wxMSW shared builds

2009-01-12 23:37 FM, revision 58061

fix a typo; move aux classes below the main ones

2009-01-12 23:25 FM, revision 58060

add support for wxStrnlen for those platforms where it's available

2009-01-12 23:14 FM, revision 58059

ensure correct linking of the socket manager initializer for static builds of wxWidgets

2009-01-12 20:14 SC, revision 58058

adding 10.4 build compatibility for osx cocoa, see #10361

2009-01-12 20:01 FM, revision 58057

use DECLARE_NO_ASSIGN_CLASS() for better readability

2009-01-12 19:53 FM, revision 58056

better way to avoid warnings about a non-existing missing_semicolons

2009-01-12 19:34 FM, revision 58055

assert when the item index is out of range in wxMSW's listctrl, just like generic listctrl does

2009-01-12 17:27 JMS, revision 58054

Let wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise wxVariant::GetString() will assert when value is an invalid wxDateTime)

2009-01-12 17:22 JMS, revision 58053

Let wxVariantDataDateTime::Write() and Read() work with invalid dates (otherwise wxVariant::GetString() will assert when value is an invalid wxDateTime)

2009-01-12 17:10 VZ, revision 58052

fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8 case

2009-01-12 17:05 JMS, revision 58051

Better support for unspecified property value in wxDateProperty and DatePickerCtrl editor, especially when wxDP_ALLOWNONE is used

2009-01-12 16:53 VZ, revision 58050

restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain why is it needed

2009-01-12 16:51 VZ, revision 58049

fix VC6 ICE; don't call the function which doesn't compare the objects operator==() (see #10000)

2009-01-12 16:28 VZ, revision 58048

compilation fix after the event patch

2009-01-12 16:12 JMS, revision 58047

Added wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow vetoing value changes of ComboBox editors

2009-01-12 15:16 VZ, revision 58044

disable new events for VC9 too, it fails when linking in DLL build (#10000)

2009-01-12 14:50 VZ, revision 58043

miscellaneous spelling/grammar corrections (closes #10364)

2009-01-12 14:48 VZ, revision 58042

fix the MSVC check in the last comment and accompanying comment

2009-01-12 14:44 VZ, revision 58041

disable new events for MSVC 7, it fails to compile it (#10000)

2009-01-12 14:33 VZ, revision 58040

don't use wxDELETE unnecessarily

2009-01-12 14:26 VZ, revision 58039

add more flexible and safer template Connect() overloads (#10000)

2009-01-12 11:56 VZ, revision 58038

don't use wxVector<wxDataFormat> from wx/clipbrd.h as wxDataFormat definition is not available in it

2009-01-12 11:56 VZ, revision 58037

fix MSVC warning about possibly unused variable in SetRop()

2009-01-12 11:55 VZ, revision 58036

fix deprecation warnings when building wx with MSVC

2009-01-12 10:58 RR, revision 58035

Also mention wxRound() and wxIsSameDouble()

2009-01-12 10:51 RR, revision 58034

Spelling error

2009-01-12 10:26 JJ, revision 58033

Update configuration for OpenVMS

2009-01-12 09:06 JJ, revision 58032

Fixing/Testing sockets on OpenVMS

2009-01-12 05:39 PC, revision 58031

return index of first added image in Add(), like MSW does, #10013

2009-01-12 05:34 PC, revision 58030

use text cursor only when control is enabled, #10347

2009-01-11 19:53 RR, revision 58029

Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)

2009-01-11 19:37 RR, revision 58028

Added interface for getting/setting text converter of wxDataInputStream and wxDataOutputStream

2009-01-11 16:24 JMS, revision 58026

Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync

2009-01-11 16:23 FM, revision 58025

fix for PCH-less builds

2009-01-11 15:49 FM, revision 58024

split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes), gridctrl.cpp (for wxGridCellRenderer-derived classes)

2009-01-11 12:05 FM, revision 58023

fix others $Id$ keywords

2009-01-11 12:00 FM, revision 58022

do not remove Author, Date, Revision SVN keywords

2009-01-11 11:58 FM, revision 58021

just fix some $Id$ tokens

2009-01-11 11:49 FM, revision 58020

a few missing Id keywords

2009-01-11 11:46 FM, revision 58019

typo fix

2009-01-11 11:46 FM, revision 58018

fix few doxygen warnings

2009-01-11 11:39 FM, revision 58017

document recently added enums

2009-01-11 11:24 FM, revision 58016

add note for wxWidgets user with a skeleton for a very minimal console app

2009-01-11 10:36 FM, revision 58015

suppress warnings about missing_semicolons file not existing

2009-01-11 10:34 FM, revision 58014

VC6 gets confused by the protected copy ctor; make it private

2009-01-11 10:28 FM, revision 58013

fix for the broken VC6 compiler (why do we have to still support it?)

2009-01-11 01:04 VZ, revision 58012

fix handling of locale names without county info (closes #10321)

2009-01-11 00:59 VZ, revision 58011

check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)

2009-01-11 00:57 VZ, revision 58010

correct typo: s/wxUSE_MENU/&S/

2009-01-11 00:57 VZ, revision 58009

added wxUSE_HEADERCTRL

2009-01-11 00:49 VZ, revision 58008

check for wxUSE_REARRANGECTRL being defined

2009-01-11 00:46 VZ, revision 58007

there is no need to do DEFAULT_wxUSE_CONTROL=yes; also sort all controls alphabetically to be able to navigate them easier

2009-01-11 00:44 VZ, revision 58006

added wxUSE_REARRANGECTRL

2009-01-11 00:42 FM, revision 58005

do not return true when no data is read by the stream in Load(wxInputStream,wxAnimationType) overload

2009-01-11 00:41 FM, revision 58004

use IsOk() instead of Ok(); fix crash when loading invalid pixmaps/pixbufs

2009-01-11 00:40 FM, revision 58003

guard against NULL parents

2009-01-11 00:39 FM, revision 58002

add the 'GarbageTestCase' which helped me to spot some buggy load routines

2009-01-11 00:34 VZ, revision 58000

fix build with wxUSE_MENU==0 (closes #10330)

2009-01-11 00:25 VZ, revision 57999

correct the FTP host name mungled by a too eager global search and replace in r57951

2009-01-11 00:02 FM, revision 57998

remove operators added by error

2009-01-10 23:56 FM, revision 57997

no change; just fix indentation

2009-01-10 23:44 FM, revision 57994

other ifacecheck fixes

2009-01-10 23:07 FM, revision 57993

remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs

2009-01-10 22:42 FM, revision 57992

many automated ifacecheck fixes

2009-01-10 22:10 FM, revision 57991

fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions

2009-01-10 22:07 FM, revision 57990

fix an important bug: ifacecheck was parsing only <sectiondef> with kind==public-func or kind==protected-func; it was ignoring kind==user-defined and in any case the access specifier must be taken from the 'prot' attribute of <memberdef> nodes instead

2009-01-10 21:05 SC, revision 57989

fixes #10358

2009-01-10 20:00 SC, revision 57988

making sure enabling the menus works

2009-01-10 19:58 SC, revision 57987

guarding against NULL peers

2009-01-10 19:56 SC, revision 57986

fixing wrong constant

2009-01-10 19:01 SC, revision 57985

fixing default location for cocoa, see #10361

2009-01-10 18:59 FM, revision 57984

miscellaneous small enhancements

2009-01-10 18:52 SC, revision 57983

calling superclass impl, see #10361

2009-01-10 18:49 SC, revision 57982

cocoa layout optimization, see #10361

2009-01-10 18:44 SC, revision 57981

native apple event support for osx cocoa

2009-01-10 18:31 FM, revision 57980

s/""/wxEmptyString

2009-01-10 18:00 FM, revision 57979

do not use Ok(); use IsOk() instead

2009-01-10 17:40 FM, revision 57978

disable test which asserted when trying to call wxListCtrl::GetItemRect() with an invalid index; not sure this is the best thing to do

2009-01-10 17:23 FM, revision 57977

describe wxMemory* streams

2009-01-10 16:04 FM, revision 57976

fix deprecation warnings when building filefn.cpp

2009-01-10 15:16 JMS, revision 57975

Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change

2009-01-10 14:55 VZ, revision 57974

reverted apparently accidental change of r57896

2009-01-10 14:55 JS, revision 57973

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:55 JS, revision 57972

Fixed [wxRichTextCtrl] Right Alignment sets text in the RTC too close to the border (#10277) Also [wxRichTextCtrl] Wrong text positioning if different font sizes in the same paragraph (#10279)

2009-01-10 14:49 VZ, revision 57971

fix GetGridColLabelWindow() name

2009-01-10 14:43 SC, revision 57970

supporting PopUp on osx cocoa as well, see #10361

2009-01-10 12:38 JMS, revision 57969

Added #include for wx/propgrid/advprops.h

2009-01-10 12:37 JMS, revision 57968

Update propgrid minimal sample: Added wxEVT_PG_CHANGING handler and property value printing in wxEVT_PG_CHANGE handler

2009-01-10 11:11 FM, revision 57967

fix a couple of typos

2009-01-10 10:40 SC, revision 57966

cleaning up default OPEN and CLOSED HAND cursors

2009-01-10 09:45 SC, revision 57965

adding open and close hand cursor constants, implementation currently OSX only, closes #10360

2009-01-10 09:39 SC, revision 57964

moving launch methods to common code

2009-01-10 06:05 KO, revision 57962

Header fix.

2009-01-10 05:40 KO, revision 57961

svn merge -r 56827:57958 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2009-01-09 19:14 BP, revision 57954

Turned off brief descriptions on group pages (it just gets repeated in the detailed description).

2009-01-09 18:46 SC, revision 57953

copy constructors and assignement operators for wxGraphicsObject subclasses

2009-01-09 17:30 SC, revision 57952

menubar activation, fixes #10352

2009-01-09 16:50 FM, revision 57951

do not assert in wxFTP construction because of its 'staticness'; allocate it on the heap

2009-01-09 16:13 FM, revision 57950

minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080

2009-01-09 16:01 FM, revision 57949

Minor samples/docview refactoring (closes #10081)

2009-01-09 15:48 FM, revision 57948

add const attribute to avoid lots of warnings from GCC

2009-01-09 15:42 FM, revision 57947

add Id SVN keyword

2009-01-09 15:35 FM, revision 57946

add wxImage::Clear (patch by troelsk); closes #10141

2009-01-09 15:15 FM, revision 57945

patch from Utensil Candel: remove ctrlmaskout.h/cpp; clear some more code; erase any wxFB's trace

2009-01-09 14:43 FM, revision 57944

support underlined text in wxCairoContext (Marcin's patch) (closes #9846)

2009-01-09 14:04 SC, revision 57943

guarding against calls through 'non-window' instances like native file dialog, which on CentreOnParent crash otherwise

2009-01-09 14:02 SC, revision 57942

guard against NULL win (happens during debug startup of RTTI, Clone test)

2009-01-09 13:24 FM, revision 57941

build fix

2009-01-09 12:43 FM, revision 57940

Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211

2009-01-09 12:40 FM, revision 57939

use #if instead of #ifdef for WX_COMPAT

2009-01-09 12:34 FM, revision 57938

fix dialog layout

2009-01-09 11:55 FM, revision 57937

move wxLaunch* code in utilsx11.cpp as utilsunx.cpp is not compiled for wxCore

2009-01-09 11:31 FM, revision 57936

fix the fix of r57935

2009-01-09 11:07 FM, revision 57935

blind fix for buildbot

2009-01-09 10:36 FM, revision 57934

Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be reproduced using "Open screenshots folder" menu item in screenshotgen application. Move platform-specific code in platform-specific utils source files. Perform safer URL scheme check.

2009-01-09 10:31 RR, revision 57933

Tried to improve look of toogle tool under OS X, adapted from #10346: Nicer drawing of pseudo-toggle toolbar button on OS X

2009-01-09 10:01 SC, revision 57932

removing Leopard only code that doesn't mix well with the existing Printing Manager, fixes #10343

2009-01-09 09:07 RR, revision 57931

Compile fix

2009-01-08 19:26 FM, revision 57918

build fix

2009-01-08 18:26 FM, revision 57917

always remember to test IsOk() after using wxFileInputStream

2009-01-08 16:54 PC, revision 57916

revert slop from previous commit

2009-01-08 16:43 FM, revision 57915

a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code

2009-01-08 16:33 FM, revision 57914

even more fixes detected using ifacecheck

2009-01-08 15:41 FM, revision 57913

fix build

2009-01-08 15:36 FM, revision 57912

automated ifacecheck fixes

2009-01-08 15:10 FM, revision 57911

fix typo

2009-01-08 15:09 RR, revision 57910

use wxRound(x), not int(x+0.5)

2009-01-08 14:36 RR, revision 57909

use wxRound(x) instead of int( x+0.5 )

2009-01-08 14:28 FM, revision 57908

lastest patch from Utensil Candel: remove some legacy code; clarify the logic in the construction of ScreenshotFrame; fix some wxFlexGridSizer issues; update README and TODO list

2009-01-08 14:21 FM, revision 57907

change generic ints to enums in wxDC (closes #9959)

2009-01-08 13:56 RR, revision 57906

Add the same margin to wxBitmapToggleButton as to wxBitmapButton

2009-01-08 13:49 JJ, revision 57905

my previous commit patched the wrong file

2009-01-08 12:30 RR, revision 57904

Update allocation of all child widgets after scrolling

2009-01-08 12:29 RR, revision 57903

Update allocation of all child widgets after scrolling

2009-01-08 11:20 RR, revision 57902

Make wxWrapSizer respect border around items

2009-01-08 11:13 JJ, revision 57901

Insert missing include file

2009-01-08 10:46 RR, revision 57900

Override mouse wheel scrolling steps from GTK and make the default 3 steps, also catch mouse wheel when over scrollbars

2009-01-07 22:02 JJ, revision 57899

Update OpenVMS compile support

2009-01-07 20:37 JJ, revision 57898

insert missing include file for OpenVMS platforms

2009-01-07 20:07 SC, revision 57897

clearing shortcuts, patch from Leland, fixes #10342

2009-01-07 19:50 JJ, revision 57896

insert missing iclude file

2009-01-07 19:00 JMS, revision 57895

Updated 'Car' test to match a recent change in the sample

2009-01-07 18:53 JMS, revision 57894

Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive

2009-01-07 18:13 FM, revision 57893

remove an unused pool of strings using wxStringList

2009-01-07 17:56 FM, revision 57892

document wxConvertFromIeeeExtended and wxConvertToIeeeExtended

2009-01-07 17:42 FM, revision 57891
  • D /wxWidgets/trunk/include/wx/msw/fontenum.h
  • D /wxWidgets/trunk/include/wx/palmos/fontenum.h

remove old (and unused) MSW-only wxFontEnumerator header

2009-01-07 17:29 FM, revision 57890

use wxArrayString instead of wxStringList

2009-01-07 17:29 FM, revision 57889

fix wxMotif errors when linking against a wxControlWithItems-derived widget

2009-01-07 16:59 PC, revision 57888

build fix for GTK+ 2.12 and earlier

2009-01-07 15:58 JS, revision 57887

Always use live sash update on Mac/CG since it can't paint the splitter

2009-01-07 15:58 JS, revision 57886

Always use live sash update on Mac since it can't paint the splitter

2009-01-07 14:51 JS, revision 57885

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxMac/CG

2009-01-07 14:45 JS, revision 57884

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX

2009-01-07 14:17 FM, revision 57883

MYcopystring is not required anymore when compat2.8 is off

2009-01-07 13:24 FM, revision 57882

fix wxSplitPath usage

2009-01-07 11:45 JS, revision 57881

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:44 JS, revision 57880

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:28 FM, revision 57879

fix wxYield[IfNeeded] dll linkage (closes #10325)

2009-01-07 11:11 FM, revision 57878

fix include file

2009-01-07 09:24 JS, revision 57877

Don't use client DC yet for size feedback on Mac/CG or you'll get a smear. Better to have no feedback.

2009-01-07 08:51 JS, revision 57876

Added missing includes

2009-01-07 08:49 JS, revision 57875

Added missing include

2009-01-07 05:26 PC, revision 57874

do minimal invalidations to get border to redraw properly

2009-01-07 01:47 FM, revision 57873

s/wxSplitPath/wxFileName::SplitPath

2009-01-07 01:29 FM, revision 57872

deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)

2009-01-07 01:08 FM, revision 57871

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 01:04 FM, revision 57870

use wxFileName instead of ::wxStripExtension

2009-01-07 01:01 FM, revision 57869

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 00:41 FM, revision 57868

fix doxygen warning about XHTML syntax

2009-01-07 00:38 FM, revision 57867

rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeDir; add test units and docs for them

2009-01-07 00:17 FM, revision 57866

better docs for wxPathNormalize

2009-01-06 22:28 VS, revision 57865

wx is not a compiler, it doesn't need AC_CANONICAL_TARGET

2009-01-06 21:58 BP, revision 57864

Fixed wxTreeCtrl docs link.

2009-01-06 20:25 FM, revision 57863

use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBILITY_2_6 for wxUsleep even if it was deprecated since wx2.6

2009-01-06 17:36 JS, revision 57862

Workaround for _SetDstBlits32BGRA crash when compiling and running on Leopard (happens in complex app but not in AUI sample)

2009-01-06 17:06 JS, revision 57861

Use own cursor implementation if Mac CG=1, since otherwise there are cursor dropouts with more than one wxRTC

2009-01-06 16:37 BP, revision 57860

Replaced IsLocked with IsOk in 2.8 docs (was already fixed in trunk).

2009-01-06 16:17 BP, revision 57859

Switched @NULL back to (the appropriate) @NUL and added NUL command to Doxygen.

2009-01-06 16:07 FM, revision 57858

remove link to the old HTML manual

2009-01-06 16:04 FM, revision 57857

remove f.html and fft.html; they're old and unlinked from other test HTML pages

2009-01-06 13:59 FM, revision 57856

add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep

2009-01-06 13:52 FM, revision 57855

add the @appearance tag to wxFileCtrl

2009-01-06 12:56 FM, revision 57854

add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declaration out of the 'Miscellaneous functions' block

2009-01-06 10:04 CE, revision 57853

set default scales to 1.0 (as in baseDC)

2009-01-06 09:40 SC, revision 57852

bringing ctrl and cmd accel handling for menus in line with pure key event handling

2009-01-06 09:39 SC, revision 57851

fixing include type

2009-01-06 09:38 SC, revision 57850

adding DefaultAttributes support

2009-01-06 09:36 SC, revision 57849

using GetFont calls instead of direct accessors

2009-01-06 09:34 SC, revision 57848

using GetFont calls instead of direct accessors

2009-01-06 08:11 BP, revision 57847

Fixed a couple Doxygen warnings, patch from Tim Stahlhut.

2009-01-05 20:48 BP, revision 57846

Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+.

2009-01-05 19:34 BP, revision 57845

Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for our show-stopper for this. Said fix will be done in next commit.

2009-01-05 19:12 FM, revision 57844

only formatting changes. s/FALSE/false and s/TRUE/true; remove excessive empty lines; remove TABs; s/ ;/;

2009-01-05 18:24 FM, revision 57843

use doxygen autolink for global enumerations

2009-01-05 16:15 FM, revision 57841

fix crash because of a missing wxOK constant

2009-01-05 15:20 FM, revision 57840

use GetCopyrightToDisplay instead of GetCopyright; part of commit 57245

2009-01-05 03:42 PC, revision 57839

backport r55463, fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

2009-01-04 21:15 VZ, revision 57837

add a custom printer for wxString to use with Python-enabled gdb

2009-01-04 19:05 JMS, revision 57836

Fixes in wxPGProperty::StringToValue(): Prevent it-- from iterating into negative index; only really mark/add nested children as changed if child's StringToValue() returned true

2009-01-04 18:39 JMS, revision 57835

In wxPGProperty::StringToValue(), variant.SetName() really has to be called after child->StringToValue() has been called

2009-01-04 18:38 JMS, revision 57834

Added bool property to the nested car sample (for testing purposes)

2009-01-04 16:04 VZ, revision 57833

abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_INT() macro

2009-01-04 15:53 VZ, revision 57832

don't use \u in strings, VC6 doesn't support this

2009-01-04 15:49 VZ, revision 57831

use correct type for file offset

2009-01-04 13:57 SC, revision 57830

support for proper mouse events for controls embedded in native toolbars

2009-01-04 12:32 VZ, revision 57829

need to overload assertEquals(int,short) too to resolve ambiguity

2009-01-04 11:59 VZ, revision 57828

more attempts to fix CppUnit::assertEquals for VC6 without breaking everything else

2009-01-04 10:38 JMS, revision 57827

Significant check box editor refactoring, including fix to UpdateControl() not doing its job correctly if property value was unspecified. Also, unspecified value is now drawn as a faint rectangle

2009-01-04 10:37 JMS, revision 57826

Added extra RefreshEditor() call for better testing

2009-01-04 05:56 PC, revision 57825

build fix for GTK+ versions prior to 2.14

2009-01-04 02:59 PC, revision 57824

properly handle DC origin and scale in wxDoFloodFill()

2009-01-04 02:58 PC, revision 57823

native implementation of DoGetPixel()

2009-01-04 02:42 PC, revision 57822

remove Rescale(), it is no longer used

2009-01-04 02:40 PC, revision 57821

Complete rewrite of DoDrawBitmap() and DoBlit(). Blit should now correctly handle all combinations of scaling, clipping, and mask.

2009-01-04 00:47 VZ, revision 57820

allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset) too

2009-01-03 19:29 VZ, revision 57819

trying to fix buildbot VC6 build error

2009-01-03 02:21 VZ, revision 57808

don't use IPC from timer callback as this results in reentrancies in socket code, postpone it until the next idle handler call instead

2009-01-03 02:20 VZ, revision 57807

restore code preventing the events being generated from inside our own DoRead/Write() mistakenly removed in r57796

2009-01-03 01:21 VZ, revision 57804

added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop::Pending() using it to fix the pending events processing in console event loop based programs; also changed wxFDIODispatcher::Dispatch() return type/value to be able to indicate the errors

2009-01-03 01:17 BP, revision 57803

Updated translations manual page with latest status given by the website translations page (which should be completely up-to-date).

2009-01-03 00:11 VZ, revision 57800

properly restart epoll_wait() if it got interrupted by a signal

2009-01-02 22:18 VZ, revision 57799

call ProcessPendingEvents() from wxAppConsoleBase::ProcessIdle() too, not only from wxAppBase::ProcessIdle(); do not call it from wxConsoleEventLoop::Dispatch() as this results in unwanted reentrancies in the socket code when using it

2009-01-02 22:07 VZ, revision 57798

streamline handling of wxSOCKET_LOST in DoWait()

2009-01-02 21:58 VZ, revision 57797

no changes, just reformat/indent consistently

2009-01-02 21:53 VZ, revision 57796

disable the events when we get a notification about socket being ready for IO and reenable them later after performing the IO in the Unix version to avoid continuous flood of ready notifications