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

2004-10-17 21:39 ABX, revision 29953

Warning fixes related to various cases of typecasting.

2004-10-17 21:28 VZ, revision 29952

mention enhanced metafiles bug fix

2004-10-17 20:17 VZ, revision 29951

compilation fix for Borland

2004-10-17 19:45 ABX, revision 29950

wxHashMap compatible typecasting.

2004-10-17 19:45 VZ, revision 29949

- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib" - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name

2004-10-17 19:32 RR, revision 29948

Took one part of the patch back again...

2004-10-17 17:25 RR, revision 29947

First step at moving the print (dialog) native data into native dirs and cleaning up the code. The native part of wxPrintData is now created via the wxPrintFactory. I moved the code for PostScript to /src/generic/prntdlgg. and for MSW to its the respective dir. I only made wxMac compile, but it already has a native print data class, which should be easy to merge.

2004-10-17 16:28 ABX, revision 29946

__WXDEBUG__ is defined/undefined, not 0/1!

2004-10-17 16:21 ABX, revision 29945

_() needs intl.h.

2004-10-17 14:54 VZ, revision 29944

removed obsolete and unused code for USE_BITMAP_MASKS == 0 case

2004-10-17 14:47 RR, revision 29943

Forgot to commit.

2004-10-17 14:32 RR, revision 29942

Applied (part of) small patch from Chris Bogolte which corrects a test in the Blit code.

2004-10-17 14:28 VZ, revision 29941

compilation fix for !USE_PCH

2004-10-17 13:11 SC, revision 29940

added mac constants

2004-10-17 11:51 SC, revision 29939

guard against m_peer = NULL in Show()

2004-10-17 10:52 SC, revision 29938

don't restrict to OS9 API for Mac-Builds

2004-10-17 10:45 SC, revision 29937

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 10:36 SC, revision 29936

__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

2004-10-17 09:58 RR, revision 29935

Fixed lost focus events in wxListBox.

2004-10-17 09:57 RR, revision 29934

Link problem.

2004-10-17 02:29 RD, revision 29933

Test GetTextRange on some unicode text

2004-10-17 02:27 RD, revision 29932

Use Scintilla's functions for Unicode/UTF8 conversions

2004-10-17 01:13 VZ, revision 29931

added test for the (just fixed) bug with adding the first entry to the root group

2004-10-17 01:00 VZ, revision 29930

use common code to determine best notebook size instaed of Mac-specific which mistakenly used current pages sizes and not the best ones

2004-10-17 00:38 VZ, revision 29929

added --linkdeps switch

2004-10-17 00:05 VZ, revision 29928

fixed bug with adding new entries to a root group with subgroups but without any existing entries

2004-10-16 22:11 RR, revision 29927

Began work on print dialogs. Now wxPrintDialog is a pimpl implementation of the native dialog classes, which are created in wxPrintFactory.

2004-10-16 21:52 VS, revision 29926

don't use m_instanceAsWindow to convert dialog units, it's not fully constructed yet and can't provide the information

2004-10-16 20:54 VZ, revision 29925

don't leave two conscutive separators after "moving" a standard menu item to the application menu

2004-10-16 20:28 VZ, revision 29924

don't reset tool/status bar pointers manually, it is now done automatically by the dtors of the bars themselves

2004-10-16 20:25 VZ, revision 29923

reset parent frame tool/status bar pointer automatically when the bar is destroyed; this ensures that we're never left with dangling pointers and fixes a crash under Mac when MDI child frame with a toolbar is closed

2004-10-16 19:59 VZ, revision 29922

added wxSetCursorEvent documentation (patch 1048181)

2004-10-16 19:55 VZ, revision 29921

compilation fixes for newer GTK versions (patch 1042407)

2004-10-16 19:43 VS, revision 29920

wxProcess::OnTerminate is not const

2004-10-16 19:41 VZ, revision 29919

unused params warnings (patch 1048431)

2004-10-16 17:46 RD, revision 29918

Fix to use old AutoWidthMixin API

2004-10-16 15:00 VZ, revision 29917

call AddChild() when the control is already reallly created

2004-10-16 13:39 VZ, revision 29916

suppress VC++ warning about long -> void * conversion too

2004-10-16 13:31 VZ, revision 29915

fixed enhanced metafiles loading from files

2004-10-16 11:45 VZ, revision 29914

replace post-linking commands with true, not #, for the platforms for which they don't make sense: this allows to use things like wx-config --rezflags directly in makefiles and not only with autoconf

2004-10-16 11:31 VZ, revision 29913

use size_t for the total size of data instead of wxFileSize_t (msg catalogs can't be that big...)

2004-10-16 02:15 DE, revision 29912

Add a second wxTaskBarIcon that uses the Dock (wxCocoa only)

2004-10-16 01:49 DS, revision 29911

fixed CFM build linking error

2004-10-16 01:47 VZ, revision 29910

fixed fatal bug when moving the control after itself in tab order

2004-10-16 01:30 DE, revision 29909

Whoops, forgot to commit this.

2004-10-16 00:45 VZ, revision 29908

added missing WXDLLEXPORT

2004-10-16 00:38 VZ, revision 29907

fixed inconsistent dllspec warning in DLL build

2004-10-16 00:27 VZ, revision 29906

fixed the just added wxStringTokenizer::GetPosition() test overwritten by the previous commit

2004-10-16 00:16 VZ, revision 29905

use unsigned chars for UTF8 data (avoids warnings)

2004-10-16 00:14 VZ, revision 29904

added wxStringTokenizer::GetPosition() test

2004-10-15 23:03 DE, revision 29903

Rebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.

2004-10-15 22:55 VZ, revision 29902

implemented SetWildcard()

2004-10-15 22:52 DE, revision 29901

wxCocoa: Added wxTaskBarIcon

2004-10-15 22:44 DE, revision 29900
  • D /wxWidgets/trunk/src/cocoa/filedlg.mm
  • D /wxWidgets/trunk/src/cocoa/taskbar.mm

Yes Ryan, I really did mean to remove these files.

2004-10-15 21:14 RD, revision 29899

DocsDemo --> docs-demos

2004-10-15 21:10 VZ, revision 29898

use wxPtrToUInt/UIntToPtr instead of (removed) ULong versions

2004-10-15 21:05 VS, revision 29897

linkage fixes for monolithic static build

2004-10-15 20:58 RD, revision 29896

Give the win32 runtime installer its own readme.

2004-10-15 20:58 VZ, revision 29895

removed pragma interface which resulted in link errors when inline functions from this file were used; remove wxULongToPtr/wxPtrToULong which could truncate the pointer; added wxUIntToPtr in addition to existing wxPtrToUInt (which now takes const pointer) to replace them

2004-10-15 20:35 VZ, revision 29894

use wxPtrToUInt instead of (lossy) wxPtrToULong

2004-10-15 20:31 RD, revision 29893

Show PlatformInfo in the About box too.

2004-10-15 20:21 RD, revision 29892

Show PlatformInfo in the About box too.

2004-10-15 20:07 RD, revision 29891

just a whitespace change

2004-10-15 20:05 RD, revision 29890

more consistent naming

2004-10-15 19:50 ABX, revision 29889

Unnecessary wxString(wxString).

2004-10-15 19:35 RD, revision 29888

Corrected some comments

2004-10-15 19:30 RD, revision 29887

Docs updates for 2.5.3.0

2004-10-15 19:28 RD, revision 29886

Tweak unicode --> string conversion helper so UnicodeDecodeError is raised when appropriate instead ofg just catching everything and raising TypeError

2004-10-15 19:03 ABX, revision 29885

GUI is not All at all ;)

2004-10-15 18:58 ABX, revision 29884

Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).

2004-10-15 18:45 RD, revision 29883

Applied patch from Pim Van Heuven that modifies 4 files: - wxPython/demo/ListCtrl_edit.py (new demo) - wxPython/demo/Main.py (include new demo in demo app) - wxPython/wx/lib/mixins/listctrl.py (several improvements to TextEditMixin) - wxPython/wx/lib/wxpTag.py (some small fixes)

2004-10-15 16:27 VS, revision 29882

don't create makefiles for nonexistent utils

2004-10-15 16:12 ABX, revision 29881

Warning fixes.

2004-10-15 16:00 ABX, revision 29880

Warning fixes.

2004-10-15 15:44 VZ, revision 29879

added Norvegian translation (Hans F. Nordhaug)

2004-10-15 15:41 VZ, revision 29878

ReadChar() is called GetChar() in fact

2004-10-15 15:29 ABX, revision 29877

Quiet cooperation between MSW and wxGL.

2004-10-15 15:05 ABX, revision 29876

DMC fix.

2004-10-15 14:35 VS, revision 29875

quick fix for misgenerated console samples' Makefile.in

2004-10-15 14:10 VS, revision 29874

regenerated

2004-10-15 13:09 VZ, revision 29873

VC++ warning fixes for /Wp64

2004-10-15 08:13 ABX, revision 29872

Fix for platforms where 64-bit value support is not implemented in switch/case statements.

2004-10-15 07:50 RL, revision 29871

For autoconf/unix builds update the hardcoded afm dir too.

2004-10-15 07:25 RL, revision 29870

Bump copyright date and indicate debug builds too in 'easter egg' dialog.

2004-10-15 06:45 JJ, revision 29869

Committing in . Added some type casts to silence the compiler on OpenVMS Modified Files: wxWidgets/src/common/db.cpp ----------------------------------------------------------------------

2004-10-15 06:12 SC, revision 29868

removed IsShown guards, allowing now for manipulation of hidden toolbars

2004-10-15 03:06 DE, revision 29867

Allow the wxMenu to be owned by the NSMenu so that it can be returned from methods which Cocoa calls when a menu is to be popped up.

2004-10-15 02:55 DE, revision 29866

Allow the dealloc message to be caught

2004-10-15 01:39 DE, revision 29865

Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. Move some processing code from wxMenuItemAction to CocoaItemSelected. Add Cocoa_validateMenuItem and use it instead of calling IsEnabled directly. Do not set the target or action for wxMenuItem that open submenus.

2004-10-15 01:13 RD, revision 29864

Adapt to new file naming scheme, new Installer structures, and other build tweaks.

2004-10-15 01:02 RD, revision 29863

Restructured for new style RPMs, etc. Can build all the RPMs from a single .spec file, by using --define parameters.

2004-10-15 00:56 RD, revision 29862

be cmd.exe compatible

2004-10-15 00:55 RD, revision 29861

Don't make the metadata xml file anymore

2004-10-15 00:54 RD, revision 29860

* Don't reset LC_NUMERIC if on Python 2.4 * Always save the tstate

2004-10-15 00:51 RD, revision 29859

wxRect --> wx.Rect

2004-10-15 00:47 RD, revision 29858

workarounds for old versions of distutils

2004-10-15 00:46 RD, revision 29857

put back the code to add the 3rd digit in the extraPath

2004-10-15 00:34 VZ, revision 29856

use wxFileSize_t instead of wxFileOffset or off_t

2004-10-15 00:23 VZ, revision 29855

fixed wxFileSize_t definition under Unix

2004-10-15 00:22 VZ, revision 29854

made Tell/Seek/Length() return wxFileSize_t as well

2004-10-15 00:01 VZ, revision 29853

added wxFileSize_t, changed types of wxFile methods/parameters once again

2004-10-14 23:46 VZ, revision 29852

always let GTK process focus_out events itself

2004-10-14 22:31 VZ, revision 29851

call Skip() under Mac

2004-10-14 22:27 VZ, revision 29850

replaced deprecated GetNoHistoryFiles() function with GetCount()

2004-10-14 19:15 ABX, revision 29849

Do not waste time for USE_ODBC=0.

2004-10-14 18:09 ABX, revision 29848

Bug #1001474. Text!=Password.

2004-10-14 17:42 ABX, revision 29847

Warning fix for wxDateTime_t <-> MSW data exchange.

2004-10-14 17:36 ABX, revision 29846

Fix to wrong order of parameters. Used wxStringBase constructor has parameters in reversed order in comparison to wxString (iirc due to stl::string compatibility).

2004-10-14 17:27 ABX, revision 29845

Fix to the crash in all MSW/OpenWatcom apps using toolbars. wxString() in A?B:C is not a good idea.

2004-10-14 17:19 ABX, revision 29844

Fix to bug #1046289. dtor of wxMetaTagParser must be executed earlier than dtor of 'charset'.

2004-10-14 17:09 ABX, revision 29843

Do not waste time with OpenGL turned off.

2004-10-14 17:05 ABX, revision 29842

Free DMC does not distribute OpenGL support.

2004-10-14 14:34 RN, revision 29841

readd files to restore cocoa compilation

2004-10-14 14:07 RN, revision 29840

Reverted and fixed really broken overcommit

2004-10-14 12:49 VS, revision 29839

fixes to building wxBase on Darwin

2004-10-14 10:32 JS, revision 29838

Script updates

2004-10-14 10:29 JS, revision 29837

Doc tweaks

2004-10-14 10:28 JS, revision 29836

Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar appearance problems by setting the scroll increment to e.g. 1 (Scrollbar problems caused by rounding errors - see comments in grid.cpp). Also removed obsolete functions from reference, rearranged alphabetically

2004-10-14 10:16 JS, revision 29835

Commented out SetFont(wxNullFont) which causes an assertion on Windows

2004-10-14 09:29 VS, revision 29834

added wxTB_HORZ_LAYOUT

2004-10-14 03:39 DE, revision 29833

Removed empty wxCocoa wxFileDialog implementation

2004-10-14 03:05 DE, revision 29832

Reverted broken test to determine wxHAS_TASK_BAR_ICON

2004-10-14 03:01 DE, revision 29831

Removed empty wxCocoa taskbar files and broken files.bkl commit.

2004-10-13 21:19 VZ, revision 29830

give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples

2004-10-13 20:47 JS, revision 29829

gtk_frame_focus_out_callback can be called with g_activeFrame null; so test for it.

2004-10-13 17:24 RN, revision 29828

fix syntax errors

2004-10-13 17:22 RN, revision 29827

fix syntax error

2004-10-13 17:10 RN, revision 29826

small doc cleanup

2004-10-13 15:14 RD, revision 29825

line segment fixes

2004-10-13 15:14 RD, revision 29824

dc.DrawLines fixed [1046055]

2004-10-13 14:11 ABX, revision 29823

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 14:09 ABX, revision 29822

Darwin fixes (OW,BCC,MinGW,DMC tested).

2004-10-13 14:04 ABX, revision 29821

Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

2004-10-13 09:24 ABX, revision 29820

Fix to reflect wxUNIVERSAL conditions from header.

2004-10-13 02:54 RN, revision 29819

crush compiler warnings and handle out of memory errors slightly better

2004-10-12 21:08 VZ, revision 29818

check that item pointer is non-NULL in WM_DRAW/MEASUREITEM

2004-10-12 21:07 RR, revision 29817

Added new wxPrintFactory code and made wxPrinter and wxPrintPreview make use of it. BIG CHANGE.

2004-10-12 20:48 ABX, revision 29816

Reverted due to Darwin and other conflicts.

2004-10-12 20:47 ABX, revision 29815

Reverted due to Darwin conflict.

2004-10-12 20:14 ABX, revision 29814

Reverted conflict with Darwin.

2004-10-12 19:29 ABX, revision 29813

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-12 19:05 RL, revision 29812

Update config.{guess,sub}

2004-10-12 18:59 RL, revision 29811

Regenerate .po files from 2.5.3 source.

2004-10-12 18:28 VS, revision 29810

updated after moving xrc to the core

2004-10-12 18:15 JS, revision 29809

Restored the default wizard height to match 2.4 (and bitmap size) settings

2004-10-12 18:02 JS, revision 29808

Corrected swapped args

2004-10-12 17:12 ABX, revision 29807

Whitespaces, tabs and fix to the lack of empty line at end.

2004-10-12 16:58 ABX, revision 29806

Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

2004-10-12 15:30 ABX, revision 29805

Undo last change due to STL.

2004-10-12 15:22 RN, revision 29804

annoying oversight - someday compilers will point this out

2004-10-12 15:03 RN, revision 29803

slight correction

2004-10-12 15:01 RN, revision 29802

get rid of global vars

2004-10-12 14:55 RN, revision 29801

I can't beleive I forgot this

2004-10-12 14:43 VS, revision 29800

added wxNB_TOP

2004-10-12 14:10 RN, revision 29799

patch from list to fix warning and get rid of unneccessary call

2004-10-12 14:02 RN, revision 29798

compilo fix (blind)

2004-10-12 13:23 RL, revision 29797

Eliminate the redundant no_wx var and the extra test to set it. Don't perform unrelated tests inside a single CHECK/RESULT block.

2004-10-12 13:16 RL, revision 29796

Don't leak intermediate results of tests for wx2.4 if it is not installed.

2004-10-12 10:23 VS, revision 29795

added \ escaping in XRC (patch 1042675)

2004-10-12 07:52 JS, revision 29794

Also distribute src/gtk/*.h

2004-10-11 23:49 VZ, revision 29793

wxPuts() should output a trailing newline even in Unix/Unicode builds

2004-10-11 22:58 VZ, revision 29792

mention that this file can be used under wx licence too

2004-10-11 22:57 VZ, revision 29791

added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h

2004-10-11 22:16 RD, revision 29790

Use a better fixed size for the spin button

2004-10-11 22:15 RD, revision 29789

Doc tweaks

2004-10-11 22:14 RD, revision 29788

Clean up comments a bit

2004-10-11 22:13 RD, revision 29787

MaskedEdit updates from Will Sadkin: - Added '*' mask char that means "all ansii chars" (ords 32-255) - Added proper unicode support to masked controls and wx.tools.dbg - Fixed two reported missing import bugs introduced by package creation - Converted masked package doc strings to reST format for better epydoc support - lots of doc string improvements and function hiding to better reflect package's public contents.

2004-10-11 18:44 RD, revision 29786

reSWIGged

2004-10-11 17:12 RD, revision 29785

forward declare wxPyTaskBarIcon

2004-10-11 16:30 ABX, revision 29784

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

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

2004-10-11 15:38 RN, revision 29782

temp. solution to get unicode to work on 10.3

2004-10-11 12:15 ABX, revision 29781

Missed wxList::Erase description.

2004-10-11 02:02 RN, revision 29780

cocoa doesn't need system framework - string conversion for cocoa - focus for cocoa - a bit of change for string unit tests for new functionality

2004-10-11 00:00 ROL, revision 29779

Applied changes by Bartlomiej Gorny for recent files and style panel fix. cellpos & cellspan parameters are changed to type ParamPosSize.

2004-10-10 23:55 ROL, revision 29778

fixed spacer image

2004-10-10 23:48 ROL, revision 29777

Fixed spacer image

2004-10-10 23:16 SN, revision 29776

Move children if parent gets resized.

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

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

2004-10-10 22:43 JS, revision 29774

Script tweak

2004-10-10 22:38 JS, revision 29773

Make dist correction for Motif

2004-10-10 22:33 JS, revision 29772

Script updates, FAQ updates from web site

2004-10-10 15:42 JS, revision 29771

Script updates

2004-10-10 13:30 RN, revision 29770

correct assignment in constructors, a little optimization, and some rare (impossible?) case sanity checks

2004-10-10 11:44 JS, revision 29769

Script updates

2004-10-10 11:31 JS, revision 29768

Added PNG bitmaps for easier editing (forgot to commit previously)

2004-10-10 10:27 JS, revision 29767

Script tweaks

2004-10-10 10:10 JS, revision 29766

Removed types that don't exist in iodbc

2004-10-10 09:30 JS, revision 29765

Fixed the change that broke eVC++ compile (please don't blind-fix this)

2004-10-10 00:57 RD, revision 29764

Don't bind the ACTIVATE events until the log window is created

2004-10-10 00:51 RD, revision 29763
  • D /wxWidgets/trunk/wxPython/scripts/genaxmodule.bat
  • D /wxWidgets/trunk/wxPython/scripts/helpviewer.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2png.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2py.bat
  • D /wxWidgets/trunk/wxPython/scripts/img2xpm.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyalacarte.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyalamode.bat
  • D /wxWidgets/trunk/wxPython/scripts/pycrust.bat
  • D /wxWidgets/trunk/wxPython/scripts/pyshell.bat
  • D /wxWidgets/trunk/wxPython/scripts/pywrap.bat
  • D /wxWidgets/trunk/wxPython/scripts/xrced.bat

Removed tool batch files, they can just be generated as part of the install.

2004-10-10 00:48 RD, revision 29762

* build and distrib tweaks. * restructuring of installer packages * MSW build can use either MONOLITHIC or multi-lib wx build

2004-10-09 21:48 VZ, revision 29761

the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere

2004-10-09 21:45 VZ, revision 29760

use wxStrdupA() instead of #ifdef's around strdup()

2004-10-09 20:34 JS, revision 29759

Fix for Standard WinCE SDK

2004-10-09 19:56 JS, revision 29758

Use _strdup under WinCE/eVC++

2004-10-09 19:19 JS, revision 29757

SetSizeHints -> DoSetSizeHints

2004-10-09 17:52 RL, revision 29756

gtk2 is the default now.

2004-10-09 17:37 RL, revision 29755

Add man page link for pywxrc.

2004-10-09 17:02 JS, revision 29754

Removed doubly-defined stubs

2004-10-09 16:55 JS, revision 29753

Backported menu fix from 2.5

2004-10-09 13:39 JS, revision 29752

Workaround for incorrect header in some versions of Mingw32

2004-10-09 12:53 VS, revision 29751

fixed wxrc installation and cleaning

2004-10-09 12:08 RL, revision 29750

Add basic --utility option for finding build dependent utils. More strictly define the exit codes -- 0 for success, 1 for failure, 2 for options that are not supported -- so as to enable feature testing. Quote the mac rezflags hack.

2004-10-09 10:52 JS, revision 29749

Resolved ambiguity

2004-10-09 10:51 JS, revision 29748

Tweaks

2004-10-09 10:30 JS, revision 29747

Removed over-specific references to wxDDE..

2004-10-09 03:07 RN, revision 29746

correct white values in extra stock cursors

2004-10-09 01:26 RD, revision 29745

check for wxHAS_HUGE_FILES

2004-10-09 01:26 RD, revision 29744

Fix docstring

2004-10-09 01:25 RD, revision 29743

Change macro used for OnGetItemImage so it ignores the base class version

2004-10-08 23:33 RN, revision 29742

fix description

2004-10-08 23:19 RN, revision 29741

final null-char wxString stuff, a couple of bugfixes and lots of code cleanups - fixups to changes.txt as per someone's suggestions - support for a lot more stock cursors on wxCocoa using the cursors from the carbon port

2004-10-08 21:52 VS, revision 29740

propagate invalidated best size upstream

2004-10-08 20:05 KH, revision 29739

Added Quicktime framework from System folder, updated project for hid.cpp, statbar.cpp and gdiobj.cpp and taskbar.cpp which seemed to be incompletely added

2004-10-08 19:51 ABX, revision 29738

Fix for building with limited ports/platforms.

2004-10-08 19:41 ABX, revision 29737

Better markup.

2004-10-08 18:49 ABX, revision 29736

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-08 17:37 RD, revision 29735

Make NOP versions of Mac[GS]etMetalAppearance for the other platforms

2004-10-08 16:26 VS, revision 29734

fixed AFM metrics installation so that PostScript printing works again

2004-10-08 16:14 RD, revision 29733

Check for an image list before complaining in OnGetItemImage

2004-10-08 14:54 JS, revision 29732

Added comment about setting AFM path

2004-10-08 11:20 JS, revision 29731

Regenerated makefiles for 3rd-party lib change

2004-10-08 10:53 JS, revision 29730

Added script to bake everthing (OK, so it's trivial...)

2004-10-08 08:43 JS, revision 29729

Regenerated from bakefiles

2004-10-08 05:00 RN, revision 29728

final compilo fixups for 10.2 unicode - c/c++ fixes for regex - fixup regex unit tests

2004-10-08 01:26 RN, revision 29727

various cleanups

2004-10-08 00:47 RN, revision 29726

wxSound for wxCocoa

2004-10-08 00:40 RN, revision 29725

wxDisplay for wxCocoa

2004-10-08 00:26 VZ, revision 29724

(blind) fix for Metrowerks/Win32 compilation

2004-10-08 00:20 VZ, revision 29723

renamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES

2004-10-08 00:08 RN, revision 29722

wxCocoa link fixes

2004-10-07 23:32 RN, revision 29721

fix darwin defines

2004-10-07 23:21 RN, revision 29720

a bit of cleanup

2004-10-07 22:58 RD, revision 29719

Make sure that WXMAKINGDLL_XRC is defined correctly for monolithic DLL builds

2004-10-07 22:35 RN, revision 29718

bakefile time!! (Mainly stuff for wxCocoa)

2004-10-07 22:28 RN, revision 29717

1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd .. (they are just stubs and return 0 - we need our own, even in ANSIcd ..!)\n2.Finalize the null character changes in wxString - change mb_str and wc_str to not stop at null characters\n3.Add unit tests for the above

2004-10-07 21:56 KH, revision 29716

Fixed typos -- obejct should be object

2004-10-07 20:24 RD, revision 29715

Added missing GetCellSize

2004-10-07 20:22 RD, revision 29714

reSWIGged

2004-10-07 20:15 RD, revision 29713

Patch from Gordon Williams: - Added bar graph demo - Modified line end shape from round to square. - Removed FloatDCWrapper for conversion to ints and ints in arguments

2004-10-07 20:07 RN, revision 29712

revert change to bakefiles as per Robin's suggestion

2004-10-07 19:28 RD, revision 29711

FloatCanvas patch from Chris Barker.

2004-10-07 18:35 JS, revision 29710

Applied patch [ 1039456 ] [wxOS2]Popup menu problems By Dave Parsons Fixes problems including: titles do not display, title id is already allocated to the menu separator, menus show in totally the wrong position, possible to call DoPopupMenu with out of range parameters, showing a menu enters an infinite loop with 100% cpu usage, ProcessEvent is called destroying the return value from HandleMouseEvent.

2004-10-07 18:32 RN, revision 29709

some preparation for carbon/cocoa interop

2004-10-07 18:08 RD, revision 29708

Correct compile errors in non-unicode build

2004-10-07 18:06 RN, revision 29707

I guess I should update this - :)

2004-10-07 17:56 RN, revision 29706

another stub for wxCocoa

2004-10-07 17:45 RN, revision 29705

fix a bunch of warnings in unicode build

2004-10-07 17:22 RN, revision 29704

remove blatant hack from configure and do proper checking for stuff wxCocoa does not support

2004-10-07 17:05 RD, revision 29703

Verified and applied [ 1042133 ] GTK2.0: DrawRotatedText dumb implementation

2004-10-07 16:50 RN, revision 29702

1. Yet another unit test for new stirng stuff 2. Fix unicode and 10.2 in src/cocoa/app.mm 3. Fix error in doc about wxEvtHandler::Connect

2004-10-07 16:42 JS, revision 29701

Applied patch [ 1039940 ] Prevent redefinition of MM_xxx mapping mode constants

2004-10-07 16:38 JS, revision 29700

Applied patch [ 1039953 ] Fix notebook functionality in widgets sample

2004-10-07 16:32 JS, revision 29699

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 16:26 JS, revision 29698

Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)

2004-10-07 13:36 ABX, revision 29697

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-07 13:04 ABX, revision 29696

Late note about deprecated wxDbTable constructor.

2004-10-07 11:26 DS, revision 29695

fixed Carbon compilation; call HID keyboard dtor for Darwin

2004-10-07 09:01 RN, revision 29694

revert badly screwed up commit :\

2004-10-07 08:53 RN, revision 29693

2.5.3 - cleanups, fixes, etc. etc. - 1. Various stubs for wxCocoa (and the bakefile entries for them) 2. Definitions for some wxCocoa cocoa types in defs.h 3. Hack to attempt to fix SYNC sound for mac carbon 4. Fix for wxCocoa and 10.2 (Dave - I'm already around doing some stuff anyway - I'll go ahead and save you the trouble). 5. 10.2 unicode layer 6. Strings null-char fixes (stems from chartraits patch - essentially the patch minus the chartraits part - HAHA :)) [note to self - swap the 2nd and 3rd params of wxMemchr if you use chartraits and vice versa] * If you have time please run the strings and stdstrings cppunit test suite * Also add more test suites if you want - more is always better :) * This does not include any fixes for mbtowc etc functions as outlined on the ml 7. An attempt to update wxArray docs a little 8. wx/process.h build fix for wxCocoa 9. Unicode fixes in app.mm for wxCocoa 10. Remove newer font panel after Stefan's suggestion

2004-10-07 07:52 JS, revision 29692

Misc script updates

2004-10-07 01:59 RN, revision 29691

cache mac and cocoa builds - so if you pick cocoa one time and don't specify it the next it will properly go back to cocoa, not default to mac

2004-10-06 22:11 RN, revision 29690

cursors for cocoa

2004-10-06 21:55 RD, revision 29689

New directories added, old ones removed

2004-10-06 21:54 RD, revision 29688

Install tweaks

2004-10-06 21:49 VS, revision 29687

fixed broken DoUpdateWindowUI: event.SetChecked doesn't have to be used together with SetText

2004-10-06 21:09 RN, revision 29686

cocoa tooltips. Remove runtime warning from 10.2 (dave - I was too lazy to change this from my local copy, feel free to commit over this if you want)

2004-10-06 20:58 ABX, revision 29685

Blind fix to lack of sql types.

2004-10-06 20:54 ABX, revision 29684

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:32 ABX, revision 29683

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:21 ABX, revision 29682

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-06 20:11 ABX, revision 29681

Keys to some operations (patch #1037434).

2004-10-06 20:09 ABX, revision 29680

Removed doubled events, corrected behaviour (patch #1037434)

2004-10-06 19:46 VS, revision 29679

added reference to GetUnicodeKey to GetKeyCode

2004-10-06 18:34 RD, revision 29678

Show EVT_ACTIVATE and EVT_ACTIVATE_APP events in action.

2004-10-06 18:32 RD, revision 29677

A Python version of wxrc

2004-10-06 18:30 RD, revision 29676

Mention TaskBarIcon and other recent changes

2004-10-06 18:10 RD, revision 29675

Remove any old wxrc before installing new ones. This fixes a make error on OSX.

2004-10-06 17:04 RD, revision 29674

wxMDIChildFrame::IsTopLevel returns false but for this purpose we should use the MDI Child, not it's parent.

2004-10-06 16:25 KH, revision 29673

Expanded comment in Initialize to include why Initialize is needed on OS X

2004-10-06 16:20 KH, revision 29672

Mac sockets events must be added to the RunLoop in the main thread, very similar to MSW. OnInit will now statically store the main RunLoop when wxSocketBase::Initialize is called (which should be called from the main thread), allowing sockets to be created in secondary threads and still receive events

2004-10-06 16:15 KH, revision 29671

Added back compile-time check for about/prefs menu separator; OS 9 should not have this separator appended. Can be changed later if needed to run-time check. This is better than nothing before 2.5.3.

2004-10-06 11:53 SC, revision 29670

adjusting DoGetBestSize according MSW

2004-10-05 21:57 VZ, revision 29669

cleaning up strdup/isascii definitions for compilers which lack them (should fix CW CFM build)

2004-10-05 21:11 RR, revision 29668

Make wxComboBox spit out a bit fewer surplis events when holding down the mouse button. Enable key based navigation through notebook tabs as in the native control with Left and right keys. Support for vetoing.

2004-10-05 20:53 RD, revision 29667

Deprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO

2004-10-05 20:52 RD, revision 29666

Typedef for wxUIntPtr

2004-10-05 20:51 RD, revision 29665

Added wx.App.IsMainLoopRunning

2004-10-05 19:17 RN, revision 29664

default pos/size cleanup

2004-10-05 18:24 RD, revision 29663

Improve image hittest

2004-10-05 16:17 RR, revision 29662

Fixed missing focus problem.

2004-10-05 15:42 VS, revision 29661

added wxRB_SINGLE

2004-10-05 15:38 ABX, revision 29660

Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

2004-10-05 01:50 DE, revision 29659

Implement wxBitmapButton::DoGetBestSize() to call wxButtonBase version so that the newly implement wxButton::DoGetBestSize() is not used.

2004-10-05 01:49 DE, revision 29658

Implement wxButtonBase::GetDefaultSize() Implement wxButton::DoGetBestSize() to return at least 68 pixel width unless wxBU_EXACTFIT flag is given.

2004-10-04 23:47 DE, revision 29657

Added wxAutoNSAutoreleasePool where needed for controls sample.

2004-10-04 20:25 ABX, revision 29656

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 20:21 VZ, revision 29655

made IsMainLoopRunning() static and implemented it for wxAppConsole too

2004-10-04 20:06 RD, revision 29654

fix compile error

2004-10-04 20:03 ABX, revision 29653

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:47 ABX, revision 29652

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:28 RD, revision 29651

Bail out if GetCurrentMenu returns NULL

2004-10-04 16:11 JS, revision 29650

Typo corrections

2004-10-04 15:36 RN, revision 29649

native wxFontDialog for carbon, second shot

2004-10-04 15:23 DS, revision 29648

added missing include for non-PCH compilation

2004-10-04 15:13 ABX, revision 29647

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places.

2004-10-04 10:52 VZ, revision 29646

don't use non blocking sockets if wxApp::IsMainLoopRunnning() returns false (closes 994293)

2004-10-04 10:51 VZ, revision 29645

added wxApp::IsMainLoopRunnning() (see bug 994293)

2004-10-04 10:38 VZ, revision 29644

added tests for deleting and renaming entries and groups

2004-10-04 10:37 VZ, revision 29643

assert that name, not full path, is used in RenameEntry(); fixed RenameGroup() which was completely broken for groups with subgroups

2004-10-04 10:18 VZ, revision 29642

fixed deletion of last group in the config file (bugs 849088 and 902147)

2004-10-04 08:53 VZ, revision 29641

don't try to delete our config file in DeleteAll() if we don't have any; don't assert when trying to delete an entry which doesn't exist (for consistency with DeleteGroup() and wxRegConfig)

2004-10-04 08:42 VZ, revision 29640

don't add dummy empty line at the end when reading from stream

2004-10-04 08:29 VZ, revision 29639

small optimization in wxConfigPathChanger: don't change the path if it is already the same as requested

2004-10-04 08:28 VZ, revision 29638

forward declare wxOutputStream (compilation fix for !USE_PCH)

2004-10-04 08:26 VZ, revision 29637

blind warning fix in wxUmaskChanger

2004-10-04 08:24 VZ, revision 29636

added SetPath(), entries and groups enumerations tests

2004-10-04 05:14 RL, revision 29635

Clean up the soversion/flavour labelling of binary runtime packages. Split out a common wxPython package so the runtime support for it doesn't need to conflict any more either. Makefile.in was apparently committed from out of date bakefiles so it is included here again too.

2004-10-03 23:46 DS, revision 29634

removed tab character

2004-10-03 23:17 VZ, revision 29633

started wxFileConfig unit test

2004-10-03 22:55 VZ, revision 29632

added wxFileConfig::Save(stream); documented it in new, separate from wxConfig, wxFileConfig doc file (replaces patches 902372 and 900889)

2004-10-03 22:34 VZ, revision 29631

don't keep a dirty flag in each entry/group, this is totally wasteful as a single flag in wxFileConfig itself is enough; do reset the dirty flag after Flush()ing

2004-10-03 22:18 VZ, revision 29630

use wxFileName::MacSetTypeAndCreator() in Flush() instead of duplicating its code here

2004-10-03 22:12 VZ, revision 29629

added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicating the same umask-setting code in several places

2004-10-03 21:00 VS, revision 29628

fixed menu destruction if it was removed from menubar with Remove

2004-10-03 19:38 VS, revision 29627

fixed transiency when the parent is MDI child frame

2004-10-03 18:06 JS, revision 29626

Workaround for special menu items not always being enabled. Use with UI update events.

2004-10-03 16:31 VS, revision 29625

fixed crash on invalid data (patch 1039453)

2004-10-03 16:10 VZ, revision 29624

don't include headers not needed when wxUSE_GUI == 0

2004-10-03 14:13 RR, revision 29623

Reworked TLW and app activation event code, also moved it to toplevel.cpp where it belongs.

2004-10-03 14:03 VZ, revision 29622

store bitmap data in premultiplied by alpha format in wxBitmap/wxDIB (patch 991172)

2004-10-03 13:53 VZ, revision 29621

use AlphaBlt() when blitting to a bitmap with alpha channel too (patch 991166)

2004-10-03 13:46 VZ, revision 29620

update the disabled buttons appearance when system colours change (followup to patch 1027243)

2004-10-03 13:38 VZ, revision 29619

oops, AdjustFontSize() had no effect; fixed (patch 1037952)

2004-10-03 13:36 VZ, revision 29618

Metrowerks fixes after huge file patch (patch 1037951)

2004-10-03 12:13 RL, revision 29617

Use the same paranoia we already apply to lib lists we get from configure to those we get from the user on the command line. Bubble all duplicates to occur at their last mention so static linking order is satified.

2004-10-03 12:11 VZ, revision 29616

destroy any TLWs still alive when the app terminates (avoids problems with classes unregistering under MSW and memory leaks everywhere)

2004-10-03 09:57 JS, revision 29615

Updated version number

2004-10-02 23:19 VZ, revision 29614

fixes for Metrowerks command line compiler (avoid redefining stuff already defined by configure)

2004-10-02 23:17 VZ, revision 29613

Metrowerks doesn't have isascii()

2004-10-02 23:16 VZ, revision 29612

$#include "expat_config.h" instead of <expat_config.h> as the file is in current directory

2004-10-02 22:10 VS, revision 29611

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:55 VS, revision 29610

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:30 VZ, revision 29609

removed non-const wxDC accessors for pens, brushes, ... (bug 1039169)

2004-10-02 20:52 VZ, revision 29608

only use __attribute__(regparm) for x86, this results in warnings under other platforms (e.g. PPC)

2004-10-02 20:31 VZ, revision 29607

use AC_LINK to check for va_copy, not AC_COMPILE

2004-10-02 19:19 RN, revision 29606

warning for 2.5.3

2004-10-02 18:33 VZ, revision 29605

added tests for va_copy and va_list

2004-10-02 18:32 VZ, revision 29604

added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)

2004-10-02 16:21 VZ, revision 29603

fixed dll import specification of wxGetHInstance()

2004-10-02 16:12 VZ, revision 29602

removed trailing comma from enum (gcc 3.4 compilation fix)

2004-10-02 15:30 VS, revision 29601

generated resources code doesn't have to include <wx/wx.h>

2004-10-02 14:07 JS, revision 29600

Blind fixes for Mac project files (version number, missing cpp files)

2004-10-02 12:36 VS, revision 29599

compilation fixes for gcc-3.4

2004-10-02 12:34 VS, revision 29598

don't link GUI libs into wxrc

2004-10-01 18:14 RD, revision 29597

Fixed typo, patch from Will

2004-10-01 16:10 RL, revision 29596

Filter any arguments back to 2.4.2.6 syntax before handing them on to a legacy wx-config.

2004-10-01 14:26 DE, revision 29595

wxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL.framework includes)

2004-10-01 14:23 DE, revision 29594

wxCocoa: Added (mostly) stubs for wxGLCanvas and friends.

2004-10-01 14:02 RL, revision 29593

Add wxversion/ to the dist tarball. Prefer 2.5 wx-config in the debs.

2004-10-01 13:28 RL, revision 29592

Add support for legacy 2.4 installs to wx-config. Add /utils/wxrc to the dist target and fix some things that still think it is in contrib.

2004-10-01 12:40 RN, revision 29591

fix const to normal warning

2004-10-01 11:27 VS, revision 29590

use default GUI font in wxHtmlListBox

2004-10-01 11:20 VS, revision 29589

gcc-3.4 compilation fix

2004-10-01 10:47 CE, revision 29588

update script to use vars

2004-10-01 03:14 RN, revision 29587

*** empty log message ***

2004-10-01 03:09 RN, revision 29586

OSX only (a runtime check would be preferable as Kevin mentioned

2004-10-01 02:50 KH, revision 29585

Increase status bar height from 15 to 18, allows common 16 x 16 icons and other controls like checkboxes to fit better without special handling (at least until Mac statusbar can determine its own best height)

2004-10-01 02:49 RN, revision 29584

only do the seperator between about and preferences on 10.3 and up

2004-10-01 02:08 KH, revision 29583

wx apps did not have the separator like other apps after About--now they do

2004-10-01 01:57 RN, revision 29582

fix dialogs sample after change to generic on OSX

2004-10-01 01:51 VZ, revision 29581

hack: hide the MDI parent frame by moving it off screen

2004-10-01 01:49 VZ, revision 29580

relayout frame contents when tool/statusbar is shown/hidden

2004-10-01 01:46 VZ, revision 29579

extracted OnSize() body in a new DoLayout() method so that it can be called from wxFrame::SetXXXBar()

2004-09-30 23:20 RD, revision 29578

no need to build separate xrc lib anymore

2004-09-30 23:18 RD, revision 29577

reSWIGged

2004-09-30 23:12 RD, revision 29576

Correct call to shape.Show()

2004-09-30 22:27 VZ, revision 29575

don't deprecate SetItemImage() with 3 parameters; just add a default value for the last one

2004-09-30 22:20 VS, revision 29574

build and install wxrc by default

2004-09-30 22:19 VS, revision 29573
  • D /wxWidgets/trunk/contrib/build/xrc

removed remaining XRC files from contrib

2004-09-30 22:17 VS, revision 29572

wxrc is in core utils now

2004-09-30 22:15 VS, revision 29571

install wxrc as wxrc-2.5, with symlink

2004-09-30 21:52 VS, revision 29570

blind compilation fix for MSVC

2004-09-30 21:00 DE, revision 29569

Use struct qualifier with objc_object (it is and always will be a struct)

2004-09-30 19:40 RD, revision 29568

Don't need to tickle the Idle process any more for taskbar icons

2004-09-30 19:13 JS, revision 29567

Deprecations

2004-09-30 19:12 JS, revision 29566

Deprecated SetItemImage with 2 image ids Deprecated _GET_INFO, _SET_INFO list control events

2004-09-30 18:41 JS, revision 29565

Applied patch 1037938 by Zbigniew Zagorski to fix Unicode build problems in Tex2RTF HTML generation

2004-09-30 16:37 VS, revision 29564

moved wxWindow::GetBestSize implementation into DoGetBestSize

2004-09-30 16:33 VS, revision 29563

moved wxWindow::GetBestSize implementation into DoGetBestSize to make it easier to support both prototypes in derived classes

2004-09-30 16:33 RD, revision 29562

Fix for crash when the child has no menu

2004-09-30 16:32 VS, revision 29561

resize parent's frame client area correctly when statusbar is added

2004-09-30 14:54 JS, revision 29560

Blind fix for missing files

2004-09-30 14:47 JS, revision 29559

Added XRC project

2004-09-30 13:51 RN, revision 29558

have it work the old way with PopupMenu(), and have it restore the old menu on destruction (and hopefully when RemoveIcon() is called

2004-09-30 11:15 ABX, revision 29557

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-30 08:23 VZ, revision 29556

compilation fix for wxGetEmptyString() with wxUSE_STL == 1

2004-09-30 01:17 RD, revision 29555

A better fix for GetXWindow that can handle both the wx widgets and the native widgets.

2004-09-29 21:56 RD, revision 29554

wxSystemSettings::GetMetric returns -1 if the metric is not supported by the port.

2004-09-29 21:52 RD, revision 29553

Change which image is used in the taskbar

2004-09-29 21:51 RD, revision 29552

Stop the timer before closing the demo

2004-09-29 21:24 RD, revision 29551

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:18 RD, revision 29550

Overridable CreatePopupMenu in TaskBarIcon

2004-09-29 21:07 VS, revision 29549

fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility

2004-09-29 20:39 RD, revision 29548

Create a mask for the icon if it doesn't already have one

2004-09-29 17:53 JS, revision 29547

Fixed case sensitivity

2004-09-29 17:17 VZ, revision 29546

fixed memory leak in Submit(cmd, false) (bug 1037115)

2004-09-29 16:49 RD, revision 29545

Just return zero without failing for unknown metrics, like the other ports do.

2004-09-29 16:42 RD, revision 29544

off_t --> wxFileOffset changes

2004-09-29 16:21 JS, revision 29543

Temp fix for VC6/XTI

2004-09-29 16:07 DE, revision 29542

Get the stock label when stock ID is used with empty label in Create()

2004-09-29 15:30 VS, revision 29541

implementation should use DoFindFocus

2004-09-29 14:34 VS, revision 29540

changes to make wxWindow::FindFocus work as expected with composite controls

2004-09-29 14:02 JS, revision 29539

Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper

2004-09-29 13:29 JS, revision 29538

Increased a buffer size

2004-09-29 11:25 ABX, revision 29537

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-29 11:16 VZ, revision 29536

signed/unsigned comparison warning fix

2004-09-29 10:42 VZ, revision 29535

removed C++ comments from C files

2004-09-29 09:46 ABX, revision 29534

wxTLW::SetLeft/RightMenu of smart phones documented.

2004-09-29 09:25 VZ, revision 29533

more 64 bit correctness fixes

2004-09-29 09:07 RL, revision 29532

Update the wx-config man page. Remove some cruft from the docs package. Bump version in configure. Update aclocal.

2004-09-29 08:20 RN, revision 29531
  • D /wxWidgets/trunk/samples/drawer

remove unfinished sample for release

2004-09-29 08:03 ABX, revision 29530

Hardware defines spec.

2004-09-29 07:48 JS, revision 29529

Incremented version

2004-09-29 07:36 RL, revision 29528

Update odbc for parallel installs too.

2004-09-29 07:21 ABX, revision 29527

C++ removed from C syntax.

2004-09-29 05:44 ABX, revision 29526

Include missing.h to find O_* flags.

2004-09-29 05:42 ABX, revision 29525

Correction to lost #ifdef

2004-09-29 05:18 DE, revision 29524

wxStaticBox constructor is not supposed to take a wxValidator

2004-09-29 04:28 RN, revision 29523

drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)

2004-09-29 00:22 RD, revision 29522

reSWIGged

2004-09-29 00:20 RD, revision 29521

Allow embedded double quotes, and hex-encode single quotes. Makes the typical case a bit more readable.

2004-09-29 00:15 RD, revision 29520

Updates for how the Python code is generated

2004-09-29 00:14 KH, revision 29519

Send EVT_COMMAND_TEXT_UPDATED from the spin control when the text in a spin control is updated by typing

2004-09-29 00:11 RD, revision 29518

Version number bump

2004-09-29 00:11 RD, revision 29517

Beginings of supporting multiple versions installed side-by-side

2004-09-28 23:36 RD, revision 29516

TRUE/FALSE/etc. cleanup in the *.in files, regenerated the .h and .cpp files

2004-09-28 23:23 KH, revision 29515

When enabling events, use CommonModes instead of DefaultMode for the RunLoop. In use locally since January, indicated as better mode setting by Dave E.

2004-09-28 21:53 VZ, revision 29514

wxListItem::m_data is now of type wxUIntPtr, not long, for compatibility with 64 bit systems

2004-09-28 21:48 VZ, revision 29513

added wxPtrToUInt() to cast pointer to an integer type without warnings

2004-09-28 21:46 VZ, revision 29512

added HAVE_REINTERPRET_CAST detection

2004-09-28 21:44 VZ, revision 29511

added AC_CXX_REINTERPRET_CAST

2004-09-28 21:44 VZ, revision 29510

added wx_reinterpret_cast() macro

2004-09-28 21:16 VZ, revision 29509

suppress VC7.1 64 bit correctness warnings

2004-09-28 19:49 RD, revision 29508

off-by-one fix

2004-09-28 19:24 RD, revision 29507

Corrected compile warnings, took out debug printf

2004-09-28 18:59 RD, revision 29506

Patch from Alberto Griggio to use the wxRenderer for drawing the header and buttons, plus some tweaks from me to calculate the height of the header based on font size.

2004-09-28 18:17 ABX, revision 29505

Hardware defines spec.

2004-09-28 17:39 ABX, revision 29504

Hardware defines spec.

2004-09-28 17:30 JS, revision 29503

Duplicate wxLC_VIRTUAL removed

2004-09-28 17:29 ABX, revision 29502

Hardware defines spec.

2004-09-28 17:13 ABX, revision 29501

Hardware defines spec.

2004-09-28 16:46 RD, revision 29500

Patch from Victor V. Kryukov

2004-09-28 16:32 ABX, revision 29499

Hardware defines spec.

2004-09-28 16:11 ABX, revision 29498

Hardware defines spec. Their application to the sources will take more commits since it not always as easy as it seems when they are part of more complicated conditions.

2004-09-28 15:46 JS, revision 29497

Improved the generic font dialog appearance.

2004-09-28 15:41 RN, revision 29496

possibly fix compilo error w/xcode

2004-09-28 15:24 RN, revision 29495

Fix some bugs

2004-09-28 15:13 ABX, revision 29494

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND.

2004-09-28 15:02 RN, revision 29493
  • D /wxWidgets/trunk/include/wx/drawer.h
  • D /wxWidgets/trunk/include/wx/generic/drawerg.h
  • D /wxWidgets/trunk/src/generic/drawerg.cpp

remove unfinished impl

2004-09-28 14:47 RL, revision 29492

Enable concurrent installs of runtime packages after a soname change. Add a common package for afm metrics, and other 'static' data and utilities. Remove the version/flavour from afm installs on unix as discussed with Vaclav, these files really do never change. Mention --static along with other selection options in --help.

2004-09-28 14:28 JS, revision 29491

Use generic font dialog on MacOS X

2004-09-28 12:05 VZ, revision 29490

wxFile::Length() return type fix (replaces last check in)

2004-09-28 11:54 ABX, revision 29489

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-28 10:32 JS, revision 29488

Typo corrections

2004-09-28 09:50 VZ, revision 29487

blind fix for wxGetEmptyString() compilation with wxUSE_STL == 1

2004-09-28 09:24 RN, revision 29486

fix unicode stuff

2004-09-28 08:01 JS, revision 29485

Removed fcntl.h include

2004-09-28 07:45 JS, revision 29484

__WINCE__ -> __WXWINCE__ Added missing O_... symbols Incremented the version

2004-09-28 04:30 RL, revision 29483

Make the warnings a little more relevant in other contexts in which they may be seen.

2004-09-28 00:13 RD, revision 29482

On the Mac the Alt key is a character modifier like Shift, so let char events with AltDown proceed into Scintilla.

2004-09-27 23:19 RN, revision 29481

source nice-ness and remove erronous files

2004-09-27 22:46 RN, revision 29480

revert bad change

2004-09-27 21:35 RD, revision 29479

fix link errors

2004-09-27 21:17 RD, revision 29478

Allow style spec strings to contain colour names as well as hex values

2004-09-27 21:08 JS, revision 29477

Don't try to typedef off_t twice (eVC++)

2004-09-27 21:02 VZ, revision 29476

code cleanup for the pen width condition (patch 1034942 + more)

2004-09-27 20:55 JS, revision 29475

Script updates

2004-09-27 20:52 VZ, revision 29474

set click coordinates to (-1, -1) if right mouse button event was generated from the keyboard

2004-09-27 20:51 VZ, revision 29473

initialize m_reusable (patch 1035725)

2004-09-27 20:46 RD, revision 29472

Fix for probably rare but potential refcount leak.

2004-09-27 20:40 RD, revision 29471

Oops, forgot to remove some whitespace and to sort the list of files

2004-09-27 20:29 , revision 29470
  • A /wxWidgets/branches/unlabeled-1.9.4
  • D /wxWidgets/branches/unlabeled-1.9.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.9.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/art
  • D /wxWidgets/branches/unlabeled-1.9.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.9.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/build
  • D /wxWidgets/branches/unlabeled-1.9.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.9.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.9.4/configure
  • D /wxWidgets/branches/unlabeled-1.9.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.9.4/contrib
  • D /wxWidgets/branches/unlabeled-1.9.4/debian
  • D /wxWidgets/branches/unlabeled-1.9.4/demos
  • D /wxWidgets/branches/unlabeled-1.9.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.9.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.9.4/distrib
  • D /wxWidgets/branches/unlabeled-1.9.4/docs
  • D /wxWidgets/branches/unlabeled-1.9.4/include
  • D /wxWidgets/branches/unlabeled-1.9.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.9.4/lib
  • D /wxWidgets/branches/unlabeled-1.9.4/locale
  • D /wxWidgets/branches/unlabeled-1.9.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.9.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.9.4/misc
  • D /wxWidgets/branches/unlabeled-1.9.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.9.4/regen
  • D /wxWidgets/branches/unlabeled-1.9.4/samples
  • D /wxWidgets/branches/unlabeled-1.9.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.9.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.9.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.9.4/src/common
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.9.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.9.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.9.4/src/html
  • D /wxWidgets/branches/unlabeled-1.9.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.9.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.9.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.9.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.9.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.9.4/src/png
  • D /wxWidgets/branches/unlabeled-1.9.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.9.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.9.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.9.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.9.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.9.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.9.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.9.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.9.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.9.4/tests
  • D /wxWidgets/branches/unlabeled-1.9.4/utils
  • D /wxWidgets/branches/unlabeled-1.9.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.9.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.9.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.9.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.9.4/wxX11.spec

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

2004-09-27 20:29 , revision 29469
  • A /wxWidgets/branches/unlabeled-1.6.4
  • D /wxWidgets/branches/unlabeled-1.6.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.6.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/art
  • D /wxWidgets/branches/unlabeled-1.6.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.6.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/build
  • D /wxWidgets/branches/unlabeled-1.6.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.6.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.6.4/configure
  • D /wxWidgets/branches/unlabeled-1.6.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.6.4/contrib
  • D /wxWidgets/branches/unlabeled-1.6.4/debian
  • D /wxWidgets/branches/unlabeled-1.6.4/demos
  • D /wxWidgets/branches/unlabeled-1.6.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.6.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.6.4/distrib
  • D /wxWidgets/branches/unlabeled-1.6.4/docs
  • D /wxWidgets/branches/unlabeled-1.6.4/include
  • D /wxWidgets/branches/unlabeled-1.6.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.6.4/lib
  • D /wxWidgets/branches/unlabeled-1.6.4/locale
  • D /wxWidgets/branches/unlabeled-1.6.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.6.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.6.4/misc
  • D /wxWidgets/branches/unlabeled-1.6.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.6.4/regen
  • D /wxWidgets/branches/unlabeled-1.6.4/samples
  • D /wxWidgets/branches/unlabeled-1.6.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.6.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.6.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.6.4/src/common
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.6.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.6.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.6.4/src/html
  • D /wxWidgets/branches/unlabeled-1.6.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.6.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.6.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.6.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.6.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.6.4/src/png
  • D /wxWidgets/branches/unlabeled-1.6.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/scintilla/src
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.6.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.6.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.6.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.6.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.6.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.6.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.6.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.6.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.6.4/tests
  • D /wxWidgets/branches/unlabeled-1.6.4/utils
  • D /wxWidgets/branches/unlabeled-1.6.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.6.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.6.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.6.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.6.4/wxX11.spec

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

2004-09-27 20:29 , revision 29468
  • A /wxWidgets/branches/unlabeled-1.5.4
  • D /wxWidgets/branches/unlabeled-1.5.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.5.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/art
  • D /wxWidgets/branches/unlabeled-1.5.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.5.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/build
  • D /wxWidgets/branches/unlabeled-1.5.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.5.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.5.4/configure
  • D /wxWidgets/branches/unlabeled-1.5.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.5.4/contrib
  • D /wxWidgets/branches/unlabeled-1.5.4/debian
  • D /wxWidgets/branches/unlabeled-1.5.4/demos
  • D /wxWidgets/branches/unlabeled-1.5.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.5.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.5.4/distrib
  • D /wxWidgets/branches/unlabeled-1.5.4/docs
  • D /wxWidgets/branches/unlabeled-1.5.4/include
  • D /wxWidgets/branches/unlabeled-1.5.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.5.4/lib
  • D /wxWidgets/branches/unlabeled-1.5.4/locale
  • D /wxWidgets/branches/unlabeled-1.5.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.5.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.5.4/misc
  • D /wxWidgets/branches/unlabeled-1.5.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.5.4/regen
  • D /wxWidgets/branches/unlabeled-1.5.4/samples
  • D /wxWidgets/branches/unlabeled-1.5.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.5.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.5.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.5.4/src/common
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.5.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.5.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.5.4/src/html
  • D /wxWidgets/branches/unlabeled-1.5.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.5.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.5.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.5.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.5.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.5.4/src/png
  • D /wxWidgets/branches/unlabeled-1.5.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.5.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.5.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.5.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.5.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.5.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.5.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.5.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.5.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.5.4/tests
  • D /wxWidgets/branches/unlabeled-1.5.4/utils
  • D /wxWidgets/branches/unlabeled-1.5.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.5.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.5.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.5.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.5.4/wxX11.spec

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

2004-09-27 20:29 , revision 29467
  • A /wxWidgets/branches/unlabeled-1.2.4
  • D /wxWidgets/branches/unlabeled-1.2.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.2.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/art
  • D /wxWidgets/branches/unlabeled-1.2.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.2.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/build
  • D /wxWidgets/branches/unlabeled-1.2.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.2.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.2.4/configure
  • D /wxWidgets/branches/unlabeled-1.2.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.2.4/contrib
  • D /wxWidgets/branches/unlabeled-1.2.4/debian
  • D /wxWidgets/branches/unlabeled-1.2.4/demos
  • D /wxWidgets/branches/unlabeled-1.2.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.2.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.2.4/distrib
  • D /wxWidgets/branches/unlabeled-1.2.4/docs
  • D /wxWidgets/branches/unlabeled-1.2.4/include
  • D /wxWidgets/branches/unlabeled-1.2.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.2.4/lib
  • D /wxWidgets/branches/unlabeled-1.2.4/locale
  • D /wxWidgets/branches/unlabeled-1.2.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.2.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.2.4/misc
  • D /wxWidgets/branches/unlabeled-1.2.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.2.4/regen
  • D /wxWidgets/branches/unlabeled-1.2.4/samples
  • D /wxWidgets/branches/unlabeled-1.2.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.2.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.2.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.2.4/src/common
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.2.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.2.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.2.4/src/html
  • D /wxWidgets/branches/unlabeled-1.2.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.2.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.2.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.2.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.2.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.2.4/src/png
  • D /wxWidgets/branches/unlabeled-1.2.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.2.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.2.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.2.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.2.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.2.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.2.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.2.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.2.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.2.4/tests
  • D /wxWidgets/branches/unlabeled-1.2.4/utils
  • D /wxWidgets/branches/unlabeled-1.2.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.2.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.2.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.2.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.2.4/wxX11.spec

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

2004-09-27 20:29 , revision 29466
  • A /wxWidgets/branches/unlabeled-1.10.4
  • D /wxWidgets/branches/unlabeled-1.10.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.10.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/art
  • D /wxWidgets/branches/unlabeled-1.10.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.10.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/build
  • D /wxWidgets/branches/unlabeled-1.10.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.10.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.10.4/configure
  • D /wxWidgets/branches/unlabeled-1.10.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.10.4/contrib
  • D /wxWidgets/branches/unlabeled-1.10.4/debian
  • D /wxWidgets/branches/unlabeled-1.10.4/demos
  • D /wxWidgets/branches/unlabeled-1.10.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.10.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.10.4/distrib
  • D /wxWidgets/branches/unlabeled-1.10.4/docs
  • D /wxWidgets/branches/unlabeled-1.10.4/include
  • D /wxWidgets/branches/unlabeled-1.10.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.10.4/lib
  • D /wxWidgets/branches/unlabeled-1.10.4/locale
  • D /wxWidgets/branches/unlabeled-1.10.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.10.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.10.4/misc
  • D /wxWidgets/branches/unlabeled-1.10.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.10.4/regen
  • D /wxWidgets/branches/unlabeled-1.10.4/samples
  • D /wxWidgets/branches/unlabeled-1.10.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.10.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.10.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.10.4/src/common
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.10.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.10.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.10.4/src/html
  • D /wxWidgets/branches/unlabeled-1.10.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.10.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.10.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.10.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.10.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.10.4/src/png
  • D /wxWidgets/branches/unlabeled-1.10.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.10.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.10.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.10.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.10.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.10.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.10.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.10.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.10.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.10.4/tests
  • D /wxWidgets/branches/unlabeled-1.10.4/utils
  • D /wxWidgets/branches/unlabeled-1.10.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.10.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.10.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.10.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.10.4/wxX11.spec

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

2004-09-27 20:29 , revision 29465
  • A /wxWidgets/branches/unlabeled-1.1.4
  • D /wxWidgets/branches/unlabeled-1.1.4/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.1.4/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/art
  • D /wxWidgets/branches/unlabeled-1.1.4/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.1.4/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/build
  • D /wxWidgets/branches/unlabeled-1.1.4/config.guess
  • D /wxWidgets/branches/unlabeled-1.1.4/config.sub
  • D /wxWidgets/branches/unlabeled-1.1.4/configure
  • D /wxWidgets/branches/unlabeled-1.1.4/configure.in
  • D /wxWidgets/branches/unlabeled-1.1.4/contrib
  • D /wxWidgets/branches/unlabeled-1.1.4/debian
  • D /wxWidgets/branches/unlabeled-1.1.4/demos
  • D /wxWidgets/branches/unlabeled-1.1.4/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.1.4/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.1.4/distrib
  • D /wxWidgets/branches/unlabeled-1.1.4/docs
  • D /wxWidgets/branches/unlabeled-1.1.4/include
  • D /wxWidgets/branches/unlabeled-1.1.4/install-sh
  • D /wxWidgets/branches/unlabeled-1.1.4/lib
  • D /wxWidgets/branches/unlabeled-1.1.4/locale
  • D /wxWidgets/branches/unlabeled-1.1.4/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.1.4/make-deb
  • D /wxWidgets/branches/unlabeled-1.1.4/misc
  • D /wxWidgets/branches/unlabeled-1.1.4/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.1.4/regen
  • D /wxWidgets/branches/unlabeled-1.1.4/samples
  • D /wxWidgets/branches/unlabeled-1.1.4/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.1.4/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.1.4/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.1.4/src/common
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/expat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/generic
  • D /wxWidgets/branches/unlabeled-1.1.4/src/gtk
  • D /wxWidgets/branches/unlabeled-1.1.4/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.1.4/src/html
  • D /wxWidgets/branches/unlabeled-1.1.4/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mac
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mgl
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.1.4/src/motif
  • D /wxWidgets/branches/unlabeled-1.1.4/src/msw
  • D /wxWidgets/branches/unlabeled-1.1.4/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.1.4/src/os2
  • D /wxWidgets/branches/unlabeled-1.1.4/src/png
  • D /wxWidgets/branches/unlabeled-1.1.4/src/regex
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.1.4/src/tiff
  • D /wxWidgets/branches/unlabeled-1.1.4/src/univ
  • D /wxWidgets/branches/unlabeled-1.1.4/src/unix
  • D /wxWidgets/branches/unlabeled-1.1.4/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.1.4/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/x11
  • D /wxWidgets/branches/unlabeled-1.1.4/src/xml
  • D /wxWidgets/branches/unlabeled-1.1.4/src/xrc
  • D /wxWidgets/branches/unlabeled-1.1.4/src/zlib
  • D /wxWidgets/branches/unlabeled-1.1.4/tests
  • D /wxWidgets/branches/unlabeled-1.1.4/utils
  • D /wxWidgets/branches/unlabeled-1.1.4/version-script.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.1.4/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxPython
  • D /wxWidgets/branches/unlabeled-1.1.4/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.1.4/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.1.4/wxX11.spec

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

2004-09-27 20:29 RD, revision 29464

Updated wxSTC's copy of Scintilla to version 1.61

2004-09-27 19:24 ABX, revision 29463

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-27 19:15 ABX, revision 29462

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-27 19:06 ABX, revision 29461

Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-27 19:00 RD, revision 29460

Added IsActive

2004-09-27 18:59 RD, revision 29459

Added FontFromPixelSize

2004-09-27 18:19 VZ, revision 29458

explicitly forward declare wxHashTableBase when wxUSE_STL == 1; this is apparently needed for xlC (AIX compiler)

2004-09-27 17:27 ABX, revision 29457

Watcom fixes after recent wxFile changes.

2004-09-27 17:20 VZ, revision 29456

fix crash when calling wxGetEmptyString() with wxUSE_STL == 1 (bug 1028804)

2004-09-27 16:01 ABX, revision 29455

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-27 14:33 VZ, revision 29454

define wxInvalidOffset properly (as wxFileOffset, not off_t)

2004-09-27 14:20 RN, revision 29453

remove stuff

2004-09-27 13:57 RN, revision 29452

[ 1035247 ] fix the number of ticks in slider (with annotations)

2004-09-27 13:14 RN, revision 29451

use both generic and native on osx 10.2 for presentation purposes

2004-09-27 13:07 RN, revision 29450

IOKit framework now req. under darwin

2004-09-27 13:06 RR, revision 29449

Compile fixes.

2004-09-27 13:01 VZ, revision 29448

fix crash after radio button fix

2004-09-27 12:20 JS, revision 29447

Early versions of GTK+2 don't have has_toplevel_focus

2004-09-27 11:44 RN, revision 29446

make go generic

2004-09-27 11:32 RN, revision 29445

generic (will comment on list later about was does/doesn't work) drawer

2004-09-27 11:30 VZ, revision 29444

added src/msw/wince/filefnwce.cpp

2004-09-27 11:29 VZ, revision 29443

warning fix after huge file patch

2004-09-27 11:02 VZ, revision 29442

keep the old wxFont::Create() signature (changed by font size in pixels patch) to fix XTI and to preserve backwards compatibility

2004-09-27 10:58 VZ, revision 29441

added wxGetFullModuleName(); use it instead of calling ::GetModuleFileName() directly

2004-09-27 10:55 DS, revision 29440

doc-typo

2004-09-27 10:34 DS, revision 29439

doc-typo

2004-09-27 10:25 DS, revision 29438

fixed MSVC6 warning

2004-09-27 08:08 RL, revision 29437

Handle the case of unresolveable ambiguity in --list now too.

2004-09-27 07:45 RN, revision 29436

pass by reference, not value

2004-09-27 07:42 RN, revision 29435

fix warnings

2004-09-27 07:33 RN, revision 29434

fix non-void function not returning value warning

2004-09-27 07:13 RN, revision 29433

Add HID keyboard functionality

2004-09-27 07:09 SN, revision 29432

Re-simplified ScrollWindow routine.

2004-09-27 06:53 RN, revision 29431

Regen Bakefiles for OSX HID integration

2004-09-27 06:45 RN, revision 29430

note font dialog change

2004-09-27 05:57 RL, revision 29429

Delay --list a little longer so we can indicate the best match out of the general blob. Format the output a little less ambiguously.

2004-09-27 05:26 RN, revision 29428
  • D /wxWidgets/trunk/contrib/samples/xrc

remove erronues xrc contrib sample

2004-09-26 23:17 VZ, revision 29427

made GetTempBuffer() static to avoid duplicate function errors during linking

2004-09-26 23:08 VS, revision 29426

partially reverted Robert's changes, did it more cleanly

2004-09-26 20:45 VZ, revision 29425

documented IsActive()

2004-09-26 20:35 RN, revision 29424

hid integration

2004-09-26 20:28 VZ, revision 29423

fix for __HUGEFILES_SUPPORTED definition

2004-09-26 20:01 RR, revision 29422

Moved function from mslu to utils to make the linker not complain about double symbols.

2004-09-26 18:13 RR, revision 29421

Trying hard to make things compile.

2004-09-26 18:03 KO, revision 29420

Fixes to remove compile warnings.

2004-09-26 17:41 RN, revision 29419

cleanups

2004-09-26 17:39 SN, revision 29418

Make scrolling work better (without constantly refreshing whole screen).

2004-09-26 17:22 RR, revision 29417

GTK1 compilo.

2004-09-26 17:22 RN, revision 29416

recall initial font

2004-09-26 17:14 RN, revision 29415

cleanup

2004-09-26 17:14 JS, revision 29414

Applied Kevin Hock's combobox patch for text update events

2004-09-26 17:06 RN, revision 29413

fix remaining bugs

2004-09-26 16:42 JS, revision 29412

Program args fix for WinCE

2004-09-26 16:37 JS, revision 29411

Tweaks to fix RTF contents (need newline at end of each class file)

2004-09-26 16:34 RN, revision 29410

fix font styles

2004-09-26 16:28 VZ, revision 29409

wxExecuteData is a struct, not class (warning fix)

2004-09-26 16:21 JS, revision 29408

Improved libs.bmp file but shows too small in WinHelp

2004-09-26 16:14 VZ, revision 29407

include wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition with CodeWarrior 9

2004-09-26 15:59 RN, revision 29406

default to native font dialog for 10.2+

2004-09-26 15:34 RN, revision 29405

add drawer sample

2004-09-26 15:29 RR, revision 29404

Make mouseless use of wxListBox possible for non single style. Make wxListBox report click on background.

2004-09-26 15:11 SC, revision 29403

updated project file

2004-09-26 15:03 RN, revision 29402

revert to pre-drawer state

2004-09-26 14:32 VZ, revision 29401

renamed HasFocus() to IsActive() to avoid confusion with FindFocus(); documented it; avoid code duplication in GTK1 version

2004-09-26 14:28 RN, revision 29400

fix warning

2004-09-26 14:22 RN, revision 29399

fix facename

2004-09-26 14:17 RR, revision 29398

Added wxTopLevelWindow::HasFocus() as discussed.

2004-09-26 14:13 RN, revision 29397

native font dialog implementation for mac os x 10.2+

2004-09-26 14:08 SC, revision 29396

dependency fix for clipping

2004-09-26 14:07 SC, revision 29395

unicode fix

2004-09-26 14:07 SC, revision 29394

unicode fix for CW

2004-09-26 14:05 SC, revision 29393

fix for CW compilation

2004-09-26 14:05 SC, revision 29392

clipping for wxMac cleaned up

2004-09-26 13:55 VZ, revision 29391

compilation fix for Unicode mode after huge file patch: Watcom is the only compiler to have a wide char version of struct stat as well as of the stat function itself

2004-09-26 13:35 RR, revision 29390

Compilo.

2004-09-26 13:18 RL, revision 29389

Enable the huge files patch to build with mingw-cross.

2004-09-26 11:52 RN, revision 29388

no reference to wxFont - you've got to be kidding! :)

2004-09-26 11:47 RL, revision 29387

wxSize needs to be fully defined if we want to use it inline here.

2004-09-26 10:51 RN, revision 29386

add drawer to taskbaricontest

2004-09-26 10:42 RN, revision 29385

Lots of fixes/cleanups for OSX taskbar

2004-09-26 10:26 VS, revision 29384

notify parent frame that client area changed when statusbar is destroyed

2004-09-26 09:14 RN, revision 29383

Fix some of vadim's compilation problems

2004-09-26 09:06 SC, revision 29382

making newline fixes depending on the encoding of \n

2004-09-26 08:46 RL, revision 29381

Limit the influence of flavour more strictly to autoconf format. Remove '-' and '.' from the $release tag for non autoconf platform. This may like slightly finer tuning than that for some people.

2004-09-26 08:27 RN, revision 29380

cleanups, proper event handling/cleanup

2004-09-26 08:15 RL, revision 29379
  • D /wxWidgets/trunk/contrib/build/xrc

Remove contrib xrc bakefiles, else regen dies because the makefiles for it no longer exist there.

2004-09-26 06:39 RL, revision 29378

Restore WXBASEPORT for carbon. This is more than just a flavour in all the ways mac is typically more than, so it can stay a mac'ism until the easier platforms shake out.

2004-09-26 04:37 RN, revision 29377

info

2004-09-26 04:23 RN, revision 29376

todo

2004-09-26 04:19 RN, revision 29375

Fix 10.2 focus issues

2004-09-26 03:25 RN, revision 29374

they should be ints, not size_ts

2004-09-26 03:15 RN, revision 29373

warning fixes unsigned->signed

2004-09-26 02:09 RD, revision 29372

reSWIGged

2004-09-26 01:57 RN, revision 29371

todos, cleanups, detabified

2004-09-26 01:27 RN, revision 29370

cleanup image after application

2004-09-25 23:41 RD, revision 29369

reSWIGged

2004-09-25 23:37 VZ, revision 29368

compilation fix for not MSW

2004-09-25 23:31 RD, revision 29367

Added wxFRAME_DRAWER

2004-09-25 23:27 RD, revision 29366

More True/False fixes

2004-09-25 23:26 RD, revision 29365

add xrc lib to core libs list for Win32 build

2004-09-25 23:25 VZ, revision 29364

compilation fix for compilers not using PCH

2004-09-25 23:15 RD, revision 29363

Use the stc.h in the source tree for the dependency, not the installed one.

2004-09-25 23:14 RD, revision 29362

Enable TaskBarIcon for Mac too. Some cleanup.

2004-09-25 23:12 RD, revision 29361

forgot to reset m_iconAdded

2004-09-25 23:11 RD, revision 29360

Force the output window to display at the begining of the app

2004-09-25 23:09 RD, revision 29359

Use dummy class on Mac until wxEventLoop is implemented there

2004-09-25 23:05 RD, revision 29358

Add some missing methods to match other implementations

2004-09-25 23:03 RD, revision 29357

added some missing mac headers

2004-09-25 23:03 VZ, revision 29356

added a way to create fonts with specified pixel size

2004-09-25 22:44 VZ, revision 29355

support for huge files (patch 1002226)

2004-09-25 19:47 SC, revision 29354

making returns in a line to always be \n (13 in CFM (mpwnewline) and 10 in Mach)

2004-09-25 18:56 VS, revision 29353

compilation fix: only us-ascii is safe in sources

2004-09-25 18:41 RN, revision 29352

fix for [ 805216 ] dirMac does not properly skip directories from kevin hock

2004-09-25 17:36 RN, revision 29351

bug didn't happen

2004-09-25 17:22 RN, revision 29350

wxDrawerWindow - [ 909351 ] Drawer window for OS X Carbon - somewhat heavily modified

2004-09-25 16:59 SC, revision 29349

insert was not correctly implemented

2004-09-25 16:43 SC, revision 29348

insert was not correctly implemented

2004-09-25 16:24 SC, revision 29347

insert was not correctly implemented

2004-09-25 15:21 CE, revision 29346

fix an mdi crash on exit

2004-09-25 13:45 RN, revision 29345

more todos so I don't forget

2004-09-25 13:36 RN, revision 29344

mark changes. Mac OSX taskbar implementation

2004-09-25 12:12 VZ, revision 29343

removed Robert Fendt as packager (at his request)

2004-09-25 12:10 VS, revision 29342

removed XRC library from contrib

2004-09-25 11:56 RL, revision 29341

Undo the link creation in builddir. contrib is still going to be here for a while so there isn't much paydirt in working around the problems on platforms with limited filesystems at this stage.

2004-09-25 05:58 RN, revision 29340

note that I modified it

2004-09-25 05:50 RN, revision 29339

Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it couldn't get the length or text of the first line (0) and sf bug 1030042 where subsequent lines to 0 would not include the first character. Added those tests to the text sample

2004-09-25 03:11 RD, revision 29338

NormalizeFontSizes --> SetStandardFonts

2004-09-25 01:14 DS, revision 29337

added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Insert variants) (previously implemented on 20040725)

2004-09-25 00:14 RN, revision 29336

warning fix - only use the function in debug mode

2004-09-25 00:12 RN, revision 29335

warning fix

2004-09-25 00:02 RN, revision 29334

Lots of release bugs fixed

2004-09-24 23:47 RN, revision 29333

debug handling. More broken Apple 'goodness'

2004-09-24 23:18 RN, revision 29332

remove unused icon

2004-09-24 23:14 RN, revision 29331

fix unicode build errors with 10.3

2004-09-24 23:02 RN, revision 29330

fix bug

2004-09-24 22:34 RN, revision 29329

whoops - I tabbed :)

2004-09-24 22:27 RN, revision 29328

quiet annoying GCC warnings

2004-09-24 21:48 RN, revision 29327

remove unused varaible

2004-09-24 21:39 RN, revision 29326

unused variable warnings fixed

2004-09-24 21:33 RN, revision 29325

partial aggregate warning fix

2004-09-24 19:46 VZ, revision 29324

trying to make GetData() return data format more clear

2004-09-24 16:18 RD, revision 29323

Corected GetXWindow macro for wxGTK port. (Bug# 1033681)

2004-09-24 16:13 RD, revision 29322

Added missing setters

2004-09-24 16:00 RL, revision 29321

Get rid of the symlink farm in $builddir too, contrib is here to stay for a while.

2004-09-24 15:36 VS, revision 29320

removed XRC library from contrib

2004-09-24 14:32 ABX, revision 29319

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-24 13:45 ABX, revision 29318

wxUSE_*BOOK checks.

2004-09-24 12:25 RN, revision 29317

unused variable warning fix

2004-09-24 10:57 ABX, revision 29316

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-24 10:05 VS, revision 29315

documented return value of wxListCtrl::HitTest

2004-09-24 09:56 VS, revision 29314

uses system's default UI font in the help browser by default

2004-09-24 09:55 VS, revision 29313

replaced NormalizeFontSizes with SetStandardFonts

2004-09-24 08:58 RN, revision 29312

Port syncronization, more wxUSE_XML/XRC fixes and typo fixes

2004-09-24 08:31 RN, revision 29311

more setup0.h wxUSE_XRC fixes

2004-09-24 08:20 RN, revision 29310

MSW XRC define setuup.h handling

2004-09-24 07:45 RN, revision 29309

note that drawpoint only takes into account pen color like the _other_ toolkit. Note for tracker bug [ 844761 ] wxDC::DrawPoint ignores pen size

2004-09-24 06:27 ABX, revision 29308

Above 2.3.0 SetBitmap is still for owner drawn only.

2004-09-24 06:06 RN, revision 29307

fix typo

2004-09-24 05:48 RN, revision 29306

PATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesnt work

2004-09-24 01:20 RN, revision 29305

Add doc TODOs for wxVariant. You know, Convert wasn't documented _at all_, heh :).

2004-09-24 00:11 RD, revision 29304

More True/False fixes

2004-09-23 23:57 RN, revision 29303

OK - Robin's right, it is already a SOCKLEN_T

2004-09-23 23:53 RN, revision 29302

GetId of wxTreeItemData returns a wxTreeItemId, not a wxTreeItem. From the wiki documentation buglets

2004-09-23 23:38 RN, revision 29301

wxT sample fix for regex docs - documentation buglet from wiki

2004-09-23 23:33 RN, revision 29300

Mention that some functions are virtual - I'm pretty sure I didn't get all of them - from the wxwiki documentation buglets where it mentioned MainLoop() wasn't virtual

2004-09-23 23:25 RN, revision 29299

Link to event handling overview in wxEvent - documentation buglet from wiki

2004-09-23 23:17 RN, revision 29298

Put include file for sizer classes in docs - documentation buglet from wiki http://wiki.wxwidgets.org/docs.cgi?q=buglets&target=wiki

2004-09-23 23:06 RD, revision 29297

added missing default case

2004-09-23 22:39 RD, revision 29296

Fix from Jed Burgess that correctly untoggles radio toolbar items when another one in the same group is selected.

2004-09-23 22:36 RN, revision 29295

delightful typo fixed - it was indefontedly a spelling error :)

2004-09-23 22:09 RN, revision 29294

Fix warning on OSX - its on int on mac/msw and a socklen_t on others

2004-09-23 22:01 RD, revision 29293

Compile fix

2004-09-23 20:47 RD, revision 29292

wx.NO_BORDER style sets the bezel width to 0

2004-09-23 20:36 RD, revision 29291

revert a few of these back

2004-09-23 20:23 RD, revision 29290

Update SWIG patch to output "True" ("False") in the autodoc string when "true" ("false") is in the .i file. Changed the .i files to use true/false to avoid collisions with any True/False in headers that may be included.

2004-09-23 20:20 RN, revision 29289

get rid of \\ macros and change See Also -> See also

2004-09-23 19:36 JS, revision 29288

Minor doc corrections

2004-09-23 19:16 RN, revision 29287

typo

2004-09-23 19:01 RN, revision 29286

wxGLContext docs, tidy up of some wxGLCanvas docs, add wxGLContext to classes list, and add gl classes to misc category

2004-09-23 18:20 ABX, revision 29285

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-23 17:28 RN, revision 29284

unused variable warning fix - move unused stuff to proper place

2004-09-23 17:17 RN, revision 29283

SOCKLEN_T handling for OSX - it seems to be defined as a size_t, when the parameters to the functions where it is handled is really an int (avoids multiple conversion warnings)

2004-09-23 17:12 RD, revision 29282

reSWIGged

2004-09-23 17:03 RN, revision 29281

remove unused variable

2004-09-23 16:49 RD, revision 29280

Moved xrc out of contrib and into the core source dir, just like in C++. It will now always be built.

2004-09-23 16:23 RN, revision 29279

fix ifdef - its libpng not pnglib :)

2004-09-23 15:41 ABX, revision 29278

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-23 14:03 VS, revision 29277

fixed unresolved references with GTK+ 2.0

2004-09-23 12:43 ABX, revision 29276

wx(Choice/List/Note)book controls send CHANG(ED/ING) events in SetSelection.

2004-09-23 10:07 VZ, revision 29275

don't free user data before sending wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS, this prevents user from doing cleanup in his OnDeleteAllItems() handler

2004-09-23 09:59 VZ, revision 29274

hack to _really_ fix crashes in comctl32.dll when processing HDN_GETDISPINFO

2004-09-23 09:39 RN, revision 29273

quick comment fix

2004-09-23 09:18 VS, revision 29272

wxUSE_XRC implies wxUSE_XML now

2004-09-23 09:14 VS, revision 29271

XRC needs wxXML, check it

2004-09-23 08:39 ABX, revision 29270

Smartphone native look and feel.

2004-09-23 03:35 RN, revision 29269

simple GetContext() and one other minor doc

2004-09-23 01:02 RD, revision 29268

Added limited support for wxEventLoop (you can't derive from a wx.PyEventLoop version yet...) Updated and moved the sample showing how to replace the MainLoop to samples/mainloop/mainloop.py.

2004-09-23 00:58 RD, revision 29267

Made wxGTK's wxEventLoop::IsRunning a little more consistent with wxMSW's and uninstall the idle handled like wxYield does so Pending can eventually return false.

2004-09-23 00:53 RD, revision 29266

plug memory leak

2004-09-23 00:43 RD, revision 29265

Fixes for bug #1031151 and #1031239

2004-09-22 21:23 RN, revision 29264

wxUSE_XML and wxUSE_XRC build fixes if expat is not enabled

2004-09-22 20:57 RR, revision 29263

Small fix for tabbing into wxListBox.

2004-09-22 20:47 RN, revision 29262

Only include/build pnghand if the user builds the png library (avoids multiple build errors)

2004-09-22 20:30 RN, revision 29261

Fix aggregate has a partly bracketed Unmatched initializer warnings - which means that the compiler can't figure out which types the initializer list refers to - so now we're telling the compiler that the first and second 16 values do refer to the Bit16s and the last two values refer to the Point part of Cursor

2004-09-22 20:29 RL, revision 29260

Install the config files for cross debs under /usr/$(host), but link them to the default system location under /usr. This way the commands: wx-config --prefix=/usr/$(host) and wx-config --prefix=/usr --host=$(host) are much more congruent in their action. Another nail in the coffin for inplace hacks. Link $srcdir/include to the build dir so that --prefix=$build_dir really does point to a realistic looking installed development environment. I don't know why I didn't do this instead of (ab)using --exec-prefix to 'fix' this simple omission for so long. Probably because it is much more obvious if contrib is out of the picture. That makes it a little more work right now, but long term this is a very clean and correct thing to do. It completely absolves us of the two independent variables problem, and of the tree becoming bogus without actually being stale.

2004-09-22 15:08 RL, revision 29259

Move the WX_FLAVOUR variables to be defined generally, not just for autoconf builds, else the wince targets (at least) will complain.

2004-09-22 14:51 RR, revision 29258

Make radiobutton tab behaviour the same on MSW as in standard MSW app, i.e. tab into the activated, not necessarily the first radio button.

2004-09-22 14:38 ABX, revision 29257

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-22 11:56 ABX, revision 29256

Smartphone fix.

2004-09-22 10:59 ABX, revision 29255

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

2004-09-22 10:02 CE, revision 29254

script for nightly builds

2004-09-22 06:29 JJ, revision 29253

Committing in . Changes to make compilations on OpenVMS work: displayx11.h : one semicolon removed, since it is not needed progdlgg.cpp : On some systems (like OpenVMS) unsigned types are realy unsigned. So a comparison unsigned_var < 0 is always false and causes unreacheable code, which is flagged by the compiler. In this case a change from unsigned long to long was more what was intended here. Modified Files: wxWidgets/include/wx/unix/displayx11.h wxWidgets/src/generic/progdlgg.cpp ----------------------------------------------------------------------

2004-09-22 06:22 ABX, revision 29252

Correct #if markup to spin-based controls handling.

2004-09-22 06:20 ABX, revision 29251

WXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.

2004-09-22 06:18 ABX, revision 29250

Warning fix to unused variable.

2004-09-22 06:17 ABX, revision 29249

Adjustement to the small display of Smartphones.

2004-09-22 06:10 ABX, revision 29248

wxrc impossible on WinCE.

2004-09-21 23:46 RL, revision 29247

Filter out the 'std' pseudo-lib from monolithic builds too.

2004-09-21 22:30 RD, revision 29246

Bump subrelease to 2.5.2.9.

2004-09-21 21:54 RL, revision 29245

Add xrc to the dist target. Bump subrelease to 2.5.2.9.

2004-09-21 21:21 VZ, revision 29244

update from Petri Jooste for 2.5.2

2004-09-21 18:15 ABX, revision 29243

Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-21 17:58 RL, revision 29242

Fix registered location of docs.

2004-09-21 17:16 RL, revision 29241

wx-config2.6 Designed to be resiliant against future cut and paste coders. Any gnarly parts are black boxed away nicely to avoid accidents and have integrated debugging support for trivial sanity checking in the event of modification or trouble. In this way the major operations are all cleanly separated making any or all of them simply extensible, or replaceable in the face of future needs. Functions now all have api descriptions. If you rely on a function to act in some way, please document it to safeguard yourself against inadvertant interface changes by others. Everything now runs top top to bottom, we don't try to output things as fast as we can read them anymore, instead we read everything in, sort over it just once without the need for 'just in case' temp's, and then output whatever we were asked for only when we are sure we have the correct answer. Almost all key data aims to be constant past the point of its initialisation so side effect creep and trouble with half (re)initialised data should be significantly reduced in future. In almost every case it is easy and clean to simply delay initialisation until all required input channels have been emptied. If you like, think of it as mostly being one big constructor, with a little destructor at the end which outputs what you requested. At core, it is simply a generated config file -- with some user friendly logic for extracting its data and finding related files. Removed references to --gl-libs in --help. It still exists, but if its deprecated, no need to fill space in a compact help summary. It will remain documented (as deprecated) in the man page. Removed references to arcane order rules for arguments. Those limitations don't exist anymore, though the options are backward compatible in all other respects from the user pov. Removed references to --inplace, it doesn't need to be in the summary help either. It also is still accepted as an option, but there is no value in passing it, an uninstalled wx-config will automatically behave correctly. When you need --inplace, it will supply that behaviour for you (but there is no harm in typing it your self in that case). If you do type it when you don't need it, bad things will probably happen just like they always would have. Along with items above, generally compressed --help text to fit on even a traditional sized terminal without the need for paging. If we want more detailed help built in, it should be broken into separate pages, and this would be a trivial extension. Command line input is now controlled by a small generic parser. You define what options you want and what groups you want them in by initialising them as lists. It runs over all the input and fills corresponding psuedo-hashes from it for you to use as you please later. Added a validator for it to check yes/no options. Use posix extended regex instead of gnu 'basic' regex extensions, grep -E is portable, if gmake is not a requirement, we surely can't push gnu grep on people. Made --list more user friendly. It will now always list the current wx-config if it matches the feature spec, though it will warn if that config is not in the specified --prefix. Alternate configs that match (if any) are listed separately. An unqualified call to wx-config --list will always return (at least) the config that was called. We can never have a 'hanging' wx-config shell with no real implementation to back it up anymore so we can always return a sensible result for the user. A wx-config anywhere can list (and hence use) the configs installed in any (other) prefix. Delegation. Too big a topic to remark on in depth here, see the code for a fuller description. With everything being nicely constant and aligned to the respective library build, then aside from delegation, wx-config really is _just_ a config file (albeit with a layer of logic around the constants), and each wx-config carries a set of defaults which match perfectly the library build that it was generated with. If you choose a set of features that it can match, it will answer all your queries for them, if it cannot, it will seek to delegate to the config that is most like itself, but which can supply all the features you specified. This should be completely compatible with any set of options that returned a sensible result previously, and produce a sensible result in many cases where previously the collating order of your locale or the nuances of your filesystem operations would decide which library it thought you wanted. Sort duplicates out of the list of libraries and trickle shared dependencies down the list to properly support static builds. Added the inplace-config tweak for use in the build tree. This works like any other config, except it presets the default prefix to point at the build dir instead of the configured prefix that will become the default if this build is installed. It provides the behaviour of --inplace when $build_dir/wx-config is called without also specifying a different --{exec-,}prefix or any feature flags that it is incompatible with. In that event, it will try to delegate as per the normal rules. The inplace wrapper is not installed with the primary config which cleanly disables it for system installs. It will be invalidated if the build (or source) dir is moved, but will be revalidated if the build tree is subseqently updated with ./config.status --recheck && config.status (which it probably would need to be to build anyway for other reasons at present too) Enabled full support for static builds again, promoted --static to a full feature option. Fixed --ld to return something for them too. Added --flavour, similar to the existing --vendor, but for autoconf builds. These will probably want to be streamlined further. Broadened the use of release and flavour labels to support better concurrent installs. Fix bit rot in make-dist due to new/deleted files. Whittled down the number of obsolete and duplicated substitution variables in configure.in, and lowercased some variables we no longer export for substitution. Use the autoconf macros to generate files where we want them instead of making them someplace and then moving them all about. Remove extra files and symlinks added for the two part wx-config version. Removed the debian -contrib packages. We'll use multi-lib support to manage them from now on and indiviual libs can be split out along functional lines if required. This means the retained contribs will now get __WXDEBUG__ versions packaged too. Removed conflicts from almost packages except i18n and wxPython. All packages now either update or install alongside any existing ones. Added support for flavoured debs as well.

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

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

2004-09-21 13:24 ABX, revision 29239

Missed labels to replace number of 'topicNNN' in anchors.

2004-09-21 11:34 CE, revision 29238

fix for gtk/mdi when changing menubars

2004-09-21 10:18 ABX, revision 29237

XRC movement influenced depth of paths.

2004-09-21 10:11 ABX, revision 29236

XRC library usage fix.

2004-09-21 09:08 ABX, revision 29235

Smartphone fix.

2004-09-21 09:03 ABX, revision 29234

WinCE warning fix.

2004-09-20 19:30 VS, revision 29233

moving XRC to the core

2004-09-20 19:15 VS, revision 29232

moving XRC to the core

2004-09-20 18:41 VS, revision 29231

moving XRC to the core

2004-09-20 11:31 ABX, revision 29230

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-20 11:21 ABX, revision 29229

Missed labels to replace number of 'topicNNN' in anchors.

2004-09-19 22:00 VZ, revision 29228

added unit tests for wxStringStreams

2004-09-19 21:59 VZ, revision 29227

fixed include header name

2004-09-19 21:58 VZ, revision 29226

added wxStringOutputStream::TellO(); fixed bugs in OnSysWrite()

2004-09-19 21:49 VZ, revision 29225

fixed bug with seeking beyond the end in wxStringInputStream::OnSysSeek() triggered by unit test

2004-09-19 21:35 VZ, revision 29224

made wxStringInputStream::GetSize() public instead of protected

2004-09-19 21:26 VZ, revision 29223

added wxStringStream classes

2004-09-19 17:20 JS, revision 29222

Correction for GTK+1

2004-09-19 16:08 JS, revision 29221

GDK_WINDOW_TYPE_HINT_SPLASHSCREEN not available in GTK+ 2.0

2004-09-19 13:17 VZ, revision 29220

compilation fix for Borland

2004-09-19 12:05 VZ, revision 29219

rebaked to include latest modifications (mainly choicebkg addition)

2004-09-19 12:03 SN, revision 29218

Applied patch #1023777 (Notebook initialisation).

2004-09-19 10:55 VZ, revision 29217

don't crash under GTK1 if we failed to get GdkFont in GetTextExtent()

2004-09-19 10:08 VZ, revision 29216

added missing header to fix !USE_PCH compilation

2004-09-18 23:51 RD, revision 29215

Added wx.Choicebook

2004-09-18 23:13 RD, revision 29214

MemoryFSHandler_AddFile updates

2004-09-18 23:12 RD, revision 29213

Getthe GIL before raisign an exception

2004-09-18 23:11 RD, revision 29212

Added bin selection

2004-09-18 23:11 RD, revision 29211

docstring tweaks

2004-09-18 21:54 VZ, revision 29210

mention that Check() doesn't work before the item is attached to a menu

2004-09-18 20:14 RD, revision 29209

Unicode compilation fix

2004-09-18 19:51 VZ, revision 29208

keep m_value in sync with real combobox value (set it initially and update it correctly in CBN_EDITCHANGE handler)

2004-09-18 17:33 RD, revision 29207

Use line.Draw(dc) instead of line.GetEventHandler().Draw(dc)

2004-09-18 17:21 RD, revision 29206

Point x,y fixes from Pierre

2004-09-18 14:29 VZ, revision 29205

added wxSizerItem::Init()

2004-09-18 14:24 VZ, revision 29204

active mode support for wxFTP (extremely heavily modified patch 1006252)

2004-09-18 14:23 VZ, revision 29203

oops, compilation fix after moving code around

2004-09-18 14:21 VZ, revision 29202

use 4K buffer instead of reading characters one by one in ReadLine()

2004-09-18 14:16 CE, revision 29201

fix compile break for unknown FLASHWINFO

2004-09-18 13:21 VS, revision 29200

moving XRC to the core

2004-09-18 13:03 VS, revision 29199

fixed corrupted file, checked in as text file now

2004-09-18 12:36 VZ, revision 29198

removed unneeded (after patch 1027243) disable.bmp

2004-09-18 12:34 VZ, revision 29197

construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)

2004-09-18 12:09 VZ, revision 29196

fixed crash when closing window that contains STC (patch 1017268)

2004-09-18 11:54 VZ, revision 29195

fixed signature of wxTimerProc to be conformant to what Windows expects it to be

2004-09-18 11:34 VZ, revision 29194

moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)

2004-09-18 11:03 VZ, revision 29193

fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automatically (closes bug 1019440)

2004-09-18 11:01 VZ, revision 29192

added test for toggling wxLC_[HV]RULES styles

2004-09-18 09:59 VZ, revision 29191

compilation fix

2004-09-18 09:53 VZ, revision 29190

added GetMenu() (closes bug 1026662)

2004-09-18 09:46 VZ, revision 29189

replaced wxLogLastError with an assert when checking an item not attached to a menu (see bug 1030141)

2004-09-18 09:27 VZ, revision 29188

compilation fix

2004-09-18 08:53 VS, revision 29187

moving XRC to the core

2004-09-18 08:19 VS, revision 29186
  • D /wxWidgets/trunk/src/xrc/Makefile.in
  • D /wxWidgets/trunk/src/xrc/xrcM8.xml

moving XRC to the core

2004-09-17 22:23 ABX, revision 29185

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 22:20 VZ, revision 29184

added possibility to specify printer bin (patch 910272)

2004-09-17 22:09 VZ, revision 29183

do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalidated anyhow

2004-09-17 21:44 VZ, revision 29182

rewrote some sizer code using wxSizerFlags

2004-09-17 21:42 VZ, revision 29181

added wxSizerFlags

2004-09-17 19:26 VZ, revision 29180

compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)

2004-09-17 19:12 VZ, revision 29179

fixed rounding errors in variable status bar panes widths computation (patch 1030021)

2004-09-17 18:20 ABX, revision 29178

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:57 ABX, revision 29177

Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 17:39 ABX, revision 29176

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:24 ABX, revision 29175

wxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.

2004-09-17 15:29 RD, revision 29174

Correct indentation and Snap calls

2004-09-17 15:27 RD, revision 29173

Append --> append

2004-09-17 15:06 VZ, revision 29172

made all Add/Insert/Prepend methods inline

2004-09-17 13:25 VZ, revision 29171

forward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function, all the others made non virtual

2004-09-16 22:36 VZ, revision 29170

fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)

2004-09-16 22:34 VZ, revision 29169

fix for crash on 64 bit platforms (patch 1028942)

2004-09-16 22:31 VZ, revision 29168

use wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)

2004-09-16 22:27 VZ, revision 29167

don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

2004-09-16 22:25 VZ, revision 29166

make the label window visible (patch 1013447)

2004-09-16 22:14 VZ, revision 29165

made wxListbook events more consistent with wxNotebook ones (patch 1001271)

2004-09-16 22:10 VZ, revision 29164

fix for wxJoystick when not calling SetCapture() (patch 1000685)

2004-09-16 22:06 VZ, revision 29163

don't assert if Update(m_maximum) is called twice (replaces patch 995186)

2004-09-16 22:04 VZ, revision 29162

smoother time estimation updates in wxProgressDialog (patch 992813)

2004-09-16 21:57 VZ, revision 29161

more 'realistic' progress dialog test (part of patch 992813)

2004-09-16 21:23 VZ, revision 29160

spelling fix

2004-09-16 20:51 VZ, revision 29159

mention that read_write mode doesn't work for standalone buffers

2004-09-16 20:15 RD, revision 29158

A change similar to that in Bug #837902 to correct minsize calc for window2

2004-09-16 18:50 VZ, revision 29157

fixes for harmless mingw32 warnings

2004-09-16 18:35 ABX, revision 29156

Description of the 'generic dialogs in native builds' application.

2004-09-16 18:13 ABX, revision 29155

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-16 17:44 ABX, revision 29154

Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.

2004-09-16 16:44 ABX, revision 29153

Warning fix (unused value assignment).

2004-09-16 16:36 ABX, revision 29152

Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.

2004-09-16 16:02 RL, revision 29151

Using != doesn't work for bakefile, I don't know what does, or what this change really wanted to achieve, but its been broken for a couple of days now. Back to you ABX for a real fix. But please install bakefile if you are going to tweak these files.

2004-09-16 15:42 ABX, revision 29150

Corrections to frame/tlw references.

2004-09-16 15:13 ABX, revision 29149

wxChoicebook generic implementation.

2004-09-16 11:29 ABX, revision 29148

wxChoicebook generic implementation.

2004-09-15 23:07 VZ, revision 29147

fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new value when called from EVT_COMBOBOX handler

2004-09-15 22:36 VZ, revision 29146

added tests for EVT_ICONIZE/MAXIMIZE

2004-09-15 22:14 VZ, revision 29145

fixed wxMaximizeEvent generation

2004-09-15 14:00 ABX, revision 29144

ISO C++ cast fix (patches #1024150 and #1024149).

2004-09-15 13:20 ABX, revision 29143

Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().

2004-09-14 17:33 VZ, revision 29142

fixed base classes; also added include file section

2004-09-14 15:33 VZ, revision 29141

output "GTK+ 2" toolkit for gtk2 builds

2004-09-14 15:15 VZ, revision 29140

allow to use any window, not just wxFrame, as wxLogFrame parent (patch from Paul Gammans)

2004-09-14 12:08 ABX, revision 29139

Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-14 11:41 ABX, revision 29138

MGL workaround for the build system.

2004-09-14 11:14 GT, revision 29137

Grammtical correction in commented out documentation, but fixed anyway as the comment says portions of the documentation may get moved to other sections of the manual

2004-09-14 11:08 GT, revision 29136

ClearMemberVar() did not correctly handle columns defined as SQL_C_LONG

2004-09-14 06:29 RD, revision 29135

reSWIGged

2004-09-14 02:58 RD, revision 29134

reSWIGged

2004-09-14 02:57 RD, revision 29133

Some change notes

2004-09-13 23:23 RD, revision 29132

Added SetToWeekOfYear, deprecated SetToTheWeek and GetWeek

2004-09-13 23:21 RD, revision 29131

Added wx.WINDOW_DEFAULT_VARIANT constant

2004-09-13 23:20 RD, revision 29130

wx.Sizer.Show can be recursive

2004-09-13 23:20 RD, revision 29129

AssociateHandle and DissociateHandle

2004-09-13 23:19 RD, revision 29128

#if fix so we don't end up using the generic header on wxMac

2004-09-13 23:18 RD, revision 29127

check that the wxDateTime is valid before converting to datetime

2004-09-13 23:17 RD, revision 29126

whitespace fix

2004-09-13 20:14 VZ, revision 29125

replaced wxControl with wxWindow in 2 methods

2004-09-13 18:18 RD, revision 29124

workaround bug in SWIG's t_output_helper

2004-09-13 18:03 ABX, revision 29123

Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE/true, FALSE/false.

2004-09-13 17:53 ABX, revision 29122

Corrections to wxDirDialog usage.

2004-09-13 14:11 VZ, revision 29121

fixes after some of wxFrame methods were extracted to wxTLW docs

2004-09-13 13:46 ABX, revision 29120

Recursive wxSizer::Show for subsizer and return value if element was found.

2004-09-13 09:24 VZ, revision 29119

no changes, just removed a wrong comment

2004-09-13 09:23 VZ, revision 29118

mention wxDateTime::SetToTheWeek() change

2004-09-13 09:22 VZ, revision 29117

added missing conv parameter to wxTextOutputStream ctor

2004-09-13 09:16 VZ, revision 29116

file with DoMessage() declaration (which I forgot to commit ages ago)

2004-09-13 04:41 SC, revision 29115

searching for wxToolBar parent only for kEventMouseMoved events

2004-09-12 15:08 VZ, revision 29114

only define operator<<(wchar_t) in Unicode build

2004-09-12 14:24 SC, revision 29113

added GetMenu Support for MENU_OPEN

2004-09-12 11:54 VZ, revision 29112

compilation fix after last commit

2004-09-12 11:52 VZ, revision 29111

fixed VC6 compilation

2004-09-12 11:46 VS, revision 29110

merged libpng-1.2.7 to HEAD (1.2.6 contained serious bug that caused it to produce broken PNG files)

2004-09-12 11:40 , revision 29109
  • A /wxWidgets/tags/LIBPNG_1_2_7
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/pngasmrd.h
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_7/src/png/scripts/pngdef.pas

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

2004-09-12 11:40 VS, revision 29108
  • R /wxWidgets/trunk/src/png/pngnow.png
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def
  • R /wxWidgets/trunk/src/png/scripts/pngw32.def

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

2004-09-12 11:40 VS, revision 29107

imported libpng 1.2.7

2004-09-12 11:40 , revision 29106

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

2004-09-12 11:40 VS, revision 29105

Initial revision

2004-09-12 09:32 SC, revision 29104

toolbartool has to send events to parent for tooltips to work

2004-09-11 22:23 VZ, revision 29103

typo in last commit

2004-09-11 22:17 VZ, revision 29102

added As/DissociateHandle() and implemented it for MSW (modified patch 972356)

2004-09-11 22:07 VZ, revision 29101

deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear()

2004-09-11 21:37 VZ, revision 29100

fixed GetWeekOfYear() for first/last week in some cases (patch 908793)

2004-09-11 20:26 VZ, revision 29099

fixed CopyFromBitmap() for shared wxIcon objects by adding CloneRefData() implementation (patch 1026453)

2004-09-11 19:21 VZ, revision 29098

BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION

2004-09-11 19:18 VZ, revision 29097

msw/helpchm and helpwin.cpp should be LOWLEVEL; msw/dirdlg.cpp should not

2004-09-11 19:10 VZ, revision 29096

added a missing delete which resulted in a small memory leak on each wxExecute() (fixes 926802)

2004-09-11 18:47 VZ, revision 29095

default MB -> WC conversion under Win32 now fails if it encounters invalid MB chars; this is more iconv-compatible and fixes wxTextInputStream::NextChar()

2004-09-11 18:42 VZ, revision 29094

overload operator<<() for wchar_t too (if applicable/possible); this fixes the problem with << '\n' producing '10' on output

2004-09-11 18:39 VZ, revision 29093

define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers having real wchar_t native type and 0 for broken ones which define it as a typedef

2004-09-11 08:25 SC, revision 29092

NO_DEFAULT support added

2004-09-11 07:42 SC, revision 29091

support for sys-opted window variant

2004-09-10 21:44 RD, revision 29090

Accomodate either {prefix}/lib or {prefix}/lib64 (the latter is used on SuSE x86_64 distro)

2004-09-10 21:44 RD, revision 29089

reSWIGed

2004-09-10 21:42 RD, revision 29088

reSWIGged

2004-09-10 21:36 RD, revision 29087

ensure that the wxString gets all the wide chars

2004-09-10 21:34 RD, revision 29086

another change note

2004-09-10 20:54 RD, revision 29085

Forgot about CalendarEvent

2004-09-10 20:53 RD, revision 29084

Extended the wx.calendar.CalendarCtrl class with methods that get/set a Python datetime or date object. (These will only work with Python 2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit, PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and PyGetUpperDateLimit.

2004-09-10 20:36 VZ, revision 29083

make background colour apply to choice/combobox dropdown listbox as well as the main part (patch 1023669)

2004-09-10 20:08 RD, revision 29082

Fixed typo

2004-09-10 20:06 RD, revision 29081

Add depth param to ConvertToBitmap

2004-09-10 20:01 RD, revision 29080

Added GetListView accessor

2004-09-10 19:54 RD, revision 29079

Fix for ogl.FORMAT_SIZE_TO_CONTENTS

2004-09-10 13:24 ABX, revision 29078

Some unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx-dev on 6.8.2004).

2004-09-10 12:56 ABX, revision 29077

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty().

2004-09-10 12:09 ABX, revision 29076

DMC reality.

2004-09-10 04:54 RD, revision 29075

reSWIGed

2004-09-09 23:14 RD, revision 29074

fixed case typo

2004-09-09 21:02 RD, revision 29073

reSWIGged

2004-09-09 20:37 RD, revision 29072

undo last change

2004-09-09 20:35 RD, revision 29071

default is gtk2 & unicode

2004-09-09 20:34 RD, revision 29070

dependencies for the new swig runtime files

2004-09-09 19:16 RD, revision 29069

Added RequestUserAttention

2004-09-09 19:07 RD, revision 29068

Removed my copy of distutils from the wxPython source tree.

2004-09-09 19:03 RD, revision 29067

Added RequestUserAttention

2004-09-09 18:59 RD, revision 29066

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:58 RD, revision 29065

Added StockButtons to main demo list

2004-09-09 18:53 RD, revision 29064

typo fixed

2004-09-09 18:48 RD, revision 29063

New SWIG runtime files and api updates for the move to SWIG 1.3.22

2004-09-09 18:32 RD, revision 29062

New patch for SWIG, updated to SWIG 1.3.22. Removed old patches that have already been put in to SWIG

2004-09-09 18:29 RD, revision 29061

For editors and renderers the type registry takes precedence over the default attr, so we need to register the new editor/renderer for the string data type in order to make setting a default editor/renderer appear to work correctly.

2004-09-09 17:42 ABX, revision 29060

Source cleaning: TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-09 17:26 RD, revision 29059

Removed my copy of distutils from the wxPython source tree.

2004-09-09 14:34 VZ, revision 29058

compilation fix for VC6 (closes 1025093)

2004-09-09 14:33 VZ, revision 29057

define WINVER as 0x0400 for VC++ 6 because its headers give a warning if WINVER >= 0x0500 is used and are generally broken for higher WINVER values

2004-09-09 14:14 ABX, revision 29056

Correct positioning of the entry text dialog.

2004-09-09 13:14 ABX, revision 29055

WinCE fixes.

2004-09-08 23:50 RD, revision 29054

Fixed wrong append() name

2004-09-08 17:30 ABX, revision 29053

Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false.

2004-09-08 13:40 VZ, revision 29052

update from Vegh Janos

2004-09-08 12:00 VZ, revision 29051

unregister GL windows classes on program termination, fixes problem with wx being used in a DLL which is being unloaded and reloaded again

2004-09-08 11:18 ABX, revision 29050

Warning fix.

2004-09-08 10:49 VZ, revision 29049

reverted last check in

2004-09-08 09:53 VZ, revision 29048

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-08 06:41 ABX, revision 29047

Fixes and source cleaning for WinCE.

2004-09-08 06:26 ABX, revision 29046

Missed include due to wxBookCtrlSizer existence.

2004-09-08 06:20 ABX, revision 29045

Native Smartphone wxTextCtrl.

2004-09-07 21:02 VZ, revision 29044

added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

2004-09-07 20:39 VZ, revision 29043

documented GetIcon(s), extended SetIcons() doc

2004-09-07 20:34 VZ, revision 29042

extracted common wxDialog/wxFrame methods to tlw.tex

2004-09-07 20:16 VZ, revision 29041

define WINVER as 0x0502 by default (highest possible), not 0x0400; made the comment before it more clear

2004-09-07 19:50 VZ, revision 29040

added accels for submenus; removed weird wxConvCurrent assignment (such code has nothing to do in a sample, especially without any explanation)

2004-09-07 19:42 VZ, revision 29039

fixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)

2004-09-07 11:11 ABX, revision 29038

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!/!IsEmpty(), TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-07 08:34 JJ, revision 29037

Committing in . Update of an OpenVMS makefile Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2004-09-07 06:01 ABX, revision 29036

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE/true. FALSE/false, tabs, whitespaces.

2004-09-06 04:51 RL, revision 29035

Ported forward improvements from the 2.4.2.6 release. This still won't build new 2.5 packages yet, but it is changes that will happen anyway so I'm checkpointing the diff here.

2004-09-06 04:41 RL, revision 29034

Typo fixes backported from 2.5

2004-09-05 19:19 VS, revision 29033

added all IDs

2004-09-05 10:08 RL, revision 29032

GTK Combobox and Listbox aren't realized until actually visible, so a list_item created before that would receive a default style instead of the control's style. Instead of calling ApplyWidgetStyle() which would iterate all items, only the newly created item will receive the current style to speed things up. Thanks to Andreas Pflug. Closes 984861

2004-09-04 23:47 RD, revision 29031

reSWIGged

2004-09-04 23:39 RD, revision 29030

reSWIGed

2004-09-04 19:01 RD, revision 29029

reSWIGged

2004-09-04 18:48 RD, revision 29028

reSWIGed

2004-09-04 18:45 RD, revision 29027

Add DLL export macros

2004-09-04 18:06 RD, revision 29026

Add a link to the changes file, move the log file

2004-09-04 18:03 RD, revision 29025

Add the stock item helper fucntions back

2004-09-04 13:23 VS, revision 29024

wxArtProvider fix

2004-09-04 02:44 ABX, revision 29023

Spelling fixes [#1017001]

2004-09-04 01:53 ABX, revision 29022

Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false.

2004-09-04 01:26 ABX, revision 29021

Spelling fixes [#1017001], source cleaning.

2004-09-03 21:53 VS, revision 29020

updated version to match latest wxPython release

2004-09-03 21:20 VS, revision 29019

MBCS and IM fixes (patch 1016292)

2004-09-03 19:30 RD, revision 29018

Since it is documented, changed GetOrCreateCellAttr from protected to public so it can be used from wxPython.

2004-09-03 19:14 RD, revision 29017

fixed copy/paste error

2004-09-03 19:04 RD, revision 29016

Check for m_peer != NULL in Freeze and Thaw

2004-09-03 18:59 RD, revision 29015

Fixed incorrect clipping region on wxGTK

2004-09-03 18:32 ABX, revision 29014

Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpty(), TRUE/true, FALSE/false, whitespaces, tabs.

2004-09-03 14:35 ABX, revision 29013

Fix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLICK [patch #1019696] with test code in the sample.

2004-09-03 12:43 RR, revision 29012

Applied patch to avoid g_lib wanrings.

2004-09-02 18:35 RD, revision 29011

Don't set the size until after everything is initialized

2004-09-02 00:52 RD, revision 29010

reSWIGged

2004-09-02 00:46 RD, revision 29009

stockitem.h no longer needed

2004-09-02 00:40 RD, revision 29008

reSWIGged

2004-09-02 00:33 RD, revision 29007

another tst style

2004-09-01 23:52 RD, revision 29006

more doc fixes and clarifications

2004-09-01 23:40 RD, revision 29005

really remove them

2004-09-01 23:39 RD, revision 29004

Remove wrappers for some functions meant to be interal use only.

2004-09-01 23:38 RD, revision 29003

notes about recent changes

2004-09-01 23:26 RD, revision 29002

Added demo for Stock Buttons

2004-09-01 23:22 RD, revision 29001

If wxGetStockGtkID returns NULL (such as with wx.ID_INDENT on GTK 2.2) then fall back to normal label setting

2004-09-01 22:54 RD, revision 29000

reSWIGged

2004-09-01 22:52 RD, revision 28999

Some more "wxWindows" --> "wxWidgets"

2004-09-01 22:00 RD, revision 28998

Added wx.lib.ticker.Ticker class from Chris Mellon.

2004-09-01 19:47 RD, revision 28997

Updated generic window styles

2004-09-01 19:32 RD, revision 28996

Added [GS]etBackgroundStyle

2004-09-01 19:30 RD, revision 28995

updates to support stock buttons

2004-09-01 19:29 RD, revision 28994

doc updates

2004-09-01 19:24 RD, revision 28993

Add a column for GetUnicodeKey

2004-09-01 19:23 RD, revision 28992

Demo the 3-state checkbox and also right-alignment

2004-09-01 19:22 RD, revision 28991

Added 3-state checkbox and toggle button support

2004-09-01 19:04 RD, revision 28990

rebaked, for addition of xh_tglbtn

2004-09-01 19:02 RD, revision 28989

Add 3-state styles, and wxALIGN_RIGHT

2004-09-01 18:24 JS, revision 28988

Added wxToggleButton handler

2004-09-01 17:47 JS, revision 28987

Added toggle button handler header

2004-09-01 13:39 CE, revision 28986

fix menu switching between children

2004-09-01 09:16 CE, revision 28985

mdi menu updates fixed (after SF 1012653)

2004-08-31 22:13 VZ, revision 28984

no real changes, just rewrote ChoiceEditor::EndEdit() in a slightly more concise/clear way

2004-08-31 22:12 VZ, revision 28983

removed apparently useless (and provoking a dummy event) code in ChoiceEditor::EndEdit() resetting the choice to 0 index

2004-08-31 19:56 RD, revision 28982

Version number bump, with preview flag

2004-08-31 19:54 RD, revision 28981

Don't hide the panel for non-MSW platforms.

2004-08-31 18:54 SC, revision 28980

fix for not sending a native click to a control if it is not enabled (does an enable itself)

2004-08-31 17:26 RD, revision 28979

fixed compile error

2004-08-31 17:24 RD, revision 28978

stockitem.h needs installed too.

2004-08-31 16:31 RD, revision 28977

Fixes to allow DoGetBestSize to work before CreateGrid has been called.

2004-08-31 14:54 RD, revision 28976

Adding DrawnShape (patch from Pierre Hjälm)

2004-08-31 13:59 ABX, revision 28975

some wxUSE_* macros not used consistently (patch #992456) with source cleaning (blind changes).

2004-08-31 12:44 ABX, revision 28974

Fix of memory leak with generic file dialog (Patch #1017938)

2004-08-31 12:38 ABX, revision 28973

Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-31 11:39 ABX, revision 28972

Generic dialogs not available in shared nonUniv builds due to their adjustement to SHARED switch of wxWidgets.

2004-08-31 07:53 JS, revision 28971

Added wxToggleButton handler

2004-08-30 22:31 VS, revision 28970

load icons from current icon theme under GTK >= 2.4, too

2004-08-30 21:31 VS, revision 28969

dllexport buffer classes used by wxString

2004-08-30 16:42 VS, revision 28968

(partially) fixed splitter sash rendering under GTK2

2004-08-30 14:42 VS, revision 28967

new stock buttons API

2004-08-30 10:18 ABX, revision 28966

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-30 07:40 SC, revision 28965

correcting a source for double event delivery

2004-08-30 07:07 SC, revision 28964

adapting textctrl position to window theme

2004-08-30 06:49 SC, revision 28963

setting the mac theme font only in VARIANT_NORMAL

2004-08-30 06:46 SC, revision 28962

supporting hidden status bar

2004-08-29 20:09 SN, revision 28961

Untabified (TABs seem to cause strange problems with autoconf-2.59, at least on OS/2.)

2004-08-29 18:52 SC, revision 28960

fixing retval for SetFont

2004-08-29 18:27 VS, revision 28959

don't include strings that shouldn't be translated in gettext output

2004-08-29 18:25 SC, revision 28958

metal appearance supported under 10.3

2004-08-29 15:53 SC, revision 28957

fixing repositioning problem for statusbar

2004-08-29 14:30 VS, revision 28956

removed wx-specific fix, it's already fixed in upstream sources

2004-08-29 13:55 JS, revision 28955

Don't draw flat box unless background style is system

2004-08-29 13:32 JS, revision 28954

SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize background erase on wxGTK (no-op on other platforms)

2004-08-29 11:02 VS, revision 28953

fixed typo

2004-08-29 10:59 VS, revision 28952

re-merged wx fix

2004-08-29 10:22 JS, revision 28951

First step in background erase optimization

2004-08-29 10:21 VS, revision 28950
  • D /wxWidgets/trunk/src/png/projects/borland
  • D /wxWidgets/trunk/src/png/projects/msvc

merged libpng-1.2.6 to HEAD

2004-08-29 10:15 VS, revision 28949

merged libpng-1.2.6 to HEAD

2004-08-29 10:07 SC, revision 28948

repositioning of mac textctrl

2004-08-29 10:04 SC, revision 28947

focus and border refreshes etc corrected

2004-08-29 09:34 , revision 28946
  • A /wxWidgets/tags/LIBPNG_1_2_6
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/projects/borland
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/projects/msvc
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/makefile.bd32
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/makefile.macosx
  • D /wxWidgets/tags/LIBPNG_1_2_6/src/png/scripts/pngdef.pas

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

2004-08-29 09:34 VS, revision 28945
  • R /wxWidgets/trunk/src/png/pngtest.png
  • R /wxWidgets/trunk/src/png/projects/netware.txt
  • R /wxWidgets/trunk/src/png/projects/wince.txt
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-body.in
  • R /wxWidgets/trunk/src/png/scripts/libpng-config-head.in
  • R /wxWidgets/trunk/src/png/scripts/libpng.pc.in
  • R /wxWidgets/trunk/src/png/scripts/makefile.32sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.64sunu
  • R /wxWidgets/trunk/src/png/scripts/makefile.aix
  • R /wxWidgets/trunk/src/png/scripts/makefile.beos
  • R /wxWidgets/trunk/src/png/scripts/makefile.cygwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.darwin
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.gcmmx
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpgcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.hpux
  • R /wxWidgets/trunk/src/png/scripts/makefile.linux
  • R /wxWidgets/trunk/src/png/scripts/makefile.ne12bsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.netbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.openbsd
  • R /wxWidgets/trunk/src/png/scripts/makefile.sco
  • R /wxWidgets/trunk/src/png/scripts/makefile.sggcc
  • R /wxWidgets/trunk/src/png/scripts/makefile.so9
  • R /wxWidgets/trunk/src/png/scripts/makefile.solaris
  • R /wxWidgets/trunk/src/png/scripts/makefile.vcawin32
  • R /wxWidgets/trunk/src/png/scripts/makefile.vcwin32
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def

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

2004-08-29 09:34 VS, revision 28944

imported libpng 1.2.6

2004-08-29 09:34 , revision 28943

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

2004-08-29 09:34 VS, revision 28942

Initial revision

2004-08-29 09:16 VS, revision 28941

fix for CAN-2004-0797 zlib-1.2.x vulnerability (patch #1018094)

2004-08-28 19:10 MBN, revision 28940

Patch #1003174: Fixes crash when toolbar has a disabled control from Ian Brown. If you put a control (e.g. a wxChoice) on a toolbar and then later disable that control, you will get a crash. This is because the toolbar code always calls disable on the button widget for a toolbartool. When the tool is a control, there is no button, and you should call disable on the control instead. This small patch implements this logic.

2004-08-28 08:45 SC, revision 28939

correcting unicode data conversion

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

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

2004-08-27 23:13 RD, revision 28937

reSWIGged

2004-08-27 23:12 RD, revision 28936

more test tweaks

2004-08-27 23:12 RD, revision 28935

remove preview indicator

2004-08-27 23:11 RD, revision 28934

regenerated ReST docs

2004-08-27 23:10 RD, revision 28933

note another bug fix

2004-08-27 23:10 RD, revision 28932

Add new file

2004-08-27 18:59 ABX, revision 28931

Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-08-26 18:11 RD, revision 28930

Make wxGrid play nicer with sizers.

2004-08-26 17:16 RD, revision 28929

Added wxGrid test

2004-08-26 17:07 RD, revision 28928

Only initialize wxWidgets once

2004-08-26 11:02 ABX, revision 28927

Polish translation to i18n sample + source cleaning.

2004-08-26 10:58 ABX, revision 28926

Polish translation to i18n sample.

2004-08-26 08:46 ABX, revision 28925

Source cleaning: whitespaces & tabs, ::, TRUE/true, FALSE/false.

2004-08-26 04:58 RD, revision 28924

Some of these are not in BASE, cahnge back to WXDLLEXPORT

2004-08-26 03:12 RD, revision 28923

Mention that DrawnShape hasn't been reimplemented yet

2004-08-26 03:10 RD, revision 28922

List soem of the bugs fixed

2004-08-26 03:09 RD, revision 28921

reSWIGged

2004-08-26 03:03 RD, revision 28920

Alpha is supported on GTK2 now!

2004-08-25 23:57 RD, revision 28919

don't show the message dialog on import unless there is already an app object

2004-08-25 23:56 RD, revision 28918

Ensure that runTest is not modal, even when a required module is not installed. Create the code page small and hide it to reduce flicker, it will later be shown and sized correctly when put into the notebook.

2004-08-25 23:45 RD, revision 28917

add new section

2004-08-25 23:32 RD, revision 28916

Typo fix

2004-08-25 23:31 RD, revision 28915

Update version number

2004-08-25 23:29 RD, revision 28914

Use default heights on the buttons

2004-08-25 23:10 RD, revision 28913

Fixed compile error

2004-08-25 23:09 RD, revision 28912

removed final traces of wxStAppResource

2004-08-25 22:25 RD, revision 28911

Patch from Jed Burgess that optionally allows the grid to notify when a drag event happens on a cell.

2004-08-25 22:22 RD, revision 28910

give the generic tree and list controls a DoGetBestSize

2004-08-25 22:10 RD, revision 28909

wxListbook needs to clean up the wxListCtrl when DeleteAllPages is called.

2004-08-25 22:09 RD, revision 28908

wxScrolledWindow should allow the same styles as wxPanel, especially wxTAB_TRAVERSAL.

2004-08-25 22:07 RD, revision 28907

typo fix

2004-08-25 22:07 RD, revision 28906

wxListCtrl --> wx.ListCtrl

2004-08-25 22:05 RD, revision 28905

comments

2004-08-25 22:04 RD, revision 28904

Use the right class name for caling __init__

2004-08-25 22:03 RD, revision 28903

Various tweaks and fixes from Kevin A.

2004-08-25 21:57 RD, revision 28902

Use ConvertAlphaToMask

2004-08-25 21:56 RD, revision 28901

use right return type for GetListCtrl

2004-08-25 21:22 RD, revision 28900

wxFileHistory has a second parameter

2004-08-25 21:16 RD, revision 28899

ConvertAlphaToMask

2004-08-25 21:14 RD, revision 28898

Doc tweaks, changes for stock buttons (but left commented out since that is still in flux)

2004-08-25 21:12 RD, revision 28897

Add wx.ART_BUTTON

2004-08-25 19:57 RD, revision 28896

updated to wx namespace

2004-08-25 19:38 RD, revision 28895

Corrected line endings

2004-08-25 19:31 RD, revision 28894

wx.FSFile objects should be destroyed by the user of the wxFileSystem

2004-08-25 18:50 ABX, revision 28893

Support for comma in contrib gizmo wxLEDNumberCtrl (patches #1006434, #1007063 with modifications).

2004-08-25 18:42 ABX, revision 28892

Fix for wrong replacement of the FALSE.

2004-08-25 18:39 ABX, revision 28891

Fix for missed comment markup.

2004-08-25 16:59 RD, revision 28890

Hide page2 until it is needed

2004-08-25 16:59 RD, revision 28889

"wxWindows" --> "wxWidgets"

2004-08-25 16:58 RD, revision 28888

be explicit

2004-08-25 16:57 RD, revision 28887

tweaks to play with differnt styles

2004-08-25 15:19 SC, revision 28886

added trailing slash

2004-08-25 12:17 ABX, revision 28885

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.

2004-08-25 11:14 VS, revision 28884

compilation fix

2004-08-25 11:09 VS, revision 28883

WXDLLEXPORT fixes

2004-08-24 23:57 RD, revision 28882

SetSizeHints fix

2004-08-24 22:52 RD, revision 28881

Put back the caching of property panels (as there is a noticable improvement in speed) but just Hide() them instead of Reparent().

2004-08-24 22:24 VS, revision 28880

added wxListBox styles

2004-08-24 21:15 VS, revision 28879

WXDLLEXPORT fixes

2004-08-24 19:39 SC, revision 28878

FSRef transition

2004-08-24 19:30 SC, revision 28877

metrowerks is not implementing the mb calls in libc correctly (always needs correct length param), so we switch to our own conversion code

2004-08-24 18:34 RD, revision 28876

Don't cache property and style panels as wxMac can't do Reparenting

2004-08-24 10:31 ABX, revision 28875

Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().

2004-08-24 01:33 DS, revision 28874

invalidate field-width cache before refreshing (Mac redraws immediately)

2004-08-23 22:27 DS, revision 28873

invalidate field-width cache when changing field count

2004-08-23 18:11 SC, revision 28872

FSRef transition, common constant

2004-08-23 17:48 SC, revision 28871

resource fork not used anymore

2004-08-23 15:45 ABX, revision 28870

Fixed sending events by submenus.

2004-08-23 14:24 SC, revision 28869

making tool enable consistent (was using mix of enable and activate controls before)

2004-08-23 13:59 SC, revision 28868

avoiding a OS-Level set focus for a control that already has the focus

2004-08-23 12:55 VS, revision 28867

fixes for C++ code generator (modified patch 1010058)

2004-08-23 10:56 ABX, revision 28866

WinCE warning fixes.

2004-08-23 10:53 ABX, revision 28865

Native SmartPhone wxChoice implementation.

2004-08-22 20:27 VS, revision 28864

center the icon vertically

2004-08-22 19:36 VS, revision 28863

added alpha channel support

2004-08-22 19:35 VS, revision 28862

more wxArtProvider fixes

2004-08-22 19:23 VS, revision 28861

added GTK2 implementation of wxArtProvider

2004-08-22 18:56 VS, revision 28860

added wxART_BUTTON

2004-08-22 18:49 VS, revision 28859

wxArtProvider usage fixes

2004-08-22 18:48 VS, revision 28858

tree control uses 16x16 pixels, explicitly request this size

2004-08-22 18:32 VS, revision 28857

set mask when converting pixbuf to pixmap

2004-08-22 18:23 VS, revision 28856

use GTK+ API for setting icons instead of direct X11 calls

2004-08-22 18:21 VS, revision 28855

added pixmap->pixbuf conversion as well

2004-08-22 17:19 VS, revision 28854

linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider reference

2004-08-22 17:09 VS, revision 28853

wxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size

2004-08-22 17:08 VS, revision 28852

wxART_MISSING_IMAGE should be always available, for apps

2004-08-21 22:48 VS, revision 28851

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:42 VS, revision 28850

added alpha channel support to wxGTK2's wxBitmap

2004-08-21 22:41 VS, revision 28849

1. added support for bitmaps with alpha channel 2. use GtkImage instead of deprecated GtkPixmap with GTK2 3. create bogus pixmap instead of GtkLabel in wxStaticBitmap with invalid bitmap

2004-08-21 18:16 DS, revision 28848

converted end of line characters (MSVC8 gives error C4335 on Mac EOLs)

2004-08-21 17:27 VS, revision 28847

autoconf >= 2.58 is needed

2004-08-21 17:15 SN, revision 28846

Check for socklen_t type using C++ mode (since gsocket.cpp is now C++ code).

2004-08-21 15:42 VS, revision 28845

removed warning-hiding cast, previous revision removed the warning

2004-08-21 13:35 DS, revision 28844

updated to reflect socket and stock button changes; disabled Traceback Tables in Release modes

2004-08-21 11:54 VS, revision 28843

threshold is pixel value, it should use unsigned char

2004-08-21 11:49 VS, revision 28842

updated license info: Remstar gace permission to change it to wxWindows License with no strings attached

2004-08-20 20:31 VS, revision 28841

fix for hot keys in menu items (patch 1013082)

2004-08-20 13:24 ABX, revision 28840

Removed obsolete (Open) Watcom conditions.

2004-08-20 12:03 ABX, revision 28839

Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.

2004-08-20 11:53 ABX, revision 28838

Warning fix.

2004-08-20 10:05 DS, revision 28837

removed stray comma at end of enum

2004-08-19 17:39 ABX, revision 28836

Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.

2004-08-19 13:33 VS, revision 28835

removed code already present in AC_BAKEFILE

2004-08-19 13:31 VS, revision 28834

HP-UX needs mkdir -p, not mkdir for INSTALL_DIR

2004-08-19 13:22 VS, revision 28833

gcc-3.4 compilation fix

2004-08-18 22:27 VS, revision 28832

wxUniv compilation fixes

2004-08-18 19:00 SC, revision 28831

SetValue is not adding a line if values does not exist

2004-08-18 18:59 SC, revision 28830

wxOVERWRITE_PROMPT support

2004-08-18 15:37 DS, revision 28829

fixes for CW8 Mac Classic compilation

2004-08-18 11:34 ABX, revision 28828

wxApp::GetComCtl32Version seems possible and works now with DMC.

2004-08-18 09:22 ABX, revision 28827

Source cleaning.

2004-08-18 09:15 ABX, revision 28826

Fix for the undocumented holes in spiner sizes.

2004-08-18 02:34 RD, revision 28825

Don't call wx.ThePenList

2004-08-17 20:53 RR, revision 28824

Applied Andreas patch for applying the widget style to a wxRadioBox's GtkFrame.

2004-08-17 04:42 SC, revision 28823

setting the wx title as well

2004-08-16 15:33 RD, revision 28822

more comments and a typo fix

2004-08-16 15:32 DS, revision 28821

MSVC6 return warning fix

2004-08-16 15:11 RD, revision 28820

Add BundleBuilder script

2004-08-16 14:38 DS, revision 28819

doc typo

2004-08-16 13:55 VS, revision 28818

more warnings fixes

2004-08-16 13:29 VS, revision 28817

corrected SetPath tests

2004-08-16 13:13 VS, revision 28816

fixed handlers registration in DoPopupMenu (patch 1009949)

2004-08-16 12:51 ABX, revision 28815

break after return makes 'Unreachable code' warnings.

2004-08-16 12:49 ABX, revision 28814

Unused parameter warning fix.

2004-08-16 12:47 ABX, revision 28813

No mondrian.ico file.

2004-08-16 12:45 ABX, revision 28812

TRUE/true, FALSE/false, whitespace cleaning.

2004-08-16 12:31 VS, revision 28811

fixed wxImage->wxBitmap conversion for images with alpha channel

2004-08-16 12:31 VS, revision 28810

added wxImage::ConvertAlphaToMask

2004-08-16 11:32 VS, revision 28809

minor polishing of user-visible messages

2004-08-16 11:18 CE, revision 28808

fixes bug when closing mdi frame with >5 children

2004-08-16 10:32 CE, revision 28807

fixed SF bug 1007859 (avoiding changing headers)

2004-08-16 02:43 DE, revision 28806

Provide implementation for GSocket_new

2004-08-16 02:41 DE, revision 28805

Change from IsOK to IsOk to match everything else

2004-08-16 02:35 DE, revision 28804

Use variable name winid instead of id. id is a typedef in Objective-C headers.

2004-08-15 21:38 VS, revision 28803

accept files in wxHtmlEasyPrinting::{Print,Preview}File, not only URLs

2004-08-15 20:36 VS, revision 28802

more GetDefaultAttributesFromGTKWidget fixes

2004-08-15 19:51 VS, revision 28801

warning fix w/o #ifdefs

2004-08-15 19:48 VS, revision 28800

another fix

2004-08-15 19:47 VS, revision 28799

don't use pch when building samples for now

2004-08-15 19:37 VS, revision 28798

all windows can use wxCLIP_CHILDREN

2004-08-15 19:08 VS, revision 28797

fixes for stock items not known to some GTK+ versions

2004-08-15 18:39 VS, revision 28796

compilation fix for GTK2 < 2.4

2004-08-15 16:03 VS, revision 28795

style obtained from a widget not associated with screen may be wrong; we must create toplevel window and insert the widget into it to get correct style

2004-08-15 16:02 VS, revision 28794

descriptiveLabel clarification

2004-08-15 15:56 VS, revision 28793

added stock buttons support

2004-08-15 15:48 VS, revision 28792

use stock buttons in generic dialogs

2004-08-15 15:44 VS, revision 28791

1. added stock buttons support 2. fixed wxButton::GetDefaultSize to return realistic values 3. fixed DoGetBestSize to don't create buttons smaller than standard GTK+2 buttons w/o wxBU_EXACTFIT

2004-08-15 15:29 VS, revision 28790

move wxLANGUAGE_XXX constants to constans section of the manual

2004-08-15 11:50 VS, revision 28789

font affects best size, invalidate cache if it changes

2004-08-15 11:49 VS, revision 28788

invalidate best size cache when GTK style changes

2004-08-15 07:51 VS, revision 28787

gtk notebook page style fixes (patch 984864)

2004-08-14 22:54 VS, revision 28786

reverted accidentally committed changes in previous revision

2004-08-14 22:42 VS, revision 28785

attributes inheritance fix; apply style to both m_wxwindow and m_widget (patch 984858)

2004-08-14 22:08 VS, revision 28784

gtk notebook page style fixes (patch 984864)

2004-08-14 21:30 VZ, revision 28783

update from Herbert Breunung

2004-08-14 20:22 VS, revision 28782

ABX's changes to support MGL

2004-08-14 12:55 VZ, revision 28781

update from herbert breunung

2004-08-14 00:27 , revision 28780
  • A /wxWidgets/tags/wxPy_2_5_2_7
  • R /wxWidgets/tags/wxPy_2_5_2_7/build
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_5_2_7/include/wx/version.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/lib/dummy
  • R /wxWidgets/tags/wxPy_2_5_2_7/misc/afm
  • A /wxWidgets/tags/wxPy_2_5_2_7/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_5_2_7/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_5_2_7/samples/tab/mondrian.ico
  • D /wxWidgets/tags/wxPy_2_5_2_7/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/common
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/configure
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/configure.in
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/expat/expat.dsp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/expat.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/internal.h
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/gtk1/verti.xbm
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/mac
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/msw
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/configure
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/KNOWNBUG
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/LICENSE
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.sc
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngasmrd.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pnggccrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM7.mcp
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngM8.xml
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngvcrd.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/README
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_5_2_7/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_5_2_7/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/crc32.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/FAQ
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/infback.c
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/inflate.h
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_5_2_7/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/wxPy_2_5_2_7/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_5_2_7/wxPython

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

2004-08-14 00:27 RD, revision 28779

wx needs imported for the error code

2004-08-14 00:20 RD, revision 28778

Version number bump

2004-08-13 23:56 VZ, revision 28777

use wxDD_DEFAULT_STYLE instead of 0 by default for style parameter of wxDirDialog ctor

2004-08-13 21:56 VS, revision 28776

[ 1008799 ] Traverse hidden directories only if hidden flag set

2004-08-13 15:49 KO, revision 28775

Added a flag to enable selecting .app bundles (programs) from the file open dialog.

2004-08-12 10:18 ABX, revision 28774

Other fixes to shared build.

2004-08-12 08:11 JJ, revision 28773

Committing in . OpenVMS updates Modified Files: wxWidgets/src/gtk/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2004-08-11 22:24 RD, revision 28772

Changed debug print into a log message

2004-08-11 22:21 RD, revision 28771

fixed crashing bug when trying to set colours too soon

2004-08-11 20:37 VS, revision 28770

moved wx-config to wx-config-VERSION (with symlink), to satisfy Debian packagers

2004-08-11 20:09 VS, revision 28769

explained how the signature works

2004-08-11 20:04 RD, revision 28768

layout tweak

2004-08-11 19:55 ABX, revision 28767

Shared build fix.

2004-08-11 19:53 ABX, revision 28766

Warning fixes, source cleaning.

2004-08-11 19:52 ABX, revision 28765

2.4 compatibility.

2004-08-11 18:14 RD, revision 28764

Put the version unmber in the subject

2004-08-11 18:11 RD, revision 28763

Set minsize and implement DoGetBestSize

2004-08-11 08:54 VS, revision 28762

fixed typo

2004-08-11 08:49 VS, revision 28761

reverted my last change, pch problem is deeper and needs to be solved in Bakefile first

2004-08-11 08:18 VS, revision 28760

assert if conversion ctors are used incorrectly

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

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

2004-08-10 22:54 RD, revision 28758

updated wxSUBRELEASE_NUMBER to match wxPython release cantidate build

2004-08-10 22:48 RD, revision 28757

regenerated

2004-08-10 22:47 RD, revision 28756

typo fixed

2004-08-10 18:44 VS, revision 28755

don't use precompiled headers for gsocket code

2004-08-10 16:28 RD, revision 28754

bump version number

2004-08-10 15:22 RD, revision 28753

bump version number

2004-08-10 15:22 RD, revision 28752

use root on all ssh connects to OSX, other tweaks

2004-08-10 15:21 RD, revision 28751

tweak border size

2004-08-10 15:20 RD, revision 28750

updated to wx namespace by Peter Damoc

2004-08-10 14:09 CE, revision 28749

fix bug with new numbering system

2004-08-10 13:08 ABX, revision 28748

Cleaning of sources (Univ related files). -1/TRUE/FALSE/wxIDY_ANY/wxDefaultCoord/whitespaces/!! issues.

2004-08-10 06:24 ABX, revision 28747

Reverted Borland subversion recognizion due to binary compatibility issue.

2004-08-10 04:07 RD, revision 28746

Give wxListBox a GetClassDefaultAttributes so wxCalendarCtrl (and others) can use the right set of attributes

2004-08-10 03:07 DE, revision 28745

Remove some cruft

2004-08-10 01:37 RD, revision 28744

fix some wording

2004-08-10 01:36 RD, revision 28743

More tweaks and fixes

2004-08-10 01:36 RD, revision 28742

ReloadDemoPanel is no longer needed since every sample will have a panel

2004-08-10 01:24 RD, revision 28741

Go back to the old order for loading the demo tabs. When the first sample is chosen then switch to the demo page, but stay on the current page for the other selections in case the user switched back to the overview or demo code pages.

2004-08-10 01:22 RD, revision 28740

tweaks

2004-08-10 01:21 RD, revision 28739

Make all samples in the demo have a panel in the demo notebook. For those that are frames or dialogs then the panel just has a button that launches it.

2004-08-10 01:07 RD, revision 28738

removed some samples

2004-08-09 23:44 RD, revision 28737

fixed a typo

2004-08-09 23:43 RD, revision 28736

Reduce frame size a bit

2004-08-09 23:40 RD, revision 28735

Convert EOLs in pasted or DnD'd text to match what is in the current document.

2004-08-09 23:26 RD, revision 28734

Switch to monolithic build because of a dependency problem

2004-08-09 23:17 RD, revision 28733

workaround for wxMac weirdness

2004-08-09 23:10 RD, revision 28732

Use "--libs gl"

2004-08-09 23:08 RD, revision 28731

All wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL now.

2004-08-09 23:04 RD, revision 28730

Still can't do "if (flags & wxSOUND_SYNC)..." because it will always be zero. This is the 2nd or 3rd time I've fixed this, please stop changing it back! Fixes to allow ASYNC sounds to continue after the sound object has been deleted, and so there won't be a crash the next time an async sound is played.

2004-08-09 18:14 SC, revision 28729

xcode 1.5

2004-08-09 18:08 SC, revision 28728

socket c++ adaptions

2004-08-09 17:21 ABX, revision 28727

Precise Borland C++ and DMC compiler description.

2004-08-09 17:10 ABX, revision 28726

We need one float argument to perform floating point division.

2004-08-09 16:08 VS, revision 28725

really fixed wxMenuBar::Remove (bug 610850): reverted incorrect patch 649599 and fixed data corruption and leaks in GTK+ structures

2004-08-09 15:40 JS, revision 28724

Must specify wxHSCROLL/wxVSCROLL now

2004-08-09 13:08 ABX, revision 28723

wxUSE_IOSTREAMH always 0 for MinGW (finally closed patch #910058)

2004-08-09 12:55 SC, revision 28722

unicode fixes

2004-08-09 12:43 SC, revision 28721

fixed size patch applied

2004-08-09 12:40 SC, revision 28720

gcc warning

2004-08-09 11:07 ABX, revision 28719

Fixed bug with truncation of Unicode data in wxConnection under MSW.

2004-08-09 07:44 ABX, revision 28718

wxUSE_GENERIC_DIALOGS_IN_MSW removed

2004-08-09 07:24 SC, revision 28717

catching errors

2004-08-09 06:58 SC, revision 28716

aa const

2004-08-08 21:03 SN, revision 28715

Get rid of warning about select being undeclared on OS/2.

2004-08-08 20:44 SN, revision 28714

Fixed linkage errors (C linkage vs. C++ linkage) caused by switching gsocket from C to C++ code.

2004-08-08 16:30 VS, revision 28713

don't output -DwxUSE_GUI=0 in monolithic build, setup.h will take care of setting it correctly

2004-08-08 14:51 VS, revision 28712

HP-UX fix: removed unneeded call to sed(patch #1005025)

2004-08-08 05:37 DE, revision 28711

Added const qualifier to char* in struct service_entry

2004-08-08 05:35 SC, revision 28710

wrong method call, we need to add the second update region not to replace it

2004-08-08 05:30 DE, revision 28709

Use bool instead of int. Replace TRUE/FALSE with true/false.

2004-08-08 04:48 DE, revision 28708

Removed incorrect struct qualifier from GSocketGUIFunctionsTable

2004-08-07 21:59 JS, revision 28707

Improved search for about.htm on mac

2004-08-07 21:51 MBN, revision 28706

wxMotif now uses wxX11 region code (forgot to commit).

2004-08-07 21:26 MBN, revision 28705

Compilation fix.

2004-08-07 21:24 MBN, revision 28704

Unhide function from superclass.

2004-08-07 20:25 JS, revision 28703

More likely to find the about.htm instructions now

2004-08-07 19:41 VS, revision 28702

fixed plugins naming in samples

2004-08-07 19:35 SC, revision 28701

blind fix for trails of border after resize operations

2004-08-07 19:23 SC, revision 28700

we have to include the mac/private header in order to the OSX macro at all

2004-08-07 17:25 JS, revision 28699

Help button left-aligned in wizard

2004-08-07 14:37 SC, revision 28698

support for Mac Help Button added (wxID_HELP) is automatically translated

2004-08-07 14:26 JS, revision 28697

Need to include scrolwin.h

2004-08-07 14:09 SC, revision 28696

moving focus rect overlap problems to the vis region of a window

2004-08-07 13:27 SC, revision 28695

drawing the border based on the native control's border, as things like calctrl may override the GetPosition etc. call, so that we'd draw a border around the overall control instead of the day's part

2004-08-07 13:25 SN, revision 28694

Fixed typo reported in patch 1004953.

2004-08-07 05:28 SC, revision 28693

moving popup-button closer to text

2004-08-07 05:22 SC, revision 28692

making the width of the popup button dependent from the window variant, adding a one pixel safety border below the readonly combobox, and moving the popup button one pixel to the left in order to avoid chop-off

2004-08-07 05:18 SC, revision 28691

forward declaration for combobox members

2004-08-07 03:43 RD, revision 28690

version number update

2004-08-07 03:43 RD, revision 28689

some cleanup

2004-08-07 03:04 RD, revision 28688

At least correct the compile error until we decide what to for real.

2004-08-07 03:02 RD, revision 28687

Hide the page before adjusting its size, otherwise it might get painted

2004-08-07 02:17 RD, revision 28686

update the overview text before updating the pages

2004-08-07 02:06 RD, revision 28685

Changed the order that the demo and code pages are created

2004-08-06 23:09 RD, revision 28684

A better workaround for Bug# 901694 that works with GTK+ 1.2, 2.2 *and* 2.4.

2004-08-06 22:30 DE, revision 28683

Get rid of inline C compatibility methods

2004-08-06 22:28 DE, revision 28682

Use delete foo; instead of GSocket_destroy(foo);

2004-08-06 22:14 DE, revision 28681

Use native C++ GSocket interface

2004-08-06 20:56 DE, revision 28680

Get rid of wxUSE_GSOCKET_CPLUSPLUS

2004-08-06 20:32 DE, revision 28679

Use native C++ GSocket interface

2004-08-06 19:56 DE, revision 28678
  • D /wxWidgets/trunk/src/mac/carbon/gsocket.c

gsocket.c has been replaced by gsocket.cpp

2004-08-06 19:47 DE, revision 28677

Compile gsockpm.cpp instead of gsockpm.c for wxOS/2

2004-08-06 19:37 DE, revision 28676
  • D /wxWidgets/trunk/src/os2/gsocket.c

According to Stefan Neis this file isn't used by anything other than the now defunct IBM Visual Age C++.

2004-08-06 19:34 DE, revision 28675
  • D /wxWidgets/trunk/src/os2/gsockpm.c

Removed unused file (replaced by src/os2/gsockpm.cpp)

2004-08-06 19:28 DE, revision 28674

wxMac CFM never has a GSocketGUIFunctionsTable

2004-08-06 19:22 DE, revision 28673

OS/2 now uses C++ gsocket.

2004-08-06 19:18 DE, revision 28672

C->C++ conversion

2004-08-06 19:11 DE, revision 28671

include wx/mac/gsockmac.h when compiling wxMac CFM

2004-08-06 19:04 DE, revision 28670

wxMac GSocket C -> C++

2004-08-06 18:55 DE, revision 28669

Copied src/mac/carbon/gsocket.c revision 1.20

2004-08-06 18:49 SC, revision 28668

correcting border drawing for clientareaorigin in notebooks etc.

2004-08-06 18:30 SC, revision 28667

corrected positioning of focus rect in hierarchies and changed the redraw after a control lost focus to do an invalidation instead of a redraw, because in the situations where we have wrong z-order (static boxes) a wrong shade of gray will get painted otherwise.

2004-08-06 18:28 VZ, revision 28666

removed not existing GiveFeedback() parameter

2004-08-06 18:23 RD, revision 28665

Update the notebook before running the sample in case it is a modal dialog, (but the best thing to do is to just always make a panel with buttons to launch the dialog...) Fix the find text to ensure that the found text is visible Added ability to open a PyShell window that has the app and demo frame preloaded in the namespace.

2004-08-06 17:35 ABX, revision 28664

DMC distrubutes broken header which will not be fixed due to MS ownership.

2004-08-06 17:27 ABX, revision 28663

Deleting void is undefined.

2004-08-06 16:28 DS, revision 28662

made code slightly more readable

2004-08-06 15:53 SC, revision 28661

undoing last change, widgets sample had slider label offset

2004-08-06 15:52 SC, revision 28660

moving stacking event handlers and event ref to central location, border handling when using native theme methods moved to native event handler, so that we can always make sure we only draw on the updateRgn, otherwise things get darker and darker....

2004-08-06 15:50 SC, revision 28659

moving stacking event handlers and event ref to central location

2004-08-06 13:23 DS, revision 28658

fixed MSVC6 compiler warning

2004-08-06 09:30 SC, revision 28657

switch to draw borders from the parent window, as we are not getting all redraws otherwise

2004-08-06 09:19 SC, revision 28656

add a outside area for borders and focus rects of 3 pixels to a wxWindowDC's clip region

2004-08-06 00:47 RD, revision 28655

reSWIGged

2004-08-06 00:37 RD, revision 28654

Fixed typo

2004-08-06 00:22 RD, revision 28653

GTK2 is now the default for builds. Removed the "p"(re) from the version number.

2004-08-06 00:09 RD, revision 28652

Applied (and heavily modified) a patch from Eugene <svip123@fastmail.fm> that allows the sample modules in the demo to be edited and reloaded, all from within the demo. You can switch back and forth beteen the default and your edited version, and any errors ocurring upon the reload are reported on the Demo tab.

2004-08-06 00:03 RD, revision 28651

use NormalizeFontSizes if on wxGTK2

2004-08-06 00:02 RD, revision 28650

more build tweaks

2004-08-05 23:59 RD, revision 28649

Added NormalizeFontSizes which will set the html font sizes based on the size of a system font.

2004-08-05 21:35 MBN, revision 28648

Updated italian translation.

2004-08-05 21:28 VS, revision 28647

gsocket compilation fixes: use .cpp files, not .c

2004-08-05 20:05 DE, revision 28646
  • D /wxWidgets/trunk/src/gtk/gsockgtk.c
  • D /wxWidgets/trunk/src/gtk1/gsockgtk.c
  • D /wxWidgets/trunk/src/mac/carbon/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.c
  • D /wxWidgets/trunk/src/mac/classic/gsockosx.cpp
  • D /wxWidgets/trunk/src/motif/gsockmot.c
  • D /wxWidgets/trunk/src/msw/gsocket.c
  • D /wxWidgets/trunk/src/msw/gsockmsw.c
  • D /wxWidgets/trunk/src/unix/gsocket.c
  • D /wxWidgets/trunk/src/x11/gsockx11.c

Removed unneeded GSocket files

2004-08-05 19:56 VS, revision 28645

fixed dependencies: dbgrid needs odbc

2004-08-05 19:21 SC, revision 28644

corrected GetPosition and extended erasing to include the entire update rgn passed

2004-08-05 16:52 ABX, revision 28643

Peparation for native Smartphone controls based on Spinners.

2004-08-05 16:46 ABX, revision 28642

Unused parameters markup.

2004-08-05 15:08 ABX, revision 28641

Make wxSplashScreen with parent so it ends immediatelly if we close main frame very quickly.

2004-08-05 15:01 ABX, revision 28640

GCC fixes: order of initializations, type casting, empty last lines.

2004-08-05 14:29 ABX, revision 28639

Order of initializations according to class construction.

2004-08-05 13:51 VS, revision 28638

added splash sample

2004-08-05 13:51 VS, revision 28637

added Basque translation

2004-08-05 13:36 ABX, revision 28636

Fixed wrong condition.

2004-08-05 10:30 ABX, revision 28635

splash sample into distribution.

2004-08-05 09:06 ABX, revision 28634

splash sample into distribution.

2004-08-05 00:40 RD, revision 28633

little tweaks

2004-08-05 00:39 RD, revision 28632

Added ability to also do a remote build on the Jaguar machine

2004-08-05 00:37 RD, revision 28631

reSWIGged

2004-08-04 23:58 RD, revision 28630

reSWIGged

2004-08-04 22:28 RD, revision 28629

fixed typo

2004-08-04 22:27 RD, revision 28628

The build can now start RPM builds on more than one linux target, currently set up to do RH9 and FC2.

2004-08-04 22:24 RD, revision 28627

SetSizeHints --> SetMinSize or SetBestFittingSize, and other tweaks

2004-08-04 19:22 SC, revision 28626

fixing memleak, correcting huge background erase area

2004-08-04 19:04 ABX, revision 28625

wxSplashScreen sample added.

2004-08-04 18:54 ABX, revision 28624

wxSplashScreen also for About frame.

2004-08-04 18:20 SC, revision 28623

best size taking into account borders

2004-08-04 17:16 ABX, revision 28622

Array has pointers.

2004-08-04 17:14 ABX, revision 28621

wxSplashScreen sample added to global makefiles.

2004-08-04 17:08 ABX, revision 28620

wxSplash sample code, sample image, bake and make files.

2004-08-04 16:36 SC, revision 28619

redraw fixes

2004-08-04 13:13 SC, revision 28618

we have to force live updates under OSX as there is no ScreenDC on OSX available right now

2004-08-04 11:48 SC, revision 28617

corrected scroll rect position

2004-08-04 08:37 SN, revision 28616

Fixed typo reported by Ian Brown.

2004-08-04 08:04 ABX, revision 28615

Blind fix to precompiled headers verified by author of bug #1003085

2004-08-04 07:03 ABX, revision 28614

Missed defs.h inclusion.

2004-08-04 04:44 RL, revision 28613

Prepare another upload with .po updates and a wrongly reverted hunk from the KBSD patch.

2004-08-04 03:22 DE, revision 28612

Use new C++ sockets for everything except OS/2

2004-08-04 03:04 DE, revision 28611

C->C++ conversion

2004-08-04 00:35 DE, revision 28610

Support building X11 and Motif on Mac OS X

2004-08-03 21:17 RD, revision 28609

more dbg flags (but it's still comment out by defult)

2004-08-03 19:22 DE, revision 28608

Accidently left in an extra {} and also had wrong license name.

2004-08-03 19:18 DE, revision 28607

Revert original UNIX C->C++ conversion and instead make it work exactly like the new MSW C++ GSocket.

2004-08-03 18:41 DE, revision 28606

Provide stub for wxDisplayBase::GetCount()

2004-08-03 18:00 SC, revision 28605

refresh had to offset the region by borders moving windows had to take parent borders into account as well on composited windows

2004-08-03 14:46 ABX, revision 28604

Makefiles for foldbar sample.

2004-08-03 14:44 ABX, revision 28603

Makefiles for foldbar contrib.

2004-08-03 14:39 ABX, revision 28602

Full headers, Unicode markup, whitespaces, wxID_ANY, wxDefaultCoord conventions applied with some warning fixes.

2004-08-03 14:33 ABX, revision 28601

Warning fix.

2004-08-03 11:55 ABX, revision 28600

Full headers, Unicode markup, whitespaces, wxID_ANY, wxDefaultCoord conventions applied.

2004-08-03 11:18 VZ, revision 28599

added foldbar contrib

2004-08-03 08:24 ABX, revision 28598

WinCE warning fixes.

2004-08-03 06:58 ABX, revision 28597

Smartphone fix due to separated implementation of wxFileDialog.

2004-08-03 04:14 DE, revision 28596

* Made GSocket::GetError() exp/imp from net library and provide an inline compatibility function. * Provide a Null gs_gui_functions implementation.

2004-08-03 03:37 DE, revision 28595

Real C++(ish) code

2004-08-03 03:35 DE, revision 28594

Prepare for GSocket C->C++ migration

2004-08-03 03:33 DE, revision 28593

Prepare headers for C->C++ migration

2004-08-02 22:09 RD, revision 28592

updated sample

2004-08-02 22:04 RD, revision 28591

reSWIGged

2004-08-02 22:01 RD, revision 28590

little tweak

2004-08-02 21:59 RD, revision 28589

fixed typo

2004-08-02 21:56 RD, revision 28588

Added wxQuantize

2004-08-02 17:52 ABX, revision 28587

More suitable data structure (in the process of making everything wxUSE_STL insensitive).

2004-08-02 10:03 JS, revision 28586

Fix for toolbar workaround (mustn't set flag unless we're in Classic mode or we get separators showing)

2004-08-02 09:50 JS, revision 28585

Fix for toolbar workaround (mustn't set flag unless we're in Classic mode or we get separators showing)

2004-08-02 09:06 ABX, revision 28584

Regenerated makefiles after copying of subdirectory.

2004-08-02 08:59 ABX, revision 28583

Regenerated makefile after some recent addition of library.

2004-08-02 07:44 ABX, revision 28582

Regenerated file after adding except sample.

2004-08-02 07:35 ABX, revision 28581

Regenerated file after deleting gzstream.cpp

2004-08-02 07:34 ABX, revision 28580

Regenerated makefiles after new filename test by Vadim.

2004-08-02 06:09 RL, revision 28579

Reapply the HURD/KBSD hunk for icc.

2004-08-01 22:21 VZ, revision 28578

added --version-full option to wx-config

2004-08-01 09:23 JS, revision 28577

Fixed flat style for toolbars under XP, Windows Classic style

2004-08-01 09:19 JS, revision 28576

Fix by George Wismer to get flat toolbars under Windows Classic style, by setting TBSTYLE_FLAT after toolbar creation

2004-07-31 22:27 RD, revision 28575

reSWIGged

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

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

2004-07-31 21:05 RD, revision 28573

Avoid warnings in the DLL builds

2004-07-31 20:25 RD, revision 28572

reSWIGged

2004-07-31 20:25 RD, revision 28571

fixed version number

2004-07-31 20:25 RD, revision 28570

fixed typo

2004-07-31 20:24 RD, revision 28569

Various updates to catch up to wxWidgets CVS

2004-07-31 19:38 RL, revision 28568

Updated swedish translation from Jonas Rydberg.

2004-07-31 18:50 RL, revision 28567

typo fix.

2004-07-31 18:26 RL, revision 28566

Hid the GNUism in Makefile.in from other makes. Make -python conflict/replace -dbg-python to make them easier to switch. Really don't build -dbg-python by default. Added a warning about the project name change for 2.5 to README.Debian.

2004-07-31 15:43 JS, revision 28565

Fixed wxTextCtrl::SetMaxLength for rich edit controls

2004-07-31 14:38 RL, revision 28564

Silence signed / unsigned comparison warning.

2004-07-31 14:29 RL, revision 28563

Fix broken macro token pasting. Cast argument of format string to avoid warnings.

2004-07-31 14:16 RL, revision 28562

Silence warning about uninitialised variable.

2004-07-31 14:10 RL, revision 28561

Regenerated .po files.

2004-07-31 13:58 RL, revision 28560

Updated config.{guess,sub} Backported fixes from Robert Millan for HURD/K*BSD. Fix broken linking of wxgtk_gl. Fix uninitialised var warning in wxrcedit/preview.cpp Updates for 2.4.2.5 .debs. Update wx-config.1 Fixed makefile.unx in opengl samples to use --gl-lib Removed #! from newevent.py

2004-07-31 13:58 , revision 28559

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

2004-07-31 13:14 VZ, revision 28558

fixed passing wxCharBuffer to a vararg function (part of bug 1001166)

2004-07-31 07:36 DS, revision 28557

applied patch #997019: '[wxMac] updated wxSound', adds static IsPlaying() and Stop()

2004-07-31 04:39 RD, revision 28556

Fixed compilation error

2004-07-30 23:38 VZ, revision 28555

invalidate m_selection in DoRemovePage(), not in DeletePage() (replaces patch 998984)

2004-07-30 23:34 VZ, revision 28554

German translation update (patch 1000305)

2004-07-30 23:33 VZ, revision 28553

fixed wxDateTime::GetWeekDayName() for wday > Wed (patch 998646)

2004-07-30 23:18 VZ, revision 28552

fixed delete[]/free mismatch in SetAlpha (part of patch 991168)

2004-07-30 23:05 VZ, revision 28551

fixed quitting the sample; fixed memory leak of CDummyWindow

2004-07-30 23:01 VZ, revision 28550

fixed MFC sample (bug 978194)

2004-07-30 22:54 VZ, revision 28549

switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one) for wxMSW; minimal changes for the other ports

2004-07-30 22:51 VZ, revision 28548

define WXMSG same as Win32 MSG instead of untyped pointer

2004-07-30 19:23 ABX, revision 28547

Additional configuration check.

2004-07-30 19:14 ABX, revision 28546

Conditional compilation fix.

2004-07-30 17:44 ABX, revision 28545

Warning cleaning.

2004-07-30 15:55 ABX, revision 28544

Code and warning cleaning.

2004-07-30 15:41 ABX, revision 28543

wxUSE_STL fixes

2004-07-30 15:28 ABX, revision 28542

wxUSE_STL fixes and suggested coding of -1/TRUE/FALSE

2004-07-29 20:21 JS, revision 28541

Can't use directives within a macro

2004-07-29 20:17 JS, revision 28540

Needs log.h

2004-07-29 13:52 DE, revision 28539

Removed unused event table entries

2004-07-29 09:39 VZ, revision 28538

fix for assert when copying bitmap in CloneRefData()

2004-07-29 08:44 JS, revision 28537

Checkbox needs an extra pixel in height on WinCE

2004-07-29 02:07 DE, revision 28536

C/C++ differences

2004-07-29 02:03 DE, revision 28535

Copied from src/msw/gsocket.c revision 1.61

2004-07-29 01:40 DE, revision 28534

Applied gsockmsw.c 1.20 to 1.25 changes

2004-07-28 19:34 DE, revision 28533

wxWindowMSW::OnInitDialog is only implemented for WinCE

2004-07-28 16:02 SN, revision 28532

Switched from wxUsleep to wxMilliSleep/wxMicroSleep.

2004-07-28 14:22 VZ, revision 28531

fixed subrelease test in wxCHECK_VERSION_FULL

2004-07-28 13:56 SC, revision 28530

trying to get coordinates of native controls and wx coordinates in synch. as native controls cannot draw arbitrary borders we have to take care of that ourselves...

2004-07-28 13:51 SC, revision 28529

HasFlag is not set at this point

2004-07-28 13:48 SC, revision 28528

Refresh is necessary in earlier systems, no penalty when doing in 10.3+

2004-07-28 09:36 ABX, revision 28527

Score dialog improvements.

2004-07-28 09:34 JS, revision 28526

Worked around static box opaqueness problem on WinCE by setting the z-order in OnInitDialog

2004-07-28 09:24 ABX, revision 28525

Fixed lack of copying help. Regenerated makefiles.

2004-07-28 00:35 VZ, revision 28524

removed GSocket_[Un]Streamed

2004-07-27 20:30 JS, revision 28523

Under WinCE, we need to send the groupbox z position to the bottom to reveal the controls that were created after the group control.

2004-07-27 19:14 ABX, revision 28522

Finally whole configtool works regardless of wxUSE_STL value (at least with Borland). Changes followed adjustements of other things like better styles, storing pointers, unified headers of files, etc. etc.

2004-07-27 18:12 ABX, revision 28521

Missing headers.

2004-07-27 18:04 ABX, revision 28520

Missing DMC OFN_* values.

2004-07-27 11:34 VS, revision 28519

fixed memory leak

2004-07-27 11:28 SC, revision 28518

region from polygon added

2004-07-27 09:40 VS, revision 28517

removed useless event handlers that were breaking focus handling in wxGTK

2004-07-27 08:53 VS, revision 28516

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (same thing as patch 978403 for treectlg.cpp)

2004-07-27 02:15 DE, revision 28515

Incorporated src/unix/gsocket.c 1.86 to 1.92 changes (except 1.90 to 1.91 which was applied by Vadim as 1.9 to 1.10 of src/unix/gsocket.cpp)

2004-07-26 22:14 VZ, revision 28514

removed GSocket_Unstreamed() call

2004-07-26 21:35 VZ, revision 28513

removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead

2004-07-26 21:33 VZ, revision 28512

removed _GSocket::m_oriented

2004-07-26 20:55 JS, revision 28511

Don't return wxEmptyString for e.g. wxPathOnly("\file.txt")

2004-07-26 20:16 JS, revision 28510

Stub out SetToolTip to avoid massive ifdefing when encountering a platform that doesn't support them

2004-07-26 18:48 JS, revision 28509

OFN_ENABLESIZING not appropriate for WinCE

2004-07-25 23:42 VZ, revision 28508

check if wxTheApp still exists in FreeColour(); fixes crash on shutdown

2004-07-25 23:34 VZ, revision 28507

IsTopLevel() may return true not only for wxTLW: this fixes crash when opening a menu

2004-07-25 23:13 VZ, revision 28506

detach removed submenu from the menubar too

2004-07-25 23:09 VZ, revision 28505

replace wxHashTable with a type safe hash map of Window to wxWindow

2004-07-25 23:05 VZ, revision 28504

insert now returns pair<iterator, bool>, as for the standard map

2004-07-25 20:13 VZ, revision 28503

compilation fix

2004-07-25 17:49 DS, revision 28502

removed reference to deleted wxNotebookSizer programming section

2004-07-25 17:45 DS, revision 28501

added missing closing bracket

2004-07-25 17:38 DS, revision 28500

fixed tex2rtf errors

2004-07-25 17:26 VZ, revision 28499

compilation fixes

2004-07-25 17:25 VZ, revision 28498

compilation warning fix

2004-07-25 17:21 VZ, revision 28497

reverted previous patch applied by mistake

2004-07-25 17:12 VZ, revision 28496

invalidate selection when deleting the page changes its index (replaces patch 865500)

2004-07-25 17:09 VZ, revision 28495

use wxWindowDisabler instead of ShowModal() for showing the print preview frame (patch 832288)

2004-07-25 17:06 VZ, revision 28494

replaced my recent GSocket_SetReuseAddr() addition with GSocket_SetReusable() from the patch 992473; it also adds and documents wxSOCKET_REUSEADDR flag

2004-07-25 16:57 VZ, revision 28493

better Finnish translations (patch 993051)

2004-07-25 16:56 VZ, revision 28492

implemented moving the dialog (patch 996448)

2004-07-25 16:50 DS, revision 28491

converted char * references to wxChar *

2004-07-25 16:47 VZ, revision 28490

don't define _CRTDBG_MAP_ALLOC as it is apparently unnecessary (patch 995135)

2004-07-25 16:44 VZ, revision 28489

don't include wx/wxprec.h from the headers (patch 993136)

2004-07-25 16:39 VZ, revision 28488

dc.h shouldn't include itself (patch 992933)

2004-07-25 16:38 DS, revision 28487

typo fix

2004-07-25 16:37 DS, revision 28486

added shortcut functions AddSpacer and AddStretchSpacer (plus Prepend and Insert variants)

2004-07-25 16:36 VZ, revision 28485

fixed header include guard position (patch 992443)

2004-07-25 16:33 VZ, revision 28484

don't assign the same normal value for all the other bitmaps, leave them empty (patch 990370)

2004-07-25 16:32 VZ, revision 28483

update the caret bitmap size in EVT_SIZE (patch 990361)

2004-07-25 16:25 VZ, revision 28482

corrected assert in wxSocket::Initialize()

2004-07-25 16:18 VZ, revision 28481

unused param warnings fixes

2004-07-25 16:13 VZ, revision 28480

added status bar fields styles support (patch 988292)

2004-07-25 16:02 VZ, revision 28479

fixed flushing of secondary log target in wxLogChain (patch 985711)

2004-07-25 15:59 VZ, revision 28478

fixed wxList copy ctor (patch 985473)

2004-07-25 15:52 VZ, revision 28477

compilation fix for a patch which didn't compile...

2004-07-25 15:48 VZ, revision 28476

compilation fix after last commit

2004-07-25 15:44 VZ, revision 28475

removed #pragma interface without matching #pragma implementation (replaces patch 981135)

2004-07-25 15:42 VZ, revision 28474

added DoCreate/Load/SaveDocument() (patches 983570 and 983571)

2004-07-25 15:30 VZ, revision 28473

added GetHeaderValue() (patch 974427)

2004-07-25 15:24 VZ, revision 28472

don't crash if we delete the item being edited (replaces patch 979733)

2004-07-25 15:06 VZ, revision 28471

unselect previously selected items in SetSelection() (patch 974326)

2004-07-25 15:03 VZ, revision 28470

corrected Center() for cases when client display rect origin is not at (0, 0) (patch 973192)

2004-07-25 14:01 VZ, revision 28469

added SetPath() test

2004-07-25 13:59 VZ, revision 28468

added and documented SplitVolume() and GetPathTerminators(); corrected SetPath() to treat the volume part properly (patch 970580)

2004-07-25 13:27 VZ, revision 28467

added wxFileName test

2004-07-25 12:59 VZ, revision 28466

support for alpha channel in toolbars (patch 949843)

2004-07-25 12:54 VZ, revision 28465

check better before overwriting files (patch 951868)

2004-07-25 12:41 VZ, revision 28464

documented how to use sockets in non-main thread (patch 951134)

2004-07-25 12:40 VZ, revision 28463

don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()

2004-07-25 12:36 VZ, revision 28462

removed SO_REUSEADDR

2004-07-25 12:32 VZ, revision 28461

FindItem() implementation (patch 950021)

2004-07-25 12:30 VZ, revision 28460

fixed Freeze/Thaw() for wxCombobox (patch 925808)

2004-07-25 12:30 VZ, revision 28459

added IsFrozen() (part of patch 925808)

2004-07-25 12:27 VZ, revision 28458

use BS_RIGHT for right-aligned controls (patch 945460)

2004-07-25 12:24 VZ, revision 28457

rewrote this page to look like all the others; added wxALIGN_RIGHT test

2004-07-25 12:23 VZ, revision 28456

typos in comments

2004-07-25 11:34 VZ, revision 28455

wxGTK/Cygwin fix (patch 914565)

2004-07-25 11:33 VZ, revision 28454

use Unix path separators under Cygwin