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

2005-03-21 12:45 VZ, revision 32953

fixed warnings about possibly uninitialized variables; commented non trivial piece of code

2005-03-21 12:44 VZ, revision 32952

unreachable code warning fix (Unicode build)

2005-03-21 12:27 VZ, revision 32951

added orient parameter to wxMDIParentFrame::Tile()

2005-03-21 11:29 VZ, revision 32950

another compilation fix after wxMenuBar ctor patch

2005-03-21 10:36 VZ, revision 32949

fixed SetColumnWidth() in wxLC_LIST mode (set column to 0, not -1)

2005-03-21 10:36 VZ, revision 32948

regenerated after qa lib changes

2005-03-21 10:34 VZ, revision 32947

added qa dll

2005-03-21 01:07 VZ, revision 32946

generated makefiles after qa library creation

2005-03-21 00:51 VZ, revision 32945

set wxUSE_DEBUGREPORT to 1 by default again

2005-03-21 00:15 VZ, revision 32944

mention which files should be changed when adding a new library in a few places where this was less clear

2005-03-21 00:14 VZ, revision 32943

added closing parenthesis inside comment, no real changes

2005-03-21 00:11 VZ, revision 32942

added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there

2005-03-20 22:08 VZ, revision 32941

define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0

2005-03-20 20:08 MBN, revision 32940

Fix wxFileConf crash demonstrated by the 'DeleteLastGroup' unit test.

2005-03-20 19:35 JS, revision 32939

Updated readme

2005-03-20 18:51 DW, revision 32938

Fixes compile warnings

2005-03-20 18:48 VZ, revision 32937

Seek(-1, mode) should work instead of giving an error if mode != wxFromStart

2005-03-20 17:12 JS, revision 32936

Compilo fix

2005-03-20 15:42 VZ, revision 32935

added wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma interface/implementation which force all inline functions to be defined in string.cpp

2005-03-20 15:10 VZ, revision 32934

oops, removed duplicate SetIcons[s]() added in last commit

2005-03-20 15:04 VZ, revision 32933

wxMDIChildFrame::Maximize() should have default value for its argument just as wxFrame does; override other functions which don't make sense for wxGTK implementation of MDI

2005-03-20 12:02 JS, revision 32932

Fixes for WinCE toolbar

2005-03-20 11:58 JS, revision 32931
  • D /wxWidgets/trunk/demos/life/setup/wince/life.ini

Removed spurious file

2005-03-20 11:54 JS, revision 32930

Fixes for WinCE toolbar Don't disable wxFileConfig for WinCE Don't disable common dialogs for WinCE

2005-03-20 11:52 JS, revision 32929

Fix wxFileConfig for WinCE Provide standard WinCE Windows path for wxStandardPaths

2005-03-20 11:01 VZ, revision 32928

compilation fix after last commit (missing semicolon added)

2005-03-19 23:11 MBN, revision 32927

Allow building with GCC 2.95.

2005-03-19 23:09 MBN, revision 32926

Correct compilation conditions for wxURL::SetProxy.

2005-03-19 23:07 MBN, revision 32925

Use the correct WXDLLEXPORT declaration.

2005-03-19 23:04 MBN, revision 32924

Avoid redefining _GNU_SOURCE.

2005-03-19 22:33 RD, revision 32923

Fixed bug #1163384. Moved the code that handles activating the cell editors to a EVT_CHAR event handler. This is done so the character inserted into the editor will be the "cooked" char value (including accented or composed keys) rather than the raw code provided by the EVT_KEY_DOWN.

2005-03-19 22:21 RD, revision 32922

reSWIGged

2005-03-19 22:03 RD, revision 32921

Turn off the expando-matic rubber band thing for mac

2005-03-19 22:02 RD, revision 32920

Better capture of unicode character events

2005-03-19 21:55 RD, revision 32919

docstring update

2005-03-19 21:54 RD, revision 32918

wxTE_CAPITALIZE

2005-03-19 21:53 RD, revision 32917

wxEVT_HIBERNATE

2005-03-19 21:53 RD, revision 32916

Add some new WXK codes

2005-03-19 21:52 RD, revision 32915

Ensure that the encoding returned from locale.getdefaultlocale() is valid, default to sys.getdefaultencoding() if not.

2005-03-19 21:14 RD, revision 32914

Call evt.Skip by default

2005-03-19 19:51 JS, revision 32913

Fixed toolbar bitmap bug introduced by deriving wxToolMenuBar from wxToolBar Documented PPC installation

2005-03-19 19:45 JS, revision 32912

Added scripts to demonstrate how to package a PocketPC app

2005-03-19 16:14 VZ, revision 32911

added a test for/example of assert dialog box

2005-03-19 16:14 VZ, revision 32910

show call stack in the assert dialog box

2005-03-19 15:44 VZ, revision 32909

removed C++ comment added by last commit

2005-03-19 12:06 JS, revision 32908

Added wxDialog::GetToolBar for PocketPC Added note about creating installers for PPC

2005-03-19 00:38 RD, revision 32907

Bumped subrelease number

2005-03-18 21:38 JS, revision 32906

(Flickery) fix for droppings when there are no notebook pages

2005-03-18 19:57 RN, revision 32905

Fix recursiveness on error...

2005-03-18 19:46 RN, revision 32904

* Turn off by default...

2005-03-18 19:45 RN, revision 32903

* Quicktime lib no longer needed....

2005-03-18 19:44 RN, revision 32902

* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_ macros

2005-03-18 19:32 ABX, revision 32901

Fixed bug #1022383: 'several ComboBoxes appear selected'

2005-03-18 19:20 JS, revision 32900

Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE

2005-03-18 17:34 RN, revision 32899

* Fix refreshing bug with control not showing up intially and asserting on resize

2005-03-18 16:51 VZ, revision 32898

include extern variables declarations in the tags file too

2005-03-18 15:27 VZ, revision 32897

restored const operator[]s for the compilers which need them

2005-03-18 15:16 VZ, revision 32896

continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled

2005-03-18 15:13 VZ, revision 32895

added EVT_TREE_ITEM_MENU test

2005-03-18 15:03 VZ, revision 32894

avoid asserts from calling isprint(c) with non ASCII c

2005-03-18 14:26 JS, revision 32893

Added WXK_SPECIAL... keycodes for special hardware buttons Made (Un)RegisterHotKey WinCE-aware. Added wxEVT_HIBERNATE event. Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE. Added wxTE_CAPITALIZE for CAPEDIT controls.

2005-03-18 14:07 VZ, revision 32892

compilation fix after last commit (missing semicolon added)

2005-03-18 11:50 RN, revision 32891

* Update for new event handler stuff * Update notebook page text on file change * Some other misc. cleanups (remove strmiids.lib dependancy, cleanup enums, etc.)

2005-03-18 11:46 RN, revision 32890

Update for new event handler stuff

2005-03-18 11:04 RN, revision 32889

Reworked directshow implementation. * Removes the strmiids.lib dependancy * Uses the direct quartz automation interface, thus removing the dshow.h header dependancy * Let COM handle loading quartz.dll

2005-03-18 10:11 JS, revision 32888

Script updates

2005-03-18 10:05 JS, revision 32887

Add sample icon

2005-03-18 09:46 JS, revision 32886

Use sample icon, and title correction

2005-03-18 09:44 JS, revision 32885

Use sample icon

2005-03-18 09:33 JS, revision 32884

Doc tweaks

2005-03-18 09:31 JS, revision 32883

SetSashSize doc'ed

2005-03-18 08:50 CE, revision 32882

wxbase bug

2005-03-18 00:16 DS, revision 32881

fixed signed/unsigned mismatch warning

2005-03-17 23:45 VZ, revision 32880

implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)

2005-03-17 23:24 VZ, revision 32879

return if abort dialog couldn't be created (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32878

fixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32877

missing break in ParseFormat() (part of patch 1160117)

2005-03-17 23:19 VZ, revision 32876

iterator methods fixes (patch 1164808)

2005-03-17 23:11 VZ, revision 32875

fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)

2005-03-17 22:58 VZ, revision 32874

revert togglable tools to previous state if the change was vetoed by OnLeftClick()

2005-03-17 22:39 VZ, revision 32873

removed #ifdef __WXMAC__ as the code is now the same in both branches anyhow

2005-03-17 22:35 RD, revision 32872

Use Update() instead of yielding and waiting for the update to happen there.

2005-03-17 22:29 VZ, revision 32871

GetVirtualSize() returns client size values for the m_virtualSize components which are not set (i.e. allow setting only one component of m_virtualSize instead of either none or both)

2005-03-17 22:27 VZ, revision 32870

don't set virtual size of the window to (0, 0) if scrollbars are removed from it

2005-03-17 22:19 VZ, revision 32869

removed just added UnsetVirtualSize(), it's not needed finally

2005-03-17 22:18 VZ, revision 32868

added UnsetVirtualSize()

2005-03-17 21:38 VZ, revision 32867

removed commented out calls to ReleaseMouse() (no real changes)

2005-03-17 21:21 JS, revision 32866

Provided GetBestVirtualSize and DoGetBestSize implementations for generic and GTK+ wxScrolledWindow. wxWindowBase::DoGetBestSize was returning a virtual size if there were child controls, which was then used to set the scrolled window actual size. Similarly, wxWindowBase::GetBestVirtualSize was returning the actual window size; now we return the virtual size for dimensions that have scrolling (e.g. vertical scrolling direction), or the minimum/actual size for those that don't (e.g. the maximum control width if there is no horizontal scrolling). This allows the scrolled window to be properly sized, whereas before it would start off at the virtual size (giving enormous layouts).

2005-03-17 21:17 VZ, revision 32865

added wxSizerSpacer and modified wxSizerItem to contain a pointer to either wxWindow, wxSizer or wxSizerSpacer (instead of containing either a pointer or just wxSize for spacers) and implement IsShown() and Show() by forwarding it to the appropriate pointer: this means that now you can directly hide/show windows/sizers/spacers instead of having to pass by containing sizers Show(child) method

2005-03-17 20:16 VZ, revision 32864

removed const operator[]s (should fix 1162115)

2005-03-17 17:47 DE, revision 32863

Fixed MW and XLC tests when using -C (cache) option with configure.

2005-03-17 17:46 ABX, revision 32862

Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

2005-03-17 17:38 DE, revision 32861

Updated configure and aclocal.m4 for new 0.1.8 Bakefile on account of the recent commit to autoconf_inc.m4 using Bakefile 0.1.8 (CVS).

2005-03-17 12:43 JS, revision 32860

Small fixes for compiling Cygwin (with --disable-sockets)

2005-03-17 09:54 JS, revision 32859

Correct compilo for non-WinCE

2005-03-17 09:10 JS, revision 32858

stopwatch.h needed for wxGetLocalTimeMillis

2005-03-17 08:05 JJ, revision 32857

Committing in . setup.h_vms : updated VMS configuration msgdlg.cpp : corrected include file path Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp ----------------------------------------------------------------------

2005-03-16 22:54 , revision 32856
  • A /wxWidgets/tags/wxPy_2_5_4_1
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_4_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/printing/printing.def
  • D /wxWidgets/tags/wxPy_2_5_4_1/samples/resource
  • R /wxWidgets/tags/wxPy_2_5_4_1/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_4_1/samples/tab
  • D /wxWidgets/tags/wxPy_2_5_4_1/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/png/projects/borland
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/png/projects/msvc
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/README
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_5_4_1/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_4_1/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_4_1/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_5_4_1/wxPython

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

2005-03-16 22:54 RD, revision 32855

Drop the "rc"

2005-03-16 22:53 RD, revision 32854

The --enable-rpath configure option doesn't work the same way it did before. Work around that by specifying the rpath option myself on the setup.py command-line.

2005-03-16 17:51 JS, revision 32853

Implemented PocketPC menubar/toolbar as wxToolMenuBar derived from wxToolBar, solving the problem of how normal toolbars can co-exist with combined ones. Tidied up WinCE toolbar code. Implemented wxToolBar as 'dummy' toolbar under Smartphone. Dialogs now show an empty menubar to hide inactive one underneath.

2005-03-16 16:18 ABX, revision 32852

Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141).

2005-03-16 16:03 KH, revision 32851

Unlike the preferences item which should only be enabled if it exists and is enabled, the quit item should be enabled unless it both exists and is disabled, otherwise Quit will not be enabled unless the application specifically adds wxID_EXIT. This should fix David's bug but still retain the old functionality. [ modified previously committed patch 1160343 ]

2005-03-16 10:20 JS, revision 32850

Not forgetting PalmOS

2005-03-16 10:18 JS, revision 32849

Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE

2005-03-16 09:09 JS, revision 32848

Removed checklistbox test

2005-03-16 05:31 KH, revision 32847

Allow using negative angles with DrawRotatedText. [ patch 1162771 ]

2005-03-16 05:16 KH, revision 32846

Quit application menu item needs special handling like the Preferences item. [ patch 1160343 ]

2005-03-16 05:11 KH, revision 32845

Added comments explaining more about the changes in my last commit. Also, removed __DARWIN__ check for enabling CONNECTION events, always wait to enable them until after the connect() call.

2005-03-15 23:20 VZ, revision 32844

set wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos

2005-03-15 21:51 JS, revision 32843

UPdated notes

2005-03-15 21:50 JS, revision 32842

Chose different set of buttons for toolbar

2005-03-15 21:48 JS, revision 32841

Fixed wxToolBar for WinCE so normal bitmaps can be used; no longer uses standard buttons. wxToolBar under Smartphone no longer tries to create buttons since a toolbar makes no sense on this platform.

2005-03-15 21:22 JS, revision 32840

Regenerated files

2005-03-15 21:18 JS, revision 32839

WinCE doesn't have wxCheckListBox, and doesn't like wxRmDir

2005-03-15 21:10 ABX, revision 32838

SetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.

2005-03-15 20:55 JS, revision 32837

Fixed wxPropertySheetDialog for Smartphone

2005-03-15 20:33 ABX, revision 32836

More wxWidgets in poem demo.

2005-03-15 17:40 JS, revision 32835

Fix

2005-03-15 11:56 JS, revision 32834

No zero id

2005-03-15 11:29 JS, revision 32833

Don't start ids at zero

2005-03-14 22:40 JS, revision 32832

Added wxPropertySheetDialog for implementing settings dialogs in the appropriate way on small devices and desktop platforms (abstracting is the only way to unify the API)

2005-03-14 22:26 VZ, revision 32831

simplified code (removed 2 unnecessary tests) in CalcMin(), no real changes

2005-03-14 22:24 JS, revision 32830

Improve standard button spacing on Windows

2005-03-14 21:55 MBN, revision 32829

Remove wrong clasing bracket.

2005-03-14 21:52 MBN, revision 32828

Blind fix for VC6 compilation when wxUSE_STL == 1.

2005-03-14 20:40 VZ, revision 32827

disable debug report for now

2005-03-14 20:00 ABX, revision 32826

'Dummy' warning fixes (might be used uninitialized).

2005-03-14 19:52 ABX, revision 32825

Unicode fix.

2005-03-14 19:13 JS, revision 32824

Updated symbols

2005-03-14 17:15 JS, revision 32823

Frames have Ctrl+Q accelerator set automatically, as per the PocketPC guidelines Documented issues in manual under wxWinCE topic. wxDEFAULT_DIALOG_STYLES rationalised so we can make use of styles such as wxCLOSE_BOX in future (OK button on titlebar) Added Set/GetAffirmativeId and DoOK so that titlebar OK button can be customised

2005-03-14 17:10 JS, revision 32822

Don't call Layout

2005-03-14 17:09 ROL, revision 32821

README scrolling fix fix for Mac (opts inside try/except)

2005-03-14 17:09 RD, revision 32820

If the parents are nothing but a panel and a frame then MSWGetBgBrushForChild will still return NULL. Fallback to a solid background colour in this case.

2005-03-14 16:37 JS, revision 32819

More PocketPC adaptations

2005-03-14 16:05 VZ, revision 32818

made GetDataDir() return the directory where the program is installed under MSW

2005-03-14 14:50 JS, revision 32817

Define Ctrl+Q accelerator on PocketPC for quitting the application, as per guidelines

2005-03-14 14:41 GT, revision 32816

Added support (barely tested) for MaxDB from MySQL Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

2005-03-14 14:40 GT, revision 32815

Fixed unicode builds that were not on MSW Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

2005-03-14 14:38 KH, revision 32814

Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]

2005-03-14 13:31 DS, revision 32813

refactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGetStyle: fixes default colour inheriting from parent and allows the scrollbar to be hidden initially (with 2-step creation)

2005-03-14 10:19 ABX, revision 32812

Incomplete setup build fix (wxPalmOS).

2005-03-14 09:08 CE, revision 32811

fix bug which was trashing gifs

2005-03-14 04:47 DE, revision 32810

Make wxCocoa compile on Tiger.

2005-03-14 03:33 RN, revision 32809

"test" for testing a [fixed] proxy crash (from last commit)

2005-03-14 02:15 DE, revision 32808

Dammit, try it again this time actually removing it instead of adding it again (forgot to give patch the -R).

2005-03-14 02:12 DE, revision 32807

Reverted 1.32. This breaks my Tiger builds which is part of the reason I reverted the last incarnation of this in the first place!!!

2005-03-14 01:45 DE, revision 32806

Rebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)

2005-03-14 01:42 DE, revision 32805

Update to include recent acinclude.m4 changes. Yes, they aren't any longer used by configure but they're still in acinclude.m4 so now they're here too.

2005-03-14 01:24 MW, revision 32804

The DLL version of Watcom's C runtime doesn't have fileno, but the static version does

2005-03-13 21:01 MW, revision 32803

Temporary fix for Watcom link error 'fileno'

2005-03-13 18:57 RR, revision 32802

Query for "default_border" not "default_outside_border" since that is what is done in the gtk code. Correct wrong pos in scrolled window.

2005-03-13 18:23 MW, revision 32801

Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev

2005-03-13 17:46 JS, revision 32800

Added wxNB_FLAT for WinCE property sheet tabs Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons. Dialog size now takes into account SIP or menubar. Panels more naturally white on PocketPC. wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes with correct titlebar style.

2005-03-13 17:32 JS, revision 32799

PocketPC adaptations

2005-03-13 17:31 JS, revision 32798

Added wxNB_FLAT for WinCE property sheet tabs Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons. Dialog size now takes into account SIP or menubar. Panels more naturally white on PocketPC. wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes with correct titlebar style.

2005-03-13 17:08 MBN, revision 32797

Fixed compilation for GCC 3.4 when wxUSE_STL == 1. Should be compatible with VC6.

2005-03-13 16:20 MW, revision 32796

Add wxTempFileOutputStream

2005-03-13 15:35 ABX, revision 32795

Better margin on Smartphone.

2005-03-13 15:32 ABX, revision 32794

Correct sending of wxW event from wxChoice on MS Smartphone.

2005-03-13 15:26 ABX, revision 32793

Make Smartphone buildable with current flags.

2005-03-12 22:04 RD, revision 32792

regenerated ReST docs

2005-03-12 21:03 RD, revision 32791

Don't use the PyGILState_* APIs with Python 2.3, it causes a problem with Boa's debugger. :-(

2005-03-12 21:01 RD, revision 32790

reSWIGged

2005-03-12 21:01 RD, revision 32789

Add a note about a few other wxGTK changes that were made

2005-03-12 21:00 RD, revision 32788

disable debugreport option

2005-03-12 20:59 RD, revision 32787

some demo tweaks

2005-03-12 20:58 RD, revision 32786

Bumped up rc number

2005-03-12 20:57 RD, revision 32785

"As is" means the current size (or position) not the best size. Factored out AsIs size calculations to an inline so it can be experimented with further if desired.

2005-03-12 20:43 VZ, revision 32784

ensure that either RTLD_LAZY or RTLD_NOW is always used as calling dlopen() with flags == 0 fails withrecent glibc versions

2005-03-12 20:37 VZ, revision 32783

changed wxDL_DEFAULT to be same as wxDL_NOW as this makes more sense for portable programs because wxDL_NOW is the only flag supported by Win32

2005-03-12 20:33 RD, revision 32782

reSWIGged

2005-03-12 20:26 RD, revision 32781

reSWIGged

2005-03-12 20:25 RD, revision 32780

Allow wxStaticText to have a custom fg without a custom bg

2005-03-12 19:35 DE, revision 32779

Fix compilation of generic message dialog.

2005-03-12 19:24 DE, revision 32778

Added trailing newline.

2005-03-12 19:20 DE, revision 32777

Added back trailing newline. Please be more careful when using dumb editors like Xcode's.

2005-03-12 19:11 VZ, revision 32776

readded back wxUSE_OLE and wxUSE_WXDIB

2005-03-12 18:09 RD, revision 32775

Oops

2005-03-12 18:07 RD, revision 32774

GetSize --> GetSizeHint

2005-03-12 14:16 GD, revision 32773

corrected typo in comment

2005-03-12 12:26 RR, revision 32772

gtk updates

2005-03-12 12:24 RR, revision 32771

Correct orientation of splitter sash again. Query splitter sash size at runtime.

2005-03-12 10:44 RR, revision 32770

Make tree control more GTK-is in the HTML help system.

2005-03-12 10:33 RR, revision 32769

Applied patch for ArtProvider.

2005-03-12 10:30 RR, revision 32768

There shouldn't be any need to draw the backgound under a sash.

2005-03-11 22:49 DS, revision 32767

ignore vc_dll directory

2005-03-11 22:13 MW, revision 32766

Add samples mobile and ownerdrw. Make sample richedit available on all platforms for fixing.

2005-03-11 21:48 DE, revision 32765

Add BASE_MACOSX_HDR and use it from BASE_PLATFORM_HDR like BASE_MACOSX_SRC is used from BASE_PLATFORM_SRC.

2005-03-11 21:42 DE, revision 32764

Rename BASE_MAC_OSX_(SRC|HDR) to BASE_MACOSX_WXMAC_(SRC|HDR). Put $BASE_MAC_(SRC|HDR) inside of these definitions since they're always needed for these cases anyway.

2005-03-11 21:34 DE, revision 32763

Renamed BASE_DARWIN_(SRC|HDR) to BASE_MACOSX_NOTWXMAC_(SRC|HDR)

2005-03-11 21:03 RR, revision 32762

GTK compilation.

2005-03-11 20:47 RR, revision 32761

GTK+ 2.0 compilation.

2005-03-11 18:59 VZ, revision 32760

compilation fix for non PCH build

2005-03-11 18:56 RR, revision 32759

Compilo.

2005-03-11 15:44 VZ, revision 32758

don't use private URL in the sample

2005-03-11 15:34 ABX, revision 32757

Base for wxMessageDialog with common checks for style.

2005-03-11 15:12 ABX, revision 32756

Warning and build fixes focused with Borland and Watcom.

2005-03-11 11:49 VZ, revision 32755

call wxOle[Un]Initialize() in wxClipboard ctor/dtor to ensure that when wxTheClipboard is destroyed at program shutdown and its Clear() method is called OLE is still initialized

2005-03-11 11:47 VZ, revision 32754

extracted code calling {Ole|Co}[Un]Initialize() to wxOle[Un]Initialize() functions in oleutils.h

2005-03-11 11:19 VZ, revision 32753

Unix compilation warning fixes

2005-03-11 09:33 JJ, revision 32752

Committing in . OPenVMS updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/unix/stdpaths.cpp ----------------------------------------------------------------------

2005-03-11 09:15 SC, revision 32751

border handling streamlined

2005-03-11 07:35 ABX, revision 32750

Use empty check consistent with other parts.

2005-03-11 07:32 ABX, revision 32749

Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMARTPHONE__.

2005-03-11 07:21 ABX, revision 32748

chkconf.h of wince has to be included in files.bkl

2005-03-11 03:03 VZ, revision 32747

added debugrpt.cpp and dbgrptg.cpp

2005-03-11 03:02 VZ, revision 32746

test background bitmap

2005-03-11 03:01 VZ, revision 32745

do use PCH with gsocket.cpp

2005-03-11 02:55 VZ, revision 32744

added wxDebugReport

2005-03-11 02:13 VZ, revision 32743

gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow

2005-03-11 01:55 VZ, revision 32742

added wxSizerFlags::Left/Right()

2005-03-11 01:15 VZ, revision 32741

correct relative paths for headers

2005-03-11 00:26 VZ, revision 32740

regenerated with /EHsc instead of /GX (this requires cvs bakefile, please don't overwrite these changes with previous bakefile versions)

2005-03-11 00:19 VZ, revision 32739

added wxUSE_DEBUGREPORT

2005-03-11 00:19 VZ, revision 32738

cosmetic fix to a message

2005-03-11 00:02 VZ, revision 32737

corrected wxLogErrors() in Clear() and Flush()

2005-03-10 23:55 RD, revision 32736

reSWIGged

2005-03-10 23:54 RD, revision 32735

add default action methods

2005-03-10 23:06 RR, revision 32734

Reenable dead keys under GTK2.

2005-03-10 22:02 JS, revision 32733

When drawing a solid page background, don't use theme painting

2005-03-10 20:51 ABX, revision 32732

Missing API of wxMenuItem. const corrections. PalmOS specific note.

2005-03-10 20:14 ABX, revision 32731

Warning fix.

2005-03-10 19:59 ABX, revision 32730

Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS.

2005-03-10 19:37 VZ, revision 32729

disable drag and drop

2005-03-10 19:34 ABX, revision 32728

Use initial book from available controls. Select it in menu correctly.

2005-03-10 19:23 VZ, revision 32727

wxGetEnv() should return wxChar *, even if it's a macro and not a function

2005-03-10 19:22 ABX, revision 32726

Apart smartphones use choicebook when notebook is not available (like testing smartphone layout using desktop build).

2005-03-10 19:20 VS, revision 32725

use dummy.cpp with eVC, too

2005-03-10 19:20 VS, revision 32724

use dummy.cpp with eVC, too

2005-03-10 19:20 VZ, revision 32723

define wxGetEnv() as macro, not inline function, for WinCE as otherwise extended.c compilation fails

2005-03-10 19:19 VZ, revision 32722

Unicode fix after last commit

2005-03-10 19:16 VZ, revision 32721

ignore build files for stuff which is not in the cvs

2005-03-10 19:14 VZ, revision 32720

define wxGetenv() for WinCE which doesn't have _tgetenv() to always return NULL

2005-03-10 19:14 VZ, revision 32719

use wxGetenv() instead of getenv() which doesn't exist under WinCE

2005-03-10 19:11 VZ, revision 32718

moved WinCE-specific part into wx/msw/wince/chkconf.h; added more stuff to it (partly moved from wince/setup.h)

2005-03-10 19:07 RD, revision 32717

Give the wxChoice an explicit width so the min size of the panel won't be too large, preventing the splitter from resizing it back down to a manageble size.

2005-03-10 19:06 VZ, revision 32716

disable wxUSE_EXCEPTIONS when compiling with VC++ but without /GX (a.k.a. /EHsc) switch

2005-03-10 18:54 VZ, revision 32715

unused param warning with wxUSE_OLE=0

2005-03-10 18:26 VZ, revision 32714

generate (common part of) include/wx/msw/wince/setup.h automatically, as for MSW, Mac and Unix setup.h versions

2005-03-10 15:47 SC, revision 32713

cursor setting corrected

2005-03-10 15:46 SC, revision 32712

make sure we don't have two associations pointing to the same control

2005-03-10 14:49 VZ, revision 32711

check that wxYES and wxNO are always used together as the native msg box can't use them separately (related to bug 1160422)

2005-03-10 14:18 ABX, revision 32710

Smartphone adjustements to generic log dialog.

2005-03-10 00:45 RD, revision 32709

reSWIGged

2005-03-10 00:41 RD, revision 32708

Catch possible exception from getdefaultlocale

2005-03-09 23:17 JS, revision 32707

Added some missing samples

2005-03-09 23:01 VS, revision 32706

fixed wxrc's dependencies

2005-03-09 22:52 VS, revision 32705

AddFile usage clarifications

2005-03-09 22:49 RD, revision 32704

reSWIGged