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

2001-04-30 13:52 DW, revision 9938

Support for proper sizeing for scrolling

2001-04-30 13:51 DW, revision 9937

no message

2001-04-30 12:35 JS, revision 9936

Changed generic wxScrolledWindow -> wxGenericScrolledWindow

2001-04-29 22:24 VS, revision 9935

minor comments tweaking

2001-04-29 22:14 VS, revision 9934

changed wxAddBasePath to wxHtmlCotentsItem's method

2001-04-29 18:35 RR, revision 9933

Native wxScrolledWindow finishing touches.

2001-04-29 17:58 VS, revision 9932

cleanup

2001-04-29 17:57 VS, revision 9931

cleanup and reformatting to match indentation style of the rest of wx

2001-04-29 17:57 VS, revision 9930

indentation fixes; virtual dtor for all platforms, not only MacOS X

2001-04-29 17:57 VS, revision 9929

makefile.unx's now default to OpenGL, not Mesa

2001-04-29 15:27 RR, revision 9928

wxScrolledWindow is now a native widget under GTK.

2001-04-29 13:43 JS, revision 9927

Updated version numbers

2001-04-29 13:42 JS, revision 9926

Updated distribution scripts

2001-04-28 23:39 VS, revision 9925

added xpmdecod.cpp

2001-04-28 23:36 VS, revision 9924

better test for MGL libs

2001-04-28 23:35 VS, revision 9923

backported XPM handler to wxUniversal

2001-04-28 23:35 VS, revision 9922

added XPM test

2001-04-28 23:34 VS, revision 9921

added creation from XPM data

2001-04-28 23:31 VS, revision 9920

fixed gcc pragmas in fs_*.h,cpp

2001-04-28 23:30 VS, revision 9919

added imagxpm.h and xpmdecod

2001-04-28 23:30 VS, revision 9918

documented XPM support and updated status of TIFF handler

2001-04-28 23:30 , revision 9917

This commit was manufactured by cvs2svn to create branch 'wxUNIVERSAL'.

2001-04-28 23:30 VS, revision 9916

added wxXPMDecoder

2001-04-28 23:30 VS, revision 9915

added XPM demo to samples/image

2001-04-28 14:45 RR, revision 9914

add #define wxUSE_SPINCTRL

2001-04-28 14:45 RR, revision 9913

Implement wxRB_GROUP

2001-04-28 13:35 GD, revision 9912

added common imagxpm files

2001-04-28 13:32 GD, revision 9911

corrections for Mac OS X

2001-04-28 13:31 GD, revision 9910

corrections for modifications made to common mimetype code

2001-04-28 07:21 RR, revision 9909

Updated changes.txt

2001-04-28 07:14 RR, revision 9908

wxBitmapButton patch part II Added test for wxSpinCtrl->SetValue() Corrcected wxTextCtrl focus events

2001-04-27 18:22 VS, revision 9907

oops, forgot to check in change that adds WX_ICONV_TAKES_CHAR

2001-04-27 17:03 RD, revision 9906

Made wxSplitterWindow conform to the docs with respect to using a negative sash position in the Split* methods.

2001-04-27 16:57 RD, revision 9905

Made wxSplitterWindow conform to the docs with respect to using a negative sash position in the Split* methods.

2001-04-27 16:30 RR, revision 9904

Maybe compilation works now.

2001-04-27 15:04 JS, revision 9903

Added showing the default URL in DisplayContents and DisplayIndex

2001-04-27 03:41 GT, revision 9902

There was no icon file in this example, causing compilation with VC to fail. I just stole a DialogEditor icon to use here

2001-04-27 03:36 GT, revision 9901

Fixes problem where child window does not appear immediately (until second child is added) in the WINDOWS menu. OGL Studio sample did not even show the child frame when a new one was created [bug reported by Julian]. This patch supplied by Markus Greither

2001-04-27 00:34 VZ, revision 9900

compilation fix (sorry)

2001-04-27 00:16 RD, revision 9899

generated source updates

2001-04-27 00:16 RD, revision 9898

Now that XPMs can be written in wxGTK, updated my conversion tools to actually do it.

2001-04-27 00:10 VZ, revision 9897

translate MDI menu items

2001-04-26 22:46 VS, revision 9896

fixed SIZEOF_WCHAR_T detection

2001-04-26 22:37 VS, revision 9895

removed duplicities in HTML entities tables

2001-04-26 22:30 KLB, revision 9894

Updates to OS/2 makefiles.

2001-04-26 20:34 JS, revision 9893

Fixed Simple Toolbar bug; removed 2 pixel kludge in splash screen

2001-04-26 18:58 RR, revision 9892

Added Greg's wxBitmapButton patch, take 2.

2001-04-26 16:38 VZ, revision 9891

applied patch 417699 (remove WXDLLEXPORT from inline functions)

2001-04-26 16:17 VZ, revision 9890

applied patch 419155 (OLE x-compilation with mingw)

2001-04-26 14:13 VZ, revision 9889

fixed wxUSE_MAC not being defined under Unix => -D_REENTRANT was missing resulting in Solaris compilation failure

2001-04-26 11:53 VS, revision 9888

better PNG loading

2001-04-26 10:48 JS, revision 9887

Minor mods to stable branch

2001-04-26 10:39 GT, revision 9886

$(EXTRAINC) moved to the beginning of INC= line so that if a user wants to override the location of include directories with their own, it is possible

2001-04-26 10:17 JS, revision 9885

Minor mods

2001-04-26 10:17 SC, revision 9884

adjusted for vaseks addition of USE_IMAGE and USE_XMP

2001-04-26 06:34 RD, revision 9883

test for replacing menus

2001-04-26 01:12 GT, revision 9882

Fixed BCC compilation warning if wxUSE_HELP was 1

2001-04-26 01:08 GT, revision 9881

Changed ::Fit() to only fit the sizer if the window is the top level window

2001-04-25 21:58 VS, revision 9880

standardized indentation

2001-04-25 21:55 VS, revision 9879

load bitmaps directly into tmp DC

2001-04-25 18:37 VS, revision 9878

added wxBitmapHandler that derives from wxBitmapHandlerBase

2001-04-25 18:36 VS, revision 9877

added fool-proof test for sizeof(wchar_t) that works on SGI/Irix. This a workaround for autoconf's limitation.

2001-04-25 16:08 GT, revision 9876

Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen. NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog

2001-04-25 15:45 JS, revision 9875

Added MS Word template file to be applied to manual before generation of PDF

2001-04-25 15:38 JS, revision 9874

Some doc corrections

2001-04-25 11:08 JS, revision 9873

Doc bugs fixed

2001-04-25 11:06 JS, revision 9872

Added .emacs tip to coding standards; fixed doc bugs

2001-04-24 22:16 VS, revision 9871

added check for iconv() version; fixed strconv.cpp to compile with both prototypes

2001-04-24 22:05 VS, revision 9870

implemented (more) correct <pre> handling

2001-04-24 16:38 JS, revision 9869

Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont

2001-04-24 13:37 VZ, revision 9868

regenerated

2001-04-24 13:35 VZ, revision 9867

openbsd support added

2001-04-24 00:07 VZ, revision 9866

Unix compilation fixes for new MIME code

2001-04-23 23:46 VZ, revision 9865

applied MIME patch(es) from Chris Elliott

2001-04-23 23:34 VZ, revision 9864

fir for Sun CC 6.0 compilation of wxGTK

2001-04-23 23:33 VZ, revision 9863

no changes

2001-04-23 23:31 VZ, revision 9862

some ifdef's - now it might compile without wxUSE_IMAGE although not tested

2001-04-23 18:33 DW, revision 9861

add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.

2001-04-23 18:32 DW, revision 9860

new y position transforms in dc. Def updates and add imagexpm.cpp to make.

2001-04-23 18:31 DW, revision 9859

Moving y pos transofrmation code to wxOS2::wxDC elimiantes need for some #ifdef __WXPM__ code here.

2001-04-23 14:55 JS, revision 9858

Added support for more special characters

2001-04-23 14:45 JS, revision 9857

Added imagxpm.cpp

2001-04-22 23:10 SN, revision 9856

Added include file for non-precompiled headers.

2001-04-22 22:34 VS, revision 9855

added wxXPMHandler

2001-04-22 22:31 VS, revision 9854

added wxUSE_IMAGE; added write-only wxXPMHandler

2001-04-22 22:25 VS, revision 9853

added test for XPM writing; ConvertToBitmap, ConvertToImage changes

2001-04-22 22:25 VS, revision 9852

moved gtk/palette.cpp to generic/paletteg.cpp

2001-04-22 22:24 VS, revision 9851

moved gtk/palette.h to generic/paletteg.h

2001-04-22 22:23 VS, revision 9850

added wxUSE_IMAGE, wxUSE_XPM

2001-04-22 22:21 VS, revision 9849

added wxXPMHandler and paletteg.cpp/h

2001-04-22 22:21 VS, revision 9848

added wxUSE_IMAGE; added write-only wxXPMHandler

2001-04-22 20:40 SN, revision 9847

Added define missing in EMX headers.

2001-04-22 20:38 SN, revision 9846

Added missing include for non-precompiled headers.

2001-04-22 20:36 SN, revision 9845

Adapted SetData function to common API (taking a reference instead of a pointer)

2001-04-22 20:32 SN, revision 9844

Added missing includes for non-precompiled headers.

2001-04-22 16:12 VZ, revision 9843

don't include unnecessary headers in the distribution

2001-04-22 14:46 RR, revision 9842

Toplevel windows now send both activate and focus events under wxGTK - and probably under wxMSW as well?

2001-04-22 14:44 RR, revision 9841

wxGTK needs focus events from top level windows so they now send activate and focus events.

2001-04-22 14:06 RR, revision 9840

My iconv (GLIBC 2.2) uses char** as the second parameter. altough it is the in-buffer for the character conversion. I added some very ugly conversion to strconv to make it compile. While being at it, I also reformated the whole file, it looks less like Assembler or Perl now.

2001-04-22 12:24 VZ, revision 9839

detabified

2001-04-22 11:53 VZ, revision 9838

fixing mngw32 (cross)compilation

2001-04-22 10:22 RR, revision 9837

Added error checking to wxFileOutputStream as per wxFFileOutputStream (where it is correct).

2001-04-22 10:20 RR, revision 9836

Applied BMP patch. Applied deferred wxBitmapButton patch. Added error checking to wxFileStream and wxFFileStream. Corrected activate event things. All these patches work in the stable branch, the dev-branch does not currently compile.

2001-04-22 09:53 RR, revision 9835

Applied BMP patch. Applied wxBitmapButton deferred creation patch. Corrcted wxActivateApp event. Changed wxFocusEvent to wxActivateEvent for top level windows.

2001-04-22 02:18 VZ, revision 9834

wxGauge fixes - now behaves much more like Win32 one

2001-04-21 23:35 VZ, revision 9833

compilation fixes

2001-04-21 23:18 VS, revision 9832

synced wxImage,wxBitmap docs with my changes

2001-04-21 18:02 , revision 9831
  • A /wxWidgets/tags/WXXML_BEFORE_EXPAT
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/.cvsignore
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/aclocal.m4
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/autogen.sh
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/BuildCVS.txt
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/config.guess
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/config.sub
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/configure
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/configure.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/configure
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/configure.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/docs
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/canvas
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/gizmos
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/mmedia
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/ogl
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/plot
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/include/wx/stc
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/lib
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/Makefile.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/canvas
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/gizmos
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/Makefile.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/mmedia
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/ogl
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/plot
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/samples/stc
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/canvas
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/gizmos
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/Makefile.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/mmedia
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/ogl
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/plot
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/contrib/src/stc
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/debian
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/demos
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/descrip.mms
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/difflast.pl
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/distrib
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/docs
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/include
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/install-sh
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/lib
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/locale
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/Makefile.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/Mingw32-gcc295.patches
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/make-deb
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/misc
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/mkinstalldirs
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/regen
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/samples
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/setup.h.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/setup.h_vms
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/src
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/tests
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/user
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/configure
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/configure.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/dialoged
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/framelayout
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/HelpGen
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/HelpHTML
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/hhp2cached
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/Install
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/Makefile.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/makefile.vc
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/makegen
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/nplugin
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/projgen
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/serialize
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/tex2rtf
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/wxOLE
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/wxPython
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/utils/wxprop
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wx-config.in
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxBase.dsp
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxBase.spec
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxGTK.spec
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxMotif.spec
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxPython
  • D /wxWidgets/tags/WXXML_BEFORE_EXPAT/wxWINE.spec

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

2001-04-21 18:02 GT, revision 9830

Fixed a possible double deletion of 'file'

2001-04-21 18:02 GT, revision 9829

Removed a duplicate "ADD_STYLE(wxLC_REPORT);" line

2001-04-21 17:25 VS, revision 9828

added check for wxUSE_WCHAR_T

2001-04-21 16:03 VZ, revision 9827

merged wxFont related fix (operator==) and optimization (cache default GUI font) from 2.2

2001-04-21 15:54 VZ, revision 9826

1. fixed wxFont::operator==() 2. cache wxSYS_DEFAULT_GUI_FONT in wxSystemSettings

2001-04-21 15:48 GT, revision 9825

Spelling typo fixed in a comment

2001-04-21 15:48 GT, revision 9824

Minor code tweeks to stop BCC compiler warnings

2001-04-21 15:43 GT, revision 9823

Moved the declaration of wxEVT_NULL to event.cpp and made it extern in the header to solve BCC compilation issues

2001-04-21 14:53 VS, revision 9822

applied BCC fixes for wxXML

2001-04-21 01:49 VZ, revision 9821

oops... conflict removed

2001-04-21 01:46 VZ, revision 9820

merged optimizations from 2.2

2001-04-21 01:34 VZ, revision 9819

optimizations: 1. wxLogXXX functions don't do anything if logging is suspended anyhow 2. wxColourDisplay() caches its result 3. wxRegConf is much, much more efficient 4. wxTextFile::Read() preallocs some memory 5. cache wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT); Bug fix: wxFont::GetTextExtent() wasn't using the given font

2001-04-20 21:18 SN, revision 9818

Commited updated list of files to compile.

2001-04-20 21:17 SN, revision 9817

Added wxGetEnv and wxPutEnv.

2001-04-20 20:48 SN, revision 9816

Hopefully fixed bug #233492 (SelectAll crashed on empty grids).

2001-04-20 16:10 DW, revision 9815

new Def file supporting const changes in wxObject. Bug fixes in STATTEXT and WINDOW

2001-04-20 15:15 DW, revision 9814

Fixed the deleteion of VisualAge stuff

2001-04-20 13:26 DW, revision 9813

Got rid of some wierd VisualAge debug nonsense that had appeared in this after the last update????

2001-04-20 13:00 DW, revision 9812

Const casting fix for Vis C.

2001-04-20 11:21 GT, revision 9811

Changed code to get rid of a compiler warning about statement always being FALSE

2001-04-20 11:18 GT, revision 9810

Minor grammatical/formatting changes

2001-04-20 04:30 RD, revision 9809

Fixed the order of parameters to actually match the code.

2001-04-20 00:39 RD, revision 9808

Commented out hack for VC++ 5.0

2001-04-20 00:39 RD, revision 9807

Changes for building with Python 2.1

2001-04-20 00:38 RD, revision 9806

Tests to show problem with wxExecute when using redirection on a GUI app.

2001-04-20 00:37 RD, revision 9805

reformat

2001-04-20 00:36 RD, revision 9804

UN-tabbed

2001-04-20 00:36 RD, revision 9803

A few changes to match header changes and let wxPython compile again

2001-04-20 00:25 RD, revision 9802

Added a demo to show off all the colours that can be added to wxTheColourDatabase by the wxPython.lib.colourdb module.

2001-04-19 23:32 RD, revision 9801

Added a demo to show off all the colours that can be added to wxTheColourDatabase by the wxPython.lib.colourdb module.

2001-04-19 23:13 VZ, revision 9800

some const correctness for wxClassInfo

2001-04-19 23:00 VZ, revision 9799

some const correctness for wxClassInfo

2001-04-19 22:30 DW, revision 9798

Positioning fixes to compsate for wxWindow's use of the MS backwards standard.

2001-04-19 20:29 GD, revision 9797

added comment to explain __WXMAC_X__ define

2001-04-19 19:16 GD, revision 9796

Corrections for Mac OS X

2001-04-19 19:11 GD, revision 9795

correction for Mac OS X

2001-04-19 19:08 RD, revision 9794

Added wxCURSOR_ARROWWAIT which is the default arrow+hourglass cursor on MSW, or the same as wxCURSOR_WAIT on wxGTK.

2001-04-19 19:06 GD, revision 9793

corrections for Mac OS X

2001-04-19 16:17 JS, revision 9792

Fix/hack 1. ======== At present, if you wish to load a .hhc file instead of add books manually, you can only have one book - UNLESS you omit the outer <ul> </ul>. Then the contents will appear to have more than book, although in fact it's just one book that's displayed on level zero and therefore get the Book icons. However, you'll also get a dummy 'book' with the name of the project but no children. So my hack detects whether the .hhc file is trying to add books at level zero, and if so, throws away the first 'book', so that only the hhc-specified books get shown. So the end result is that our hhc file can specify multiple sections that don't all hang off one dummy book node which itself hangs off the root node -- which is a UI pain! Fix 2. ==== I changed the test if (!m_Page.IsEmpty()) to if (tag.GetParam("TYPE") == "text/sitemap") at around L.120 of helpdata.cpp as suggested in the comment, so we don't have to specify a URL for the node to be valid. Sometimes you don't want a URL in a contents item. I've added some tests to stop it complaining if you click on a URL-less item. Feature enhancement/Hack 3. ====================== I've added wxHtmlHelpController::SetBookBasePath so that the .hhp/.hhc files don't have to be in the same hierarchy as the HTML files.

2001-04-19 12:18 VZ, revision 9791

corrected the URL

2001-04-19 11:14 VZ, revision 9790

fix to allow negative coords for wxFrame creation

2001-04-19 11:13 VZ, revision 9789

fix for scrollbar rounding errors

2001-04-18 20:47 DW, revision 9788

wxControl and wxDialog coded and supporting module def file.

2001-04-18 20:46 DW, revision 9787

Fix to excule OnPaint from WXPM

2001-04-18 20:46 DW, revision 9786

wxControl and wxDialog coded.

2001-04-18 19:23 GD, revision 9785
  • D /wxWidgets/trunk/src/mac/carbon/imaglist.cpp
  • D /wxWidgets/trunk/src/mac/carbon/listctrl.cpp
  • D /wxWidgets/trunk/src/mac/carbon/statusbr.cpp
  • D /wxWidgets/trunk/src/mac/imaglist.cpp
  • D /wxWidgets/trunk/src/mac/listctrl.cpp
  • D /wxWidgets/trunk/src/mac/statusbr.cpp

removed unused files so that makefile VPATH works under Mac OS X

2001-04-18 17:13 JS, revision 9784

No longer paint the selection background under the image

2001-04-17 23:25 VS, revision 9783

initial wxMGL commit

2001-04-17 23:12 VS, revision 9782

initial wxMGL commit

2001-04-17 23:06 VZ, revision 9781

warning fix

2001-04-17 22:34 VZ, revision 9780

wxString::FormatV() fix (bug 416853)

2001-04-17 14:39 SN, revision 9779

Hopefully fixed bug #233492 (SelectAll crashed on empty grids).

2001-04-17 11:05 GT, revision 9778

Fixed a compiler performance warning

2001-04-17 09:47 VZ, revision 9777

another attempt to fix wxMotif build

2001-04-17 01:34 VZ, revision 9776

fix for wxNotebookSizer calculations - better but still not perfect

2001-04-17 01:03 VZ, revision 9775

fix for wxSpinCtrl main window hiding wxTextCtrl inside it

2001-04-16 23:43 VZ, revision 9774

compilation error fix

2001-04-16 23:37 VZ, revision 9773

1. added spinbtn/ctrl test page 2. implemented wxSP_WRAP support

2001-04-16 22:58 SN, revision 9772

Added patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()), changing GRID_SCROLL_LINE to 1. Fixed Bug #413014 (Missing refresh after calling DeleteCols) by fixing Redimension. Fixed Bug #232657 (Mouse not captured during wxGrid column resize) by fixing ChangeCursorMode. Fixed some minor problems with screen updates (CalcDimensions should only be called while not BatchMode, Autosizing Rows/Cols should happen within BatchMode, Sizing a row/column should update also labels) - touched various functions.

2001-04-16 22:56 SN, revision 9771

Added Paul Gamman's patch for 0 as FALSE in bool editor and renderer also to old branch. Updated patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()) Fixed Bug #232657 (Mouse not captured during wxGrid column resize) by fixing ChangeCursorMode. Fixed some minor problems with screen updates (CalcDimensions should only be called while not BatchMode, Autosizing Rows/Cols should happen within BatchMode, Sizing a row/column should update also labels) - touched various functions.

2001-04-16 22:26 DW, revision 9770

StatText coded

2001-04-16 22:25 DW, revision 9769

Remove OnCtlColour from wxStatText

2001-04-16 22:24 DW, revision 9768

Static Box coded.

2001-04-16 19:26 VZ, revision 9767

1. added slider test page to the widgets sample 2. rewrote wxSlider redrawing to work under both GTK and MSW without flicker

2001-04-16 15:43 VZ, revision 9766

1. added wxRA_LEFTOTORIGHT and wxRA_TOPTOBOTTOM style 2. wxRadioBox button layout is now wxMSW compatible 3. fixed focus rect drawing in wxRadioBox 4. removed (some) flicker on [de]activation

2001-04-16 15:20 DW, revision 9765

textctrl is now coded.

2001-04-16 14:22 DW, revision 9764

OnActivate change for wxFrame to better deal with prior window focus and textctrl is no coded.

2001-04-16 14:03 GT, revision 9763

Blob support fixes - still does not work, but getting there

2001-04-16 02:49 VZ, revision 9762

fixed focus rect drawing for checkboxes

2001-04-16 01:14 VZ, revision 9761

wxRadioBox test added

2001-04-16 00:21 RL, revision 9760

simplified (hopefully:) and explained the shared lib versioning scheme. typo fixes to deb/rules.

2001-04-16 00:19 RL, revision 9759

simplified (hopefully:) and explained the shared lib versioning system.

2001-04-15 13:08 GT, revision 9758

Change demo to not try to drop the table when it thinks it is creating it for the first time - per Paul Gammans

2001-04-15 13:06 GT, revision 9757

A couple more 'int' to UWORD conversions

2001-04-15 13:05 GT, revision 9756

A couple more 'int' to UWORD conversions Fixed ::CreateTable() syntax problem with Sybase reported by Paul Gammans

2001-04-15 00:21 VZ, revision 9755

1. fixed handling of centre/right alignment in label drawing 2. added button/static test pages to the widgets sample

2001-04-14 23:29 VZ, revision 9754

compilation fix

2001-04-14 22:07 VZ, revision 9753

fixed DoDrawEllipse() bbox calculation (patch 415116)

2001-04-14 21:46 VZ, revision 9752

merged focus handling fix from 2.2

2001-04-14 21:41 VZ, revision 9751

fix for a crash in wxSetFocusToChild()

2001-04-14 20:21 GD, revision 9750

added spinctrl and corrected list of files for Mac OS X

2001-04-14 20:09 GD, revision 9749

added missing interface pragma

2001-04-14 19:46 VZ, revision 9748

applied wxPerl doc patches

2001-04-14 19:39 GD, revision 9747

corrected dynamic library creation for Mac OS X added compilation option to solve common object link error for Mac OS X

2001-04-14 18:03 VS, revision 9746

applied patch #415855

2001-04-13 14:56 VZ, revision 9745

linking fix for wxMotif

2001-04-13 14:43 VZ, revision 9744

use screen resolution, not hard coded one

2001-04-13 14:28 VZ, revision 9743

reckognize cp125x charsets

2001-04-13 11:40 GT, revision 9742

Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that

2001-04-13 11:40 GT, revision 9741

Fixed a BCC compilation ambiguity for wxString [int] vs [unsigned int]

2001-04-13 10:49 GD, revision 9740

corrections for Mac OS X

2001-04-13 09:59 GD, revision 9739

correction for Mac OS X

2001-04-13 09:52 GD, revision 9738

added spinctrl implementation

2001-04-12 22:45 DW, revision 9737

Filling out common controls now.

2001-04-12 22:29 VZ, revision 9736

focus fixes for toolbars and splitters

2001-04-12 22:05 VZ, revision 9735

another VC++ fix

2001-04-12 22:01 VZ, revision 9734

compilation fix

2001-04-12 21:59 VZ, revision 9733

conflicts resolved, typo fixed

2001-04-12 08:40 SC, revision 9732

corrected cw6 project files and other small problems

2001-04-12 08:34 SC, revision 9731

corrected cw6 project files and other small problems

2001-04-12 08:31 SC, revision 9730

corrected cw6 project files

2001-04-12 02:53 RD, revision 9729

Updated infoframe from Chris Fama

2001-04-11 22:21 VS, revision 9728

wxBitmap compilation fix for BCC enforced typecast in resource.cpp

2001-04-11 18:05 DW, revision 9727

DC updates and an associated .Def file update

2001-04-11 18:04 DW, revision 9726

DC updates

2001-04-11 18:04 VS, revision 9725

applied fix to fix BCC's wxBitmap ctor problem

2001-04-11 18:00 VS, revision 9724

added remark about wxMENU_TEAROFF being wxGTK only

2001-04-11 16:17 GT, revision 9723

Updated to alert the user to the need for them to edit this file to set the location of the libxml install so that XML will compile. Also tells them where to download libxml if they need to know that

2001-04-11 15:03 VZ, revision 9722

warning fix

2001-04-11 15:02 GT, revision 9721

Updated to reflect changes in the wxDb/wxDbTable classes

2001-04-11 14:37 GT, revision 9720

A couple more 'int' to UWORD conversions I had not merged into my previous checkin.

2001-04-11 14:20 GT, revision 9719

Experimental BLOB code added - set wxODBC_BLOB_EXPERIMENT to 1 in dbtest.h if you want to help work on this Added some more test functions that have no GUI hook yet, but will be used in wxBase buidls eventually Fixed handling of checks for TableExists() and TablePrivileges() to use the (HOPEFULLY) now working functions. Better exception handling when the .CFG file does not exist Better reporting of database errors shown by example

2001-04-11 14:11 GT, revision 9718

Fixed TablePrivileges() function (I HOPE!) so it will work with all supported databases All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 14:10 GT, revision 9717

All variables/parameters having to do with number of columns changed to be of type UWORD rather than int, avoiding compiler warnings and giant tables causing problems, and matching the types with the ODBC APIs

2001-04-11 12:07 JS, revision 9716

More fixes

2001-04-11 06:32 GD, revision 9715

added destructor (correction for Mac OS X)

2001-04-11 06:18 GD, revision 9714

ifdef pi which is already defined by Mac OS X

2001-04-10 21:44 DW, revision 9713

New Module definition file for all the new image/bitmap/dc changes

2001-04-10 21:34 VZ, revision 9712

fixing compilation of wxFile (bug 415239)- I wonder how does it manage to compile at all???

2001-04-10 21:01 JS, revision 9711

Fixed some wxDragImage bugs

2001-04-10 20:52 RD, revision 9710

Updated the changelog

2001-04-10 20:52 RD, revision 9709

wxPython can now be built using the distutils that comes with Python 2.1

2001-04-10 20:47 VZ, revision 9708

oh horror, previously applied patch broke compilation - fixing

2001-04-10 20:38 VZ, revision 9707

more fixes for mingw32 compilation

2001-04-10 19:37 VZ, revision 9706

1. fixed wxCheckBox size calculation to be more MSW compatible 2. fixed assert failure in wxCheckBox OnActivate 3. fixed wxRadioBox button spacing

2001-04-10 16:55 VZ, revision 9705

removed wxYield() from wxBusyCursorSuspender

2001-04-10 15:04 JS, revision 9704

Corrections

2001-04-10 14:31 VZ, revision 9703

check that file was closed successfully in wxCopyFile (bug 414987 )

2001-04-10 13:46 JS, revision 9702

Removed misleading text from wxDragImage doc

2001-04-10 13:44 JS, revision 9701

Implemented Chuck Messenger's naming and simplification improvements, plus Move coordinate correction

2001-04-10 13:42 JS, revision 9700

Removed spurious wxCHECK which forgot about the possibility of ~wxScreenDC...

2001-04-10 12:44 JS, revision 9699

Ok() should be called on image, not bitmap

2001-04-10 10:43 GT, revision 9698

Added a param to ::Open() to allow the programmer to specify whether opening the table should check if table exists

2001-04-09 23:52 RL, revision 9697

modified rules yet again for alpha. It appears it's compiler likes to segfault just for fun when run under fakeroot, so move the -arch build phase back out of the binary target.

2001-04-09 21:25 RD, revision 9696

Added a mask to some of the images

2001-04-09 21:15 RD, revision 9695

Will raise the SystemExit exception now on wxGTK since wxGTK can not save XPM files. <grumble>

2001-04-09 21:14 RD, revision 9694

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 19:36 RD, revision 9693

Images can now be embedded in Python source files. Added tools to do the embedding. Added Constructors/methods where needed. Updated the demo to use mostly embedded images.

2001-04-09 18:53 GD, revision 9692
  • D /wxWidgets/trunk/src/mac/xpm/Imagexpm.c

removed case conflicting file

2001-04-09 17:16 RR, revision 9691

Added wxFileName::GetModificationTime() for Unix. Don't send events when constructing a text ctrl.

2001-04-09 15:37 VZ, revision 9690

mingw32 compilation fix

2001-04-09 13:25 VZ, revision 9689

fixed recursive mutexs compilation