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

2004-11-11 07:16 RL, revision 30453

I really don't have to point out what went wrong here, do I? Ryan, please fix this problem at the source, this is not funny anymore.

2004-11-11 07:00 RL, revision 30452

Fixes for wxPython site-packages location. Fixed and baked unchecked mediaplayer.bkl

2004-11-11 07:00 RL, revision 30451

Does \deprecated exist outside doxygen? tex2rtf doesn't seem to like it right now.

2004-11-11 06:17 RN, revision 30450

directshow checking

2004-11-11 06:00 RN, revision 30449

ckconf

2004-11-11 05:58 RN, revision 30448

setp.h changes

2004-11-11 05:44 RN, revision 30447

configure changes

2004-11-11 05:40 RN, revision 30446

media sample

2004-11-11 05:37 RN, revision 30445

prelim docs

2004-11-11 05:30 RN, revision 30444

media lib bakefiles

2004-11-11 05:21 RN, revision 30443

base wxMediaCtrl files

2004-11-11 04:51 RL, revision 30442

Added gnome files to gtk dist.

2004-11-11 02:34 RD, revision 30441

reSWIGged

2004-11-11 02:28 RD, revision 30440

Bump subrelease number

2004-11-11 02:27 RD, revision 30439

Lots of tweaks and additions to get caught up with CVS HEAD

2004-11-11 02:26 RD, revision 30438

Added wxStandardPaths

2004-11-11 00:22 RD, revision 30437

Fix compilation error by #including imaglist.h

2004-11-10 23:58 VZ, revision 30436

added ZIP classes by M.J.Wetherell (patch 1030239)

2004-11-10 23:30 VZ, revision 30435

fixed creation of the mask in wxImage -> wxBitmap conversion when bpp < 32 (patch 1052766)

2004-11-10 23:12 VZ, revision 30434

use TB_GETMAXSIZE in GetBestSize() (patch 1050045)

2004-11-10 22:46 KH, revision 30433

Correct typos, minor wording improvements

2004-11-10 22:08 VZ, revision 30432

better (more precise) values for wxGetOsDescription() (patch 1047539)

2004-11-10 21:29 ABX, revision 30431

Patch 1053127 - Test fixes.

2004-11-10 21:16 VZ, revision 30430

construct icon from wxIconLocation, not just the file name without index: this fixes icons display under MSW (replaces patch 1047225)

2004-11-10 21:16 KH, revision 30429

Clarified the wording for the return value of count

2004-11-10 21:10 VZ, revision 30428

replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498)

2004-11-10 21:02 VZ, revision 30427

new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498)

2004-11-10 19:58 RD, revision 30426

When using an external scrollbar ensure that the built-in one is set at minimal values so it won't be displayed.

2004-11-10 19:54 ABX, revision 30425

OW fixes.

2004-11-10 19:32 KH, revision 30424

Fixed two instances of : inbetween wxRect and method name (Inside and Intersects), replaced with ::

2004-11-10 19:24 ABX, revision 30423

wxTreeEvent::Clone() support [patch #1061198].

2004-11-10 19:17 ABX, revision 30422

Patch #1053364 - combobox shoult not remember position after clearing.

2004-11-10 19:12 ABX, revision 30421

Warning fix observed in tex2rtf.

2004-11-10 19:06 ABX, revision 30420

Explain supressed warnings.

2004-11-10 19:01 ABX, revision 30419

Missing parts of wxDateTime - bug #825215.

2004-11-10 18:59 ABX, revision 30418

IsSubMenu() not listed - bug #921648.

2004-11-10 18:51 ABX, revision 30417

Fixes to recently added documentation of wxPasswordEntryDialog.

2004-11-10 18:16 RD, revision 30416

Fixed GetSaveData and SetSaveData in wx.lib.multisash to not depend on the default way that class objectss are converted to strings.

2004-11-10 18:14 RD, revision 30415

OGL patch from Shane Holloway: Two simple problems found in the new python ogl code. First is the patch for _canvas.py. Essentially: dx = abs(dc.LogicalToDeviceX(x - self._firstDragX)) dy = abs(dc.LogicalToDeviceY(y - self._firstDragY)) was incorrect because (x,y) and (self._firstDragX, self._firstDragY) are both already in Logical coordinates. Therefore the difference between the two is also in logical coordinates, and the conversion call is an error. This bug surfaces when you have OGL on a scrollwin, and you are far from the origin of the canvas. The second change in _composit.py basically removes the assumption that the child is in both self._children and self._divisions. Causes many problems when it's not. ;)

2004-11-10 14:37 RL, revision 30414

This size/offset stuff is a mess, but leaving this one warning about a mismatch that makes the test a NOOP is just silly.

2004-11-10 13:52 RL, revision 30413

Added wx.manifest to the msw source dist, it seems to be necessary now.

2004-11-10 13:44 SC, revision 30412

text attributes corrected

2004-11-10 12:19 GT, revision 30411

wxChar* usage changed over to wxString in various places Warning fixes when compiling in compatibility 2_4 mode to force use of the desired wxDbTable constructor Added OnDClick() event to listbox to auto-click the OK button to select a name Unicode fix of a SQL_C_CHAR reference

2004-11-10 12:12 GT, revision 30410

wxChar* usage changed over to wxString in various places Warning fixes when compiling in compatibility 2_4 mode to force use of the desired wxDbTable constructor

2004-11-10 10:31 GT, revision 30409

Correction of a commented out line of code so that if ever uncommented, it will work in unicode builds

2004-11-10 10:29 GT, revision 30408

Added support for SQL_C_UCHAR (unicode builds), SQL_C_LONG, and SQL_C_SHORT. These are the column types supported by the wxODBC classes that were not being handled by the wxDbGrid code

2004-11-10 09:31 RN, revision 30407

fix datetime tests for non-westeurope time zones

2004-11-10 05:01 RL, revision 30406

Don't shoot the messenger. Reverted the previous 'silent treatment' patch, users should be informed of things that go wrong, when they go wrong, without having to figure out what cold silence means in that context from other clues. If broken configure scripts perform unnecessary tests, or clever ones want to perform them silently, then they should redirect stderr to /dev/null like all other well behaved tools might. Fixed bug diagnosed by Fritz Elfert where an explicit --host specification to configure was not properly ignored for native builds.

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

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

2004-11-10 00:53 RD, revision 30404

reSWIGged

2004-11-10 00:33 RD, revision 30403

typo fixed

2004-11-09 20:03 SC, revision 30402

toplevel creation respecting wxDefaultPosition again

2004-11-09 19:35 VZ, revision 30401

don't define comparison operators for wxString and wx[W]CharBuffer when wxUSE_STL == 1 neither

2004-11-09 19:32 ABX, revision 30400

Removed method which belongs to wxArrayString (and is listed there already) [Bug #957545].

2004-11-09 19:17 ABX, revision 30399

Unicode fixes. Avoid int 'ch' and '(wx)char ch' in the same scope.

2004-11-09 19:13 KH, revision 30398

[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function.

2004-11-09 19:09 KH, revision 30397

[1001483] wxGetPasswordFromUser now uses wxPasswordEntryDialog instead of wxTextEntryDialog

2004-11-09 19:09 ABX, revision 30396

Doc fix [Patch #1048940].

2004-11-09 19:03 KH, revision 30395

[1001483] Added default prompt for new wxPasswordEntryDialog

2004-11-09 19:01 KH, revision 30394

[1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function.

2004-11-09 18:53 ABX, revision 30393

Supress 48 warnings in wx\msw\uxtheme.h: 'va_start' macro will not work without an argument before '...'.

2004-11-09 18:48 ABX, revision 30392

Warning fixes, IsEmpty->empty.

2004-11-09 18:33 ABX, revision 30391

wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks]

2004-11-09 18:03 RD, revision 30390

Backed out Oliver's PyPlot changes at Gordon's request.

2004-11-09 11:02 VS, revision 30389

memory corruption fixes

2004-11-09 10:29 VS, revision 30388

fixed memory deallocation

2004-11-09 08:13 SC, revision 30387

move offscreen before in order to avoid transitions for mdiparent frame as it supposed not to be visible on mac anyway

2004-11-09 08:02 SC, revision 30386

allow arbitrary positions for toplevel windows (also initially off-screen )

2004-11-09 04:20 DE, revision 30385

Cast 4th parameter of getsockopt to char* and of setsockopt to const char* so that older headers such as those found on Solaris 2.6 will work.

2004-11-09 03:41 RD, revision 30384

removed RC flag

2004-11-09 03:41 RD, revision 30383

typo

2004-11-09 03:40 RD, revision 30382

Can't use the config.PYVER value if it hasn't been set yet...

2004-11-09 03:39 RD, revision 30381

return error code upon KeyboardInterrupt

2004-11-09 03:22 RN, revision 30380

remove fixme and explain unicode characters

2004-11-09 00:09 RD, revision 30379

oops, set coLinux hosts for the other Jobs too

2004-11-08 23:59 RD, revision 30378

corrected function name

2004-11-08 23:55 RD, revision 30377

Revamped automated build system to use a Python script for the master control script, make parallel builds the only way to do it (facilitated by the taskrunner module) split out the guts of build-all into separate scripts, etc.

2004-11-08 21:27 ABX, revision 30376

Remove unnecessary OW recognition.

2004-11-08 21:24 RD, revision 30375

Python App bundles built on Jaguar won't run on Panther because of the different paths to the Python.app so we need to differentiate the two builds for the docs-demo disk image.

2004-11-08 21:23 RD, revision 30374

regenerated

2004-11-08 20:03 ABX, revision 30373

Blind change following observation in wxTextCtrlBase.

2004-11-08 19:57 ABX, revision 30372

Warning fixes.

2004-11-08 19:54 ABX, revision 30371

Get shorter code with new wxRect constructor.

2004-11-08 19:51 ABX, revision 30370

Unused warning fix.

2004-11-08 19:34 ABX, revision 30369

Unfortunatelly compiler does not know which bits play here and still warns about loosing them.

2004-11-08 19:27 ABX, revision 30368

OW prototypes does not use ints in Unicode.

2004-11-08 19:20 ABX, revision 30367

Undef GetWindowStyle() after new #include in cmndata.cpp.

2004-11-08 18:19 VZ, revision 30366

don't define comparison operators taking wxStrings when wxUSE_STL == 1

2004-11-08 17:17 VZ, revision 30365

use wx_release_number instead of WX_CURRENT in Mac .r and .rsrc file names

2004-11-08 14:43 VZ, revision 30364

reverted last commit, still broken for VC6

2004-11-08 14:37 VZ, revision 30363

fail silently if the requested wx-config is not found

2004-11-08 14:30 VZ, revision 30362

regenerated (fixes problem with undefined EXTRALIBS_GNOMEPRINT)

2004-11-08 12:21 GT, revision 30361

Unicode corrections in new SqlExec() overload SQL_BIT and SQL_TIMESTAMP were not being correctly interpreted in ::GetColumns() Source reformatting to match WX conventions

2004-11-08 07:22 RN, revision 30360

remove docs

2004-11-08 05:17 RN, revision 30359

*** empty log message ***

2004-11-08 04:08 RN, revision 30358

fixup authorship

2004-11-08 02:39 RN, revision 30357

fix playbackrate

2004-11-08 02:23 RN, revision 30356

finalize MAC implementation

2004-11-08 02:05 RN, revision 30355

finalize MSW implementation

2004-11-08 00:34 RN, revision 30354

correct to int32 for range comparison

2004-11-08 00:28 RN, revision 30353

workback defs for OSX

2004-11-08 00:23 RN, revision 30352

clean up dust from uri tests

2004-11-08 00:17 RN, revision 30351

update msvc projs manually for changed tests and uri tests and rebake others

2004-11-07 22:22 KH, revision 30350

The spacing just isn't right without the 4 pixel border around the textbox part

2004-11-07 21:34 VS, revision 30349

fixed typo

2004-11-07 20:11 VZ, revision 30348

handle volume part of the path correctly in wxFileName(path, name, ext) ctor

2004-11-07 20:06 VZ, revision 30347

made IsPathSeparator(NUL) work (by returning false)

2004-11-07 19:44 VZ, revision 30346

ignore VC7 projects

2004-11-07 19:20 JS, revision 30345

wxWindows -> wxWidgets

2004-11-07 17:05 VS, revision 30344

use wxART_BUTTON for stock bitmap buttons

2004-11-07 15:47 RN, revision 30343

some setup.h changes for wxMovieCtrl

2004-11-07 14:14 RN, revision 30342

fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug

2004-11-07 13:01 RN, revision 30341

fix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr and extended stat bar in text ctrl sample with rich text to show font attributes

2004-11-07 12:27 RN, revision 30340

quick fixup

2004-11-07 12:22 RN, revision 30339

allow multiple movie loading as per Julian's suggestion. DOC.

2004-11-07 11:42 RN, revision 30338

clear up wxStringBuffer docs a bit

2004-11-07 11:34 RN, revision 30337

correct Stopping - go to start of movie if stopped - add in preliminary docs

2004-11-07 10:56 RN, revision 30336

add Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of message maps - on MSW don't assert if the file has no video and only sound - add event for when the movie finishes

2004-11-07 10:20 RR, revision 30335

Forgot to commit these.

2004-11-07 10:11 RR, revision 30334

Moved deletion of wxPrintFacory to module. Added wxWidgets 2.4 backward comp methods to wxPrintData which make use of the PostScript native print data if used.

2004-11-07 09:04 RN, revision 30333

fixup

2004-11-07 08:27 RN, revision 30332

wxMovieCtrl - for playing movies - mac carbon QT 3 MSW-compatable implementation and MSW DirectX7 directshow implementation

2004-11-07 05:38 KH, revision 30331

EnableEffects added for generic font dialog

2004-11-07 05:38 KH, revision 30330

Added checking of EnableEffects flag and not allowing changes to color or underlining if it is not set, consistent with MSW (GTK2 native control doesn't offer underlining or color, so flag is essentially always disabled on GTK2)

2004-11-07 01:11 RN, revision 30329

change spun via [ 1050204 ] wxFileDialog wildcard filters

2004-11-07 01:03 RN, revision 30328

[ 1057587 ] MacOSX build fails with --disable-gauge or --disable-spinbtn

2004-11-07 00:48 RN, revision 30327

fix for [ 1020924 ] wx.Display.IsPrimary is wrong

2004-11-07 00:09 RN, revision 30326

fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with empty strings) - confirmed on win2k

2004-11-06 23:49 RN, revision 30325

fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample

2004-11-06 23:14 RN, revision 30324

fix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters

2004-11-06 22:14 SN, revision 30323

Added wxStandardPaths implementation for OS/2.

2004-11-06 20:39 RN, revision 30322

fixup

2004-11-06 20:32 RN, revision 30321

[ 955006 ] wxDb query with column information (modded to overload instead of creating a new function)

2004-11-06 08:23 RN, revision 30320

final cleanup of string conversion with null characters (hopefully :))

2004-11-06 07:09 RN, revision 30319

Revert files to previous version that were affected by wxIsXXX((wxChar)X) change. Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

2004-11-06 06:57 RN, revision 30318

fixup // comment header

2004-11-06 06:42 RN, revision 30317

fix warning

2004-11-06 06:41 RN, revision 30316

rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState

2004-11-06 06:26 DE, revision 30315

Use gsockosx.cpp from new corefoundation directory.

2004-11-06 06:19 SC, revision 30314

selection handling for data browser

2004-11-06 03:45 RD, revision 30313

syntax fixes

2004-11-06 03:45 RD, revision 30312

don't use --jobs

2004-11-06 02:32 RN, revision 30311

in unescape add normal characters in addition to unescaped characters :)

2004-11-06 02:24 KH, revision 30310

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User (documentation)

2004-11-06 02:21 KH, revision 30309

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User

2004-11-06 02:19 KH, revision 30308

Simplified the wxCENTRE style check

2004-11-05 22:25 RR, revision 30307

I admit I have no good solution for wxPrinter::Setup(wxWindow*) yet. I'd just remove it but I'll think it over if there is or was any use for it.

2004-11-05 21:33 RR, revision 30306

Mem leaks in connection with print factory code.

2004-11-05 21:18 ABX, revision 30305

Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc.

2004-11-05 21:17 VS, revision 30304

use wxNewId in wxEditableListBox to avoid conflicts with XRC

2004-11-05 21:12 VS, revision 30303

use wxNewId() to implement XRCID

2004-11-05 21:10 VS, revision 30302

make sure that wxNewId() doesn't return standard ID's value

2004-11-05 21:04 ABX, revision 30301

Simplify wxRect construction at the wxPoint(0,0) with given size.

2004-11-05 20:53 ABX, revision 30300

OW warning fix.

2004-11-05 20:49 ABX, revision 30299

Still needs a typecasting to please warning about loosing bits.

2004-11-05 20:45 ABX, revision 30298

We need a char, not wxChar.

2004-11-05 19:54 ABX, revision 30297

Simplify wxRect construction at the wxPoint(0,0) with given size.

2004-11-05 19:42 ABX, revision 30296

NULL is not bool.

2004-11-05 19:07 SC, revision 30295

Faster Deselect

2004-11-05 18:38 RD, revision 30294

Fixed typo

2004-11-05 18:38 RD, revision 30293

PyPlot updates from Oliver Schoenborn: - Factored out "draw command" so extensions easier to implement: clean separation b/w user's "draw" (Draw) and internal "draw" (_draw) - Added ability to define your own ticks at PlotCanvas.Draw - Added better bar charts: PolyBar class and getBarTicksGen() - Put legend writing for a Poly* into Poly* class where it belongs - If no legend specified or exists, no gap created

2004-11-05 18:30 RD, revision 30292

Only do this Show on wxGTK as it is needed there but can cause display problems on MSW.

2004-11-05 17:41 RN, revision 30291

switch needsfocusrect to hiveiw version

2004-11-05 16:33 RN, revision 30290

cast fix, workaround for pickeir compilers

2004-11-05 16:06 RN, revision 30289

rest of 1061091, clean up define a bit

2004-11-05 15:55 VS, revision 30288

upgraded to zlib 1.2.2 (replaces patch with CAN-2004-0797 vulnerability fix with official upstream fix)

2004-11-05 15:46 , revision 30287
  • A /wxWidgets/tags/ZLIB_1_2_2
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/maketree.c

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

2004-11-05 15:46 VS, revision 30286
  • R /wxWidgets/trunk/src/zlib/FAQ
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r30285, which included commits to RCS files with non-trunk default branches.

2004-11-05 15:46 VS, revision 30285

import of zlib 1.2.2

2004-11-05 14:30 GT, revision 30284

Updates to reflect changes in db.cpp member variables

2004-11-05 12:50 SC, revision 30283

Listbox fixes

2004-11-05 08:50 RN, revision 30282

fix for [ 1060093 ] wxURI && wxStringBufferLength part 2 - query and fragment not appended to URL in getinputstream

2004-11-05 08:04 JJ, revision 30281

Committing in . Another update of the configurations for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2004-11-05 00:48 RD, revision 30280

Some support for parallelizing builds

2004-11-04 23:57 VS, revision 30279

compilation fix for GTK+ 2.0

2004-11-04 21:56 ABX, revision 30278

URL conditional and consistent intendation.

2004-11-04 21:56 RD, revision 30277

rpmbuild may not exist

2004-11-04 21:55 RD, revision 30276

Use relative paths for inplace builds, it helps ccache

2004-11-04 21:54 ABX, revision 30275

URL test needs net lib.

2004-11-04 21:54 RD, revision 30274

Set some minsizes

2004-11-04 21:38 GT, revision 30273

wxODBC changes logged

2004-11-04 21:36 GT, revision 30272

Unicode support added SQL_C_WXCHAR now used throughout the code

2004-11-04 21:35 GT, revision 30271

Unicode support added SQL_C_WXCHAR now used throughout the code BLOB example added to samples\db

2004-11-04 21:31 GT, revision 30270

Unicode support Several error conditions when connecting to databases are corrected

2004-11-04 20:22 ABX, revision 30269

Make internal type for ToAscii conversion written once but do not forget all necessary type casts (aka warning fix).

2004-11-04 20:12 ABX, revision 30268

IsEmpty to empty change, warning fix to OW, whitespaces cleaning.

2004-11-04 20:09 ABX, revision 30267

Compare and assign wxChars to wxChar instead char local variable.

2004-11-04 20:04 VS, revision 30266

(hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread)

2004-11-04 19:58 DE, revision 30265

Tabs to spaces

2004-11-04 19:45 DE, revision 30264

Moved duplicated wxMac/wxCocoa code into src/mac/corefoundation/utilsexc_cf.cpp

2004-11-04 19:13 ABX, revision 30263

Make temporary MSWUniv buildable and mark problem for the future (or for now if the print changes are supposed to be complete).

2004-11-04 19:13 VS, revision 30262

m_wakeUpTimerTag is not used anywhere, removed

2004-11-04 19:07 RN, revision 30261

slightly nicer workaround for pickier compiler warning

2004-11-04 19:04 ABX, revision 30260

Line at the end to please warning generator aka GCC ;)

2004-11-04 18:59 RN, revision 30259

remove hack since it doubly-draws focus rects

2004-11-04 18:58 ABX, revision 30258

Warning fix.

2004-11-04 18:45 ABX, revision 30257

'Unused ...' warning fix.

2004-11-04 18:31 ABX, revision 30256

Do not mention MacOS usage in makefiles dedicated to MSW.

2004-11-04 17:57 ABX, revision 30255

Fix to broken windows makefiles with ADV lib usage. New line broke linking while all in single line works fine.

2004-11-04 17:53 VS, revision 30254

don't add empty image to tabs

2004-11-04 17:51 RN, revision 30253

wxstringbufferlen stl fixup

2004-11-04 17:47 RN, revision 30252

wxdocmpnocase fixup

2004-11-04 13:57 JJ, revision 30251

Committing in . Update OpenVMS configurations Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2004-11-04 02:58 RN, revision 30250

dll dec

2004-11-03 23:01 VS, revision 30249

made it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl (patch #1019699)

2004-11-03 21:47 RR, revision 30248

Added printing images.

2004-11-03 21:13 RR, revision 30247

Applied patch to reorder includes. Not the most important patch in the world, but still.

2004-11-03 20:47 RR, revision 30246

Forgot to commit header.

2004-11-03 17:28 RD, revision 30245

fix typos

2004-11-03 17:27 RD, revision 30244

bump RC number

2004-11-02 21:21 RR, revision 30243

Corrected typo in font scaling code. More printing code for GNOME.

2004-11-02 19:47 RR, revision 30242

Applied patch to show title bar changes immidiately in wxMiniFrame

2004-11-02 14:32 RR, revision 30241

Some more printing code to clear most of the printing sample.

2004-11-02 09:36 SC, revision 30240

wxMax instead of max, former is always around

2004-11-02 09:03 SC, revision 30239

correcting allocated buffer size

2004-11-02 08:35 SC, revision 30238

added corefoundation and base classes

2004-11-02 08:31 JJ, revision 30237

Committing in . Patches for OpenVMS Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/common/strconv.cpp ----------------------------------------------------------------------

2004-11-02 07:13 JJ, revision 30236

Committing in . Patches to compile on OpenVMS Modified Files: wxWidgets/descrip.mms wxWidgets/src/common/db.cpp wxWidgets/src/common/stream.cpp Added Files: wxWidgets/src/xml/descrip.mms wxWidgets/src/xrc/descrip.mms ----------------------------------------------------------------------

2004-11-02 06:22 DE, revision 30235

Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa

2004-11-01 23:07 RR, revision 30234

Adapted printing samples makefiles.

2004-11-01 23:06 RR, revision 30233

Added gprint.cpp to bakefiles.

2004-11-01 23:05 RR, revision 30232

Further compile fixes. Added module so that linking to GNOME printing code will install its wxPrintFactory.

2004-11-01 21:03 VS, revision 30231

OnGetItemText is const

2004-11-01 19:48 RD, revision 30230

Increment RC number

2004-11-01 19:39 RD, revision 30229

Use a MessagePanel instead of a MessageDialog for samples that may not be runnable in certain conditions

2004-11-01 19:02 RR, revision 30228

define EXTRALIBS_GNOMEPRINT

2004-11-01 18:40 RR, revision 30227

Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT Removed the now obsolete test for FT2 (FreeType) which was used by the Pango based printing which I removed.

2004-11-01 18:03 RN, revision 30226

rewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify that there were no invalid characters converted, set amount of memory to allocate to 32 for mac conversion to prevent needless large buffer allocations

2004-11-01 18:03 RN, revision 30225

warning fix for 10.2

2004-11-01 17:55 RD, revision 30224

Avoid the IsVisible assert in GetNextVisible

2004-11-01 15:58 JS, revision 30223

Fixed bug in setting/getting value for wxComboBox. Read-only status is taken into account.

2004-11-01 15:55 JS, revision 30222

Added missing functions and variable

2004-11-01 15:24 RR, revision 30221

Added possibility to select a printer reported by CUPS as a target. Some other corrections.

2004-11-01 12:09 RR, revision 30220

wxListCtrl::InsertItem() ignored the column.

2004-11-01 06:00 DE, revision 30219

Rebake after MacOS CarbonLib additions

2004-11-01 05:57 SC, revision 30218

switching to defines not having a value for __WXMAC__

2004-11-01 05:10 DE, revision 30217

wxMac: Rearrange a few things and add support for CarbonLib build.

2004-11-01 05:02 DE, revision 30216

Use PLATFORM_MACOS. PLATFORM_MAC is defined for OS X (no good).

2004-11-01 04:57 DE, revision 30215

HACK: Add PLATFORM_MACOS as an option

2004-11-01 00:38 DE, revision 30214

Declare namespace std {} before using namespace std; for MetroWerks

2004-11-01 00:01 DE, revision 30213

Work around the fact that Metrowerks (CW 8.3) and Apple (10.2.8 sdk) headers try to detect each other and change their behavior but just wind up screwing everything up.

2004-10-31 23:53 DE, revision 30212

#include "wx/settings.h" wxSystemSettings is needed by non-OSX code. Typically precompiled headers are used so this hadn't been noticed before.

2004-10-31 23:45 DE, revision 30211

Added src/tiff/tif_apple.c when PLATFORM_MAC==1

2004-10-31 23:43 RR, revision 30210

Moved the wxPageSetupDialogData <-> native conversion code for MSW to the appropriate file in src/msw/printdlg.cpp Removed the now obsolete printer setup dialog code.

2004-10-31 21:46 DE, revision 30209

Do not use framework includes in CFM builds.

2004-10-31 19:34 SN, revision 30208

Removed debug output.

2004-10-31 19:33 SN, revision 30207

Newest version of script(s) for creating DLLs - now divided in two, main script takes additional argument for script generating DLL name, new script generates DLL names from (too long) library names.

2004-10-31 18:26 RN, revision 30206

because gcc is dumb and can't tell the difference between a std::string and a wxString

2004-10-31 18:15 SN, revision 30205

Fixed "pragma interface" handling.

2004-10-31 16:34 RR, revision 30204

Moved print dialog data conversion code from cmndata to its msw place.

2004-10-31 14:59 RR, revision 30203

Small change to ease Mac transition to common native data printing code later.

2004-10-31 13:50 RR, revision 30202

Copyright notice.

2004-10-31 11:42 VS, revision 30201

the position attribute is called 'pos', not 'position'

2004-10-31 11:42 VS, revision 30200

added 'icon' property to wxFrame and wxDialog in XRC

2004-10-31 08:36 VS, revision 30199

compilation fixes for gcc-3.4 + Unicode

2004-10-31 08:31 VS, revision 30198

fixed spelling of -checkcurleybraces (patch #1054304)

2004-10-31 06:23 RN, revision 30197

note broken code, cast hack to fix warning on pickier compilers

2004-10-31 06:13 RN, revision 30196

fix const error on sane (not msvc) compilers

2004-10-31 05:01 RL, revision 30195

Patch from Paul Cornett, clean up side effects in obtaining legacy config and remove unneccessary line continuations et al.

2004-10-31 04:41 RN, revision 30194

Rename some tests to avoid conflicts with project builder GUI debugger

2004-10-30 21:39 RD, revision 30193

PNG Alpha is working on wxGTK2 now too.

2004-10-30 21:39 RD, revision 30192

tweak the path so ccache is found first on both build machines

2004-10-30 21:36 RD, revision 30191

fixed typo causing a syntax error

2004-10-30 21:35 RD, revision 30190

Ensure the first EVT_SIZE has happened before the first EVT_PAINT

2004-10-30 21:33 RD, revision 30189

Remove non-ascii characters

2004-10-30 21:30 RD, revision 30188

Use wx.FULL_PAINT_ON_RESIZE

2004-10-30 20:22 RN, revision 30187

restore ConvertToValidURI to prev. version for bw compat. Note changes

2004-10-30 20:16 RN, revision 30186

solution to wxMBConv stuff - make a seperate XX2XX for strings of a specified length, use this in wxString instead of previous worst-case method

2004-10-30 20:04 VS, revision 30185

usability improvement: set focus to text control so that the user can directly type directory name instead of using both mouse and keyboard

2004-10-30 07:41 DE, revision 30184

wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase

2004-10-30 06:31 DE, revision 30183

CodeWarrior (8.3 mwcc) thinks that it cannot compare id (a struct objc_object*) with NSView* for equality. This is of course completely against the Objective-C language specification but we'll fix it anyway.

2004-10-30 06:23 DE, revision 30182

CodeWarrior (8.3 mwcc) can't figure out that it needs to do C++ automatic conversion from wxObjcAutoRefFromAlloc<NSButton*> to NSButton* when it is used as the receiver of a message. Help it along with a static_cast.

2004-10-30 06:14 DE, revision 30181

Declare namespace std {} before using namespace std; for MetroWerks

2004-10-30 05:53 DE, revision 30180

Fixed compilation with precompiled headers. Removed include <objc/objc-runtime.h> from window.mm, it's not needed anymore.

2004-10-30 05:41 DE, revision 30179

CodeWarrior dislikes #include <> syntax for in-tree headers, prefer ""

2004-10-30 05:33 DE, revision 30178

Make wxString::WorstEncodingCase take a const wxMBConv&

2004-10-30 02:40 RN, revision 30177

mark incompat and depreciated changes for wxURL, add UTF7 mention

2004-10-30 01:54 KH, revision 30176

Better alphabetized the event handler macros

2004-10-29 22:10 RN, revision 30175

[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily modified in places), utf7 unit tests change

2004-10-29 21:38 DE, revision 30174

Added wxStandardPaths for wxMac and wxCocoa.

2004-10-29 21:06 RN, revision 30173

Add wxString::WorstEncodingCase, other various cleanups

2004-10-29 20:22 DE, revision 30172

Build src/mac/corefoundation/cfstring.cpp and src/common/uri.cpp

2004-10-29 20:19 RN, revision 30171

somewhat modded [ 1056879 ] use wxURI::Unescape vs wxURL::ConvertFromURI

2004-10-29 18:37 DE, revision 30170

Build the new cfstring stuff for both wxMac (as part of Mac's base) and wxCocoa.

2004-10-29 18:29 DE, revision 30169

Moved wxCFStringHolder and some other string functions to their own files.

2004-10-29 18:12 RD, revision 30168

version number

2004-10-29 17:15 RD, revision 30167

Set "rc1" in version

2004-10-29 17:14 RD, revision 30166

Use $ on variables!!!

2004-10-29 17:12 RD, revision 30165

Don't just assume that the metadata files will be found

2004-10-29 16:50 RD, revision 30164

Save a reference to the async sound object

2004-10-29 15:24 JS, revision 30163

Use Courier New instead of Courier, to avoid bad characters appearing in PDF.

2004-10-29 11:13 RN, revision 30162

have wxbuiltin wxmbconvutf7 return -1 (error) not 0. Some cleanups in string.cpp. Add some unit tests for utf7 and cleanups.

2004-10-29 10:13 RN, revision 30161

Handle bad conversions correctly. Add Bad UTF8 test.

2004-10-29 09:29 VS, revision 30160

check if conversion to UTF7 works

2004-10-29 08:55 RN, revision 30159

Handle invalid conversion slightly better, ecapsulate literal chars with wxT

2004-10-29 07:16 RN, revision 30158
  • D /wxWidgets/trunk/src/mac/carbon/app.mm

Remove erronues file

2004-10-29 05:52 RN, revision 30157

add some asserts for wxStringBufferLength

2004-10-28 23:05 RN, revision 30156

increase worst case for UTF8 to *4

2004-10-28 23:01 RN, revision 30155

increase worst case to *4 for UTF8, switch a memcpy for wxMemcpy

2004-10-28 22:43 VZ, revision 30154

undid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense to support wxBU_EXACTFIT for it at all, so just removed the code doing it and mentioned it in the docs

2004-10-28 22:22 RN, revision 30153

wxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclosed literal characters with wxT, more source comments, doc cleanups, changed StartsWith(x) to [ou] == x

2004-10-28 20:34 RD, revision 30152

I think that going to the home page woudl be more user friendly than to the SF download page, but make it a module attr so the app can change it if it's really needed.

2004-10-28 20:32 RD, revision 30151

add skipupload flag

2004-10-28 20:31 RD, revision 30150

Use the wx.App.SetMac* static methods instead of the global functions

2004-10-28 16:47 VZ, revision 30149

fixed wxBU_EXACTFIT handling in wxBitmapButton (closes 1056234)

2004-10-28 14:24 ABX, revision 30148

Missed CanRead and correct type for Eof (bug #983978).

2004-10-28 14:22 ABX, revision 30147

Single section for variants of the same function so it is less confusing for referencing from other parts.

2004-10-28 14:20 ABX, revision 30146

Lack of label causes 'topicN' anchors in url and reports warning during tex2rtf execution.

2004-10-28 11:48 ABX, revision 30145

Borland warning fix.

2004-10-28 11:43 ABX, revision 30144

Warning fixes.

2004-10-28 11:41 ABX, revision 30143

Warning fix due to unsigned nature of wParam.

2004-10-28 11:20 VS, revision 30142

FL's floating windows render borders themselves, don't use small titlebars

2004-10-28 11:19 VS, revision 30141

fixed wxTextCtrl::EmulateKeyPress to work in Unicode build of wxGTK2

2004-10-28 10:54 VZ, revision 30140

temp compilation fix for wxMac

2004-10-28 10:00 RN, revision 30139

Use proper wxURI unescape instead of old way

2004-10-28 09:57 RN, revision 30138

final wxURI API changes. Changed Get to BuildURI to better reflect what its doing. Added wxURI::Unescape to unescape characters in a url or uri. Added wxURI::BuildUnescapedURI. Changed the wxURL convertXXXuri methods to use uri methods instead, and depreciated these methods.

2004-10-28 08:18 VS, revision 30137

wxKeyEvent::m_uniChar must be copied by operator= too

2004-10-28 06:49 RN, revision 30136

Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and less duplication of code. Change wxURI a bit to meet some of Vadim's reccommendations - move accessors into header, and finish some of his other reccom. Change assignment to use const wxString& instead of const wxChar*. Change wxURI docs to reflect that it inherits from wxObject. Made preliminary docs for the wxURL transition. Add some unit tests for the transition.

2004-10-28 02:00 RL, revision 30135

Applied patch 1055774 from Paul Cornett for platforms without a posix /bin/sh. Among those reported as not yet expired are Solaris 9, IRIX 6.5, and Tru64 5.1b.

2004-10-28 01:05 VZ, revision 30134

use \true/\false and \arg

2004-10-28 01:03 VZ, revision 30133

minor cleanup: don't use bool parameters, don't typedef the enums, don't abuse references

2004-10-28 00:43 RD, revision 30132

just a little tweak

2004-10-27 23:59 RD, revision 30131

Changed selectNewest to ensureMinimal. If the default version is >= the minimum then use it, otherwise find an installed version that is >= minimum, or will display a message and bail out.

2004-10-27 23:30 RN, revision 30130

final sweep over docs - replace & with \&

2004-10-27 23:21 RN, revision 30129

update docs, add to class list

2004-10-27 23:07 VZ, revision 30128

we don't have to call png_set_error_fn() any more after last commit

2004-10-27 22:58 VZ, revision 30127

use wx_png_error/warning when calling png_create_read/write_struct(), don't return from wx_png_error

2004-10-27 22:55 RR, revision 30126

Removed Pango homemade implementation and reinstated old code that uses /Times and /Helv etc for printing PostScript. Various smaller fixes related to printing.

2004-10-27 22:47 RN, revision 30125

wxURI. Move Convert/to/fromURI into uri.cpp so that it is compiled in base. Regenerate Bakefiles.

2004-10-27 20:35 VZ, revision 30124

removed src/gtk/eggtrayicon.h

2004-10-27 19:27 ABX, revision 30123

Correct defaults for basic options (bug #1048680)

2004-10-27 19:23 VZ, revision 30122

don't preselect the first item if the array with the initial selections is empty in wxMultiChoiceDialog

2004-10-27 17:33 JS, revision 30121

Now possible to compile with wxURL disabled

2004-10-27 16:44 JS, revision 30120

GTK+1 doesn't have gtk_window_set_type_hint

2004-10-27 13:53 VZ, revision 30119

don't abort if a shared library can't be loaded under OS X, just return an error

2004-10-27 12:59 SC, revision 30118

setting the invoking window added to two other wxMenuBar manipulating methods

2004-10-27 11:33 ABX, revision 30117

Replace license.txt with licence.txt as it is really named.

2004-10-27 11:19 RR, revision 30116

Added initial support for GNOME printing.

2004-10-27 11:16 RR, revision 30115

Moved "enablePrint" setting around.

2004-10-27 08:18 RN, revision 30114

Add preliminary wxStringBufferLength docs

2004-10-27 07:48 RN, revision 30113

Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion. Avoids both an allocation and a memory copy in normal (non-stl) wx mode with wxString

2004-10-27 07:45 SC, revision 30112

fixes angle calculation (on mac ALWAYS clockwise)

2004-10-27 06:25 RL, revision 30111

Update for rpath with uninstalled builds and utility search.

2004-10-27 01:15 RD, revision 30110

fixed copy/paste error

2004-10-27 01:11 RD, revision 30109

Version number bump

2004-10-27 01:08 RD, revision 30108

Merge some critical fixes from HEAD

2004-10-27 01:06 RD, revision 30107

The old workaround for the 1-Jan-1970 bug still failed in some timezones. This new workaround seems to work better.

2004-10-27 01:00 RD, revision 30106

Return from DoDrawSpline without doing anything (like segfaulting <wink!>) if the list is empty.

2004-10-27 00:58 RD, revision 30105

avoid crash if active_child_frame is not set yet

2004-10-27 00:56 RD, revision 30104

Ensire that m_value is updated when SetSelection is called

2004-10-26 22:45 VS, revision 30103

fixed wxFRAME_TOOL_WINDOW to use 'utility' type hint instead of not rendering any frame at all

2004-10-26 21:55 RD, revision 30102

* Added selectNewest(minVersion) * Use the options in the sort ordering in addition to the version, this will put the gtk2 and unicode versions ahead of the others of the same version.

2004-10-26 19:49 RR, revision 30101

Next phase of Print Factory code. Created a mini interface so that the generic wxPrintDialog can show a "printer" and a "status" line if the print factory wants this to be the case. Moved some code (print mode) back from the PostScript only print data to the general print data since it is sort of general.

2004-10-26 17:42 VS, revision 30100

at least partially implemented vswscanf() -- otherwise wx apps compiled against glibc 2.1 wouldn't run at all

2004-10-26 17:10 ABX, revision 30099

Avoid anchor for label which determined creation of the new file and is already included in filename.

2004-10-26 10:32 VS, revision 30098

prefix symbols with wx

2004-10-25 22:53 RD, revision 30097

Doc and comment updates

2004-10-25 16:10 DE, revision 30096

Convert back to UNIX line endings (again)

2004-10-25 03:24 KH, revision 30095

MutexGui calls in WakeUpIdle are not needed under GTK2, fixing the long-standing "random" lockups experienced when using wxPostEvent from a thread. Collaboration with RR.

2004-10-24 14:49 VZ, revision 30094

use GetBestSize() and not GetSize() for AsIs() size constraints -- this makes much more sense

2004-10-24 13:46 SN, revision 30093

Removed list of modeless windows (apparently no longer needed).

2004-10-24 12:48 SC, revision 30092

corrected textbackground for theme text output

2004-10-24 12:08 SN, revision 30091

Fixed handling of modal dialogs.

2004-10-24 11:43 SC, revision 30090

adding Offset to wxRegion / carbon

2004-10-24 07:36 DE, revision 30089

Fix wxExecute for ports other than wxMac and wxCocoa on Darwin

2004-10-24 01:04 RD, revision 30088

typo

2004-10-24 00:59 RD, revision 30087

EP_ADD_OPTS defaults to true

2004-10-24 00:58 RD, revision 30086

require --> select, added checkInstalled and getInstalled

2004-10-24 00:17 RD, revision 30085

Combine the common installer package into the main package

2004-10-24 00:17 RD, revision 30084

Don't uninstall common files if there is more than one wxPython installed

2004-10-23 21:26 VZ, revision 30083

don't give focus to the window if it ate the left mouse click

2004-10-23 16:10 VS, revision 30082

fixing sizing bug inside wxWizard

2004-10-23 16:06 VS, revision 30081

added InvalidateBestSize calls when combobox's content changes; DoGetBestSize now accounts for the width returned by GTK+ too

2004-10-23 15:24 VZ, revision 30080

added MDI menu item translation, the menu was looking very wrong with only one item untranslated...

2004-10-23 14:56 VZ, revision 30079

updated version to 2.5.3.1

2004-10-23 13:55 VZ, revision 30078

fixed VC++ size_t -> int conversion warning

2004-10-23 13:10 VZ, revision 30077

don't use _() as default parameter for wxPrintDialogBase title

2004-10-22 20:36 RD, revision 30076

reSWIGged

2004-10-22 20:28 RD, revision 30075

Keep a local copy of the daily builds too

2004-10-22 20:27 RD, revision 30074

reSWIGged

2004-10-22 20:16 KH, revision 30073

*** empty log message ***

2004-10-22 19:15 KH, revision 30072

*** empty log message ***

2004-10-22 19:12 RD, revision 30071

Use a working dir for the uninstaller that does exist.

2004-10-22 19:11 KH, revision 30070

Documentation patch from Olly Betts

2004-10-22 17:13 KH, revision 30069

Removed , from end of enumerated list wxPrintBin

2004-10-22 17:10 ABX, revision 30068

Supress OW warning about empty *structor outside class definition.

2004-10-22 16:07 DE, revision 30067

Cleaned up getRectsBeingDrawn:count: related code. * Removed the exception handler; it's not needed anymore (thanks Ryan). * Split the if statement and then case into two lines instead of one. * Took some of the suggestions from the cocoa-dev mailing list: - Changed code to use normal messaging syntax. - Provided a category interface to silence the compiler warning on 10.2.

2004-10-22 15:50 DE, revision 30066

Forgot the appropriate return statement for the last patch.

2004-10-22 15:42 DE, revision 30065

Change friendship so that the base implementation class is the friend.

2004-10-22 15:24 RD, revision 30064

A small fix for attachment popints and comments, from Pierre.

2004-10-22 15:21 RD, revision 30063

regenned the ReST docs

2004-10-22 15:20 RD, revision 30062

A unicode hack for the Rez/Derez hack

2004-10-22 05:53 RD, revision 30061

Remember the version selected and allow require to be called again as long as a compatible version is requested.

2004-10-22 03:07 RD, revision 30060

build the unicode version too on Panther

2004-10-22 03:06 RD, revision 30059

renamed the output file

2004-10-22 03:05 RD, revision 30058

Rearrainged some bits

2004-10-22 03:04 RD, revision 30057

Some new icons

2004-10-22 02:51 RD, revision 30056

reSWIGged

2004-10-22 02:50 RD, revision 30055

wxPython on OSX can now be built in Unicode mode, can support multiple version installs, and comes with an uninstaller script.

2004-10-22 00:23 VZ, revision 30054

Unicode compilation fix

2004-10-21 21:32 SN, revision 30053

Added stubs for OS/2 to new printing system.

2004-10-21 18:47 VS, revision 30052

OS/2 needs wxUSE_OWNER_DRAWN, too

2004-10-21 17:38 DW, revision 30051

Get rid of the class naming conflict with the base header for Print and supress some warnings.

2004-10-21 17:36 DW, revision 30050

Get rid of the class naming conflict with the base header

2004-10-21 13:58 DW, revision 30049

Removed temp OS/2 fix. Header now fixed.

2004-10-21 10:30 VZ, revision 30048

compilation fix after last checkin (missing header)

2004-10-20 22:50 VZ, revision 30047

added wxTextInputStream::operator>>(wchar_t) for compilers which support this

2004-10-20 22:14 VZ, revision 30046

decode URIs in wxFileDataObject::SetData(); fixes problem with filenames with spaces in their names (which were represented as )

2004-10-20 22:10 VZ, revision 30045

update g_isPainting in wxPaintEvent copy ctor

2004-10-20 22:03 VZ, revision 30044

added missing header (fixes compilation with WXWIN_COMPATIBILITY_2_4 == 0)

2004-10-20 21:04 DE, revision 30043

Rewrote wxSound: * Get rid of #if wxUSE_SOUND from header. wx/sound.h checks this already. * Get rid of pragma interface/implementation. Apple GCC dislikes them anyway. * Allow source file to use precompiled headers (wx/wxprec.h) * Include only needed AppKit/Foundation headers, not AppKit/AppKit.h. * Implement simple constructors inline in header. * Get rid of m_sndname and m_waveLength instance variables. They aren't used. * Add copy constructor (why not). * Move implementation of byte-array constructor into LoadWAV for consistency with UNIX wxSound. * LoadWAV (what was in the constructor) now properly allocs, inits, and releases NSData. The old code for this was not valid. * Rename lastSound to s_currentSound. * Rename isLastSoundLooping to s_loopCurrentSound. * Ignore the sound:didFinishPlaying: delegate message if it is received for an NSSound other than s_currentSound. * Create should not Stop the current sound. * Don't use NSBundle to get a resource sound but use [NSSound soundNamed:] which will include system sounds. * Playing a sound synchronously uses wxEventLoop::Dispatch which will really block (not spin the CPU like Yield). The sound is considered finished playing when s_currentSound is set to something else. In order to make sure we don't get stuck in this event loop the delegate calls wxApp::WakeUpIdle if it releases s_currentSound. * Have IsPlaying() check to make sure s_currentSound is not nil since only messages returning another object or void are allowed to be sent to nil objects. Changes involving retain/release * Get rid of comment about tricky API, it's not. * Get rid of isLastSoundInScope. Cocoa has proper reference counting. * Add SetNSSound which, like the rest of wxCocoa, retains/releases appropriately, sets the delegate, and logs when WXTRACE=COCOA_RetainRelease. * Destructor does SetNSSound(nil) which will always release the NSSound. Create and LoadWAV use SetNSSound method like the rest of wxCocoa. * Make the delegate always release s_currentSound if not (or if done) looping. DoPlay sets s_currentSound to m_cocoaNSSound after retaining it so that the delegate can always safely release it. * Stop, like everything else, does not need check of isLastSoundInScope

2004-10-20 19:26 DW, revision 30042

getservbyname under INNOTEK gcc needs a (char*), not (const char*) for the protocol argument

2004-10-20 19:24 DE, revision 30041

Added some accelerators to the menu to help with stress testing wxSound: Ctrl+O Select WAV file Ctrl+S "Play sound synchronously" Ctrl+A "Play sound asynchronously" Ctrl+T "Play sound asynchronously (object on stack)" (T for temporary) Ctrl+L "Loop sound"

2004-10-20 19:18 DE, revision 30040

Added CocoaSetKeyEquivalent() that sets the accelerators. Only implemented for letters, numbers, and ascii control characters. TODO: up/down/etc.

2004-10-20 17:29 VZ, revision 30039

include colour.h (fixes wxX11 compilation under Unix)

2004-10-20 17:21 VZ, revision 30038

removed duplicate #include

2004-10-20 16:44 JS, revision 30037

Worked around font setting problem for GTK+1 on some distributions. This is a workaround for wxGrid only.

2004-10-20 15:14 VZ, revision 30036

use slashes instead of backslashes and quotes instead of angle brackets in all #includes

2004-10-20 15:00 VZ, revision 30035

fixed bug introduced by last commit: if we don't change the path because it is already correct, we should still change the name we use

2004-10-20 11:12 ABX, revision 30034

Minor manual fixes.

2004-10-20 10:47 VZ, revision 30033

only VC++ >= 7.0 has __COUNTER__

2004-10-20 09:18 ABX, revision 30032

DMC, OW and my copy of MinGW misses SH* values, Borland seems fine.

2004-10-20 01:25 ABX, revision 30031

Oups :-( incomplete previous undo.

2004-10-20 01:20 ABX, revision 30030

Correct fix to the compile time assert under OW. Kudos to Vadim to the tip.

2004-10-20 00:36 VZ, revision 30029

added stdpaths.* for MSW and Unix

2004-10-20 00:35 VZ, revision 30028

initial Unix implementation

2004-10-20 00:34 VZ, revision 30027

don't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT works for VC++ too now

2004-10-20 00:34 VZ, revision 30026

moved AppendAppName() from MSW to common code; modified it to not double the trailing slash, if any

2004-10-20 00:33 VZ, revision 30025

removed special definition of wxCOMPILE_TIME_ASSERT2, keep it only for compatibility

2004-10-20 00:31 VZ, revision 30024

define wxMAKE_UNIQUE_NAME so that it works even in VC++ with /ZI (edit and continue) option: use __COU*NTER__ instead of __LINE__

2004-10-19 23:51 VZ, revision 30023

updated bulid notes to include cmd line building instructions

2004-10-19 23:19 VZ, revision 30022

removed unneeded junk copied from MSW port

2004-10-19 23:17 VZ, revision 30021

fixed status bar source file name; removed wxUSE_NATIVE_STATUS_BAR; removed generic status bar file from makefile

2004-10-19 23:12 VZ, revision 30020

ignore build directory

2004-10-19 22:05 RD, revision 30019

reSWIGged for WebKitCtrl

2004-10-19 21:51 RD, revision 30018

docstring typo fixed

2004-10-19 21:50 RD, revision 30017

reSWIGged for WebKitCtrl

2004-10-19 21:48 RD, revision 30016

Give wxEVT_WEBKIT_STATE_CHANGED a dummy value too.

2004-10-19 21:41 RD, revision 30015

reSWIGged for WebKitCtrl

2004-10-19 21:40 RD, revision 30014

More WebKitCtrl tweaks, added wxWebKitStateChangedEvent and etc.

2004-10-19 21:10 ABX, revision 30013

Warning fix to avoid typecasting with OW elsewhere.

2004-10-19 21:05 RD, revision 30012

a little cleanup

2004-10-19 21:03 RD, revision 30011

reSWIGged for WebKitCtrl

2004-10-19 21:00 RD, revision 30010

Some tweaks for WebKitCtrl.

2004-10-19 21:00 ABX, revision 30009

OW warning fix. Our compile time asserts warns when used within function and dedicated #pragma seems not influence it so they are moved from functions into global space as near as possible.

2004-10-19 18:54 VS, revision 30008

added wxTB_HORZ_TEXT

2004-10-19 18:51 VZ, revision 30007

declaration (only, so far) for Unix

2004-10-19 18:50 VZ, revision 30006

wxStandardPaths test

2004-10-19 18:50 VZ, revision 30005

initial implementation for MSW

2004-10-19 18:49 VZ, revision 30004

switched to using a real class instead of a namespace because of Mac base/GUI problems

2004-10-19 18:47 VZ, revision 30003

fixed GetConfigDir() description; added MT-safety note

2004-10-19 18:11 VZ, revision 30002

document that not skipping left click event results in focus not being given to the window under mouse

2004-10-19 18:09 VZ, revision 30001

don't set focus to the window when it is clicked if the event has been processed by the user code (this is consistent with how the standard controls already behave)

2004-10-19 16:43 VZ, revision 30000

extracted LPITEMIDLIST wrappers in a separate header (also [will be] used by wxStdnardPaths)

2004-10-19 15:13 VS, revision 29999

always use wxStaticCast in XRCCTRL (asserts in case of bad use in debug build)

2004-10-19 13:45 JS, revision 29998

Cleaned up commented-out code

2004-10-19 13:42 JS, revision 29997
  • D /wxWidgets/trunk/include/wx/palmos/setup.h

Removed accidentally committed file

2004-10-19 13:40 JS, revision 29996

Committed William Osborne's wxPalmOS port

2004-10-19 11:49 VZ, revision 29995

don't return wxLIST_HITTEST_ONITEMICON from HitTest() when the muse is clicked to the right of the icon label

2004-10-19 09:02 VZ, revision 29994

define __WXOSX__ for wxMac/Cocoa; document it

2004-10-19 08:31 VZ, revision 29993

set mouse capture flag to false when releasing the mouse (bug 1049693)

2004-10-19 08:18 JS, revision 29992

SQLINTEGER not defined in iodbc

2004-10-19 07:06 SC, revision 29991

eliminate double deletion

2004-10-19 07:04 SC, revision 29990

leads to a double call of AddChild, if we don't see any problems, we'll remove it

2004-10-19 06:07 KO, revision 29989

Additions for webkit wrapper support.

2004-10-19 06:04 KO, revision 29988

Adding wxWebKitCtrl wrappers.

2004-10-19 05:18 RN, revision 29987

Rework comment a bit to accurately reflect situation on 10.2 - it doesn't crash, rather it stalls :).

2004-10-19 04:43 DE, revision 29986

Fixed incorrect comment about [NSDate distantPast]. We aren't seeking to block for an infinite amount of time but rather to not block at all. Also added a bit of an overview since apparently the purpose of this code was not readily apparent even with the existing comments.

2004-10-19 04:04 RD, revision 29985

Remove pre-existing wx dirs from sys.path

2004-10-19 03:58 RD, revision 29984

More PyPlot updates from Gordon Williams: - Imported modules given leading underscore to name. - Added Cursor Line Tracking and User Point Labels. - Demo for Cursor Line Tracking and Point Labels. - Size of plot preview frame adjusted to show page better. - Added helper functions PositionUserToScreen and PositionScreenToUser in PlotCanvas. - Added functions GetClosestPoints (all curves) and GetClosestPoint (only closest curve) can be in either user coords or screen coords.

2004-10-19 03:51 RD, revision 29983

Remove comment too

2004-10-19 03:50 RD, revision 29982

use multiple images for changing the taskbar icon

2004-10-19 03:49 RD, revision 29981

fix image range

2004-10-18 23:28 VZ, revision 29980

fixed include guard after renaming the file

2004-10-18 23:27 VZ, revision 29979

- added and documented Get/SetInstallPath() under Unix - corrected returns values of several functions for Mac OS X

2004-10-18 22:35 VZ, revision 29978

renamed wxFileLocator to wxStandardPaths

2004-10-18 22:26 VZ, revision 29977

fix Mac/Unicode build after last commit

2004-10-18 22:23 DE, revision 29976

Due to the last change the delegate should not release itself.

2004-10-18 22:17 VZ, revision 29975

unsigned off_t doesn't exist

2004-10-18 22:12 DE, revision 29974

Renamed m_hSnd to m_cocoaNSSound (match rest of wxCocoa). Create delegate as a static member shared by all instances.

2004-10-18 22:07 JS, revision 29973

Don't remove generic status bar from parent, since it can be used on arbitrary windows.

2004-10-18 21:41 DE, revision 29972

Removed some extraneous whitespace. Changed YES/NO to true/false; do not confuse BOOL (Objective-C) with bool (C++). Changed some of the indentation to match that the rest of wxCocoa. There was an if (isLastSoundInScope = NO) which I think was wrong not only because it used NO rather than false but also because it's an assignment rather than a test. Changed it to if (!isLastSoundInScope).

2004-10-18 20:20 JS, revision 29971

wxRadioButtons in the same group no longer have to be consecutive (there may be intervening controls). Without this fix, an out-of-sync assert is generated when clicking on a radio button and then calling GetValue().

2004-10-18 19:15 DE, revision 29970

wxCocoa: Add native file dialog from Ryan Norton. Modified patch #1039368 https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1039368&group_id=9863

2004-10-18 17:02 DE, revision 29969

Rebaked (build/bakefiles/common.bkl 1.95->1.96 change)

2004-10-18 13:13 VS, revision 29968

fixed previous revision: call wxControl's, not wxButton's DoGetBestSize

2004-10-18 13:00 ABX, revision 29967

Unnecessary const_ prefix removed (blindly).

2004-10-18 12:50 VS, revision 29966

be user friendly on Unix and expand the / node automatically

2004-10-18 12:38 VS, revision 29965

wxBitmapButton doesn't need own DoGetBestSize, wxControl's one works (fixes sizing bug)

2004-10-18 09:43 VS, revision 29964

support alpha channel in menu items bitmaps, too

2004-10-18 09:30 VS, revision 29963

XRC ignored menu bitmap on non-MSW platforms, fixed

2004-10-18 09:05 VS, revision 29962

fixed typo

2004-10-18 05:56 ABX, revision 29961

Warning fixes for OpenWatcom.

2004-10-18 01:03 VZ, revision 29960

remove the selection when SetSelection(-1) is called instead of asserting (as documented)

2004-10-18 00:23 VZ, revision 29959

typo

2004-10-18 00:18 VZ, revision 29958

documented that SetSelection(-1) removes the selection

2004-10-17 23:20 VZ, revision 29957

added wxDynamicLibrary::HasSymbol()

2004-10-17 23:00 RR, revision 29956

Renamed wxPrintNativeData methods to better match those of the preexisting wxMac class. This should make transition of the wxMac classes to the new wxPrintNativeData classes easier. Renamed wxWindowsPrintNativeData to a proper name that is less confusing (GetNativeData -> GetDevMode).

2004-10-17 22:30 VZ, revision 29955

added \newsince command

2004-10-17 21:43 VZ, revision 29954

added interface for wxFileLocator class