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