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.