Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2006-11-02 18:17 KO, revision 42956

Sizing fixes for generic control.

2006-11-02 17:05 RD, revision 42955

AUI updates.

2006-11-02 16:31 BIW, revision 42954

added a cursor hint so user knows a tab is being dragged

2006-11-02 15:45 JS, revision 42953

Typo correction

2006-11-02 15:41 BIW, revision 42952

aui sample update to include newly implemented options

2006-11-02 15:40 BIW, revision 42951

implemented wxAUI_NB_TAB_SPLIT and wxAUI_NB_TAB_MOVE

2006-11-02 14:54 BIW, revision 42950

option for no close button for wxAuiNotebook in aui demo

2006-11-02 14:52 JJ, revision 42949

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/xrc/descrip.mms

2006-11-02 14:34 SC, revision 42948

first version for docs on graphics classes

2006-11-02 14:28 SC, revision 42947

first version for docs on graphics classes

2006-11-02 14:16 BIW, revision 42946

wxAuiNotebook window styles implemented

2006-11-02 14:13 BIW, revision 42945

updated aui sample to expose notebook flags

2006-11-02 13:19 JS, revision 42944

Style application fixes

2006-11-02 13:11 BIW, revision 42943

close button better positioning

2006-11-02 13:06 BIW, revision 42942

various close-button styles implemented in wxAuiNotebook

2006-11-02 12:18 CE, revision 42941

replace out of date (and broken) ini

2006-11-02 11:23 CE, revision 42940

replace out of date (and broken) ini

2006-11-02 11:07 VZ, revision 42939

slightly better fix for missing c_str() in OnCellValueChanged

2006-11-02 11:05 JS, revision 42938

Compile in non-CG mode

2006-11-02 10:45 BIW, revision 42937

proper indentation

2006-11-02 10:42 JS, revision 42936

Moved function

2006-11-02 09:51 JS, revision 42935

Moving GTK+-specfic function - it shouldn't be in public headers because it then becomes impossible to include in app without adding further include paths

2006-11-02 09:23 JS, revision 42934

Eliminate POD warning/error

2006-11-02 09:18 SC, revision 42933

using the foreground brush to fill mono bitmaps - gradients are not yet supported

2006-11-02 09:16 SC, revision 42932

interpreting DrawBitmap for mono bitmaps according to the docs : using textfore- and background-colors

2006-11-02 07:27 BIW, revision 42931

fixed aui flicker bug caused by typo

2006-11-02 01:48 VZ, revision 42930

close the file before removing it

2006-11-01 23:44 RD, revision 42929

reSWIGged

2006-11-01 23:33 RD, revision 42928

miniframe default style

2006-11-01 23:32 RD, revision 42927

AUI updates

2006-11-01 22:52 RD, revision 42926

Added the sample code from wxPython In Action to the samples dir

2006-11-01 22:36 RD, revision 42925

Added the sample code from wxPython In Action to the samples dir

2006-11-01 21:53 VZ, revision 42924

override ExitMainLoop() to exit the MFC main loop instead of wxWidgets one, otherwise the application hangs on exit

2006-11-01 21:38 VZ, revision 42923

define _AFXDLL to ensure that MFC libraries are linked in

2006-11-01 21:37 VZ, revision 42922

removed inline from the method which is not inline

2006-11-01 20:38 VZ, revision 42921

sections cleanup

2006-11-01 20:02 BIW, revision 42920

fixed bad rename

2006-11-01 19:27 RR, revision 42919

Least important change: move AUI docs in alphabetical index.

2006-11-01 19:13 BIW, revision 42918

while we're at it, rename wxAuiFloatingPane to the more correct wxAuiFloatingFrame

2006-11-01 19:03 BIW, revision 42917

wxaui docs after big rename

2006-11-01 18:51 BIW, revision 42916

wxaui big class rename

2006-11-01 17:43 BIW, revision 42915

wxaui maximize/restore button patch from Aleksey Sanin (many thanks)

2006-11-01 17:10 BIW, revision 42914

wxaui notebook style flags added

2006-11-01 16:30 JS, revision 42913

Corrected directory example

2006-11-01 15:45 RR, revision 42912

Remove debug printf.

2006-11-01 15:30 JS, revision 42911

IsDir() test is pretty useless, use DirExists

2006-11-01 15:29 JS, revision 42910

Allow for WinCE drive-less single backslash

2006-11-01 15:24 RR, revision 42909

Make wxDataViewCtrl compile and work in ANSI mode.

2006-11-01 14:35 VZ, revision 42908

do not include <windows.h> directly

2006-11-01 14:24 BIW, revision 42907

aui this really has to be BOOL and not bool

2006-11-01 14:16 VZ, revision 42906

also disable/reenable warning 4100 (unreferenced formal parameter) for VC5

2006-11-01 14:08 VZ, revision 42905

fix for longlongHash for architectures where sizeof(long long) == sizeof(long)

2006-11-01 14:04 RR, revision 42904

Fix compilation for GTK >= 2.6

2006-11-01 12:56 RR, revision 42903

Fix warning.

2006-11-01 12:26 RR, revision 42902

wxMiniFrame's default style is without closebox on wxGTK and wxMSW, and now on wxMAC as well. Document that.

2006-11-01 12:21 RR, revision 42901

FRM's small wxSize::Scale enhancement.

2006-11-01 12:17 RR, revision 42900

Also apply second part of patch for preventing aui crashes.

2006-11-01 11:53 RR, revision 42899

Compile fix.

2006-11-01 10:32 SC, revision 42898

typo

2006-11-01 10:21 JS, revision 42897

Reverted patch 1476893 pending further investigation (broke Advise in IPC)

2006-11-01 09:45 JS, revision 42896

Fixed compile error with --enable-stl

2006-11-01 07:09 RD, revision 42895

Fix for always failing assert in GetValue. Save the same value that will be tested for there (the date without any time set.)

2006-11-01 06:07 SC, revision 42894

casing the coordinates recalc

2006-11-01 04:00 KO, revision 42893

Fixing icon drawing and implementing HitTest and GetItemRect for native OS X list ctrl.

2006-11-01 03:59 RD, revision 42892

The rect passed to DrawTreeItemButton is already adjusted, we shouldn't do it again.

2006-11-01 03:27 RD, revision 42891

SWIGged

2006-11-01 03:23 RD, revision 42890

Implement deep copy of wxBitmapRefData

2006-11-01 02:21 RD, revision 42889

Don't use the "wxHtmlWindow" name, so the classname lookup function doesn't get confused

2006-11-01 02:20 RD, revision 42888

better report if the subclass factory has import problems

2006-11-01 02:18 RD, revision 42887

Buffered DCs now take non-const bitmaps

2006-11-01 02:17 RD, revision 42886

Make it possible to create just one clock, for testing

2006-11-01 02:10 RD, revision 42885

Remove comment from patch that doesn't apply anymore

2006-11-01 02:07 RD, revision 42884

Switch wxBufferedDC to use a wxBitmap* internally, so it doesn't increment the refcount of the bitmap refdata, and so it doesn't do a copy on write.

2006-11-01 01:55 VZ, revision 42883

initialize m_surface when copying invalid bitmap

2006-11-01 01:36 VZ, revision 42882

implement proper bitmap copying

2006-11-01 01:16 SN, revision 42881

Generalized compilation fix for old compilers.

2006-11-01 01:01 SN, revision 42880

Dummy implementation for copying bitmaps.

2006-11-01 00:49 MW, revision 42879

Fix setting the large file flag.

2006-10-31 23:50 SN, revision 42878

Compilation fix.

2006-10-31 23:38 KO, revision 42877

Explicitly forward non-command events along to the native control first.

2006-10-31 23:29 SN, revision 42876

Maximize chances to find an existing definition for O_BINARY and MAX_PATHLEN.

2006-10-31 23:14 RR, revision 42875

Return SetSizeHints() in wxWindow to its former life but still recommend to use SetMinSize() and SetMaxSize(). I've already purged wxWidgets of any use of this function internally, but others may use it still.

2006-10-31 23:03 RR, revision 42874

Fix crash when intersecting with NULL region.

2006-10-31 22:48 RR, revision 42873

Commited region iterator fix.

2006-10-31 20:46 SN, revision 42872

Compilation fix.

2006-10-31 19:30 RD, revision 42871

Add a topc overview about window sizing

2006-10-31 18:43 RD, revision 42870

Always draw the selection of selected items, not just when they have an icon

2006-10-31 18:41 RD, revision 42869

fix typo

2006-10-31 17:52 RD, revision 42868

reSWIGged

2006-10-31 17:40 RD, revision 42867

Change the wxCharBuffer typemap to make sure there is data before accessing it, set result to an empty string if now.

2006-10-31 17:38 RD, revision 42866

wxTGAHandler is included by default

2006-10-31 17:29 VZ, revision 42865

always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time)

2006-10-31 16:50 VZ, revision 42864

include wx/private/*.h and wx/port/gtk/*.h files in the distribution (also fixes Debian packages build)

2006-10-31 16:46 VZ, revision 42863

call PKG_PROG_PKG_CONFIG before checking for gnomeprintui, gnomevfs and hildon libraries -- otherwise they were never detected

2006-10-31 16:39 VZ, revision 42862

no changes, just resolving conflict with Julian's change which was almost exactly the same as mine

2006-10-31 16:37 VZ, revision 42861

don't compute (and mainly don't cache) our best size until we have created the radio buttons

2006-10-31 16:37 JS, revision 42860

Add newline at end - necessary for PDF

2006-10-31 16:35 JS, revision 42859

Invalidate cache because best size was calculated earlier

2006-10-31 16:34 JS, revision 42858

Initialise all variables

2006-10-31 16:19 VZ, revision 42857

correct compilation after last change (added ifdef in the wrong function...)

2006-10-31 16:16 VZ, revision 42856

increase the notebook size to accomodate the size of the controls inside it

2006-10-31 15:27 BIW, revision 42855

wxaui documentation updates

2006-10-31 15:22 JS, revision 42854

implement wcsftime for versions of VS earlier than 2005

2006-10-31 15:07 JS, revision 42853

wxWinCE compile fixes

2006-10-31 15:00 VZ, revision 42852

added entry for 2.7.2

2006-10-31 14:44 VZ, revision 42851

use SelectObjectAsSource when we don't need to modify the bitmap

2006-10-31 14:43 VZ, revision 42850

fix wxBitmap mask copying

2006-10-31 14:34 VZ, revision 42849

don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600 if it's not defined

2006-10-31 14:31 VS, revision 42848

compilation fix for !wxUSE_PALETTE

2006-10-31 13:55 BIW, revision 42847

aui notebook - foreign tab drops are positioned correctly

2006-10-31 13:42 VZ, revision 42846

fixes for status bar positioning with non-top aligned toolbars

2006-10-31 13:25 JS, revision 42845

Version changes

2006-10-31 13:13 VZ, revision 42844

recognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too

2006-10-31 13:12 BIW, revision 42843

aui docking works well on systems with solid window dragging turned off

2006-10-31 13:11 VZ, revision 42842

many fixes to toolbar positioning code

2006-10-31 13:10 VZ, revision 42841

checking that a wxWindow is of run-time type wxWindow is hopefully useless

2006-10-31 13:09 VZ, revision 42840

ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down

2006-10-31 13:01 JS, revision 42839

Remove unnecessary restriction for sizer parent

2006-10-31 12:51 VZ, revision 42838

don't define specifyLevel variable in release builds (fixes gcc and probably others warning)

2006-10-31 12:51 VZ, revision 42837

removed unused Tell() call

2006-10-31 12:50 VZ, revision 42836

don't define TRACE_CLIPBOARD in release builds (fixes gcc warning)

2006-10-31 12:17 VZ, revision 42835

fix crash in wxRadioBox creation due to its DoGetBestSize() now being called from the base class Create(), before m_radioButtons are created

2006-10-31 12:02 VZ, revision 42834

blind compilation fixes for OS/2

2006-10-31 11:39 VZ, revision 42833

fix refcountlist subsection location

2006-10-31 11:20 VZ, revision 42832

SetBestSize() is now deprecated, don't use it

2006-10-31 10:59 BIW, revision 42831

aui notebook real-time dragging implemented

2006-10-31 10:51 JS, revision 42830

Made all bitmaps 16x16

2006-10-31 10:48 VS, revision 42829

fixed: clicking on links in the help view did nothing

2006-10-31 10:40 SC, revision 42828

fixing reset clip

2006-10-31 10:30 SC, revision 42827

correct meaning of logical origin

2006-10-31 10:16 BIW, revision 42826

aui notebook pages can be moved around

2006-10-31 10:08 SC, revision 42825

added missing init

2006-10-31 09:35 MW, revision 42824

Fix for handling of invalid gifs, patch 1587754 Noel Byron.

2006-10-31 09:34 BIW, revision 42823

fixed missed button enum conversion

2006-10-31 09:32 VZ, revision 42822

avoid unneeded use of cat in the last change

2006-10-31 09:26 VS, revision 42821

fixed scrolling using mouse broken by my previous commit

2006-10-31 08:56 RD, revision 42820

Get the version numbers from configure.in, which should always be correct.

2006-10-31 08:56 SC, revision 42819

make things compile under 10.3 again

2006-10-31 08:50 , revision 42818
  • A /wxWidgets/branches/unlabeled-1.70.4
  • D /wxWidgets/branches/unlabeled-1.70.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.70.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.70.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.70.4/art
  • D /wxWidgets/branches/unlabeled-1.70.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.70.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.70.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.70.4/build
  • D /wxWidgets/branches/unlabeled-1.70.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.70.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.70.4/configure
  • D /wxWidgets/branches/unlabeled-1.70.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.70.4/contrib
  • D /wxWidgets/branches/unlabeled-1.70.4/debian
  • D /wxWidgets/branches/unlabeled-1.70.4/demos
  • D /wxWidgets/branches/unlabeled-1.70.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.70.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.70.4/distrib
  • D /wxWidgets/branches/unlabeled-1.70.4/docs
  • D /wxWidgets/branches/unlabeled-1.70.4/include
  • D /wxWidgets/branches/unlabeled-1.70.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.70.4/lib
  • D /wxWidgets/branches/unlabeled-1.70.4/locale
  • D /wxWidgets/branches/unlabeled-1.70.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.70.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.70.4/misc
  • D /wxWidgets/branches/unlabeled-1.70.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.70.4/regen
  • D /wxWidgets/branches/unlabeled-1.70.4/samples
  • D /wxWidgets/branches/unlabeled-1.70.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.70.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.70.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.70.4/src/aui
  • D /wxWidgets/branches/unlabeled-1.70.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.70.4/src/common
  • D /wxWidgets/branches/unlabeled-1.70.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/dfb
  • D /wxWidgets/branches/unlabeled-1.70.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.70.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.70.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.70.4/src/html
  • D /wxWidgets/branches/unlabeled-1.70.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.70.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.70.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.70.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.70.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.70.4/src/msdos
  • D /wxWidgets/branches/unlabeled-1.70.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.70.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.70.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.70.4/src/palmos
  • D /wxWidgets/branches/unlabeled-1.70.4/src/png
  • D /wxWidgets/branches/unlabeled-1.70.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.70.4/src/richtext
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.70.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.70.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.70.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.70.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.70.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.70.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.70.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.70.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.70.4/tests
  • D /wxWidgets/branches/unlabeled-1.70.4/utils
  • D /wxWidgets/branches/unlabeled-1.70.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.70.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.70.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.70.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.70.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.70.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.70.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.70.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.70.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.70.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.70.4'.

2006-10-31 08:50 , revision 42817
  • A /wxWidgets/branches/unlabeled-1.104.4
  • D /wxWidgets/branches/unlabeled-1.104.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.104.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.104.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.104.4/art
  • D /wxWidgets/branches/unlabeled-1.104.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.104.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.104.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.104.4/build
  • D /wxWidgets/branches/unlabeled-1.104.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.104.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.104.4/configure
  • D /wxWidgets/branches/unlabeled-1.104.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.104.4/contrib
  • D /wxWidgets/branches/unlabeled-1.104.4/debian
  • D /wxWidgets/branches/unlabeled-1.104.4/demos
  • D /wxWidgets/branches/unlabeled-1.104.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.104.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.104.4/distrib
  • D /wxWidgets/branches/unlabeled-1.104.4/docs
  • D /wxWidgets/branches/unlabeled-1.104.4/include
  • D /wxWidgets/branches/unlabeled-1.104.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.104.4/lib
  • D /wxWidgets/branches/unlabeled-1.104.4/locale
  • D /wxWidgets/branches/unlabeled-1.104.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.104.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.104.4/misc
  • D /wxWidgets/branches/unlabeled-1.104.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.104.4/regen
  • D /wxWidgets/branches/unlabeled-1.104.4/samples
  • D /wxWidgets/branches/unlabeled-1.104.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.104.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.104.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.104.4/src/aui
  • D /wxWidgets/branches/unlabeled-1.104.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.104.4/src/common
  • D /wxWidgets/branches/unlabeled-1.104.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/dfb
  • D /wxWidgets/branches/unlabeled-1.104.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.104.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.104.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.104.4/src/html
  • D /wxWidgets/branches/unlabeled-1.104.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.104.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.104.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.104.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.104.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.104.4/src/msdos
  • D /wxWidgets/branches/unlabeled-1.104.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.104.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.104.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.104.4/src/palmos
  • D /wxWidgets/branches/unlabeled-1.104.4/src/png
  • D /wxWidgets/branches/unlabeled-1.104.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.104.4/src/richtext
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.104.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.104.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.104.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.104.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.104.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.104.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.104.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.104.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.104.4/tests
  • D /wxWidgets/branches/unlabeled-1.104.4/utils
  • D /wxWidgets/branches/unlabeled-1.104.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.104.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.104.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.104.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.104.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.104.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.104.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.104.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.104.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.104.4/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.104.4'.

2006-10-31 08:50 RD, revision 42816

GetBestFittingSize --> GetEffectiveMinSize SetBestFittingSize --> SetInitialSize SetBestSize --> SetInitialSize SetInitialBestSize --> SetInitialSize

2006-10-31 08:47 VZ, revision 42815

define wxTC_MULTILINE explicitly as wxNB_MULTILINE is not necessarily defined where it is used (e.g. msw/tabctrl.cpp); change the value of wxTC_OWNERDRAW to avoid conflict with wxTC_MULTILINE

2006-10-31 08:45 JS, revision 42814

Don't process char event if wxTranslateKeyEvent returned false.

2006-10-31 08:45 VZ, revision 42813

include wrapwin.h to get HMONITOR and friends declarations

2006-10-31 08:43 SC, revision 42812

lost save state call

2006-10-31 08:39 SC, revision 42811

make sure we always restore the passed in cg in a paint event

2006-10-31 08:14 JS, revision 42810

Updated version number

2006-10-31 08:07 BIW, revision 42809

minor aui doc updates

2006-10-31 08:06 JS, revision 42808

Updated manual version

2006-10-31 08:02 BIW, revision 42807

aui: allow m_frame to be null in wxFrameManager

2006-10-31 07:41 BIW, revision 42806

fix aui crash related to SF bug 1531361

2006-10-31 07:40 MW, revision 42805

Update docs to mention new filesystem handlers.

2006-10-31 01:24 VZ, revision 42804

make wxBitmap *really* ref counted in X11; some cleanup of bitmap code

2006-10-31 00:59 RD, revision 42803

Some random test apps that I've been playing with

2006-10-31 00:59 VZ, revision 42802

partly successful (i.e. previously it didn't work at all and spewed Pango warnings and now it just doesn't work) attempts to fix drawing text on wxMemoryDC in Unicode build

2006-10-31 00:57 RD, revision 42801

Gobs of changes needed to get up to date with today's CVS

2006-10-31 00:41 VZ, revision 42800

added --enable-tga (on by default)

2006-10-31 00:35 VZ, revision 42799

added horse.tga to bakefile and distribution scripts

2006-10-31 00:26 VZ, revision 42798

use wxChar correctly in wxString docs; mark wx1 compatibility functions

2006-10-31 00:14 VZ, revision 42797

compilation fix after wxMemoryDCBase changes

2006-10-31 00:13 VZ, revision 42796

compilation fix after wxBitmap::operator==() removal

2006-10-30 23:42 JS, revision 42795

More fun with line endings, to avoid mangling PDF contents

2006-10-30 23:22 VZ, revision 42794

don't assign NULLs to bools and floats, this is confusing (and also the usual: deTABified; corrected double to int cast)

2006-10-30 23:19 VZ, revision 42793

more fixes to double to int conversions

2006-10-30 23:16 VZ, revision 42792

gcc signed/unsigned comparison fix

2006-10-30 23:16 VZ, revision 42791

hack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEND_MODES not being defined -- but should it be used in this common file at all?

2006-10-30 23:09 VZ, revision 42790

forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom

2006-10-30 23:03 VZ, revision 42789

removed unneeded ifdef from last commit

2006-10-30 22:58 JS, revision 42788

Compile fix for Universal

2006-10-30 22:58 VZ, revision 42787

compilation fix after operator==() removal

2006-10-30 22:51 VZ, revision 42786

compilation fix after operator==() removal

2006-10-30 22:44 VZ, revision 42785

added wxUSE_COLLPANE (why is this file not generated, again?)

2006-10-30 22:43 VZ, revision 42784

Unicode compilation fix

2006-10-30 22:42 VZ, revision 42783

compilation fixes after adding wxMemoryDCBase::Init(): renamed wxDC::Init() in wxDFB to DFBInit()

2006-10-30 22:26 VZ, revision 42782

ignore dmc_lib (Digital Mars build directory)

2006-10-30 22:24 VZ, revision 42781

commented out if(1) which resulted in annoying bcc warning

2006-10-30 22:23 VZ, revision 42780

a better compilation fix

2006-10-30 22:12 RR, revision 42779

Compile fix.

2006-10-30 22:11 VZ, revision 42778

compilation fix after operator==() removal

2006-10-30 22:06 VZ, revision 42777

compilation fix after IsRefTo -> IsSameAs

2006-10-30 22:03 VZ, revision 42776

renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and changed its signature to take a const reference instead of a pointer which simplifies the code and makes it safer as well

2006-10-30 21:53 VZ, revision 42775

don't need to check if we set the same cursor before setting it: SetCursor() already checks for this anyhow

2006-10-30 21:48 VZ, revision 42774

use wxUSE_COLLPANE around usage of wxCollapsiblePane

2006-10-30 21:47 VZ, revision 42773

gcc signed/unsigned comparison warning fix

2006-10-30 21:45 VZ, revision 42772

Unicode compilation fix

2006-10-30 21:45 VZ, revision 42771

handle PANGO_WEIGHT_SEMIBOLD font weight (avoids gcc warnings and generally makes sense)

2006-10-30 21:43 RR, revision 42770

Commit configure.

2006-10-30 21:33 RR, revision 42769

Blindly fixed (tried to) wxSlider on Mac after SetSizeHints() change.

2006-10-30 21:27 RD, revision 42768

another compile fix

2006-10-30 21:09 RD, revision 42767

Add DLL export macro

2006-10-30 21:08 RD, revision 42766

More compile fixes.

2006-10-30 20:56 RD, revision 42765

Some compile fixes. It sure would be nice if big complicated patches could be tested (or at least compiled) on all the core platforms before being checked in, especially in last-minute crunch times.

2006-10-30 20:51 VZ, revision 42764

include wx/bitmap.h as we use wxBitmap here now

2006-10-30 20:34 VZ, revision 42763

remove just added wxCoordRound() (see patch 1586499)

2006-10-30 20:25 VZ, revision 42762

added collpane sampel files

2006-10-30 20:23 VZ, revision 42761

no changes, just removed commented out code

2006-10-30 20:17 VZ, revision 42760

rebaked

2006-10-30 20:08 VZ, revision 42759

Various wxCollapsiblePane enhancements (re-patch 1577412): 1. wxUSE_COLLPANE added 2. XRC handler added 3. flicker fixes for the generic version 4. sizing fixes for GTK+ version 5. RTL fixes for the generic version (via wxBoxSizer) 6. better appearance under Mac for the generic version

2006-10-30 20:07 BIW, revision 42758

aui notebook sizing calculations streamlined

2006-10-30 20:03 VZ, revision 42757

replaced wxCint() with wxRound() (which is exactly the same) in Rotate(); small code cleanup

2006-10-30 19:49 MBN, revision 42756

Nearly finished Italian translation.

2006-10-30 19:41 VZ, revision 42755

Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare the bitmap to ensure that no other bitmaps are modified; also remove some code duplication by introducing wxMemoryDCBase (patch 1580745)

2006-10-30 19:36 VZ, revision 42754

mention comparison operators changes

2006-10-30 19:30 VZ, revision 42753

no changes, just wrap long lines

2006-10-30 19:26 VZ, revision 42752

COW cleanup patch (1583966): 1. perform deep comparison for the classes for which it makes sense in the ports where this wasn't done yet 2. remove (shallow) comparison operators for the classes for which it does not make sense (such as wxBitmap) 3. makes wxBitmap use COW on all ports 4. adds wxObject::IsRefTo() 5. centralizes and improves COW docs

2006-10-30 19:14 VZ, revision 42751

use explicit virtual keyword with overridden virtual methods

2006-10-30 19:13 RR, revision 42750

Replaced SetSizeHints -> SetMinSize

2006-10-30 19:11 VZ, revision 42749

compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPATIBILITY_2_6 (bug 1587408)

2006-10-30 19:09 RR, revision 42748

Replaced SetSizeHints() with SetMinSize(). Fixed what must by typo be the way.

2006-10-30 18:58 BIW, revision 42747

aui notebook button enabling/disabling implemented

2006-10-30 18:52 RR, revision 42746

It's too late.

2006-10-30 18:52 RR, revision 42745

Typo.

2006-10-30 18:47 RR, revision 42744

Small fix again.

2006-10-30 18:40 ABX, revision 42743

Simplest fix received from OW community (Peter C. Chapin).

2006-10-30 18:20 RR, revision 42742

Removed GetAdjustedBestSize().

2006-10-30 18:18 RR, revision 42741

removed hack that used SetSizeHints() for some strange reason.

2006-10-30 18:15 JS, revision 42740

Copy constructor warning elimination

2006-10-30 18:08 ABX, revision 42739

Tinderbox build fix.

2006-10-30 18:07 RR, revision 42738

Correct wxPickerBase size calculation.

2006-10-30 18:06 ABX, revision 42737

wxWinCE build fix.

2006-10-30 18:00 PC, revision 42736

don't try to add emission hook if GtkWidget type is not loaded

2006-10-30 17:52 JS, revision 42735

Added page break specification

2006-10-30 17:51 JS, revision 42734

Reuse wxCaret object Add page break specification Optimize drawing after character input

2006-10-30 17:07 VZ, revision 42733

handle XOpenDisplay() failure in GetSM(); reformatted the code

2006-10-30 17:05 ABX, revision 42732

Tinderbox build fix.

2006-10-30 17:03 MW, revision 42731

Some watcom warnings.

2006-10-30 16:34 BIW, revision 42730

wxaui notebook tabs can scroll; notebook themability improved

2006-10-30 16:18 VZ, revision 42729

generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow

2006-10-30 16:14 ABX, revision 42728

Updated to recently added files.

2006-10-30 16:04 VZ, revision 42727

GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes

2006-10-30 15:41 VZ, revision 42726

include wx/msw/private.h before wx/msw/uxtheme.h for consistency with other headers (it's not needed, strictly speaking, as uxtheme.h now includes it itself anyhow, but it's more clear like this)

2006-10-30 15:37 VZ, revision 42725

need to include wx/msw/private.h to get GetHwnd() which is used here

2006-10-30 15:02 RR, revision 42724

Mark GetMinSize() as virtual and explain why.

2006-10-30 14:46 RR, revision 42723

[ 1587248 ] Segfault w/o Session Manager (e.g. KDE/GNOME ...)

2006-10-30 14:33 ABX, revision 42722

Updated to recently added files.

2006-10-30 13:57 RR, revision 42721

Compilo.

2006-10-30 13:29 ABX, revision 42720

Match EscapeSqlChars() interface.

2006-10-30 13:25 RR, revision 42719

Moved overridden SetMinSize() to base class.

2006-10-30 13:18 RR, revision 42718

Make SetMinSize() and SetMaxSize() virtual so they can be overridden in wxTLW to set WM hints. Actually did that for wxGTK, nothing required for wxMSW, no idea about wxMac. Documented this in tlw.tex.

2006-10-30 12:45 ABX, revision 42717

Keep buildable.

2006-10-30 12:33 VS, revision 42716

moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes

2006-10-30 12:24 VS, revision 42715

renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()

2006-10-30 12:16 MW, revision 42714
  • D /wxWidgets/trunk/include/wx/fileback.h

Moved to include/wx/private/fileback.h

2006-10-30 11:56 ABX, revision 42713

Minor header cleaning.

2006-10-30 11:46 RR, revision 42712

[ 1587059 ] wxLaunchDefaultBrowser fix for KDE

2006-10-30 11:41 VS, revision 42711

don't use deprecated wxSTRING_MAXLEN

2006-10-30 11:29 VZ, revision 42710

define wxLongLong_t as long long if it is supported, only fall back to long otherwise as we want to be able to pass wxLongLong_t to the standard C99 functions working with long long

2006-10-30 11:25 VS, revision 42709

compilation fix for !wxUSE_MIMETYPE

2006-10-30 11:20 VZ, revision 42708

slightly reduce the number of #ifndef __WATCOMC__

2006-10-30 11:08 ABX, revision 42707

Temporary ugly trick to make release for OpenWatcom possible.

2006-10-30 10:19 VS, revision 42706

render scrollbar's thumb as stippled bar to distinguish it from controls

2006-10-30 10:11 JS, revision 42705

Call Update after user input to improve responsiveness

2006-10-30 09:37 JJ, revision 42704

Committing in . Update OpenVMS configuration files Modified Files: wxWidgets/setup.h_vms

2006-10-30 09:07 CE, revision 42703

add index and contents as per http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/78600/match=pdf

2006-10-30 09:03 JS, revision 42702

Applied patch [ 1586964 ] Getting the PID of the process executed by wxProcess::Open() by Lauri Nurmi

2006-10-30 08:07 SN, revision 42701

Compilation fix for old GCC versions.

2006-10-30 07:16 JS, revision 42700

Improve the registry query for whether to show combobox animation or not WinCE compile fix

2006-10-30 07:12 JS, revision 42699

Focus event recursion fix

2006-10-30 07:04 JS, revision 42698

Don't use wstring for MinGW versions that don't support it

2006-10-30 04:36 KH, revision 42697

Non pre-comp compilation fix

2006-10-30 01:28 VZ, revision 42696

check that the cell using bool editor has a valid value (i.e. either true or false) (last nail in the coffin of the request 1557790)

2006-10-30 01:01 VZ, revision 42695

try http scheme if we can't find the default browser for the URL scheme (this is the case for file:// URLs for example) in wxLaunchDefaultBrowser()

2006-10-30 00:44 VZ, revision 42694

undid removal of implicit http: from wxLaunchDefaultBrowser() done in last revision as it's not supposed to work with local files by default (which should have file:// scheme (obviously)) but with URLs

2006-10-30 00:36 VZ, revision 42693

increment TEXTCTRLYADJUST_CLASSIC (patch 1586710)

2006-10-30 00:07 JS, revision 42692

Small updates

2006-10-29 23:57 SN, revision 42691

Renamed m_clientData member variable to avoid clash with variable with same name in wxEvtHandler which wxSimpleHtmlListBox derives from.

2006-10-29 23:42 VZ, revision 42690

Borland needs dummy return in wxSEH_HANDLE as well

2006-10-29 23:40 VZ, revision 42689

removed more unused variables (thanks Borland)

2006-10-29 23:38 VZ, revision 42688

removed unused variable (thanks Borland)

2006-10-29 23:35 VZ, revision 42687

commented out more unused code (bcc compilation warning)

2006-10-29 23:20 VZ, revision 42686

renamed OnLinkClicked() event handler to avoid hiding the virtual function with the same name

2006-10-29 23:16 VZ, revision 42685

set wxUSE_STD_STRING to 1 by default

2006-10-29 22:57 SN, revision 42684

Fixed typo.

2006-10-29 22:46 JS, revision 42683

Digital Mars needs CCS_RIGHT

2006-10-29 22:41 MW, revision 42682

Compile fix for no-pch.

2006-10-29 22:38 MW, revision 42681

Compile fix after GetC return type changed from char to int.

2006-10-29 22:33 MW, revision 42680

Compile fix for 64-bit.

2006-10-29 22:31 MW, revision 42679

Make m_typeflag an int.

2006-10-29 22:01 JS, revision 42678

Digital Mars doesn't like the identifiers being declared later

2006-10-29 21:55 JS, revision 42677

Digital Mars fixes

2006-10-29 21:49 VZ, revision 42676

escape special SQL chars in where clauses (patch 1204728)

2006-10-29 21:29 VZ, revision 42675

search in the index case-insensitively in FindPageByName() if all else fails (replaces patch 1227882)

2006-10-29 21:28 SC, revision 42674

minimize overlay area to avoid eg scrolling artifacts when using a caret

2006-10-29 21:13 VS, revision 42673

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 21:10 MW, revision 42672

Restore the final wildcard.

2006-10-29 21:10 VZ, revision 42671

avoid infinite recursion by not using GetMaxWidth/Height() from GetMaxSize() implementation

2006-10-29 21:09 VZ, revision 42670

mention wxTB_RIGHT patch

2006-10-29 21:01 SC, revision 42669

guarding against setting of NULL

2006-10-29 21:00 SC, revision 42668

applying correct offsets

2006-10-29 20:51 SC, revision 42667

remove unneeded code

2006-10-29 20:47 VZ, revision 42666

remove manual bitmap greying code with a call to wxImage::ConvertToGreyscale()

2006-10-29 20:44 CE, revision 42665

fix borland header difference

2006-10-29 20:39 VZ, revision 42664

don't override GetMinWidth/Height() which are non-virtual any more, override GetMinSize() instead

2006-10-29 20:39 PC, revision 42663

remove unnecessary casts

2006-10-29 20:38 VZ, revision 42662

return the results of GetMin/MaxSize() from GetMin/MaxWidth/Height(); fix warnings about unused parameters in DoSetSizeHints()

2006-10-29 20:37 PC, revision 42661

remove unneeded include

2006-10-29 20:36 PC, revision 42660

fix for Borland 5.5

2006-10-29 20:26 VZ, revision 42659

pass correct indicator pointer to SQLBindCol() (patch 1390059)

2006-10-29 20:26 VS, revision 42658

add events API to wxHtmlWindow (patch #1504493 by Francesco Montorsi)

2006-10-29 20:24 VZ, revision 42657

post WM_CLOSE instead of deleting the inplace edit control (second incarnation of the patch 1394785)

2006-10-29 20:23 VS, revision 42656

added SUB/SUP tags to the list of supported ones

2006-10-29 20:17 VZ, revision 42655

CW8.3+ has ssize_t (patch 1492413)

2006-10-29 20:15 RR, revision 42654

Let wxMiniFrame have the same default flags under wxGTK as under wxMSW, notably no close box by default.

2006-10-29 20:13 RR, revision 42653

Remove left-over code.

2006-10-29 20:12 RR, revision 42652

Clarify docs about wxSizer::SetSizeHints().

2006-10-29 20:06 MW, revision 42651

Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to wxArchiveFSHandler for compatibilty.

2006-10-29 19:53 VZ, revision 42650

some people disliked the asterisks in wxDebugReport dialog, removed (patch 1491869)

2006-10-29 19:43 SC, revision 42649

subrect blit

2006-10-29 19:26 RR, revision 42648

Use SetSizeHints() for wxTLW.

2006-10-29 19:19 SN, revision 42647

Add method declaration needed for wxGTK.

2006-10-29 19:17 RR, revision 42646

Make wxWindow::SetSizeHints() do nothing. Make wxTLW::SetSizeHints() set the various m_minWidth etc. fields. Override SetSizeHints() in wxGTK to call the relevant gtk funcion only there and not in every resize. Make GetMinWidth() etc. non-virtual.

2006-10-29 19:12 VZ, revision 42645

added wxTB_RIGHT style for right-aligned toolbars (slightly modified patch 1567469)

2006-10-29 18:58 VZ, revision 42644

added TGA handler (somewhat modified patch 1393912)

2006-10-29 18:44 VS, revision 42643

compilation fix

2006-10-29 18:10 RR, revision 42642

Added simplistic test for nested sizer (in panel).

2006-10-29 18:09 RR, revision 42641

Forgot one wxCoordRound

2006-10-29 18:09 VZ, revision 42640

don't set translation credits if they're empty (part of patch 1586730)

2006-10-29 18:08 RR, revision 42639

wxRound

2006-10-29 18:07 RR, revision 42638

wxCoordRound() -> wxRound()

2006-10-29 18:05 VZ, revision 42637

correct EnsureFileAccessible() docs broken by previous change (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42636

don't call gtk_image_set_from_pixbuf() if no animation (part of patch 1586730)

2006-10-29 18:04 VZ, revision 42635

commented out/unused code removed; use wxAboutDialog (part of patch 1586730)

2006-10-29 18:03 VZ, revision 42634

handle errors returned by wxAnimateCtrl::Play() (part of patch 1586730)

2006-10-29 17:59 SN, revision 42633

Corrected includes for wxGTK under OS/2.

2006-10-29 17:59 VZ, revision 42632

don't use Unicode filenames under Win9x, even with MSLU (heavily modified patch 1585672)

2006-10-29 17:55 RR, revision 42631

wxCoordRound -> wxRound.

2006-10-29 17:50 RR, revision 42630

Use wxRound instead of wxCoordRound

2006-10-29 17:37 SC, revision 42629

flushing is not done anymore in closing the context, but we need it here - there's still an offset bug however ...

2006-10-29 17:32 JS, revision 42628

Merge extra documents with main doc archives to help reduce user confusion/fatigue. Rename doc archive names to something more readable. .zip should be lower case.

2006-10-29 17:29 JS, revision 42627

Applied patch [ 1583316 ] set media source for printing by d2walter

2006-10-29 17:13 MW, revision 42626

Remove extra newline.

2006-10-29 17:11 MW, revision 42625

Mention GetC and wxFileSystem in incompatible changes.

2006-10-29 17:01 JS, revision 42624

Applied patch 1586499: wxCoordRound function Centralises rounding and adds nearest-value rounding to prntbase.cpp. by Robert J. Lang

2006-10-29 17:00 MW, revision 42623

Change GetC to return an int so that it can return wxEOF on error.

2006-10-29 16:48 JS, revision 42622

Borland fix.

2006-10-29 16:47 MW, revision 42621

Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.

2006-10-29 15:51 VZ, revision 42620

deal correctly with vsnprintf() implementations which always NUL-terminate the buffer, even if there is not enough space (recent glibc ones do it like this)

2006-10-29 15:12 MBN, revision 42619

Updated PO files. Translated some of the missing Italian strings.

2006-10-29 14:53 RR, revision 42618

More simplistic test for setting size and max size after creation.

2006-10-29 14:25 RR, revision 42617

Test SetSizeHints() for wxFrame (does nothing under wxMSW).

2006-10-29 13:56 VZ, revision 42616

use just HAVE_FSYNC as wxFsync() guard, it is now defined if wxFsync() is

2006-10-29 13:55 VZ, revision 42615

use wxPOSIX_IDENT() for consistent handling of underscores in POSIX functions names in Windows compilers standard headers; this should hopefully fix the compilation for older Borland versions without breaking it for anything else; also define wxFsync() for Borland and DMC as they seem to have _commit() too (subject to version checks...), only Watcom seems to lack it

2006-10-29 12:56 MW, revision 42614

Document filter streams take owner ship when created with a pointer, new feature of the archive factories and new filter factories.

2006-10-29 11:07 SC, revision 42613

blit implemented using dc.GetAsBitmap with subrect

2006-10-29 10:46 SC, revision 42612

GetAsBitmap with subrect

2006-10-29 10:42 SC, revision 42611

apply complete transforms (scroll window PrepareDC was not functioning properly)

2006-10-29 10:41 SC, revision 42610

forgotten commit for having native affine matrix ops

2006-10-29 10:39 SC, revision 42609

extend GetAsBitmap with an optional subrect

2006-10-29 09:49 SC, revision 42608

using native tranforms for everything

2006-10-29 09:44 SC, revision 42607

switch having an affine transform even when there is no native context around

2006-10-29 09:41 SC, revision 42606

moving context methods

2006-10-29 07:37 MW, revision 42605

Fixes for semicolons, commas and wxSTRING_MAXLEN from Wlodek Szafran.

2006-10-29 05:29 KO, revision 42604

Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order to restore the ability to blit the contents of those DCs.

2006-10-29 03:05 RD, revision 42603

SetTextColour is gone

2006-10-29 03:03 RD, revision 42602

reSWIGged

2006-10-29 03:00 RD, revision 42601

Add wxPyTabArt

2006-10-29 02:59 RD, revision 42600

wxGraphicsMatrix and wxGraphicsPath are ref-counted now, use references instead of pointers. Other changes to get up to date.

2006-10-29 02:53 RD, revision 42599

wxGridCellBoolEditor::UseStringValues

2006-10-29 02:50 RD, revision 42598

Add wxPyTabArt

2006-10-29 02:33 RD, revision 42597

update the Cairo version to match recent changes in the others

2006-10-29 02:28 RD, revision 42596

Add missing wxNullGraphicsPath

2006-10-29 02:26 RD, revision 42595

Add export macros

2006-10-29 01:05 VZ, revision 42594

added NZST and NZDT time zones (request 617912)

2006-10-28 22:19 RR, revision 42593

Mention the Unix printing overview in the general printing overview.

2006-10-28 22:07 RR, revision 42592

Correct background colour in ComboCtrl (from Jaako).

2006-10-28 21:57 RR, revision 42591

Launch the browser that is set in the gconf registry. Don't blindly add "http://" to URL as this will not work with local file paths (obviously).

2006-10-28 21:54 RD, revision 42590

Moved version number to 2.7.2.0 and rebaked

2006-10-28 20:46 VZ, revision 42589

remove unneeded WXDLLEXPORTs for the classes only used inside the implementation and so not needing to be exported

2006-10-28 18:27 BIW, revision 42588

fixed some compiler warnings in wxaui

2006-10-28 18:21 BIW, revision 42587

wxaui multi-book prep work for left/right buttons on tab bar

2006-10-28 17:15 VZ, revision 42586

avoid gcc warnings about missing braces in an aggregate initializer by not using a union in ToLongTestData

2006-10-28 17:13 VZ, revision 42585

check for strtoull() or wcstoull()

2006-10-28 17:04 VZ, revision 42584

fix gcc compilation warning

2006-10-28 16:55 KO, revision 42583

For whatever reason, font-size 9 is now hardly readable on Mac. Using default font size on that platform for now.

2006-10-28 16:53 SC, revision 42582

missing methods

2006-10-28 16:46 VZ, revision 42581

added wxString::ToLongLong() and ToULongLong() (feature request 1290937)

2006-10-28 16:39 VZ, revision 42580

no changes, just a typo in comment

2006-10-28 15:42 VZ, revision 42579

also reset errno iin ToDouble()

2006-10-28 15:41 VZ, revision 42578

reset errno before testing it

2006-10-28 15:24 VZ, revision 42577

extracted common code of ToLong and ToULong in a separate template helper

2006-10-28 15:20 BIW, revision 42576

wxaui multi-notebook now uses a tab art provider which allows for dynamically switchable notebook themes

2006-10-28 15:16 VS, revision 42575

removed unused GetScrollbarArrowSize() version

2006-10-28 15:01 VZ, revision 42574

deTABified

2006-10-28 14:58 VZ, revision 42573

check for under/overflow in ToLong/ULong/Double() as well

2006-10-28 14:41 SC, revision 42572

matrix and path to ref counting

2006-10-28 14:16 VZ, revision 42571

Alloc() doesn't clear the array any more, for consistency with reserve()

2006-10-28 14:11 VZ, revision 42570

no real changes, just renamed the header guard to standard form and removed unneeded casts

2006-10-28 14:06 VZ, revision 42569

deprecate wxSTRING_MAXLEN in favour of wxString::npos

2006-10-28 14:03 VZ, revision 42568

added missing dlldecl for wxFSHandlerHash

2006-10-28 13:57 VZ, revision 42567

allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790)

2006-10-28 13:46 SC, revision 42566

moving path and matrix to refcounting as well, switching filling rule default to odd-even as dc.h does

2006-10-28 13:46 VZ, revision 42565

don't use unneeded logBuf member variable; show the changed cell value in OnCellValueChanged()

2006-10-28 11:53 MW, revision 42564

Another fix for the pch bug test.

2006-10-28 11:07 MW, revision 42563

Another fix for the pch bug test.

2006-10-28 10:49 JS, revision 42562

Documented wxRichTextBuffer printing

2006-10-28 10:48 JS, revision 42561

Avoid missing ref

2006-10-28 10:31 MW, revision 42560

Fix bugs in check for gcc's precompiled header bug.

2006-10-28 09:29 JS, revision 42559

Corrected a clearing bug

2006-10-28 09:17 MW, revision 42558

Compile fix for VC++ 5 and 6.

2006-10-28 03:01 RD, revision 42557

reSWIGged

2006-10-28 03:00 RD, revision 42556

daily updates and add wxGrpahicsPath overloads

2006-10-28 02:59 RD, revision 42555

Add missing Contains overload

2006-10-28 02:59 RD, revision 42554

Typemaps for wxRect2D

2006-10-28 02:59 RD, revision 42553

Don't decref if the interpreter is not initialized, (eg. it's in its shutdown process.)

2006-10-28 02:58 RD, revision 42552

daily updates and tweaks

2006-10-28 02:28 RD, revision 42551

Ensure that the pen and bush are properly initialized

2006-10-28 01:15 MW, revision 42550

Fix portibility bug.

2006-10-28 00:52 VZ, revision 42549

explain that wxRTTI macros must be used for OnCompareItems() to be called

2006-10-28 00:44 VZ, revision 42548

verify that we checked all the array elements in TestSTL(); make the number of array elements a constant

2006-10-28 00:37 KO, revision 42547

Calling SetFocus from within an OnFocus handler causes infinite recursion on Mac...

2006-10-28 00:28 VZ, revision 42546

fix VC warning about forward declaring struct as class

2006-10-28 00:20 VZ, revision 42545

removed hard TAB

2006-10-27 22:10 MW, revision 42544

Add wxArchiveFSHandler.

2006-10-27 22:03 MW, revision 42543

Tidy up includes and #if wxUSE statements.

2006-10-27 20:22 KO, revision 42542

Don't use the superview when converting.

2006-10-27 20:05 RR, revision 42541

Indicate that EnableCloseButton is virtual.

2006-10-27 18:42 RR, revision 42540

Compile fix.

2006-10-27 18:02 RR, revision 42539

[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation

2006-10-27 17:59 RR, revision 42538

[ 1585270 ] Further fixes to wxPathList

2006-10-27 17:25 KO, revision 42537

Don't use bitmaps to draw tree item buttons, use the HITheme drawing functions instead. (The bitmaps would show jaggies on dark backgrounds.)

2006-10-27 15:52 BIW, revision 42536

fixed crash in multi notebook

2006-10-27 15:19 SC, revision 42535

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 15:02 MW, revision 42534

Comment out compile time check.

2006-10-27 14:59 SC, revision 42533

switching things to ref counting

2006-10-27 14:32 JS, revision 42532

Pagination fix

2006-10-27 14:32 MW, revision 42531

Remove header now not needed here.

2006-10-27 14:30 MW, revision 42530

Missing header.

2006-10-27 14:26 VS, revision 42529

fixed typo in last commit: use YLOG2DEV for y coordinates, not XLOG2DEV

2006-10-27 14:21 SC, revision 42528

changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses

2006-10-27 14:16 JS, revision 42527

Colour preview canvas grey to contrast with page

2006-10-27 14:14 MW, revision 42526

Compile fix for --enable-stl.

2006-10-27 14:06 MW, revision 42525

Missing exports.

2006-10-27 13:14 JS, revision 42524

Robert Lang's patch and wxRTC changes documented

2006-10-27 13:08 VS, revision 42523

compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine

2006-10-27 13:07 JS, revision 42522

Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies

2006-10-27 12:41 VS, revision 42521

don't draw the endpoint in DrawLine at least in the common cases of vertical and horizontal lines

2006-10-27 12:40 JS, revision 42520

Fixed caret droppings left when scrolling

2006-10-27 12:23 VS, revision 42519

wx{V,H}SCROLL code is needed on all platforms

2006-10-27 12:21 VS, revision 42518

fixed repainting of windows without the wxFULL_REPAINT_ON_RESIZE style under wxMSW/Univ

2006-10-27 12:16 MW, revision 42517

Base wxArchiveFSHandler on wxZipFSHandler.

2006-10-27 11:33 MW, revision 42516

Yes VC5 support large files.

2006-10-27 11:27 VZ, revision 42515

don't use _INTEGRAL_MAX_BITS to decide whether a (Windows) compiler supports huge files, this fails with Borland, so test for all compilers explicitly

2006-10-27 10:47 MW, revision 42514

Bug fix.

2006-10-27 10:14 MW, revision 42513

Use wxFS_SEEKABLE when opening images since some image handlers need seeking.

2006-10-27 10:11 MW, revision 42512

Add tar stream tests.

2006-10-27 10:06 MW, revision 42511

Include FindLength in the tests.

2006-10-27 09:57 MW, revision 42510

Rebake for new tar streams.

2006-10-27 09:54 MW, revision 42509

Implement new features for finding class factories. Put seek inside 2.6 compat ifdef.

2006-10-27 09:53 MW, revision 42508

Base class factory on the wxFilter base class and implement the new Find feature.

2006-10-27 09:35 MW, revision 42507

Allow per instance filesystem handlers.

2006-10-27 09:29 JS, revision 42506

Warning fixes

2006-10-27 09:28 MW, revision 42505

Add tar streams.

2006-10-27 09:27 JS, revision 42504

Typo fix

2006-10-27 09:12 RR, revision 42503

Add empty EnableCloseButton() into wxTLW base class.

2006-10-27 09:12 MW, revision 42502

Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.

2006-10-27 09:07 RR, revision 42501

Document wxTLW::EnableCloseButton.

2006-10-27 09:02 RR, revision 42500

Minor doc corrections.

2006-10-27 08:59 JS, revision 42499

Demonstrates printing

2006-10-27 08:56 JS, revision 42498

Added richtextprinting.cpp/h

2006-10-27 08:54 MW, revision 42497

Add FindLength()

2006-10-27 08:50 RR, revision 42496

Don't overwrite wxFD_ styles in m_windowStyle.

2006-10-27 08:45 RR, revision 42495

Move the wxFD_... flags back into m_windowStyle as requested. Add the list if flags, with which the wxFD_ flags have to cooperate into the header of wxFileDialog.

2006-10-27 08:43 JS, revision 42494

First cut at printing support for wxRichTextCtrl

2006-10-27 08:18 RR, revision 42493

Add EnableCloseButton() as wxMSW does. Use it in wxProgressDialog so that without wxPD_CAN_ABORT you cannot close the dialog. Closes [ 1585563 ] wxProgressDialog @ GTK CloseButton

2006-10-27 07:52 MW, revision 42492

Factory some of wxFilterClassFactory into a base class.

2006-10-27 07:48 ABX, revision 42491

Reverted winundef.h removal - without it build fails on GetWindowStyle later.

2006-10-27 07:45 ABX, revision 42490

Warning fixes.

2006-10-27 07:21 BIW, revision 42489

made the multi-notebook the default view in the aui sample; added welcome screen to the notebook

2006-10-27 07:06 MW, revision 42488

Add wxFS_SEEKABLE open flag.

2006-10-27 06:30 RD, revision 42487

flesh out the dummy classes reorg the class decls a bit do some overloading add docstrings

2006-10-27 06:29 RD, revision 42486

include mslu.h

2006-10-27 06:28 RD, revision 42485

fix some compile/link errors

2006-10-27 06:08 RD, revision 42484

Added Changer classes

2006-10-27 06:06 RD, revision 42483

Add wxRect2D

2006-10-27 05:32 RD, revision 42482

fix compile errors

2006-10-27 05:31 RD, revision 42481

Detabified

2006-10-27 04:42 PC, revision 42480

allow building with wxUSE_THREADS==0

2006-10-26 22:49 MW, revision 42479

Add wxFilterFSHandler.

2006-10-26 22:45 MW, revision 42478

Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().

2006-10-26 22:43 MW, revision 42477

Add wxFilterClassFactory::PopExtension().

2006-10-26 22:41 MW, revision 42476

For streams smaller than the buffer reduce the buffer to length + 1 instead of length, so that it doesn't go to disk.

2006-10-26 21:41 , revision 42475
  • A /wxWidgets/tags/wxPy_2_7_1_3
  • R /wxWidgets/tags/wxPy_2_7_1_3/build
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/animate
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/debian
  • D /wxWidgets/tags/wxPy_2_7_1_3/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_7_1_3/docs/latex/wx/bufferdc.tex
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/dcbuffer.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/graphics.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/hyperlink.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/include/wx/mac
  • R /wxWidgets/tags/wxPy_2_7_1_3/lib/dummy
  • R /wxWidgets/tags/wxPy_2_7_1_3/Makefile.in
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/png/pngdemo.rc
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/resource
  • R /wxWidgets/tags/wxPy_2_7_1_3/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/tab
  • D /wxWidgets/tags/wxPy_2_7_1_3/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/common/gdicmn.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/common/graphcmn.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/expat.dsp
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/dosconfig.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/os2config.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/generic/graphicc.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/generic/hyperlink.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/filedlg.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/listctrl_mac.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/mac/carbon/overlay.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/msw/graphics.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/configure
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/makefile.vc
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/README
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_7_1_3/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/wxWindows.dsp
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_7_1_3/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_7_1_3/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_7_1_3/wxPython

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

2006-10-26 21:41 RD, revision 42474

wxPython 2.7.1.3

2006-10-26 21:36 VZ, revision 42473

include autopackage-related files

2006-10-26 21:35 VZ, revision 42472

include wx/msw/mslu.h for wxUsingUnicowsDll() declaration

2006-10-26 21:08 RR, revision 42471

[ 1585253 ] Various important bugfixes to wxFileName::Normalize

2006-10-26 20:35 RR, revision 42470

Make animation of combo-popdown optional. Replace wxMiniSleep() + wxYield() implemenation by wxTimer based one.

2006-10-26 20:29 RR, revision 42469

Rewrite selection event code for wxListBox. Remove ifdef for non-native wxCheckListBox.

2006-10-26 19:48 MW, revision 42468

Missing header.

2006-10-26 19:24 SC, revision 42467

moving rounded rect and ellipse to path class

2006-10-26 19:21 SC, revision 42466

missing apply call

2006-10-26 19:17 KO, revision 42465

Updating bindings for wxGraphicsContext and wxRichTextCtrl.

2006-10-26 19:12 VZ, revision 42464

no need to include wx/msw/mslu.h from here any more, wx/msw/wrapwin.h does what it used to do now

2006-10-26 19:11 VZ, revision 42463

rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)

2006-10-26 19:06 VZ, revision 42462

move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h

2006-10-26 17:54 RD, revision 42461

Patch from Dj Gilcrease to fix gradients.

2006-10-26 17:31 SC, revision 42460

adding workarounds for 10.4 only implementations

2006-10-26 17:22 SC, revision 42459

switching to new renderer API

2006-10-26 16:49 JS, revision 42458

Minor corrections

2006-10-26 16:19 RD, revision 42457

fixed compile error (jump to label bypasses initialization, or something like that...)