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-10-12 20:04 JS, revision 49139

Warning fix

2007-10-12 19:36 RR, revision 49138

Implemented HasContainerColumns() for GTK+

2007-10-12 19:17 DE, revision 49137

Implement wxWindow::GetTextExtent to use wxDC to at least return something reasonable rather than leaving uninitialized garbage values unchanged. Fix wxWindow::DoSetVirtualSize so that the underlying Cocoa view always takes up at least as much area as its enclosing clip view. In particular, wxDefaultCoord was not being handled, resulting in -1 size components. Together, these make the generic wxListCtrl mostly usable.

2007-10-12 18:31 RR, revision 49136

added wxDataViewModel::HasContainerColumns

2007-10-11 19:56 JS, revision 49129

Make SaveFile and LoadFile virtual so they can be overridden

2007-10-11 15:58 CE, revision 49128

update makefiles

2007-10-11 12:18 CE, revision 49127

Borland still hates ?

2007-10-11 09:46 VZ, revision 49126

wxUniv compilation fixes in themed border drawing code

2007-10-10 21:54 MW, revision 49124

Add quick builds for Windows.

2007-10-10 19:44 VS, revision 49123

compilation fixed for wxDataViewCtrl: almost no class was properly exported in wxGTK version

2007-10-10 17:01 CE, revision 49122

update setup.h for univ

2007-10-10 15:45 VZ, revision 49121

compilation fix for wxUniv: don't use the native wxTextEntry class in this case

2007-10-10 10:52 CE, revision 49120

update souce of wxart2d

2007-10-10 10:51 CE, revision 49119

update souce of wxart2d

2007-10-10 10:29 VS, revision 49118

compilation fixes

2007-10-10 10:27 BIW, revision 49117

added DockFixed() pane option; doc updates

2007-10-10 10:23 BIW, revision 49116

added DockFixed() pane option; doc updates

2007-10-10 09:48 VS, revision 49115

compilation fix for Mingw: it doesn't have std::wostream

2007-10-10 07:44 CE, revision 49114

fixes as per http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92325

2007-10-10 07:20 CE, revision 49113

patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks chris

2007-10-09 16:04 RD, revision 49111

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 16:03 RD, revision 49110

Give wxMac's wxStaticBox an AcceptsFocus method

2007-10-09 15:29 SC, revision 49109

removing interference between two layering fixes

2007-10-09 11:20 JS, revision 49108

Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table to wxRichTextBuffer to reduce wxFont consumption and increase performance.

2007-10-09 09:20 JJ, revision 49107

src/X11/font.cpp needs smae change as other wxXXX versions

2007-10-09 09:18 JJ, revision 49106

Give NULL explicit type to make interface recognizeable

2007-10-09 09:17 JJ, revision 49105

Update OpenVMS Build

2007-10-09 07:25 BIW, revision 49104

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 07:22 BIW, revision 49103

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 00:10 VZ, revision 49102

added a trivial test for wxString stream insertion operators

2007-10-09 00:09 VZ, revision 49101

renamed a strangely named variable

2007-10-09 00:09 VZ, revision 49100

define insertion operator in std::wostream in Unicode build

2007-10-09 00:01 VZ, revision 49099

fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build

2007-10-09 00:01 VZ, revision 49098

don't define operator<<(ostream&, wxString) at all if it's already defined in the library

2007-10-09 00:00 VZ, revision 49097

no need to use ToAscii() explicitly in wxBase64Decode() call after r49095

2007-10-08 23:50 VZ, revision 49096

compilation fix for wxUSE_STL==1 build

2007-10-08 23:41 VZ, revision 49095

added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build

2007-10-08 22:29 RD, revision 49094

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:28 RD, revision 49093

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:16 RD, revision 49092

Added missing wxPython event binders for the notebook tab events

2007-10-08 13:00 VZ, revision 49091

removed extra const in DoGetFilenames() declaration

2007-10-08 11:35 VZ, revision 49090

use wxFD_XXX constants instead of wxXXX in the docs

2007-10-08 08:10 CE, revision 49089

remove reference to old sample

2007-10-08 08:00 CE, revision 49088

set minimum bcc32 version to turbo explorer

2007-10-07 23:24 VZ, revision 49087

blind fix for Borland problems with operator?: after latest changes

2007-10-07 22:11 VZ, revision 49086

simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations

2007-10-07 21:58 VZ, revision 49085

made wxTreeCtrl::GetNextVisible() behave in the same way in Win32 as in the generic version and implemented GetPrevVisible() in the generic version

2007-10-07 21:48 VZ, revision 49084

don't create m_dottedPen with an invalid 0 style which results in an assert under MSW

2007-10-07 21:20 VS, revision 49083

compilation fixes for x86_64; use wxLogDebug instead of wxPrintf

2007-10-07 19:54 VZ, revision 49082

no changes, just fixed a typo in an error message

2007-10-07 19:49 VZ, revision 49081

updated copyright year to 2007

2007-10-07 19:46 VZ, revision 49080

removed base.rc which is unused since many years

2007-10-07 19:15 RR, revision 49079

Update from Hartwig for OS X implementation

2007-10-07 17:15 VS, revision 49078

globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it

2007-10-07 17:02 VZ, revision 49077

made Blur() methods const (bug 180914)

2007-10-07 14:12 JS, revision 49076

Corrected typo affecting outline level reading

2007-10-07 14:12 JS, revision 49075

Corrected typo affecting outline level reading

2007-10-07 14:11 JS, revision 49074

Added missing URL attribute testing

2007-10-07 14:09 JS, revision 49073

Added missing URL attribute testing

2007-10-07 11:19 VZ, revision 49072

fixed several problems due to use of GetEditHWND() when the edit control is not available

2007-10-07 10:45 VZ, revision 49071

fixed totally wrong change in r49070

2007-10-06 22:10 VZ, revision 49070

don't use using directive, Watcom seems to have problems with it

2007-10-06 21:06 VZ, revision 49069

added richtext sources

2007-10-06 21:02 VZ, revision 49068

fixed bug with inversed IsEditable() return value

2007-10-06 12:38 VZ, revision 49064

always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build

2007-10-06 09:02 JS, revision 49063

Fixed dangling pointer bug

2007-10-06 09:02 JS, revision 49062

Fixed dangling pointer bug

2007-10-06 08:44 CE, revision 49061

Borland has only lfind

2007-10-06 00:14 VZ, revision 49059

fix GetPaths() and GetFilenames() too

2007-10-05 23:54 VZ, revision 49058

fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch

2007-10-05 22:56 VS, revision 49057

use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable

2007-10-05 22:42 VS, revision 49056

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 22:41 VS, revision 49055

fixed WX_CLEAR_HASH_SET to compile

2007-10-05 20:48 RD, revision 49053

bump subrelease number

2007-10-05 20:12 DE, revision 49052

Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.

2007-10-05 19:33 MW, revision 49051

Add <name> to <compile-subdir>. It is what appears on the top of the column when the step fails.

2007-10-05 19:05 RR, revision 49050

forgot to commit

2007-10-05 17:03 CE, revision 49044

add DMC to misbehaving compilers

2007-10-04 15:59 MW, revision 49043

Cache user and group name as these can be expensive to get on some systems.

2007-10-04 15:55 MW, revision 49042

Add buildbot tools and config include files.

2007-10-04 15:52 CE, revision 49041

add missing inc files docsrc.rsp

2007-10-04 15:51 CE, revision 49040

add missing inc files docsrc.rsp

2007-10-04 12:50 MW, revision 49039

Fix wxString::replace when nLen is wxString::npos.

2007-10-04 12:03 VZ, revision 49038

check for m_filectrl != NULL in OnUpdateButtonsUI() (fixes crash under GTK1)

2007-10-04 12:01 SC, revision 49037

supporting failed data conversions

2007-10-04 10:10 SC, revision 49036

make conversion fail safe on OS X (japanese to mac roman ascii conversions lead to a crash)

2007-10-04 07:40 SC, revision 49035

compile error in non-quartz builds

2007-10-04 07:32 SC, revision 49034

icns support from resources

2007-10-04 07:30 SC, revision 49033

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:29 SC, revision 49032

adding PICT support in Quartz - whose native metafile format is PDF

2007-10-04 07:27 SC, revision 49031

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:26 SC, revision 49030

moving tooltip implementation into private header, allowing for easier reuse

2007-10-04 07:25 SC, revision 49029

Hide toplevel window in order to avoid erratic redraws of zombie windows on mac

2007-10-04 04:58 SC, revision 49028

fixing utf16 recognition, as this always conforms to public-plain-text the sequence needs to be inverted

2007-10-03 22:36 VZ, revision 49027

fix range used for native volume in Set/GetVolume()

2007-10-03 22:35 VZ, revision 49026

fix range used for native volume in Set/GetVolume() and simplify the code a bit

2007-10-03 21:45 VZ, revision 49025

look for message catalogs also directly under prefix in GetMsgCatalogSubdirs() as we used to do in 2.6

2007-10-03 00:36 VZ, revision 49022

some (blind) compilation fixes after wxString/Unicode changes

2007-10-03 00:13 VZ, revision 49021

semaphore with count of 1 is not exactly the same as mutex

2007-10-02 17:34 VZ, revision 49020

initialize all fields of WINDOWPOS struct to avoid mingw32 warnings

2007-10-02 14:56 MW, revision 49019

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 14:56 MW, revision 49018

Define CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefined as we compile with -Wundef.

2007-10-02 11:36 VZ, revision 49017

fix several mingw32 warnings (patch from Tim Stahlhut)

2007-10-02 11:32 VZ, revision 49016

PCH-less compilation fix

2007-10-02 11:31 VZ, revision 49015

mention that Win32 mutexes are always recursive

2007-10-02 11:25 VZ, revision 49014

don't leak wxFileType returned from GetFileTypeFromExtension(); fix compilation with wxUSE_MIMETYPE==0

2007-10-02 10:41 RR, revision 49013

Document _ITEM_VALUE_CHANGED and implmement it equally as being sent from valueChanged and ItemChanged. Remove other _MODEL_XXX events.

2007-10-02 10:30 CE, revision 49012

typo fix

2007-10-02 09:39 CE, revision 49011

add misisng files

2007-10-01 21:25 MW, revision 49010

Code around a bug in getgrgid_r which I've just noticed exists in some versions of glibc but not others. It fails to return a value through its last parameter. getpwuid_r doesn't seem to have the same bug, but avoid its last parameter too as a bit of defensive programming.

2007-10-01 17:43 VZ, revision 49009

don't use tif_os2.c which doesn't exist any more

2007-10-01 16:13 BIW, revision 49008

better child focus

2007-10-01 16:02 BIW, revision 49007

better child focus

2007-10-01 13:02 VZ, revision 49006

include jconfig.vc under OS/2 too

2007-10-01 12:14 VZ, revision 49005

define WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too to avoid warnings about __declspec being ignored in forward declarations

2007-10-01 11:54 VZ, revision 49004

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-10-01 11:46 JJ, revision 49003

OpenVMS : removing dependency on obsolete Porting-library (Jackets)

2007-10-01 10:54 RR, revision 49002

Added API for adding/deleting/changing multiple items

2007-10-01 05:58 JJ, revision 49001

OpenVMS update

2007-09-30 20:37 VZ, revision 49000

don't crash in GetAsDOS() if the time is not in time_t range (bug 1804421)

2007-09-30 19:57 SC, revision 48999

making sure we only have single selection (1802048)

2007-09-30 19:28 VZ, revision 48998

really fixed the DST test by using explicit country in it

2007-09-30 19:27 VZ, revision 48997

return the beginning/end of DST in local time, not UTC, for consistency with the other methods; fixed the test

2007-09-30 19:11 VZ, revision 48996

cleaned up and significantly simiplied Format() handling of %c and %x formats and fixed an assert failure in UTF-8 build due to the use of invalid Unicode characters such as -1

2007-09-30 11:11 VS, revision 48995

generate #line references to source .xrc files in wxrc --gettext (patch #1803492 by Heikki Linnakangas)

2007-09-30 11:09 VS, revision 48994

include line number information in wxXmlNode (based on patch #1803492 by Heikki Linnakangas)

2007-09-30 10:52 VS, revision 48993

_WX_DECLARE_OBJARRAY was missing reserve() declaration

2007-09-30 10:44 VS, revision 48992

use reserve() instead of Alloc() in WX_APPEND_ARRAY so that it works with std classes too

2007-09-30 00:58 VZ, revision 48991

fix compilation in Unicode build (not sure if this fixes run-time behaviour though...)

2007-09-30 00:50 VZ, revision 48990

another wxCmdLineEntryDesc compilation fix

2007-09-29 23:10 VZ, revision 48989

fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998

2007-09-29 22:28 VZ, revision 48988

ANSI mode compilation fix

2007-09-28 23:15 VZ, revision 48987

PCH-less build fix

2007-09-28 23:14 VZ, revision 48986

correct properties were not set during initial add somehow

2007-09-28 22:17 VZ, revision 48985

another compilation fix after wxCmdLineEntryDesc changes

2007-09-28 22:15 VZ, revision 48984

backport WX_ASSERT_SIZET_EQUAL from trunk, use it to fix compilation of the test on 64 bit platforms

2007-09-28 21:54 VZ, revision 48983

PCH-less build fix

2007-09-28 16:01 CE, revision 48982

vc6 did not like this (void function returning a value)

2007-09-28 11:39 MW, revision 48981

Add buildbot configuration.

2007-09-28 07:00 RD, revision 48980

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:58 RR, revision 48979

Backport DoDrawArc fix (close it)

2007-09-28 06:53 RD, revision 48978

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:51 RD, revision 48977

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:50 RD, revision 48976

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:45 RD, revision 48975

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:44 RD, revision 48974

Moving recent wxPython tags to wxPython/tags

2007-09-28 06:42 RD, revision 48973

Moving recent wxPython tags to wxPython/tags

2007-09-27 20:29 RR, revision 48969

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 20:21 RR, revision 48968

[ 1803350 ] Wrong top-level window positioning on scrolled window

2007-09-27 15:19 VS, revision 48967

use Assign to copy wxLists, operator= is broken (and can't be fixed in 2.8 in binary compatible way, because it's inline

2007-09-27 15:01 VS, revision 48966

copy the list in wxList::operator=(), for consistency with typed macro-based lists

2007-09-27 12:49 VZ, revision 48965

added disambiguation for Clear() too

2007-09-27 12:47 VZ, revision 48964

don't declare HasSelection() in this class and especially don't declare it as protected

2007-09-27 12:44 VZ, revision 48963

added msw/textentry{cpp,h}

2007-09-27 09:05 VS, revision 48962

fixed cellpadding when printing (bug #1795572)

2007-09-27 08:09 JJ, revision 48961

2007-09-26 23:10 VZ, revision 48960

continue with loading the message catalog even if setting the locale failed

2007-09-26 22:57 VZ, revision 48959

fixed command line processing which was preempted by wxApp::OnInit() call

2007-09-26 22:41 VZ, revision 48958

compilation fix after wxTRANSLATE() changes

2007-09-26 22:32 VZ, revision 48957

another compilation fix PCH-less build

2007-09-26 20:57 RR, revision 48956

Compilo

2007-09-26 20:14 RR, revision 48955

Compilo for non-PCH

2007-09-26 19:33 RR, revision 48954

Forgot to commit

2007-09-26 16:52 VZ, revision 48953

part of wxComboBox to wxEntry refactoring (should have been part of rev48952)

2007-09-26 16:48 VZ, revision 48952

refactor wxMSW code to extract parts common to wxTextCtrl and wxComboBox into wxTextEntry

2007-09-26 16:23 VZ, revision 48951

remove wxComboBox-specific hack, override DoSetToolTip() in wxComboBox itself instead

2007-09-26 12:18 VZ, revision 48950

compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replace() generates 2 events instead of 1...)

2007-09-26 12:17 VZ, revision 48949

compilation fix for wxGTK1

2007-09-26 08:20 CE, revision 48948

2.8.6 release

2007-09-26 06:41 JS, revision 48947

Added forward declaration for wxWindow

2007-09-26 06:40 JS, revision 48946

Added forward declaration for wxWindow

2007-09-26 00:39 VZ, revision 48945

fix harmless unused parameter warning

2007-09-26 00:30 VZ, revision 48944

added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms

2007-09-26 00:28 VZ, revision 48943

added unit test for some of wxTextCtrl methods and its events generation

2007-09-25 23:22 VZ, revision 48941

fix operator<<() for wxString

2007-09-25 23:14 RD, revision 48940

Don't use the WXK_NUMPAD_* values for the EVT_CHAR events.

2007-09-25 23:13 RD, revision 48939

don't overdo the clipping otherwise we truncate descenders in the header label on OS X

2007-09-25 16:56 VZ, revision 48938

define wxUSE_GADGETS as 0 as it's not defined in configure and results in warnings during wxMotif build

2007-09-25 16:53 VZ, revision 48937

fix warning about visibility attribute ignored on non-class types (which was given for wxGetClipboardData only but change the other functions too for consistency)

2007-09-25 14:39 JJ, revision 48936

2007-09-25 07:59 CE, revision 48935

2.8.6

2007-09-24 22:52 RD, revision 48934

wxT() needed

2007-09-24 22:30 VS, revision 48931

document that GetPropVal's argument must not be NULL

2007-09-24 22:29 VS, revision 48930

document that GetAttribute's argument must not be NULL

2007-09-24 22:09 VS, revision 48929

wxXmlNode::GetAttribute's pointer argument must not be NULL, check for it

2007-09-24 22:08 VS, revision 48928

wxXmlNode::GetPropVal's pointer argument must not be NULL, check for it

2007-09-24 21:07 RR, revision 48927

Reduce width and height of drawing ops by one in all vector printing backends

2007-09-24 20:42 RR, revision 48926

Fix various minor PS issues

2007-09-24 18:25 RD, revision 48925

Always reset m_curPage in RemovePage incase the last page has been removed and the notebook will be empty

2007-09-24 18:18 RD, revision 48924

Avoid double deletion of notebook page windows, don't call DestroyChildren in ~wxAuiMDIClientWindow. Also skip the hide page optimization when destroying the notebook.

2007-09-24 14:04 RR, revision 48923

Use line width code from GTK+ print in GNOME print

2007-09-24 14:04 RR, revision 48922

Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally

2007-09-24 13:12 JS, revision 48921

Didn't fix the ReadLine hang bug after all

2007-09-24 13:11 JS, revision 48920

Reverted last change that causes further problems

2007-09-24 10:34 CE, revision 48919

doing 2.8.6

2007-09-24 09:42 RR, revision 48918

Compilation with new dc code

2007-09-24 09:30 RR, revision 48917

reorganized wxSVGFileDC code

2007-09-23 23:42 VZ, revision 48913

added wxWindow::GetPopupMenuSelectionFromUser() (modified patch 1793823)

2007-09-23 11:27 RR, revision 48910

Converted wxGTK's basic DC classes to new DC code

2007-09-23 00:20 VZ, revision 48909

don't define wxCRT_xxprintfW function if the corresponding xxprintfw() standard functions are not available

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

2007-09-21 10:59 RR, revision 48857

more work on wxDC reorganizing

2007-09-21 10:56 VZ, revision 48856

removed an extra semicolon

2007-09-21 10:54 VZ, revision 48855

don't shadow declaration of nIndex variable

2007-09-21 10:51 JS, revision 48854

Optimized update events by only sending them to visible windows

2007-09-21 10:51 VZ, revision 48853

use the lower-case version of the parameter in GetEndianness() as intended (thanks icc for the warning)

2007-09-21 10:50 VZ, revision 48852

check whether compiler supports visibility pragmas used for broken libstdc++ visibility workaround and don't use visibility at all if it doesn't (which is the case for icc)

2007-09-21 10:39 RR, revision 48851

Mention that DrawLines( wxList *) is deprecated

2007-09-21 10:34 JS, revision 48850

Corrected bug in in revision 47973

2007-09-21 10:33 JS, revision 48849

Corrected bug in in revision 47973

2007-09-21 10:19 SC, revision 48848

drawing sash correctly in quickdraw mode when embedded

2007-09-21 09:21 SC, revision 48847

smaller code, notes for testing and todo

2007-09-21 08:50 JS, revision 48846

Fix for wxLIST_STATE_SELECTED not being returned from GetItem[State]

2007-09-21 08:48 JS, revision 48845

Fix for wxLIST_STATE_SELECTED not being returned when calling GetItem[State]

2007-09-21 02:48 PC, revision 48844

wcstod seems to be more widely available than wcstof

2007-09-21 02:39 PC, revision 48843

build fix for AIX

2007-09-21 02:39 PC, revision 48842

fix for HP and IBM compilers, calls to static template functions must be qualified

2007-09-20 23:11 VZ, revision 48841

allow the user to press Esc to close preview frame wherever the focus is, not only if it's on the canvas itself (patch 1719276)

2007-09-20 22:58 VZ, revision 48840

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids

2007-09-20 22:24 VZ, revision 48839

update from Antonio Cardoso Martins [backport from trunk]

2007-09-20 22:22 VZ, revision 48838

update from Antonio Cardoso Martins

2007-09-20 19:38 RR, revision 48837

Patch from Bo for new selection API and impl. of GetColumnPos

2007-09-20 16:29 VZ, revision 48836

apply XRCID() automatically to XRCSIZERITEM() argument (patch 1798697)

2007-09-20 13:16 VZ, revision 48835

fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0

2007-09-20 12:43 VZ, revision 48834

replaced the old half-done Ukrainian translations with the complete version from the trunk

2007-09-20 12:40 VZ, revision 48833

Ukrainian translation update from Yuri Chornoivan

2007-09-20 12:28 VZ, revision 48832

added Portuguese translation to 2.8 branch too

2007-09-20 12:20 VZ, revision 48831

added Portuguese translation from Antonio Cardoso Martins

2007-09-20 10:23 VZ, revision 48830

remove extra colons and semicolons

2007-09-20 10:22 VZ, revision 48829

added missing wxUSE_RICHEDIT test

2007-09-20 05:01 SC, revision 48828

correcting parenting from the window's overlay layer to its parent group

2007-09-20 02:06 PC, revision 48827

fix HAVE_ macros not being converted to uppercase on Solaris

2007-09-20 00:16 VZ, revision 48826

build fixes for MSVC

2007-09-20 00:02 VZ, revision 48825

rebake after libtiff changes

2007-09-20 00:01 VZ, revision 48824

build updates for libtiff 3.8.2

2007-09-19 23:59 VZ, revision 48823

import libtiff 3.8.2 into the trunk

2007-09-19 23:51 VZ, revision 48822
  • D /wxWidgets/trunk/src/tiff

remove the old hybrid libtiff sources

2007-09-19 23:22 RD, revision 48817

document another place the version number needs updated

2007-09-19 23:21 RD, revision 48816

need image.h for non-precomp build mode

2007-09-19 23:18 RD, revision 48815

rebake with new version number

2007-09-19 23:16 RD, revision 48814

regenerate configure

2007-09-19 23:14 RD, revision 48813

Use autohacks for this script

2007-09-19 23:14 RD, revision 48812

Give wxPowerEvent wxRTTI

2007-09-19 23:11 RD, revision 48811

Give wxPowerEvent wxRTTI, update C:R:A for imminent release

2007-09-19 16:33 SC, revision 48810

upping version number, adding new files

2007-09-19 16:26 SC, revision 48809

adding defines from wxcocoa to darwin wxmac builds

2007-09-19 15:20 SC, revision 48808

support for wxNO_BORDER

2007-09-19 15:05 MW, revision 48807

Remove extra semicolon.

2007-09-19 14:53 SC, revision 48806

preparing for NSCursor usage, turned off by default

2007-09-19 14:52 SC, revision 48805

preparing for NSCursor usage, turned off by default

2007-09-19 14:50 SC, revision 48804

was an inadvertent commit, turning off that functionality again

2007-09-19 14:47 SC, revision 48803

grouping of tlw supported

2007-09-19 14:39 SC, revision 48802

upping version numbers

2007-09-19 14:38 SC, revision 48801

binary compatible workaround for getting the parent for native window grouping

2007-09-19 14:12 JS, revision 48800

Mentioned Stefan's toolbar bug fix

2007-09-19 13:55 RR, revision 48799

GTK+ selects the first item initially, II

2007-09-19 13:48 RR, revision 48798

GTK+ selects the first item initially

2007-09-19 13:48 RR, revision 48797

GTK+ selects the first item initially

2007-09-19 13:39 JS, revision 48796

Updated readme and manual version and date Some clarifications of wxBORDER_THEME Don't use wxBORDER_DOUBLE in GTK+/Univ

2007-09-19 12:42 SC, revision 48795

fixing PICT conversion

2007-09-19 12:24 VZ, revision 48794

use update UI handler for the up and new directory buttons instead of manually updating the controls, this fixes a bug where up button wasn't enabled back after selecting a child of top level directory

2007-09-19 12:19 CE, revision 48793

current/revision/age=2/1/2 for 2.8.6

2007-09-19 12:14 VZ, revision 48792

use drives paths, not names, in the dialog to avoid confusing HandleAction() with the drive names which it fails to interpret properly

2007-09-19 12:01 RR, revision 48791

Mention the future

2007-09-19 11:58 RR, revision 48790

Correct alphabetical order

2007-09-19 11:58 RR, revision 48789

Correct alphabetical order

2007-09-19 11:54 RR, revision 48788

mention wxGTK changes since 2.8.5

2007-09-19 11:47 VZ, revision 48787

remove platform check, always compile this file as it's needed at least by the dialogs sample on all platforms

2007-09-19 11:39 VZ, revision 48786

fix warning about int->bool conversion; wrap long lines to 80 columns

2007-09-19 11:35 RR, revision 48785

Let wxListCtrl generate the context menu event itself

2007-09-19 11:34 RR, revision 48784

Let wxListCtrl generate the context menu event itself

2007-09-19 11:24 RR, revision 48783

Backport wxListBook resizing bug

2007-09-19 10:12 VZ, revision 48782

use fabs() instead of abs() to fix mingw32 compilation (bug 1797589)

2007-09-19 09:19 SC, revision 48781

using CGImage for all native toolbar items

2007-09-19 09:05 CE, revision 48780

2.8.6

2007-09-19 09:01 CE, revision 48779

2.8.6

2007-09-19 01:02 VZ, revision 48778

shut down GDI+ from a module instead of doing it during static object destruction time when it may be too late (patch 1792915)

2007-09-19 00:45 VZ, revision 48777

allow using wxSizerFlags with wxSizer methods adding spacers too (patch 1797272)

2007-09-19 00:41 VZ, revision 48776

fix bug with deleting and recreating entries in wxFileConfig (patch 1796866)

2007-09-18 21:49 MW, revision 48775

template class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResourceHandler *>; instantiates as well as forward declares, which gives us multiple definition link errors on some systems. So trying WXDLLIMPEXP_FWD_XRC on the declaration of m_handlers instead.

2007-09-18 18:37 SC, revision 48774

fix for no striped background under panther when using coregraphics

2007-09-18 18:34 SC, revision 48773

fixing bug 1782738

2007-09-18 17:43 RR, revision 48772

Rearrange code to fix some problems

2007-09-18 17:31 SC, revision 48771

applying patch 1789066

2007-09-18 17:27 SC, revision 48770

adding reminder

2007-09-18 17:09 RR, revision 48769

Correct setting of line width

2007-09-18 15:51 PC, revision 48768

return type for "grab-broken-event" is not void; remove some redundant conditionals

2007-09-18 15:15 JS, revision 48767

Layout corrections

2007-09-18 15:11 JS, revision 48766

Layout corrections

2007-09-18 14:15 JS, revision 48765

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 12:06 VZ, revision 48764

fix for the last commit: reset the dummy wxRICHTEXT_DEFAULT_DROPTARGET pointer in dtor to avoid crashing when trying to delete it in the base class dtor

2007-09-18 12:04 VZ, revision 48763

properly NUL-terminate the buffer returned by wxMBConv::cMB2WC()

2007-09-18 11:07 JS, revision 48762

Committed missing part of earlier bottom tab patch

2007-09-18 10:48 JS, revision 48761

wxBORDER_THEME now means 'use an appropriate themed border' on all plaforms as opposed to wxBORDER_NONE which may or may not show a border, depending on control.

2007-09-18 09:47 JS, revision 48760

Fixed compilo

2007-09-17 19:47 RD, revision 48758

changelog for 2.8.5.0

2007-09-17 17:24 PC, revision 48755

various small cleanups

2007-09-17 16:43 DE, revision 48754

Instantiate NSSecureTextField instead of NSTextField when wxTE_PASSWORD is specified. Copyright 2007 Software 2000 Ltd.

2007-09-17 15:41 KO, revision 48753

Adding prototype script for creating a wx Mac framework from a configure-based wxPython build.

2007-09-17 14:37 VZ, revision 48752

fix compilation due to wxCmdLineEntryDesc changes once again

2007-09-17 13:37 RR, revision 48751

Always rearrange wxListBook and send out size event, otherwise scrollbar overlaps icons

2007-09-17 13:34 RR, revision 48750

compilation

2007-09-17 11:41 MW, revision 48749

Cache user and group names for tar streams as getting these can be expensive.

2007-09-17 10:56 RR, revision 48748

Don't compile with < GTK 2.4

2007-09-17 10:17 RR, revision 48747

Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs

2007-09-17 10:01 VZ, revision 48746

rename wxFileList to wxFileListCtrl

2007-09-17 09:52 VZ, revision 48745

reverted accidental change to this file as part of rev 48732

2007-09-17 09:28 JS, revision 48744

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:28 JS, revision 48743

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:26 JS, revision 48742

Added omitted variable copy

2007-09-17 09:25 JS, revision 48741

Added omitted variable copy

2007-09-17 09:24 JS, revision 48740

Removed "not yet working" comment for --enable-universal_binary

2007-09-17 09:13 JS, revision 48739

Remove "not yet working" comment for --enable-universal_binary

2007-09-17 00:40 VZ, revision 48738

declare wxVector<wxXmlResourceHandler *> as DLL-exported to avoid VC++ warnings in shared build

2007-09-17 00:32 VZ, revision 48737

don't abbreviate 'control' to 'ctrl' (patch 1780280)

2007-09-17 00:25 VZ, revision 48736

define wxUSE_CAIRO as 0 for non-GTK builds to avoid warnings about using undefined symbols in preprocessor conditions

2007-09-17 00:22 VZ, revision 48734

reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems

2007-09-17 00:14 VZ, revision 48733

added new and improved wxFileCtrl implementation (patch 1763164)

2007-09-17 00:12 VZ, revision 48732

don't access m_clientDataItemsType directly

2007-09-16 23:53 VZ, revision 48731

compilation fix

2007-09-16 23:40 VZ, revision 48730

don't use NULL when we mean 0

2007-09-16 23:27 VZ, revision 48729

fix warnings due to use of WXDLLEXPORT on forward declarations

2007-09-16 23:12 VZ, revision 48728

fix access to client data of wxComboBox in wxUniv by virtualizing access to wxControlWithItems::m_clientDataItemsType

2007-09-16 18:53 VZ, revision 48727

include wx/beforestd.h before iostream headers to avoid problems with visibility in Unix build

2007-09-16 17:51 CE, revision 48726

fix for VC6 sorry

2007-09-16 17:47 CE, revision 48725

fix for VC6

2007-09-16 17:29 CE, revision 48724

remove refernce to removed samples

2007-09-16 14:29 VZ, revision 48723

more fixes for using wxSocket in console applications (patch 1756260)

2007-09-16 11:19 VZ, revision 48722

expand the table cells to fill the entire table width (patch 1722794)

2007-09-16 11:04 VZ, revision 48721

fix divide by 0 bug in UpdateScrollbars() (part of patch 1716763)

2007-09-16 10:57 VZ, revision 48720

destroy the old clipping region before setting the new one (part of patch 1716763)

2007-09-16 10:55 VZ, revision 48719

removed apparent off by 1 bug in the end line calculation in ShowPosition() (part of patch 1716763)

2007-09-16 10:50 VZ, revision 48718

added XRCSIZERITEM() allowing to directly retrieve the sizer from XRC by name (patch 1782080)

2007-09-16 10:24 VZ, revision 48717

use ListView_RedrawItems() to implement wxListCtrl::RefreshItems(); added tests for it to the sample

2007-09-15 23:52 VZ, revision 48716

check whether clipping region is empty, not whether it's null; disable USE_PAINT_REGION which seems to be more harmful than useful (part of patch 1716763)

2007-09-15 23:43 VZ, revision 48715

fix off by one (or rather "off by border width") bug in ScrollWindow() (part of patch 1716763)

2007-09-15 23:35 VZ, revision 48714

fix the bug with not showing all the text in the text control even if there is enough space (replaces patch 1716758)

2007-09-15 22:30 VZ, revision 48713

corrected m_strings array creation broken by last changes

2007-09-15 22:06 RR, revision 48712

Implement wxWindow::SetFocusIgnoringChildren for GTK+

2007-09-15 21:23 VZ, revision 48711

wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes

2007-09-15 11:05 RR, revision 48710

Correct GetLabelItemRect to not include image (as per 2.8 branch)

2007-09-15 10:31 RR, revision 48709

Remove redundant test later in keypress handling

2007-09-15 10:29 RR, revision 48708

Only send keypress events to focus widget, not its parents

2007-09-15 10:28 RR, revision 48707

Only send keypress events to focus widget, not its parents

2007-09-15 02:58 PC, revision 48706

let GtkRange clamp scroll position

2007-09-15 01:09 VZ, revision 48704

get rid of the built-in drop target in rich text controls before setting the user-defined one as otherwise it fails

2007-09-15 00:36 VZ, revision 48703

always NUL-terminate the buffers returned by cWC2MB/cMB2WC() overloads taking input length, even if the input is not NUL-terminated (part of patch 1795174)

2007-09-15 00:32 VZ, revision 48702

fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug 1792727, part of patch 1795174)

2007-09-15 00:18 VZ, revision 48701

use wxSafeConvertWX2MB() instead of mb_str() in operator<<(wxString)

2007-09-15 00:17 VZ, revision 48700

always return positive pixel size, even for negative LOGFONT height values

2007-09-15 00:16 VZ, revision 48699

fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8: as it overrides From/ToWChar(), wxMBConvUTF8 needs to do it (instead of deprecated MB2WC/WC2MB) as well

2007-09-15 00:03 VZ, revision 48698

undo revision 48162 as it broke unit tests

2007-09-14 23:33 VZ, revision 48697

fix a couple of harmless warnings in MSVC build

2007-09-14 23:26 VZ, revision 48696

fix wxCmdLineEntryDesc compilation after latest changes

2007-09-14 23:22 VZ, revision 48695

mention that support for reading alpha from TIFF images was added (rev 47204)

2007-09-14 23:21 VZ, revision 48694

add support for reading alpha data from TIFF images (backport of 47204 from trunk, replaces patch 1793718)

2007-09-14 21:05 VZ, revision 48693

reverted the change of wxCmdLineEntryDesc fields to wxString as this doesn't compile with VC6; make them const char * instead

2007-09-14 21:02 RR, revision 48692

Implement wxDataViewCtrl::GetSortingColumn() and related code for GTK+

2007-09-14 21:02 VZ, revision 48691

added WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and use it to work around VC6 warnings about non DLL-exported templates

2007-09-14 21:00 VZ, revision 48690

fix unused parameter warning

2007-09-14 20:36 RR, revision 48689

Implement and test _HEADER_RIGHT_CLICK event for GTK+

2007-09-14 20:30 RR, revision 48688

Implement and test wxDataViewCtrl::GetColumnPosition() for GTK+

2007-09-14 19:51 RR, revision 48687

Forgot this one

2007-09-14 19:50 RR, revision 48686

Patch from Hartwig wrt SELECTION_CHANGE event

2007-09-14 19:02 VZ, revision 48685

blind fix to let wxDB compile in debug without threads

2007-09-14 18:58 VZ, revision 48684

don't crash if conversion to MB string fails in wxLogStream::DoLogString()

2007-09-14 18:54 VZ, revision 48683

fix warning about not enough parameters for WX_DEFINE_GLOBAL_CONV2 with VC6

2007-09-14 17:23 PC, revision 48682

scrolling windows need wx[HV]SCROLL style

2007-09-14 17:04 VZ, revision 48681

added WXDLLIMPEXP_BASE for a couple of template classes having only inline functions as VC7 still needs them in DLL build if these classes are used as base classes or members of other DLL-exported classes (replaces first two parts of the patch 1779004)

2007-09-14 17:00 VZ, revision 48680

fix some harmless warnings (last two parts of patch 1779004)

2007-09-14 16:37 CE, revision 48679

add missing sample

2007-09-14 16:15 CE, revision 48678

add missing sample

2007-09-14 12:19 RR, revision 48677

Remove debug code

2007-09-14 12:18 JS, revision 48676

Fixed caret sizing bug

2007-09-14 12:17 JS, revision 48675

Fixed caret sizing bug

2007-09-14 10:37 RR, revision 48674

Remove check for non-existing wxUSE_TASKBARICON

2007-09-14 08:59 RR, revision 48673

API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events

2007-09-14 07:58 RR, revision 48672

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:57 RR, revision 48671

Fix ending label-editing bug when clicking elsewhere

2007-09-14 07:15 JS, revision 48670

Fix for status bar having themed border

2007-09-14 04:26 PC, revision 48669

remove m_blockScrollEvent from wxWindowGTK

2007-09-14 04:22 PC, revision 48668

build fix

2007-09-14 04:11 PC, revision 48667

more value updating fixes

2007-09-14 01:08 VZ, revision 48666

use wxBORDER_NONE as border default for wxStatusBar: this generally makes sense and also fixes the display problem of the status bars under Windows when using themes

2007-09-14 00:51 VZ, revision 48665

compilation fix after wxCmdLineEntryDesc changes

2007-09-13 21:23 RR, revision 48664

wxDataViewCtrl patch from Hartwig

2007-09-13 18:42 VZ, revision 48663

don't interpret the first DWORD of data as its size if there is nothing following it (this fixes bug 1791459 for the 2.8 branch)

2007-09-13 18:37 VZ, revision 48662

remove the drag-and-drop compatibility hack for extracting the embedded size of the object from the beginning of data itself: this fixes bug 1791459 for the trunk

2007-09-13 17:34 PC, revision 48661

fix SetValue

2007-09-13 16:41 PC, revision 48660

non-pch build fix, indentation and whitespace cleanup

2007-09-13 16:02 VZ, revision 48659

added attribution for wxSYS_DCLICK_TIME time change

2007-09-13 14:36 RR, revision 48658

Use GTK_SPIN_BUTTON() not (GtkSpinButton*)

2007-09-13 14:33 RR, revision 48657

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 14:27 RR, revision 48656

[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter

2007-09-13 13:29 RR, revision 48655

Add wxDataViewCtrl::GetColumnPosition() stubs

2007-09-13 12:57 RR, revision 48654

Add wxDataViewCtrl::GetSortingColumn() stubs

2007-09-13 12:47 RR, revision 48653

Patch from Hartwig (use new GetChildren() API)

2007-09-13 12:41 RR, revision 48652

little change for Mac build

2007-09-13 12:28 RR, revision 48651

Third update patch for GTK+ print (correcting my device origin search-and-replace mistake)

2007-09-13 12:26 RR, revision 48650

Second update patch for GTK+ print (DrawBitmap fix)

2007-09-13 12:23 RR, revision 48649

First update patch for GTK+ print

2007-09-13 06:24 PC, revision 48648

remove unused configure tests and macros

2007-09-13 05:42 PC, revision 48647

epoll typo

2007-09-13 04:36 PC, revision 48646

get more accurate TLW sizing by using a window decorations cache

2007-09-12 17:39 PC, revision 48645

warning fix

2007-09-12 16:48 PC, revision 48644

add wxUSE_TASKBARICON wrapper

2007-09-12 00:39 VZ, revision 48643

check that the conversion really succeeds even when wxMBConv_win32::WC2MB() is called with NULL buffer

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

fix assert for bitmaps buttons created without bitmap initially

2007-09-10 22:27 VS, revision 48640

Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.

2007-09-10 22:26 VS, revision 48639

use wxVector<T> instead of wxList in wxXmlResource code

2007-09-10 22:15 VS, revision 48638

fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc

2007-09-10 22:13 VS, revision 48637

compilation fix after wxCmdLineEntryDesc changes

2007-09-10 22:12 VS, revision 48636

added a test for wxAtomicDec return value

2007-09-10 22:04 VZ, revision 48635

mention that NULL/"" changes also affect struct fields

2007-09-10 21:52 VS, revision 48634

compilation fixes for generic implementation of wxAtomicInt32

2007-09-10 21:35 RR, revision 48633

Rewrote scaling for GTK+ print

2007-09-10 16:41 RR, revision 48632

Compilation

2007-09-10 15:29 VZ, revision 48631

map wxFONTENCODING_ISO2022_JP to the correct Windows code page

2007-09-10 14:22 VZ, revision 48630

fix a warning about casting literal string constants to non-const char *

2007-09-10 14:16 RR, revision 48629

corrected some of 200 compile errors introduced by the latest global search and replace

2007-09-10 14:00 RR, revision 48628

Rewrote scaling code for GNOME print backend. The inverted Y axis is now handled internally. Resulotion is not set to 600 dpi

2007-09-10 11:16 VZ, revision 48627

chop off the unwanted \r from GetLineText() return value for richedit 2.0 controls (patch 1780110)

2007-09-10 10:51 VZ, revision 48626

Unicode compilation fix

2007-09-10 10:49 VZ, revision 48625

wxDL_XXX macros and dynamic loading cleanup: 1. Clearly document the wxDL_XXX macros; including their implicit usage of m_ok member variable 2. Made sure they're used in the same way in all places they are used (sometimes they were passed an object, sometimes a pointer, breaking compilation: see patch 1791288) 3. Don't allocate wxDynamicLibrary objects on heap unnecessarily (which removes the need to delete -- or leak, as it was -- them afterwards) 4. Some naming convention fixes

2007-09-09 23:27 VZ, revision 48624

added wxApp::Set/GetAppDisplayName() (patch 1780414)

2007-09-09 23:26 VZ, revision 48623

added wxApp::Set/GetAppDisplayName() (patch 1780414)

2007-09-09 22:57 VZ, revision 48622

add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472)

2007-09-09 22:40 VZ, revision 48621

cache the result of wxGetOsVersion() (heavily modified patch 1783198)

2007-09-09 22:24 VZ, revision 48620

don't change locale in XRC GetFloat() method, change the strings to use the current locale decimal point separator instead (patch 1783849)

2007-09-09 21:45 VZ, revision 48619

fix bug with mistakenly recognising 'wxdebug' as 'debug' and 'wxshared' as 'shared' (patch 1787101)

2007-09-09 21:39 VZ, revision 48618

declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077)

2007-09-09 21:32 VZ, revision 48617

don't give spurious error message if non-empty status bar field style is specified in XRC (patch 1791037)

2007-09-09 19:36 VZ, revision 48616

fixed off by 1 bug in wxDC::GradientFillLinear() (patch 1788549)

2007-09-09 19:34 VZ, revision 48615

fix gcc warnings about float/double to int conversion after the latest changes

2007-09-09 19:05 VZ, revision 48614

no changes, just added a comment explaining the issues involved in doing the conversion in place in wxCStrData::AsChar()

2007-09-09 18:57 VZ, revision 48613

return empty string, not NULL, from wxCStrData::AsChar() if conversion to ANSI fails for compatibility with wxWidgets 2 and std::string

2007-09-08 18:32 VZ, revision 48612

added support for reading resolution information from TIFF, JPEG and BMP formats; corrected some bugs with saving resolution; added command allowing to see the image resolution (if available) to the sample (heavily modified patch 1790546)

2007-09-08 18:08 RR, revision 48611

Compile error (no idea why Mingw doesn't like wxPoint())

2007-09-08 11:37 VZ, revision 48610

fix file names format in wxFileDataObject::GetDataHere() in Unicode build (replaces patch 1785191)

2007-09-08 11:28 VZ, revision 48609

added wxDirCtrl to the sample to allow testing of the file names dragging (based on patch attached to the bug 1775213)

2007-09-08 09:52 CE, revision 48608

2.8.5 release

2007-09-08 00:32 VZ, revision 48607

don't pass garbage to SetData() in wxURLDataObject::SetURL()

2007-09-07 23:47 VZ, revision 48606

better document some of the incompatibilities introduced by the Unicode changes

2007-09-07 23:41 VZ, revision 48605

change wxCmdLineEntryDesc::short/longName type to wxString for better compatibility with existing Unicode code

2007-09-07 23:39 VZ, revision 48604

fix unused parameter warning in wxSetEnv() in release build

2007-09-07 21:47 VZ, revision 48603

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:34 VZ, revision 48602

don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)

2007-09-07 19:32 VZ, revision 48601

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 19:31 VZ, revision 48600

changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)

2007-09-07 14:16 JS, revision 48599

Only write text colour if the colour is valid

2007-09-07 14:15 JS, revision 48598

Only write text colour if the colour is valid

2007-09-07 14:05 RR, revision 48597

Patch to use high printer resolution instead of Cairo's 72dpi

2007-09-07 13:17 RR, revision 48596

minor corrections, made non-public API private

2007-09-07 07:40 RR, revision 48595

prevent double deletion of cairo lib

2007-09-06 20:30 RR, revision 48594

wxDC::Clear() shouldn't do anything in printing DCs (I think)

2007-09-06 17:56 RR, revision 48593

Removed run-time dependency on libpangocairo

2007-09-06 17:31 RR, revision 48592

Add Cairo to build, remove run-time dependency

2007-09-06 17:24 RR, revision 48591

Make use of wxCairoLibrary from within wxGtkPrint

2007-09-06 16:47 DE, revision 48590

Merged 48589 from trunk: Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 16:41 DE, revision 48589

Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly. Implement the wxSL_AUTOTICKS style. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-09-06 14:04 RR, revision 48587

Add wxCairoLibrary (not yet built)

2007-09-06 13:37 RR, revision 48586

Move the wxDL_ macros to wxDynLibrary

2007-09-06 13:31 VS, revision 48585

fixed wxString::FromAscii signature

2007-09-06 13:28 RR, revision 48584

Explain various printing backends in GTK+

2007-09-06 13:26 RR, revision 48583

Mention wxUSE_GTKPRINT define

2007-09-06 09:19 CE, revision 48582

add missing timer.h

2007-09-05 23:01 VZ, revision 48581

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:58 VZ, revision 48580

fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones

2007-09-05 22:53 RD, revision 48579

Pass length including the null-terminator to cWC2MB

2007-09-05 21:34 RR, revision 48578

Add support for GTK print, modified from patch 1782055

2007-09-05 19:49 RR, revision 48575

Add force link for GtkPrint modeule (still commented out)

2007-09-05 19:26 RR, revision 48570

Make wxGnomePrintModule public so that wxGtkPrintModule knows about it

2007-09-05 18:55 RR, revision 48569

Add GtkPrint detection code and configure switch

2007-09-05 18:53 RR, revision 48568

upport wxFileDataObject change for UTF8 handling

2007-09-05 12:39 RR, revision 48566

fixes [ 1779152 ] FileDataObject Unicode, [ 1643699 ] DnD File Unicode error

2007-09-05 08:41 CE, revision 48564

add missing ds? files

2007-09-04 18:56 JS, revision 48562

Change log for wxRichTextCtrl default colour correction

2007-09-04 18:54 JS, revision 48561

Corrected default background and text colours

2007-09-04 18:53 JS, revision 48560

Corrected default background and text colours

2007-09-04 15:47 JS, revision 48559

Documented URL fix in wxRichTextCtrl's XML saving code

2007-09-04 14:21 JS, revision 48558

Fixed URL saving/loading

2007-09-04 14:20 JS, revision 48557

Fixed URL saving/loading

2007-09-04 13:47 RR, revision 48556

backport wxTaskBarIcon fixes for GTK+

2007-09-04 13:47 JS, revision 48555

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:44 JS, revision 48554

Always set the background colour for XP, for consistent toolbar backgrounds

2007-09-04 13:24 RR, revision 48553

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 13:23 JS, revision 48552

Corrected a typo

2007-09-04 13:23 JS, revision 48551

Corrected a typo

2007-09-04 13:16 RR, revision 48550

correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)

2007-09-04 06:59 JS, revision 48549

Apply the background fix only if the toolbar has controls

2007-09-04 06:58 JS, revision 48548

Only apply the background fix if the toolbar has controls

2007-09-04 02:54 RD, revision 48547

a few more header files need to be installed

2007-09-04 02:29 PC, revision 48538

use client size to avoid gdk_window_get_frame_extents, which returns the full width of the screen for wxTaskBarIconArea

2007-09-03 22:52 VZ, revision 48537

fix translation of wx priority values to the standard Unix ones in SetPriority()

2007-09-03 22:35 VZ, revision 48536

fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list

2007-09-03 21:50 VZ, revision 48535

don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT) as it doesn't seem to work; implement GetHeaderButtonHeight() in wxRendererMSW instead of doing it in wxRendererXP using HDM_LAYOUT; added test for this renderer method to the sample

2007-09-03 20:45 PC, revision 48534

call SetLegacyWMProperties last, it calls gtk_widget_realize, which will lead to assertion failures if initialization has not been done yet

2007-09-03 20:17 PC, revision 48533

fix IsProtocolSupported in unicode build

2007-09-03 18:16 DE, revision 48532

Merged 47941 from trunk: Implement wxRadioButton Get/SetLabel methods.

2007-09-03 18:12 DE, revision 48531

Merged 48530 from trunk: Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

2007-09-03 18:10 DE, revision 48530

Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.

2007-09-03 17:17 DE, revision 48529

Implement wxButton::SetDefault to call SetDefaultItem on the top-level window.

2007-09-03 08:20 RR, revision 48527

Update to recent eggtrayicon version. Should be converted to GTK+ 2.10 code.

2007-09-03 03:13 RD, revision 48526

include private.h

2007-09-03 03:12 RD, revision 48525

more exports

2007-09-03 03:07 RD, revision 48524

wrap the code in #if wxUSE_DATAVIEWCTRL

2007-09-03 03:05 RD, revision 48523

Update wxStack class macro for the new wxVector

2007-09-03 03:03 RD, revision 48522

export wxGetNativeFontEncoding and wxTestFontEncoding

2007-09-03 03:02 RD, revision 48521

fix events and eventTypes for wxPython

2007-09-02 21:09 SN, revision 48519

Fixed obvious error (no idea why it apparently used to compile before...).

2007-09-02 20:26 JS, revision 48518

Standard SDK fixes

2007-09-02 20:24 JS, revision 48517

Fixes for standard SDK

2007-09-01 18:57 RR, revision 48516

Patch from Bo for new API, various fixes, live update for column header

2007-09-01 16:25 JS, revision 48515

Alternative project editing instructions for WinCE/VS 2005

2007-08-31 14:56 JS, revision 48514

Added native focus rectangle drawing for wxMac (CG only at present)

2007-08-31 13:48 VS, revision 48513

fixed badly named wxHtmlTag::GetParam() argument: with_quotes, not with_commas

2007-08-31 12:43 RR, revision 48512

typo

2007-08-31 12:42 RR, revision 48511

Add wxDataViewCtrl to the build for OS X

2007-08-31 09:55 RR, revision 48510

Added const and virtual in various places

2007-08-31 09:48 RR, revision 48509

typo

2007-08-31 09:44 RR, revision 48508

Added wxDataViewModel::GetChildren() (removed GetSibling() and GetFirstChild())

2007-08-31 09:14 RR, revision 48507

Added wxDataViewCtrl::AppendIconTextColumn

2007-08-31 08:58 RR, revision 48506

added wxDataViewIconTextRenderer

2007-08-31 08:31 RR, revision 48505

small doc patch from Bryan Petty

2007-08-31 07:37 JS, revision 48504

Use new menu item function

2007-08-30 20:21 VZ, revision 48469

use WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT_EQUAL with casts

2007-08-30 20:21 VZ, revision 48468

don't use use UTF-8 to PUA mapping hack, it's not necessary any more now that wxConvAuto can read non-UTF-8 files

2007-08-30 18:13 VZ, revision 48464

fix resize() when it's used for truncating a string in UTF-8 build; added test for this bug

2007-08-30 17:54 VZ, revision 48463

use fallback encoding in wxConvAuto when input is not in UTF-8

2007-08-30 17:45 VZ, revision 48462

use wxNullPtr instead of NULL with wxFileTypeInfo

2007-08-30 17:13 PC, revision 48461

X property data is long for format 32

2007-08-30 13:34 CE, revision 48460

2.8.4 still found; updated to 2.8.5

2007-08-30 13:09 RR, revision 48459

Patch from Hartwig for wxMac implementation

2007-08-29 20:29 RR, revision 48457

Patch from Bo, implements mouse hover, default sort

2007-08-29 20:09 RR, revision 48456

make SetValue return a value

2007-08-29 17:08 PC, revision 48455

add missing static

2007-08-29 16:41 JS, revision 48454

Avoid crash if user aborts the print

2007-08-29 16:40 JS, revision 48453

Avoid crash if user aborts the print

2007-08-29 15:41 JS, revision 48452

Log for wxToolBar background colour fix

2007-08-29 15:39 JS, revision 48451

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 15:39 JS, revision 48450

The toolbar background for some colour schemes cannot be determined (for example Silver). So set an explicit background colour to avoid parts of the background being painted wrongly.

2007-08-29 11:48 RR, revision 48449

add wxDataViewIconTextRenderer

2007-08-29 11:12 RR, revision 48448

add wxDataViewIconText

2007-08-29 05:31 RD, revision 48447

update version

2007-08-29 03:42 DE, revision 48446

Added autom4te 2.59 frozen m4 so autoconf -B build/autoconf_prepend-include will work even when autoconf is not 2.59 (e.g. it is 2.61) Updated configure pending release such that it shows the real svn Id of the configure.in it was generated from.

2007-08-28 23:39 RD, revision 48443

bake with bakefile 0.2.2

2007-08-28 23:32 RD, revision 48442

Set version number to 2.8.5.0

2007-08-28 21:49 DE, revision 48439

Merge 48438 from trunk: wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 21:47 DE, revision 48438

wxTextCtrl: Implement alignment flags, editable (read only) status, and GetLastPosition. Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-28 20:33 RR, revision 48437

add objectdataptr.tex to classes.tex

2007-08-28 19:26 JS, revision 48436

Compile fix for old W32API headers

2007-08-28 19:25 JS, revision 48435

Compile fix for old W32API headers

2007-08-28 19:11 DE, revision 48434

Merged 47742 from trunk: Implement --with-macosx-sdk[=SDK] and --with-macosx-version-min[=VER]. Deprecate --enable-universal_binary but support it by adding the -arch flags as before and automatically setting the SDK using the new --with-macosx-sdk.

2007-08-28 16:30 JS, revision 48433

Give rich text control themed style by default

2007-08-28 15:08 VS, revision 48432

added some clarifying comments

2007-08-28 14:51 VS, revision 48431

fixed memory leak in RestoreState

2007-08-28 12:30 RR, revision 48430

added copy constr

2007-08-28 12:26 RR, revision 48429

added docs for wxObjectDataPtr<T> and examples for ref counting

2007-08-28 11:08 RR, revision 48428

syntax correction

2007-08-28 10:40 VS, revision 48427

optimized wxMBConvStringUTF8::ToWchar() for ASCII characters

2007-08-28 10:28 RR, revision 48426

Minor correction, use wxCHECK

2007-08-28 09:47 RR, revision 48425

Fix from Bo

2007-08-28 09:32 RR, revision 48424

Applied patch from Bo, WIP

2007-08-28 09:05 RR, revision 48423

doc syntax corrections again

2007-08-28 09:04 RR, revision 48422

doc syntax corrections

2007-08-28 08:28 CE, revision 48421

try for dos line endings in dsw and dsp files

2007-08-28 08:06 CE, revision 48420

2.8.5-rc3

2007-08-27 17:29 PC, revision 48416

fix getting frame extents on 64-bit platforms, cleanup XGetWindowProperty code

2007-08-27 17:26 PC, revision 48415

fix getting frame extents on 64-bit platforms

2007-08-27 17:05 FM, revision 48414

take in count the --enable-no_rtti config flag

2007-08-27 17:04 FM, revision 48413

fixed missing header

2007-08-27 17:04 FM, revision 48412

remove deprecated macros

2007-08-27 14:39 FM, revision 48411

add small script which reports a list of the unused wx headers

2007-08-27 08:35 RR, revision 48410

restored expanders

2007-08-27 08:22 JS, revision 48409

Only show the context menu if the event belongs to this window

2007-08-27 08:22 JS, revision 48408

Only show the context menu if the event belongs to this window

2007-08-26 23:17 FM, revision 48407

get rid of wxxVariant; replace it with wxVariantBase: a simple version of wxVariant without wxList methods.

2007-08-26 23:02 FM, revision 48406

fix copy ctor bug (the wxVariantBase copy ctor was not called)

2007-08-26 20:47 VZ, revision 48405

added Clone() method documentation

2007-08-26 20:40 VZ, revision 48404

don't overwrite the existing local file if we failed to open it but it does exist

2007-08-26 16:17 PC, revision 48403

remove gtk_window_set_type_hint from GetTooltipColors, it's not necessary and GDK_WINDOW_TYPE_HINT_TOOLTIP is not available before GTK 2.10

2007-08-26 15:24 RR, revision 48402

add test for custom in-place editor

2007-08-26 15:16 RR, revision 48401

correct constr's signature

2007-08-26 15:10 FM, revision 48400

removed usage of old deprecated DECLARE_CLASS macros

2007-08-26 14:51 RR, revision 48399

Minor correction

2007-08-26 14:48 RR, revision 48398

Patch from Bo for recent API changes

2007-08-26 14:23 FM, revision 48397

renaming updates

2007-08-26 14:23 FM, revision 48396

fix header name

2007-08-26 14:22 FM, revision 48395

fix use of deprecated wxGetVariantCast macro

2007-08-26 14:20 FM, revision 48394

SPLITTED wxVariant IN wxVariant AND wxVariantBase; FIRST VERY RAW MERGE OF wxxVariant and wxVariant. Both classes are still present but wxxVariant is not compiled anymore. variant.cpp: since the wxVariantData* classes are not derived from wxObject anymore, comment out the DECLARE_CLASS/IMPLEMENT_CLASS macros; for same reason use wxListVoid instead of wxList. xti.cpp: move variant code to variant.cpp; minor other renaming updates

2007-08-26 13:49 JS, revision 48393

Don't assert in update handler if read-only

2007-08-26 13:49 JS, revision 48392

Don't assert in update handler if read-only

2007-08-26 10:05 RR, revision 48391

Move column organizing code to ports, away from common code

2007-08-26 10:04 VS, revision 48390

fixed wxHTML parsing to run in O(n) even in UTF8 build

2007-08-26 09:32 RR, revision 48389

compile fix

2007-08-26 05:45 PC, revision 48388

fix getting tooltip colors for GTK 2.11

2007-08-25 21:06 RR, revision 48387

documented Collapse() and Expand()

2007-08-25 21:05 RR, revision 48386

added Collapse() and Expand()

2007-08-25 20:43 RR, revision 48385

test editing_started and _done events

2007-08-25 20:43 RR, revision 48384

implement editing_started and _done events for GTK+ >= 2.6

2007-08-25 19:44 RR, revision 48383

add editing_started and _done events

2007-08-25 19:12 RR, revision 48382

correct label name

2007-08-25 14:27 JS, revision 48381

Changed version and date

2007-08-25 13:28 RR, revision 48380

Set/GetExpanderColumn() should use wxDataViewColumn, not unsigned int

2007-08-25 13:15 RR, revision 48379

Hartwig's patch for OS X implementation of wxDataViewCtrl

2007-08-24 20:01 RR, revision 48370

Correct signature of HitTest()

2007-08-24 20:00 RR, revision 48369

Correct signature of HitTest()

2007-08-24 11:21 RR, revision 48368

Minor API changes

2007-08-24 11:15 RR, revision 48367

Use const

2007-08-24 11:09 RR, revision 48366

Use const

2007-08-24 10:57 RR, revision 48365

typo

2007-08-24 10:56 RR, revision 48364

typo

2007-08-24 10:55 RR, revision 48363

typo

2007-08-24 10:54 RR, revision 48362

typo

2007-08-24 10:26 RR, revision 48361

add wxVector docs

2007-08-24 10:21 RR, revision 48360

add wxVector docs

2007-08-24 10:21 RR, revision 48359

add wxVector docs

2007-08-24 10:01 RR, revision 48358

remove _ from labels

2007-08-24 09:50 BY, revision 48357

Assert error

2007-08-24 09:45 RR, revision 48356

should use wxDataViewColumn to indicate a column

2007-08-24 09:42 RR, revision 48355

document wxDataViewItem

2007-08-24 09:36 BY, revision 48354

2007-08-24 09:32 RR, revision 48353

Make ::SetValue return a bool

2007-08-24 09:25 BY, revision 48352

Change unsigned int to wxDataViewColumn

2007-08-24 08:43 RR, revision 48351

don't use <listimpl.cpp> (problems under Mac?

2007-08-23 12:40 VS, revision 48350

VC6 compilation fix

2007-08-23 10:10 JS, revision 48349

Updated the change log

2007-08-23 09:25 BY, revision 48348

Merge changes from trunk.

2007-08-22 21:46 VZ, revision 48347

added ISO-2022-JP encoding

2007-08-22 21:37 RR, revision 48346

correct copyright

2007-08-22 21:18 RR, revision 48345

Added logic, API and docs for wxDataViewModel::HasDefaultCompare indicating a compare function usable without and column (header)

2007-08-22 20:07 VS, revision 48344

VC6 compilation fix for _WX_VARARG_FORMAT_STRING macro

2007-08-22 19:07 VS, revision 48343

another Watcom compilation fix

2007-08-22 19:06 VS, revision 48342

replace wxStringToIntType<T> with a macro to make Watcom compile the code

2007-08-22 18:15 VS, revision 48341

Watcom compilation fix

2007-08-22 15:22 VS, revision 48340

compilation fixes after introduction of wxprintf.h

2007-08-22 15:21 VS, revision 48339

use wxVector<T> instead of OBJARRAY macros for wxHtmlTextPieces (slightly better performance)

2007-08-22 15:19 VS, revision 48338

compilation fix

2007-08-22 15:18 VS, revision 48337

PCH-less compilation fix

2007-08-22 15:11 VS, revision 48336

--enable-iniconf and --enable-regkey aren't GUI-only options

2007-08-22 14:55 JS, revision 48335

Corrected wxAccess arg

2007-08-22 14:55 JS, revision 48334

Corrected wxAccess arg

2007-08-22 14:49 VS, revision 48333

added wxUSE_REGKEY checks

2007-08-22 14:46 DE, revision 48332

Add static wxEventHashTable::ReconstructAll() to undo the effects of ClearAll(). Call it from wxEventTableEntryModule::OnInit() so that it is now symmetric with OnExit().

2007-08-22 13:49 JS, revision 48331

Blind fix

2007-08-22 13:39 RR, revision 48330

Let various AppendXXXColumn helplers return the column created within

2007-08-22 13:14 RR, revision 48329

minor change

2007-08-22 13:02 RR, revision 48328

Don't always sort array containing item, just upon request. Solves several problems and crashes.

2007-08-22 11:30 VS, revision 48327

compilation fix for UTF8+STL

2007-08-22 10:41 JS, revision 48326

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:41 JS, revision 48325

Applied [ 1767537 ] [wxOS2]Watcom build - filefn

2007-08-22 10:08 JS, revision 48324

Fixed focus rect for Mac with CG

2007-08-22 10:07 JS, revision 48323

Compile fix for non-CG

2007-08-22 09:30 VS, revision 48322

made UTF-8 tables const

2007-08-22 09:24 VS, revision 48321

optimize wxStringOperationsUtf8::DecodeChar() for the ASCII case

2007-08-22 08:46 VS, revision 48320

don't derive wxHtmlTag and wxHtmlTagsCache from wxObject, it's useless

2007-08-22 06:18 VS, revision 48319

optimized wxHtmlEntitiesParser::Parse() for the common case of no entities in the input

2007-08-22 06:18 VS, revision 48318

rewrote wxHtmlEntitiesParser::Parse() using iterators, optimized for the common case of no entities in the input

2007-08-22 06:17 VS, revision 48317

slight optimization for wxHtmlEntitiesParser::GetEntityChar() in UTF-8 build: use wx_str() instead of c_str()

2007-08-22 05:45 VS, revision 48316

fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O(n) in UTF8 build, makes big difference for large HTML files

2007-08-22 04:06 BY, revision 48315

Amend the behavior of EnsureVisible and correct the GetLastVisibleRow.

2007-08-21 20:04 RD, revision 48313

Don't set the event type until we are sure it is a vertical wheel event. (Horizontal wheel events are not supported in 2.8 and can cause a divide-by-zero if they are handled incorrectly.)

2007-08-21 17:19 JS, revision 48308

Compile fix

2007-08-21 17:03 JS, revision 48307

Compile fix on Mac (at least)

2007-08-21 16:56 JS, revision 48306

Avoid selecting/updating in destructor

2007-08-21 16:56 JS, revision 48305

Avoid selecting/updating in destructor

2007-08-21 16:48 JS, revision 48304

Test to avoid crashes in some circumstances

2007-08-21 16:48 JS, revision 48303

Test to avoid crashes in some circumstances

2007-08-21 16:45 VZ, revision 48302

Fix bug with assigning a part of the string to the same string The fix has several parts: 1. don't free the old string data in ConcatSelf() if we use it as source 2. implement assign() using replace() rather than clear() + append() 3. fix replace() to work with replacement strings containing embedded NULs and optimize it by using memcpy() instead of byte-wise copy

2007-08-21 16:42 VZ, revision 48301

don't limit the multiple choice dialog size to 300x200 pixels on big screens, this doesn't make sense

2007-08-21 16:10 VS, revision 48300

use wxVector<T> instead of homegrown growing array in wxHtmlTagsCache

2007-08-21 15:51 VS, revision 48299

more wxVector<T> tests

2007-08-21 15:47 VS, revision 48298

1. fixed wxVector<T> iterators to actually point to what they're supposed to point to instead of crashing on any use 2. don't allocate memory for every element on the heap, store elements directly in the array instead of storing pointers to them

2007-08-21 15:10 JS, revision 48297

_get_timezone not available on Pocket PC 2003

2007-08-21 15:09 JS, revision 48296

_get_timezone not available on Pocket PC 2003

2007-08-21 14:58 FM, revision 48295

removed double docs for GetBitmapSelected and SetBitmapSelected

2007-08-21 14:57 FM, revision 48294

fixing missing comma

2007-08-21 14:23 FM, revision 48293

removed double docs for wxAuiNotebook::GetTabCtrlHeight

2007-08-21 14:20 FM, revision 48292

added missing \wxheading{Members} sections

2007-08-21 14:18 FM, revision 48291

removed empty dtor \membersections

2007-08-21 14:08 JS, revision 48290

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 14:08 JS, revision 48289

Applied patch [ 1776951 ] wxSizer::GetContainingWindow fails for nested sizers

2007-08-21 13:57 JS, revision 48288

Revised timezone fix

2007-08-21 13:57 JS, revision 48287

Revised timezone fix

2007-08-21 13:30 JS, revision 48286

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 13:30 JS, revision 48285

APplied patch [ 1776062 ] wxWinCE 2.8.3 (dynamic) VS 2005 - _timezone problem

2007-08-21 12:23 RR, revision 48284

use live header button update when resizing, no XOR line

2007-08-21 12:14 JS, revision 48283

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 12:14 JS, revision 48282

Applied patch [ 1764987 ] fix localtime link error using wm5 SDK

2007-08-21 11:59 RR, revision 48281

use live header button update when resizing, no XOR line

2007-08-21 11:45 RR, revision 48280

Compilo.

2007-08-21 11:35 VS, revision 48279

fixed wxPropertySheetDialogXmlHandler backport: added missing wxABI_VERSION checks and added to version-script.in

2007-08-21 11:15 JS, revision 48278

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:15 JS, revision 48277

Applied patch [ 1736135 ] AUI: Clicking caption ignored on centered panel

2007-08-21 11:04 JS, revision 48276

Applied [ 1708971 ] Make a virtual function to enable/disable docking

2007-08-21 10:59 VS, revision 48275

added test for wxVector<T> iterators (fails miserably)

2007-08-21 10:59 VS, revision 48274

re-added wxVector<T>::erase(size_t) for backward compatibility

2007-08-21 10:53 RR, revision 48273

Remove redundant line

2007-08-21 10:52 RR, revision 48272

Remove redundant line

2007-08-21 10:51 JS, revision 48271

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:51 JS, revision 48270

Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_BOTTOM Langhammer

2007-08-21 10:48 RR, revision 48269

Removed gaps between header buttons and the strange header offset

2007-08-21 10:46 RR, revision 48268

Removed gaps between header buttons and the strange header offset

2007-08-21 10:45 RR, revision 48267

Compile fix

2007-08-21 09:40 VS, revision 48266

use wxString's UTF8 methods in wxCocoa, it's slightly more efficient in UTF8 build

2007-08-21 09:38 JS, revision 48265

Addition to [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48264

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:37 JS, revision 48263

Applied patch [ 1701723 ] wxAUI: Added event for doubleclicks on the tabbar bg

2007-08-21 09:18 JS, revision 48262

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:18 JS, revision 48261

Applied patch [ 1678412 ] handling non-existent panes and uninitialized sizers

2007-08-21 09:06 JS, revision 48260

Removed unnecessary code

2007-08-21 09:06 JS, revision 48259

Removed unnecessary code

2007-08-21 08:55 JS, revision 48258

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:55 JS, revision 48257

Applied patch [ 1675084 ] wxAUI - Added events to be notified after drag and close

2007-08-21 08:35 JS, revision 48256

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:35 JS, revision 48255

Fixed [ 1645203 ] Problem with resizing floating panes

2007-08-21 08:14 JS, revision 48254

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:14 JS, revision 48253

Applied patch [ 1768229 ] auibook.cpp: Fix undefined reference if wxUSE_MDI == 0 Tim Kosse

2007-08-21 08:05 JS, revision 48252

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 08:05 JS, revision 48251

Fixed wxTabFrame leak by deleting all pages in the dtor (fixes bug [ 1774394 ] wxAuiNotebook::AddPage Memory Leak)

2007-08-21 07:42 JS, revision 48250

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-21 07:41 JS, revision 48249

Applied patch [ 1777700 ] call Reparent() from wxAuiNotebook::InsertPage() (Fixes bug [ 1769662 ] wxAuiNotebook::InsertPage() does not change page parent) Applied patch [ 1777713 ] wxAuiNotebook::InsertPage() - properly update m_curpage (Fixes bug [ 1769655 ] wxAuiNotebook::InsertPage() leads to inconsistent state) From Andrey Yazhuk.

2007-08-20 23:43 KO, revision 48236

(Port to 2.8) Fix for wxMemoryDC::GetAsBitmap(wxRect) on Windows.

2007-08-20 23:26 KO, revision 48235

Fix for wxMemoryDC::GetAsBitmap() not working on Windows.

2007-08-20 23:23 JW, revision 48234

Fixed several bugs in mod_wx, and added appUrl and scriptUrl parameters

2007-08-20 23:16 VS, revision 48233

the wxFormatString hack used in wxFileTypeInfo variadic ctors doesn't work anymore, replaced with something that does

2007-08-20 22:30 RR, revision 48232
  • D /wxWidgets/trunk/docs/latex/wx/dataviewlistmodelnotifier.tex

Removed.

2007-08-20 22:29 RR, revision 48231

Updated docs

2007-08-20 21:39 JW, revision 48230

Fixed infinite recursion loop in font initialization, replaced old pass-by-argument wxApp configuration with a pass-through-fifo method

2007-08-20 20:24 VS, revision 48229

don't recompute nonbreakable space character every time a text fragment is added in ANSI build

2007-08-20 20:08 VS, revision 48227

marked const wxHtmlEntitiesParser methods as such

2007-08-20 19:20 VS, revision 48224

fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument

2007-08-20 17:26 RR, revision 48223

Patch from Bo, adapt generic code to new API, add GetItemRect and HitTest

2007-08-20 15:19 VS, revision 48222

added wxUTF8StringBuffer for writing UTF8 data into wxString efficiently, similarly to existing wxStringBuffer classes

2007-08-20 14:58 BY, revision 48221

Keep same with the trunk code.

2007-08-20 14:39 BY, revision 48220

Comply with Robert's new API and add two more APIs.

2007-08-20 13:52 JW, revision 48219

Improved response generation code, fixed TODOs, added documentation

2007-08-20 13:51 RR, revision 48218

Make wxDataViewItemArray more efficient

2007-08-20 13:35 RR, revision 48217

backported wxList<T> docs

2007-08-20 13:32 RR, revision 48216

Added STL API to wxList docs

2007-08-20 12:30 VS, revision 48215

Vadim's new test broke subsequent asserts, fixed

2007-08-20 10:38 VZ, revision 48214

added tests demonstrating a bug in wxString::assign(itself)

2007-08-20 08:45 CE, revision 48213

fix missing makefiles for 2.8.5

2007-08-20 01:41 KO, revision 48211

wxURI variable removed by previous commit is used on MSW, so add it back in for that port.

2007-08-19 22:57 RR, revision 48209

Implement selection API and events

2007-08-19 22:18 RR, revision 48208

Implement ...COLUMN_SORTED event

2007-08-19 22:16 VS, revision 48207

compilation fix for broken libstdc++ visibility

2007-08-19 21:44 RR, revision 48206

Change EnsureVisble() to including column parameter, implemented it for wxGTK

2007-08-19 21:24 VS, revision 48205

renamed wxImplStringBuffer to wxStringInternalBuffer

2007-08-19 21:20 RR, revision 48204

Implemented and tested EXPANDED etc events for wxGTK and in the sample

2007-08-19 20:46 FM, revision 48203

updated makefiles

2007-08-19 20:42 RR, revision 48202

Added EXPANDING and COLLAPSING events for the user to veto

2007-08-19 20:38 FM, revision 48201

misc changes

2007-08-19 20:34 FM, revision 48200

formatting changes and dynamic_cast => wx_dynamic_cast

2007-08-19 20:33 FM, revision 48199

name changes; removal of wxObjectReaderCodeCallback

2007-08-19 20:27 FM, revision 48198

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE use wxEMPTY_HANDLERS_TABLE macro

2007-08-19 20:24 FM, revision 48197

typo fix

2007-08-19 20:24 FM, revision 48196

added wxEMPTY_HANDLERS_TABLE

2007-08-19 20:21 FM, revision 48195

remove EMPTY_MACROVALUE

2007-08-19 20:21 FM, revision 48194

name changes: wxConstructorBridge => wxObjectAllocatorAndCreator wxDirectConstructorBridge => wxObjectAllocator wxPersister => wxObjectReaderCallback wxDepersister => wxObjectWriterCallback wxRuntimeDepersister => wxObjectRuntimeReaderCallback wxDelegateTypeInfo => wxEventSourceTypeInfo

2007-08-19 20:16 FM, revision 48193

s/EMPTY_MACROVALUE/wxEMPTY_PARAMETER_VALUE

2007-08-19 20:15 FM, revision 48192

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS and wxDynamicObject formatting changes

2007-08-19 20:14 FM, revision 48191

s/DECLARE_CLASS/DECLARE_DYNAMIC_CLASS

2007-08-19 20:11 RR, revision 48190

Made wxGTK wxDataViewCtrl compile again

2007-08-19 20:03 FM, revision 48189

fix typo after recent name changes

2007-08-19 20:02 FM, revision 48188

removed docs for wxDECLARE_CLASS, wxIMPLEMENT_CLASS; rather use wxDECLARE_ABSTRACT_CLASS and wxIMPLEMENT_ABSTRACT_CLASS which are more explicit

2007-08-19 20:01 FM, revision 48187

updated for XTI

2007-08-19 19:59 FM, revision 48186

added wxObjectCodeReaderCallback to the sample

2007-08-19 19:22 DE, revision 48184

Fix wxCocoa's wxLaunchDefaultBrowser in the 2.8 branch. Roughly equivalent to trunk 45892 (NOTE: CVS)

2007-08-19 19:05 VZ, revision 48183

fix generation of events from SetValue() broken in rev 46611

2007-08-19 19:03 RR, revision 48182

Bo's patch adding Selection API and some more changes, doesn't compile yet

2007-08-19 16:41 FM, revision 48181

added wxSVGFileDC docs to main chain

2007-08-19 16:35 FM, revision 48180

added missing \wxheading{Parameters}

2007-08-19 16:35 FM, revision 48179

fixed doc wrong position of \wxheading{Library}

2007-08-19 14:24 RR, revision 48178

Forgot a line

2007-08-19 14:16 RR, revision 48177

Added ITEM_EXPANDED and ITEM_COLLAPSED

2007-08-19 14:12 RR, revision 48176

change wxDataViewModel::Compare() to including column and sortorder

2007-08-19 13:49 BY, revision 48175

2007-08-19 10:16 VS, revision 48174

use UTF8 build by default on Unix (except Darwin)

2007-08-19 06:26 JW, revision 48173

Completed most of the drawing code, added modwx, finished event code

2007-08-19 04:01 DE, revision 48172

Merged 48171 from trunk: Make SetCursor work.

2007-08-19 04:01 DE, revision 48171

Make SetCursor work.

2007-08-19 03:37 DE, revision 48170

Merged 48150 and 48169 from trunk: Improve the tracing of the tracking rect manager and mouse movement synthesizer. Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-19 03:25 DE, revision 48169

Fix a number of problems with tracking rectangles by avoiding rebuilding them when unnecessary. Copyright 2007 Software 2000 Ltd.

2007-08-18 21:58 KO, revision 48167

(Port to 2.8) Add the unified style on OS X 10.4, and default to using it.

2007-08-18 21:49 KO, revision 48165

Add the unified style on OS X 10.4, and default to using it.

2007-08-18 13:04 JS, revision 48164

Added documentation for wxNavigationKeyEvent

2007-08-18 12:26 JS, revision 48163

Don't hang in ReadLine when there's no input left

2007-08-18 12:25 JS, revision 48162

Don't hang in ReadLine when there's no input left

2007-08-18 11:45 JS, revision 48161

Clarified meaning of new menu functions.

2007-08-18 11:43 JS, revision 48160

Use new GetItemLabel function

2007-08-18 11:34 JS, revision 48159

Avoid clash with control container event handlers

2007-08-18 11:34 JS, revision 48158

Compile fix

2007-08-18 11:26 JS, revision 48157

Compile fix

2007-08-18 11:04 JS, revision 48156

Comment cleanup

2007-08-18 11:02 JS, revision 48155

Left click only focuses if the event wasn't handled

2007-08-18 10:54 JS, revision 48154

A number of focus handling improvements: Left clicking on a window only focuses the window if not processed. wxControlContainer::SetFocus moved to wxControlContainerBase so that a container now focuses the first child even on wxGTK. wxAuiBook is now a container, need for correct navigation on wxGTK.

2007-08-18 10:47 JS, revision 48153

Compile fix

2007-08-18 06:23 KO, revision 48152

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state. (Port to 2.8 branch)

2007-08-18 06:23 KO, revision 48151

Implement GetCountPerPage, and fix a bug where we don't check for the state mask before altering selection state.

2007-08-18 05:39 DE, revision 48150

Improve the tracing of the tracking rect manager and mouse movement synthesizer.

2007-08-18 05:05 DE, revision 48149

Change kCFRunLoopBeforeWaiting to kCFRunLoopExit when setting up the run loop observer for synthesized mouse moved events and add a lengthy comment explaining the reason for the change. Copyright 2007 Software 2000 Ltd.

2007-08-18 03:33 BY, revision 48147

Make resort happen when valuechanged signal emitted. And add modified by field, hehe!

2007-08-17 18:11 DE, revision 48146

Keep the stock cursors in an array so that constructing a cursor with a stock cursor ID will effectively result in a copy sharing the same ref data.

2007-08-17 17:42 JS, revision 48145

Added necessary headers for Windows

2007-08-17 10:53 RR, revision 48144

typo

2007-08-17 10:50 RR, revision 48143

typo

2007-08-17 08:57 CE, revision 48142

fix missing contrib in 2.8

2007-08-16 21:12 VZ, revision 48141

added a tech note explaining how to write a new XRC handler

2007-08-16 21:10 VZ, revision 48140

add XRC handler for wxSearchCtrl (extended patch 1751516)

2007-08-16 20:53 RR, revision 48139

removed Set/GetSortAscending from wxDataViewModel and move into wxDataViewCtrl

2007-08-16 19:25 JS, revision 48138

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:25 JS, revision 48137

Implemented Firefox-like behaviour whereby clicking again on a tab focuses the tab, but otherwise the focus goes to the page itself.

2007-08-16 19:05 JS, revision 48136

Mac fix

2007-08-16 19:04 JS, revision 48135

wxMac doesn't like wxAND_REVERSE

2007-08-16 18:31 RR, revision 48134

compile with GTK < 2.8

2007-08-16 17:58 DE, revision 48133

Merged 48131 from trunk: Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 17:46 JS, revision 48132

Compile fix

2007-08-16 17:44 DE, revision 48131

Use one run-loop observer for all synthesis of mouse moved events instead of a separate observer for each view. Actually check the last mouse position and don't send synthesized events if the mouse hasn't moved.

2007-08-16 16:33 JS, revision 48130

Added GTK+ headers

2007-08-16 16:19 JS, revision 48129

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 16:12 JS, revision 48128

Added AdvanceSelection, ShowWindowMenu and keyboard handling

2007-08-16 14:41 JS, revision 48127

Removed double border style

2007-08-16 14:03 JS, revision 48126

Added missing argument

2007-08-16 12:15 JS, revision 48125

Added DrawFocusRect to wxRenderer

2007-08-15 21:27 VZ, revision 48122

fixed TeX error introduced in rev 48093 (sorry)

2007-08-15 21:01 VZ, revision 48121

relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)

2007-08-15 20:31 VZ, revision 48120

make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports

2007-08-15 20:30 JS, revision 48119

Bring back double border

2007-08-15 20:29 JS, revision 48118

Removed double border style

2007-08-15 20:23 VZ, revision 48117

added ReadType convenience functions (patch 1764160)

2007-08-15 20:17 VZ, revision 48116

include wx/msw/winundef.g instead of writing just a subset of #undefs in wx/defs.h itself (patch 1774707)

2007-08-15 18:38 VZ, revision 48115

uncomment the change which was meant to be committed the last time

2007-08-15 17:58 DE, revision 48114

Use the new wxUSE_ABI_INCOMPATIBLE_FEATURES to enable enhancements for wxCocoa builds.

2007-08-15 17:43 DE, revision 48113

Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.

2007-08-15 17:17 DE, revision 48112

Merged modified 47462 (VZ) from trunk: allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros This has the side effect of using wx_cv_use_ in preference to ac_cv_use_. I did not include changes related to how --enable-all-features works.

2007-08-15 17:09 DE, revision 48111

Regenerate configure to incorporate the proper CFLAGS/CXXFLAGS -g test that doesn't blow away the existing flags.

2007-08-15 17:08 DE, revision 48110

Update the wxAutohacks libs.m4 with some of the changes from newer autoconf (this will make generated configure at least match what is currently in the tree).

2007-08-15 16:31 DE, revision 48109

Clean autoconf_inc.m4 of references to now-deleted contribs like animate and propgrid.

2007-08-15 16:24 DE, revision 48108

Regenerate all of the Makefile.in files with Bakefile 0.2.2. * Minor whitespace changes in WINDRES commands * Updates version to 2.8.4 from 2.8.2. * Other minor generation differences.

2007-08-15 16:12 DE, revision 48107

Merged 48106 from trunk: Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:10 DE, revision 48106

Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:00 JS, revision 48105

Regenerated makefiles

2007-08-15 15:56 JS, revision 48104

Regenerated makefiles

2007-08-15 15:28 VS, revision 48103

removed outdated comment

2007-08-15 13:30 VZ, revision 48102

use correct WXDLLIMPEXP macro for friend declaration

2007-08-15 13:27 VZ, revision 48101

corrected the 'Derived from' sections using the script from the patch 1765640

2007-08-15 13:23 VZ, revision 48100

added a script to automaitcally fix 'Derived from' doc sections; updated the 'Library' sections script to be able to run it on files already having these functions (patch 1765640)

2007-08-15 13:19 VZ, revision 48099

use ES_RIGHT|ES_NUMBER styles for the buddy control as it's used for numeric entry (modified patch 1767478)

2007-08-15 13:13 VZ, revision 48098

don't enable previously checked button in a radio group (patch 1767481)

2007-08-15 13:09 VZ, revision 48097

don't assert when ExpandAll() is called on hidden root item (fixes 1765566, replaces patch 1768282)

2007-08-15 13:06 VZ, revision 48096

no changes, just fix typos in comments

2007-08-15 13:05 VS, revision 48095

wxCocoa compilation fixes for visibility (missing DLL export macros)

2007-08-15 13:00 VZ, revision 48094

fix clipping box retrieval (patch 1771199)

2007-08-15 12:57 VZ, revision 48093

added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)

2007-08-15 12:53 VZ, revision 48092

don't use deprecated wxMenuItem methods

2007-08-15 12:45 VZ, revision 48091

use correct WXDLLIMPEXP macro for forward declaration

2007-08-15 11:52 VZ, revision 48090

fix wrong clear selection (modified patch 1763916)

2007-08-15 11:46 VZ, revision 48089

include wx/datetime.h, it's not always included from the other headers

2007-08-15 11:43 VZ, revision 48088

set the correct properties for the source files

2007-08-15 11:40 VZ, revision 48087

added missing headers (patch 1774617)

2007-08-15 11:38 VZ, revision 48086

fix incorrect wxSYS_VSCROLL_X mapping to the Win32 constant (replaces patch 1770501)

2007-08-15 11:36 VZ, revision 48085

use one shot timers in wxAnimationCtrl (patch 1774535)

2007-08-15 11:07 VZ, revision 48084

added wxConvertTo/FromIeeeExtended() synonyms for ConvertTo/FromIeeeExtended() and deprecated the latters; also added missing dll export declarations for them (patch 1772233)

2007-08-15 10:43 VZ, revision 48083

don't set incorrect initial value of '0' for the bool cell (replaces patch 1774557)

2007-08-15 10:33 BY, revision 48082

Delete additional #if 0. So this revision is a very important one considering that it maintain some maybe-future-used code.

2007-08-15 10:30 BY, revision 48081

Change the RowToItem/RowToTreeNode more efficient through array direct find when there is no child node in the current node. Change the Walker function to make it suitable to new more-efficient finding code.

2007-08-15 04:42 DE, revision 48080

Merge in the recent wxSlider work from svn trunk (various commits). This patch keeps ABI compatibility but won't yet generate events caused by mouse movement (next commit will do that ABI compatibly). Copyright 2007 Software 2000 Ltd.

2007-08-15 04:36 DE, revision 48079

Upgrade Makefile.in to Bakefile 0.2.2 because I don't feel like maintaining an 0.2.1 install just for wx 2.8.

2007-08-15 04:12 DE, revision 48078

Further simplificiation of the NSSlider/wxSlider interface such that the various responder methods don't change the controls action but instead send all actions through the normal wxCocoaNSControl action handling mechanism. To determine what caused the action we save the message selector in a global variable (safe since Cocoa does single-threaded event handling).

2007-08-14 22:44 VZ, revision 48077

no real changes, just some cleanup

2007-08-14 22:43 VZ, revision 48076

added wxTaskBarIcon::Destroy()

2007-08-14 22:39 DE, revision 48075

Merge 48074: Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:38 DE, revision 48074

Fix the top-level window client size setting code such that the window position does not change as seen by wxWidgets. Copyright 2007 Software 2000 Ltd.

2007-08-14 22:28 VZ, revision 48073

rename WX_VERSION_FULL back to WX_VERSION WX_VERSION was renamed to WX_VERSION_FULL for some reason in rev 44731 but this was a backwards incompatible change as the existing configure scripts could (and did) use WX_VERSION, so undo this change, at least until someone finds a worthy reason for it

2007-08-14 22:26 VZ, revision 48072

use decho, not echo, to output error messages

2007-08-14 22:21 VZ, revision 48071

don't use the extra libraries in wx-config --version invocation as this now (correctly) results in errors

2007-08-14 21:31 VZ, revision 48070

check for wxUSE_ACCESSIBILITY not being set to 1 under non-MSW platforms

2007-08-14 20:56 DE, revision 48069

Merged 48068 from trunk: Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 20:39 DE, revision 48068

Install wx/cocoa/objc/objc_uniquifying.h for wxCocoa and add a usage note to the header. Copyright 2007 Software 2000 Ltd.

2007-08-14 14:03 JS, revision 48067

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48066

Added documentation for wxBORDER_THEME

2007-08-14 14:03 JS, revision 48065

Added periods

2007-08-14 08:51 JS, revision 48064

Ambiguity correction

2007-08-14 07:26 JS, revision 48063

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-14 07:26 JS, revision 48062

Fix for non-appearance of themed border with wxTE_RICH if size passed to the constructor and then not changed.

2007-08-13 22:06 VS, revision 48061

wxMac compilation fixes for visibility (missing DLL export macros)

2007-08-13 18:48 VS, revision 48060

don't attempt to convert 8bit values to Unicode in ANSI build

2007-08-13 18:36 VS, revision 48059

check for HAVE_VISIBILITY first when setting WXIMPORT/WXEXPORT; only set it on platforms where it makes sense

2007-08-13 17:56 VS, revision 48057

compilation fix for wxString::Format("no variadic arguments") and VC6

2007-08-13 17:33 JS, revision 48056

Typo correction

2007-08-13 17:18 JS, revision 48055

Documented new menu label functions

2007-08-13 17:18 JS, revision 48054

Minor doc fixes

2007-08-13 17:07 JS, revision 48053

Binary compatible API fixes for menu label retrieval with and without mnemonics/accelerators.

2007-08-13 15:56 RR, revision 48052

Applied Hartwig's implementation of OS X wxDataViewCtrl

2007-08-13 15:35 JS, revision 48051

Use new function GetItemLabel

2007-08-13 15:32 JS, revision 48050

GetLabelTop should return the stripped label, for compatibility.

2007-08-13 14:59 JS, revision 48049

Typo correction

2007-08-13 14:43 VS, revision 48048

Mingw compilation fix

2007-08-13 14:43 JS, revision 48047

Add accelerator back to label in GetItemLabel

2007-08-13 14:02 JS, revision 48046

Removed a misleading comment

2007-08-13 12:05 JS, revision 48045

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 12:04 JS, revision 48044

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 11:13 JS, revision 48043

Fixes for WinCE

2007-08-13 10:27 JS, revision 48042

Typo fix

2007-08-13 10:26 JS, revision 48041

Typo fix

2007-08-11 22:09 JS, revision 48029

Preserve original menu label for later retrieval

2007-08-11 19:17 VS, revision 48027

fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators

2007-08-11 19:07 JS, revision 48026

Menu fix

2007-08-11 18:39 JS, revision 48025

Compile fixes

2007-08-11 18:02 JS, revision 48024

Small fix

2007-08-11 17:54 JS, revision 48023

Menu label consistency changes

2007-08-11 12:18 VS, revision 48022

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 12:03 VS, revision 48021

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 11:46 VZ, revision 48020

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration

2007-08-11 01:28 DE, revision 48018

Use wxLogStdErr in preference to wxLogGui on wxCocoa.

2007-08-10 20:28 DE, revision 48017

Don't needlessly indirect through NSNotificationCenter.

2007-08-10 20:14 DE, revision 48016

Use SetNSSlider instead of SetNSView so that the WXNSSlider (Objective-C) gets associated with the wxCocoaNSSlider (C++) via the hash map and events actually work.

2007-08-10 20:12 DE, revision 48015

Fix up NSSlider code to not use class posing and instantiate the proper type (now WXNSSlider) from slider.mm. Copyright 2007 Software 2000 Ltd.

2007-08-10 20:03 DE, revision 48014

Return something halfway reasonable from GetCharWidth/GetCharHeight because the generic log dialog divides by GetCharWidth which doesn't work so well when it's zero.

2007-08-10 19:28 DE, revision 48012

Set the svn:keywords property to Id on the new files.

2007-08-10 19:26 DE, revision 48011

Attempt to fix RCS-ID tags so svn will fill them in.

2007-08-10 19:25 DE, revision 48010

Major wxCocoa wxSlider overhaul from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:44 DE, revision 48008

Merge 48007 from trunk: Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:40 DE, revision 48007

Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 11:48 JS, revision 48005

Typo correction

2007-08-10 11:48 JS, revision 48004

Typo correction

2007-08-10 11:05 JS, revision 48003

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 11:04 JS, revision 48002

Don't access null tip_window pointer [ 1767485 ] wxGtk uses private API, breaks with gtk 2.11.6

2007-08-10 10:37 JS, revision 48001

For consistency with other ports, don't generate a selection event when we change a listbox item's label

2007-08-10 07:37 BY, revision 48000

Return back to this branch again!

2007-08-10 05:17 DE, revision 47999

The SetTitle title parameter is no longer unused (trunk 44896)

2007-08-10 05:16 DE, revision 47998

Merged 44802 (NOTE: CVS) from trunk: implement Set/GetTitle() (last part of patch 1679337)

2007-08-10 05:14 DE, revision 47997

Merged 47996 from trunk: Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 05:04 DE, revision 47996

Fix wxScrollBar initial size to match the limited sizes that Cocoa allows. Author: Mark Oxenham Copyright 2007 Software 2000 Ltd.

2007-08-10 04:47 DE, revision 47995

Merged 47994 from trunk. WARNING: changes runtime behavior: Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-10 04:40 DE, revision 47994

Implement transformation between the wxDisplay coordinate system and the Cocoa screen coordinate system. Use this to fix TLW initial positioning/sizing (including wxTopLevelWindow, wxFrame, and wxDialog) Use this to implement wxWindow::DoScreenToClient and DoClientToScreen Copyright 2007 Software 2000 Ltd.

2007-08-09 19:08 DE, revision 47992

Merged 47990 and 47991 from trunk: Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 19:07 DE, revision 47991

Remove virtual from the newly added Create methods.

2007-08-09 19:05 DE, revision 47990

Add wxBitmap constructors and Create methods to allow creating a wxBitmap from an NSBitmapImageRep or NSImage instance. Copyright 2007 Software 2000 Ltd.

2007-08-09 18:17 DE, revision 47989

Merged 47988 from trunk: Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 18:15 DE, revision 47988

Add Objective-C uniquifying to WXNSWindow and WXNSPanel Copyright 2007 Software 2000 Ltd.

2007-08-09 17:31 DE, revision 47987

Merged 47986 from trunk: Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:30 DE, revision 47986

Implement wxBU_LEFT/wxBU_RIGHT styles. Copyright 2007 Software 2000 Ltd.

2007-08-09 17:01 DE, revision 47985

Merged modified 47984 from trunk: Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:53 DE, revision 47984

Implement wxStaticBitmap. Copyright 2007 Software 2000 Ltd.

2007-08-09 16:18 RD, revision 47983

Put the tagged wxPython dir under the tagged wxWidgets dir so it has the same structure as needed for the tarballs

2007-08-09 16:15 RD, revision 47982

tagging 2.8.4.2 release

2007-08-09 15:59 RD, revision 47980

(un)install scripts for wxaddons and wxversion packages

2007-08-09 15:09 JS, revision 47974

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.

2007-08-09 15:08 JS, revision 47973

Gave toolbars some extra height, Without which DoGetBestSize can report a size that's smaller than the actual window, causing windows to overlap slightly in some circumstances, leading to missing borders. Removed a hack in AUI to adjust for wrongly reported size.