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

2003-04-13 15:36 VZ, revision 20196

added the list of supported accelerators

2003-04-13 14:11 VZ, revision 20195

better alpha test

2003-04-13 14:09 VZ, revision 20194

fix alpha premultiplying

2003-04-13 14:07 MBN, revision 20193

Removed conflict markers.

2003-04-13 14:02 VZ, revision 20192

premultiply the colours by the alpha value

2003-04-13 14:01 MBN, revision 20191

Compilation fix.

2003-04-13 13:58 MBN, revision 20190

Fix wxMotif build.

2003-04-13 13:55 VZ, revision 20189

no changes

2003-04-13 13:45 VZ, revision 20188

added wxBitmap::UseAlpha()

2003-04-13 13:44 VZ, revision 20187

added test image for alpha

2003-04-13 11:57 SC, revision 20186

supported controls on toolbar

2003-04-13 11:55 SC, revision 20185

implemented constructor for rect from point and size

2003-04-13 06:29 DE, revision 20184

Include datacmn.cpp in wxCocoa

2003-04-13 06:10 DE, revision 20183

Removed everything since it's now in datacmn.cpp

2003-04-13 05:40 DE, revision 20182

Implemented Raise()

2003-04-13 02:22 VZ, revision 20181

fixed unused variable warning

2003-04-13 02:22 VZ, revision 20180

fixes necessary for the default GUI log target to be used in Debug mode

2003-04-13 02:11 VZ, revision 20179

fixed yet another printf() format warning

2003-04-13 02:08 VZ, revision 20178

fixed printf() format warnings

2003-04-13 01:48 VZ, revision 20177

fixed a printf() format warning

2003-04-13 01:26 VZ, revision 20176

fixed a harmless warning

2003-04-12 22:30 VS, revision 20175

backport wxZipFsHandler fix

2003-04-12 22:29 VS, revision 20174

removed outdated docs (fixes bug #698139)

2003-04-12 22:28 VS, revision 20173

fixed relative filenames inside ZIP archive

2003-04-12 22:28 VS, revision 20172

better error message

2003-04-12 18:40 VS, revision 20171

applied patch to fix tooltips charset

2003-04-12 18:38 VS, revision 20170

compilation fix

2003-04-12 18:38 VS, revision 20169

added LDFLAGS_GL to makefiles

2003-04-12 18:37 VS, revision 20168

compilation fix for gcc

2003-04-12 18:37 VS, revision 20167

added Georgian translation

2003-04-12 18:05 SC, revision 20166

redraw fixes for OSX

2003-04-12 18:03 SC, revision 20165

adaption to deprecated files

2003-04-12 13:16 VZ, revision 20164

fixed Moving() documentation

2003-04-12 13:15 VZ, revision 20163

added Ukrainian translation

2003-04-12 04:17 DE, revision 20162

DECLARE_WXCOCOA_OBJC_CLASS now declares types as struct objc_object* so that they are exactly the same type for C++ and Objective-C++ code. This allows them to be used as arguments to functions, especially virtuals, because the C++ name mangling will be the same.

2003-04-12 01:18 VZ, revision 20161

fixed syntax error in configure.in; regenerated configure after recent changes

2003-04-12 01:13 VZ, revision 20160

Unix OpenGL build fix

2003-04-12 01:11 VZ, revision 20159

don't suppose that libs GL and GLU arei n the same directory (bug 699289)

2003-04-12 01:02 VZ, revision 20158

trying to fix threads compilation options: use -Ethreads under UnixWare, don't use -pthreads under IRIX

2003-04-12 00:53 VZ, revision 20157

UnixWare compilation fix (explicitly declare pthread_mutexattr_settype)

2003-04-12 00:47 VZ, revision 20156

user dash and container focus patches

2003-04-12 00:43 VZ, revision 20155

fixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented

2003-04-12 00:35 VZ, revision 20154

UnixWare compilation fix (include sys/filio.h)

2003-04-12 00:32 VZ, revision 20153

added UnixWare recognition

2003-04-12 00:22 VZ, revision 20152

Unixware compilation fix (#undef index)

2003-04-12 00:03 VZ, revision 20151

fixed CheckTransparency() for RGBA images

2003-04-12 00:02 VZ, revision 20150

2.4 -> 2.5; build in another directory than source one; mention --disable-shared

2003-04-11 23:56 VZ, revision 20149

unstable doesn't mean it crashes

2003-04-11 23:24 VS, revision 20148

don't forget to backport manifest and wxLocale fix

2003-04-11 23:22 VS, revision 20147

added WindowsXP manifest directly into application's resources

2003-04-11 23:20 VS, revision 20146

don't report setlocale failure if trying to set Unicode-only language

2003-04-11 22:38 RD, revision 20145

Fixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the entire value like other ports do.

2003-04-11 22:32 VZ, revision 20144

return wxKILL_OK in krc instead of leaving it unchanged

2003-04-11 22:05 VZ, revision 20143

fixed bug with searching in sorted arrays

2003-04-11 19:08 VZ, revision 20142

allow vetoing wxEVT_COMMAND_LIST_COL_BEGIN_DRAG (backported from HEAD)

2003-04-11 17:45 SC, revision 20141

cleanup and classic fixes

2003-04-11 17:12 RD, revision 20140

Added a sample to the demo specifically for PopupMenus

2003-04-11 17:10 RD, revision 20139

Backported fix allowing for wxMac popup menus to have submenus

2003-04-11 15:20 RD, revision 20138

Test a submenu on the popup menu

2003-04-11 14:31 CE, revision 20137

correct Watcom build instructions

2003-04-11 14:14 VZ, revision 20136

use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)

2003-04-11 14:02 VZ, revision 20135

fixes for user dash handling (patch 717736)

2003-04-11 13:48 VZ, revision 20134

containers don't always accept focus (patch 718913)

2003-04-11 11:01 JS, revision 20133

Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to prevent VC++ confusion

2003-04-10 23:12 PKO, revision 20132

Fix column count.

2003-04-10 23:01 VS, revision 20131

don't use deprecated macros

2003-04-10 21:58 RD, revision 20130

SWIGged updates for wxMac

2003-04-10 21:58 RD, revision 20129

SWIGged updates for wxGTK

2003-04-10 21:57 RD, revision 20128

SWIGged updates for wxMSW

2003-04-10 21:08 VZ, revision 20127

regenerated with tmake after adding datacmn.cpp

2003-04-10 20:33 VZ, revision 20126

extracted duplicated code from src/*/data.cpp in a common file

2003-04-10 19:45 RD, revision 20125

Added __nonzero__ method to more classes that have a Ok or IsOk method. This allows code like "if obj: ..." to be the same as "if obj.IsOk(): ..."

2003-04-10 19:42 RD, revision 20124
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/wx/lib/PyCrust

No need to have the old PyCrust in the new namespace

2003-04-10 19:38 RD, revision 20123

Added __nonzero__ method to more classes that have a Ok or IsOk method. This allows code like "if obj: ..." to be the same as "if obj.Ok: ..."

2003-04-10 19:35 RD, revision 20122

Test code for removing a submenu

2003-04-10 18:14 VZ, revision 20121

don't use deprecated IntToString function

2003-04-10 15:49 RD, revision 20120

SF patch [ 718899 ] wxGrid - output parameters

2003-04-10 13:15 VZ, revision 20119

add missing symbols to wxBase

2003-04-10 13:08 VZ, revision 20118

moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took all String <-> Numebr functions inside WXWIN_COMPATIBILITY_2_4

2003-04-10 09:31 ROL, revision 20117

- changed encoding selection, removed -i option - replace command

2003-04-10 06:13 GD, revision 20116

if we are not in the main thread, output the assert directly and trap since dialogs cannot be displayed

2003-04-10 00:14 VZ, revision 20115

set krc to wxKILL_OK on success

2003-04-09 20:30 GD, revision 20114

if we are not in the main thread, output the assert directly and trap since dialogs cannot be displayed

2003-04-09 19:44 RD, revision 20113

SWIGged updates for wxGTK

2003-04-09 19:43 RD, revision 20112

SWIGged updates for wxMac

2003-04-09 19:43 RD, revision 20111

Regenerated the default script batch files

2003-04-09 19:41 RD, revision 20110

Demo tweaks

2003-04-09 19:40 RD, revision 20109

SWIGged updates for wxMSW

2003-04-09 19:28 RD, revision 20108

Added __nonzero__ method to wxTreeItemId.

2003-04-09 19:14 RD, revision 20107

Updated demo for new Py packages, and updated the html-ized version of stc.h

2003-04-09 19:13 RD, revision 20106

wxHtmlWindow::LoadFile is now available, added wxNotebookPage helper class

2003-04-09 18:54 RD, revision 20105
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/tests

Removed the old tests that I havn't looked at or used for years

2003-04-09 17:44 RD, revision 20104

Patrick O'Brien's PyCrust package has been renamed to Py and now includes several new tools. As part of the change the location of the pacakge has changed as well, it is now accessible as "from wxPython import py" (or "from wx import py" using the new namespace.) There are still some transition moudules in the wxPython.lib.PyCrust mackage that will issue a warning and then import what is needed from the new package. These will be removed in a future release.

2003-04-09 17:07 MBN, revision 20103

Compilation fix (missing headers).

2003-04-09 16:58 MBN, revision 20102

Add tests for XShape extension API in configure, and implements wxTLW::SetShape for wxMotif and wxX11 using the aforementioned extension.

2003-04-09 16:44 MBN, revision 20101

Use the wxBitmap implementation from wxX11 in wxMotif; solves various bugs related to wxMask handling (and effectively adds a lot of wxMask functionality previously missing).

2003-04-09 16:26 RD, revision 20100

Use a different window style to help ensure there are no window decorations added

2003-04-09 16:24 RD, revision 20099

SWIGged updates for wxGTK

2003-04-09 16:23 RD, revision 20098

Some updates for wxHtml classes, and other tweaks

2003-04-09 16:04 RD, revision 20097

Updated version number

2003-04-09 16:02 VS, revision 20096

forgot to add LoadFile

2003-04-09 15:16 JS, revision 20095

Include winable.h for NotifyWinEvent.

2003-04-09 14:48 VZ, revision 20094

update from NY

2003-04-09 13:19 MB, revision 20093

Fixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in the build. Is there some better way of doing this ?

2003-04-09 01:37 RD, revision 20092

More wxSTC tweaks

2003-04-09 01:06 RD, revision 20091

MOre wxSTC tweaks and a buffer overflow fix too.

2003-04-09 00:02 RD, revision 20090

Fix VC6 compile errors

2003-04-08 22:58 RD, revision 20089

Demo tweaks

2003-04-08 22:56 RD, revision 20088

CHanged IconWidth from a constant to a function

2003-04-08 22:41 RD, revision 20087

Updated wxSTC to Scintilla 1.51

2003-04-08 22:41 , revision 20086
  • A /wxWidgets/branches/unlabeled-1.4.2
  • D /wxWidgets/branches/unlabeled-1.4.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.4.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.4.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.4.2/art
  • D /wxWidgets/branches/unlabeled-1.4.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.4.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.4.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.4.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.4.2/configure
  • D /wxWidgets/branches/unlabeled-1.4.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.4.2/contrib
  • D /wxWidgets/branches/unlabeled-1.4.2/debian
  • D /wxWidgets/branches/unlabeled-1.4.2/demos
  • D /wxWidgets/branches/unlabeled-1.4.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.4.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.4.2/distrib
  • D /wxWidgets/branches/unlabeled-1.4.2/docs
  • D /wxWidgets/branches/unlabeled-1.4.2/include
  • D /wxWidgets/branches/unlabeled-1.4.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.4.2/lib
  • D /wxWidgets/branches/unlabeled-1.4.2/locale
  • D /wxWidgets/branches/unlabeled-1.4.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.4.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.4.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.4.2/misc
  • D /wxWidgets/branches/unlabeled-1.4.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.4.2/regen
  • D /wxWidgets/branches/unlabeled-1.4.2/samples
  • D /wxWidgets/branches/unlabeled-1.4.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.4.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.4.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.4.2/src/common
  • D /wxWidgets/branches/unlabeled-1.4.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/files.lst
  • D /wxWidgets/branches/unlabeled-1.4.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.4.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.4.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.4.2/src/html
  • D /wxWidgets/branches/unlabeled-1.4.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.4.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.4.2/src/make.env.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.env.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.env.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.4.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.4.2/src/microwin
  • D /wxWidgets/branches/unlabeled-1.4.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.4.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.4.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.4.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.4.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.4.2/src/png
  • D /wxWidgets/branches/unlabeled-1.4.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/makefile.b32
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/makefile.g95
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/StcVC.dsp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/StcVC.dsw
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.4.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.4.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.4.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.4.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxBase.dsp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxBase.dsw
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxUniv.dsp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxUniv.dsw
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.4.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.4.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.4.2/utils
  • D /wxWidgets/branches/unlabeled-1.4.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.4.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.4.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.4.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.4.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.4.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.4.2/wxwin.m4

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

2003-04-08 22:41 , revision 20085
  • A /wxWidgets/branches/unlabeled-1.8.2
  • D /wxWidgets/branches/unlabeled-1.8.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.8.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.8.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.8.2/art
  • D /wxWidgets/branches/unlabeled-1.8.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.8.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.8.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.8.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.8.2/configure
  • D /wxWidgets/branches/unlabeled-1.8.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.8.2/contrib
  • D /wxWidgets/branches/unlabeled-1.8.2/debian
  • D /wxWidgets/branches/unlabeled-1.8.2/demos
  • D /wxWidgets/branches/unlabeled-1.8.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.8.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.8.2/distrib
  • D /wxWidgets/branches/unlabeled-1.8.2/docs
  • D /wxWidgets/branches/unlabeled-1.8.2/include
  • D /wxWidgets/branches/unlabeled-1.8.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.8.2/lib
  • D /wxWidgets/branches/unlabeled-1.8.2/locale
  • D /wxWidgets/branches/unlabeled-1.8.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.8.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.8.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.8.2/misc
  • D /wxWidgets/branches/unlabeled-1.8.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.8.2/regen
  • D /wxWidgets/branches/unlabeled-1.8.2/samples
  • D /wxWidgets/branches/unlabeled-1.8.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.8.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.8.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.8.2/src/common
  • D /wxWidgets/branches/unlabeled-1.8.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/files.lst
  • D /wxWidgets/branches/unlabeled-1.8.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.8.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.8.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.8.2/src/html
  • D /wxWidgets/branches/unlabeled-1.8.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.8.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.8.2/src/make.env.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.env.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.env.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.8.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.8.2/src/microwin
  • D /wxWidgets/branches/unlabeled-1.8.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.8.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.8.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.8.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.8.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.8.2/src/png
  • D /wxWidgets/branches/unlabeled-1.8.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/makefile.b32
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/makefile.g95
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/StcVC.dsp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/StcVC.dsw
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/include
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.8.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.8.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.8.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.8.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxBase.dsp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxBase.dsw
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxUniv.dsp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxUniv.dsw
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.8.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.8.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.8.2/utils
  • D /wxWidgets/branches/unlabeled-1.8.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.8.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.8.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.8.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.8.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.8.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.8.2/wxwin.m4

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

2003-04-08 22:41 , revision 20084
  • A /wxWidgets/branches/unlabeled-1.7.2
  • D /wxWidgets/branches/unlabeled-1.7.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.7.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.7.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.7.2/art
  • D /wxWidgets/branches/unlabeled-1.7.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.7.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.7.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.7.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.7.2/configure
  • D /wxWidgets/branches/unlabeled-1.7.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.7.2/contrib
  • D /wxWidgets/branches/unlabeled-1.7.2/debian
  • D /wxWidgets/branches/unlabeled-1.7.2/demos
  • D /wxWidgets/branches/unlabeled-1.7.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.7.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.7.2/distrib
  • D /wxWidgets/branches/unlabeled-1.7.2/docs
  • D /wxWidgets/branches/unlabeled-1.7.2/include
  • D /wxWidgets/branches/unlabeled-1.7.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.7.2/lib
  • D /wxWidgets/branches/unlabeled-1.7.2/locale
  • D /wxWidgets/branches/unlabeled-1.7.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.7.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.7.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.7.2/misc
  • D /wxWidgets/branches/unlabeled-1.7.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.7.2/regen
  • D /wxWidgets/branches/unlabeled-1.7.2/samples
  • D /wxWidgets/branches/unlabeled-1.7.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.7.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.7.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.7.2/src/common
  • D /wxWidgets/branches/unlabeled-1.7.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/files.lst
  • D /wxWidgets/branches/unlabeled-1.7.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.7.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.7.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.7.2/src/html
  • D /wxWidgets/branches/unlabeled-1.7.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.7.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.7.2/src/make.env.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.env.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.env.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.7.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.7.2/src/microwin
  • D /wxWidgets/branches/unlabeled-1.7.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.7.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.7.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.7.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.7.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.7.2/src/png
  • D /wxWidgets/branches/unlabeled-1.7.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/makefile.b32
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/makefile.g95
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/StcVC.dsp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/StcVC.dsw
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/Platform.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/ScintillaBase.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.7.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.7.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.7.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.7.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxBase.dsp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxBase.dsw
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxUniv.dsp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxUniv.dsw
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.7.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.7.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.7.2/utils
  • D /wxWidgets/branches/unlabeled-1.7.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.7.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.7.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.7.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.7.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.7.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.7.2/wxwin.m4

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

2003-04-08 22:28 VS, revision 20078

backported GTK2 default font fix

2003-04-08 22:24 RD, revision 20077

Turn off all border styles for the inner window

2003-04-08 18:51 VZ, revision 20076

yet another versionof Greek translations

2003-04-08 18:45 MBN, revision 20075

Compilation fix for !wxUSE_TOOLTIP.

2003-04-08 18:37 MBN, revision 20074

Removed ".wxr fixes for Unicode" item, since wxr have been removed from 2.6-to-be, and deprecated in 2.4.

2003-04-08 13:52 VZ, revision 20073

added missing default argument value

2003-04-08 11:28 VZ, revision 20072

printf() format warning fixed

2003-04-08 10:53 VZ, revision 20071

wxMac doesn't use wxTaskBarIcon

2003-04-07 22:19 VS, revision 20070

partially backported wxHTML SetFonts improvements

2003-04-07 22:17 VS, revision 20069

backported some things

2003-04-07 22:16 VS, revision 20068

XRC fixes for <object_ref> and relative file names

2003-04-07 22:15 VS, revision 20067

deprecated XMLID and friends macros

2003-04-07 22:14 VS, revision 20066

backported wxFileConfig fix for Unicode mode: always use utf-8

2003-04-07 22:11 VS, revision 20065

backported correct CDATA and <script> handling

2003-04-07 22:10 VS, revision 20064

more backported chnages

2003-04-07 22:09 VS, revision 20063

backported toolbar handler improvements

2003-04-07 20:37 SC, revision 20062

explicit app modality in SetModal

2003-04-07 18:08 DE, revision 20061

Fix from HEAD 1.87 -> 1.88 After delete wxPendingEventsLocker; wxPendingEventsLocker = NULL; so that the wxEvent code doesn't try to use it while cleaning up.

2003-04-07 18:06 DE, revision 20060

After delete wxPendingEventsLocker; wxPendingEventsLocker = NULL; so that the wxEvent code doesn't try to use it while cleaning up.

2003-04-07 17:39 MBN, revision 20059

Add GetDrawable convenience function that returns m_bitmap if the wxBitmap is monochrome or m_pixmap if the wxBitmap is polichrome.

2003-04-07 17:35 MBN, revision 20058

No sashtest.xbm to be found.

2003-04-07 17:32 MBN, revision 20057

Fix some GCC 3.2 -O2 warnings.

2003-04-07 17:15 MBN, revision 20056

Moved m_visual* wxApp[X11] members used by wxBitmap and wxColour into a new wxXVisualInfo structure, and moved code to initialize it to a new src/x11/utilsx.cpp file (utility functions shared by wxMotif and wxX11). Added (currently unused) code in wxMotif to retrieve wxXVisualInfo; it will be used when wxMotif is switched to bitmap.cpp from wxX11.

2003-04-07 04:04 DE, revision 20055

Do some sanity checks in DoDrawText to make sure we actually have some glyphs

2003-04-07 03:38 DE, revision 20054

Added stub for wxIcon(const char **xpm)

2003-04-07 03:31 DE, revision 20053

Relocate DeviceToLogical[XY], add stub for LogicalToDevice[XY]

2003-04-07 03:14 DE, revision 20052

Added preliminary resource fork support for wxCocoa

2003-04-07 03:05 DE, revision 20051

Allow wxUSE_DIRDLG and wxUSE_TREECTRL for wxCocoa (both are generic)

2003-04-07 02:57 DE, revision 20050

X11-specific code doesn't work so well on wxCocoa

2003-04-07 02:49 DE, revision 20049

Use the generic tree control for wxCocoa

2003-04-07 02:21 DE, revision 20048

There is no task bar icon for Cocoa (yet).

2003-04-07 01:44 DE, revision 20047

Whoops! Might want the headers too.

2003-04-07 00:38 VZ, revision 20046

option for using DirectX in wxDisplay

2003-04-07 00:30 VZ, revision 20045

support for optionnally using DirectX for display manipulations

2003-04-06 20:47 JS, revision 20044

Removed redundant fixme comment

2003-04-06 20:39 MBN, revision 20043

Remove (now) pointless checks for __WXX11__/__WXMOTIF__ in src/x11/utils.cpp and src/motif/utils.cpp.

2003-04-06 19:57 JS, revision 20042

Applied [ 716064 ] Second part of wxFileCtrl & wxDirCtrl patch by John Labenski

2003-04-06 19:43 VZ, revision 20041

fix bug with not accepting write-only formats in d&d (backported from head)

2003-04-06 19:40 VZ, revision 20040

fix bug with not accepting write-only formats in d&d

2003-04-06 19:09 JS, revision 20039

It turns out there was a change to mimetype.h (addition of parameters) so must revert the previous backport.

2003-04-06 18:37 VZ, revision 20038

merged 2 overloaded functions into a single membersections

2003-04-06 17:59 JS, revision 20037

More patches done

2003-04-06 17:55 JS, revision 20036

Add support for GTK2 label mnemonics Backported from head

2003-04-06 17:46 VZ, revision 20035

added assert to check that notebook page does have notebook as parent; removed duplicated AddPage()

2003-04-06 17:43 JS, revision 20034

Improved X11 ShowFullScreen Backported from head

2003-04-06 17:20 JS, revision 20033

Backported fix: use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager

2003-04-06 17:17 JS, revision 20032

Fixes for compilation with OpenWatcom Backport from head: most were already applied

2003-04-06 17:09 JS, revision 20031

Backported wxrc fixes from head 1) fixed compilation of wxBitmap, wxIcon toplevel nodes 2) fixed wxrc when using -o dirname/filename

2003-04-06 16:53 JS, revision 20030

Applied [ 703260 ] wxFontEncoding Problem Backported from trunk

2003-04-06 16:47 JS, revision 20029

Implement wxExecute with proper callback on Mac OS X Backported from head

2003-04-06 16:38 JS, revision 20028

Implemented wxTextCtrl::Remove/Replace() for GTK2 Backport from head

2003-04-06 16:33 JS, revision 20027

Applied patch [ 705441 ] Radio button consecutive groups bug Backported from head

2003-04-06 16:28 JS, revision 20026

Alt-letter didn't switch focus to a spin ctrl following static control with "&letter" accel Backport from head for http://sf.net/tracker/index.php?func=detail&aid=672974&group_id=9863&atid=109863

2003-04-06 16:23 JS, revision 20025

Fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly Backported from head

2003-04-06 15:48 JS, revision 20024

Applied some of them

2003-04-06 15:39 JS, revision 20023

Accept '\r' as delimiter when parsing dates (bug #684617) Backported from head

2003-04-06 15:36 JS, revision 20022

Fixed memory leak in generic wxFileDialog Backported from head

2003-04-06 15:30 JS, revision 20021

Fixed memory leak in wxMimeTypesManager backport from head

2003-04-06 15:19 JS, revision 20020

Applied [ 668155 ] Refresh problem when msgbox is shown (wxUniversal) Backport with modification from CVS head

2003-04-06 15:15 JS, revision 20019

Fix for wxProgressDialog::Update() signature backported from head

2003-04-06 15:14 JS, revision 20018

Reordered functions

2003-04-06 15:08 JS, revision 20017

Fixes for wxLocale::Init and Borland C++ Backported from head

2003-04-06 15:03 JS, revision 20016

Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in wxTE_RICH2 text control Backport from head

2003-04-06 14:52 JS, revision 20015

wxCondition doc update from head

2003-04-06 14:45 JS, revision 20014

wxFrame::Maximize(FALSE) would maximize the window if called before showing it Backport from head

2003-04-06 14:41 JS, revision 20013

wxStopWatch::Start() didn't resume it contrary to the docs Backport from head

2003-04-06 14:38 JS, revision 20012

Fix for deleting entries at root level in wxFileConfig backported from head

2003-04-06 14:31 JS, revision 20011

Backported [ 622089 ] wxTR_EDIT_LABELS vs wxTR_MULTIPLE style Fix for wxTreeCtrl label editing in wxTR_MULTIPLE mode

2003-04-06 14:26 JS, revision 20010

wxCaret::SetSize correction for showing caret Backported from head

2003-04-06 14:20 JS, revision 20009

Fx for sending event from wxCheckListBox::Check(). Backported from head.

2003-04-06 14:06 JS, revision 20008

Fix for explicit keyword detection (VC++) backported from head

2003-04-06 12:28 JS, revision 20007

Don't use stipples in DoDrawText (backported from CVS head)

2003-04-06 12:23 JS, revision 20006

Set orientation for scrollbar events (backported from CVS head)

2003-04-06 12:19 JS, revision 20005

Fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName Backported from CVS head

2003-04-06 12:03 JS, revision 20004

Backported SetScrollbars bug fix

2003-04-06 11:38 JS, revision 20003

Removed backported fix from toback24.txt

2003-04-06 11:35 JS, revision 20002

Backported fix: wxMSW::wxStaticText::GetBestSize() was wrong by '&' width

2003-04-06 00:55 DE, revision 20001

Changed dc.cpp to dc.mm and dcclient.cpp dcclient.mm for wxCocoa

2003-04-06 00:54 DE, revision 20000

Replace dc.cpp with dc.mm and dcclient.cpp with dc.mm Update app.mm to call wxDC text system startup and cleanup code

2003-04-06 00:51 DE, revision 19999

Use the wxStaticBox::GetBordersForSizer method to get border information on wxCocoa. Perhaps the other ports should do this?

2003-04-05 23:26 DE, revision 19998

Added GetBordersForSizer(int *bordertop, int *borderOther)

2003-04-05 23:23 DE, revision 19997

Commented out most the the wxLogDebug Basic implementation of Refresh() does not take into account eraseBack or Rect

2003-04-05 23:16 DE, revision 19996

Cocoa still uses the generic file dialog (see include/wx/filedlg.h)

2003-04-05 23:06 DE, revision 19995

Added declarations for NSLayoutManager, NSTextContainer, and NSTextStorage

2003-04-05 22:30 VS, revision 19994

regenerated makefiles

2003-04-05 22:27 VS, revision 19993

partially working wxTaskBarIcon for X11

2003-04-05 22:25 VS, revision 19992

added taskbarcmn.cpp

2003-04-05 22:22 VS, revision 19991

removed obsoleted virtuals from docs

2003-04-05 22:20 VS, revision 19990

updates to taskbar sample to use events instead of virtuals and work under Unix

2003-04-05 18:59 JS, revision 19989

Fix for getting all frames from GIF animation

2003-04-05 13:11 JS, revision 19988

Reverted previous patch

2003-04-05 12:11 MBN, revision 19987

Derive wxBitmap from wxBitmapBase. Move code from LoadFile/SaveFile/Create* to bitmap handlers. Implemented wxBitmap::GetSubBitmap.

2003-04-05 10:51 JS, revision 19986

Applied patch [ 715449 ] Fix MSW cursor errors (already implicit in CVS trunk)

2003-04-05 10:38 JS, revision 19985

Added a const for CW compilation

2003-04-05 10:34 JS, revision 19984

Applied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:34 CE, revision 19983

fix accidental overwrite of Makefile

2003-04-05 10:33 JS, revision 19982

APplied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:14 CE, revision 19981

changes to watcom makefiles for OpenWatcom

2003-04-04 23:00 VS, revision 19980
  • D /wxWidgets/trunk/include/wx/os2/taskbar.h
  • D /wxWidgets/trunk/src/os2/taskbar.cpp

removed files with empty stubs

2003-04-04 22:47 VS, revision 19979

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:33 VS, revision 19978

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:21 RD, revision 19977

Handle checkable items the right way in all cases

2003-04-04 17:59 RD, revision 19976

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:51 RD, revision 19975

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:34 RD, revision 19974

Made an eopty stub of SetSelection for wxGTK

2003-04-04 13:13 JS, revision 19973

Applied [ 714756 ] Clean warnings on build

2003-04-03 21:14 rgammans, revision 19972

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:08 rgammans, revision 19971

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:01 RD, revision 19970

Correction to my new menu code: handle submenus on menubar menus

2003-04-03 20:54 VZ, revision 19969

start of Greek translations

2003-04-03 18:40 RD, revision 19968

Fix menu event propogation to be consistent across platforms, and with the docs.

2003-04-03 18:39 RD, revision 19967

Fixed menu event propogation to be consistent across platforms, and with the docs.

2003-04-03 18:17 JS, revision 19966

Fixed OnSetCursor for Mac

2003-04-03 13:19 JS, revision 19965

Applied patch [ 709618 ] fixes drawing position in wxPrinterDC::DoBlit() wxPrinterDC::DoBlit() in current CVS is drawing to the source coords rather than the dest coords. This patch corrects that.

2003-04-03 13:10 JS, revision 19964

Applied patch [ 708582 ] wxGenericFileDialog & expose generic wxFileCtrl By John Labenski (jrl1) The wxFileCtrl is a nice little widget that when married with a wxDirCtrl makes for a simple, easy to use explorer type widget. include/wx/generic/filedlgg.h, src/generic/filedlg.cpp Expose wxFileData and wxFileCtrl, rename wxFileDialog to wxGenericFileDialog, it can be used in MSW now. wxFileCtrl - added sorting for clicking in the col headers. let wxGenericFileDialog manage it's own static text. allow for viewing of root (for showing drives) in MSW wxFileData - moved enum for wxFileCtrl col's into it. added IsDrive and use bitmask instead of a slew of bools for IsDir... A couple bug fixes for wxFileCtrl for MSW, c:\.. is not a file and can't be stated, show drives. Basicly its the same as before, with no change besides sorting for GTK. For MSW, the wxFileCtrl works in a few more cases, hopefully all the MGL etc code was untouched and should still work.

2003-04-03 13:01 JS, revision 19963

Applied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis

2003-04-03 12:58 JS, revision 19962

Applied patch [ 708016 ] Setup0.h updated according wxMSW

2003-04-03 10:42 JS, revision 19961

Applied patch [ 708377 ] Make NET (smapi.cpp) UNICODE compatible

2003-04-03 10:29 JS, revision 19960

Applied patch [ 713459 ] wxUniv/GTK compilation fix

2003-04-03 10:20 JS, revision 19959

Fixed the wxX11 crash bug on opening a dialog that has a parent, by only refreshing subwindows that are not top level windows.

2003-04-03 09:09 JS, revision 19958

Unicode-enabled the STC sample

2003-04-03 02:49 RD, revision 19957

SWIGged updates for wxMac

2003-04-03 02:48 RD, revision 19956

SWIGged updates for wxGTK

2003-04-03 02:48 RD, revision 19955

SWIGged updates for wxMSW

2003-04-03 02:27 RD, revision 19954

fixed typo in parameter name

2003-04-03 02:27 RD, revision 19953

Added SetSelection

2003-04-03 02:27 RD, revision 19952

Added a comment

2003-04-03 02:21 RD, revision 19951

removed special case for wxMac, not needed any more

2003-04-02 23:20 VZ, revision 19950

corrected description of auto-created wxConfig ownership (patch from bug 706868)

2003-04-02 22:16 VZ, revision 19949

backport wxFileConfig fix

2003-04-02 22:16 VZ, revision 19948

fixed problem of deleting an entry added to an initially empty root group

2003-04-02 21:21 VZ, revision 19947

corrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT styles description

2003-04-02 20:59 MBN, revision 19946

Remove dulicated call to wxBitmap::Init/CleanupStandardHandlers, which is already called from a module in bmpbase.cpp.

2003-04-02 20:57 MBN, revision 19945

wxMotif does not have wxBitmapDataObject.

2003-04-02 20:55 MBN, revision 19944

Partial fix for mono wxMemoryDC not working.

2003-04-02 20:52 MBN, revision 19943

Remove deprecated methods use.

2003-04-02 20:50 MBN, revision 19942

No real change.