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

2006-01-29 02:09 RD, revision 37203

Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as the upcoming 1.3.28, using #if statements on SWIG_VERSION. Adjustments to ownership of SWIG objects, add some destructors and explicitly disown non-window objects when their ownership is transfered to a C++ object. Since all window objects are owned by their parent, or by themselves, always set their thisown attribute to False. Explicitly set thisown to False after any Destroy() methods are called, so SWIG doesn't try to destroy them again. Etc.

2006-01-29 01:36 RD, revision 37202

no longer need to lowercase the input ourselves

2006-01-29 01:35 RD, revision 37201

Use reference types on SetDimension so the proper typemaps are used.

2006-01-28 18:25 vell, revision 37200

minor changes as per RN comments - add some comments and reorder a switch stmt.

2006-01-28 18:06 vell, revision 37199

improved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when no HTML file MIME mapping is found

2006-01-28 16:40 MW, revision 37198

Fix version typo

2006-01-28 16:37 MW, revision 37197

Update wxMGL instructions for MGL 6

2006-01-28 13:52 SN, revision 37196

Do test for get{host,serv}byname_r in C++ mode, so non visible declarations cannot break compilation of gsocket.cpp. Replaced AC_LANG_SAVE/RESTORE by AC_LANG_PUSH/POP for consistency.

2006-01-28 12:28 SC, revision 37195

converting menu ids and safeguarding against missing menu items

2006-01-28 10:56 JS, revision 37194

Further attempts at WinCE media control

2006-01-28 06:59 SC, revision 37193

attempt to fix endian problems when doing cross-compiles for universal binaries from a ppc

2006-01-28 02:11 KO, revision 37192

Adding Reswig and Universal binary options to both build_packages.sh and the wxPythonOSX/build script.

2006-01-28 00:44 VZ, revision 37191

SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the real selection any more and selection change events are sent twice (backport from HEAD)

2006-01-28 00:43 VZ, revision 37190

SetSelection() must update m_selectionOld, otherwise it doesn't correspond to the real selection any more and selection change events are sent twice

2006-01-27 23:32 JS, revision 37189

Further steps towards media control support in WinCE (Ryan Norton) - not yet working

2006-01-27 23:30 JS, revision 37188

Small typo fix

2006-01-27 23:05 VZ, revision 37187

don't eat all events if m_maxLength is 0: this means no limit according to the docs and both wxMSW and wxGTK behave like this

2006-01-27 22:54 KO, revision 37186

Since Universal binaries compile the same file twice for different architectures, we need to allow WORDS_BIGENDIAN to be re-defined.

2006-01-27 22:51 VZ, revision 37185

compilation fix for MIPSpro 7.3

2006-01-27 22:50 VZ, revision 37184

fixed MIPSpro version in the comment

2006-01-27 22:07 MW, revision 37183

Link oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it

2006-01-27 21:54 MW, revision 37182

Remove wxGetOsDescription from MGL's utils, and add it to msdos's

2006-01-27 17:32 ABX, revision 37181

Fix fro conflict between defs.h and glib headers.

2006-01-27 17:05 SC, revision 37180

removing unnecessary code

2006-01-27 17:04 SC, revision 37179

adapting keycode field usage for EVT_CHAR in unicode to MSW variant (full unicode char)

2006-01-27 15:43 ABX, revision 37178

Fix fro conflict between defs.h and glib headers.

2006-01-27 09:50 SC, revision 37177

app.h must be included for the non RAEL implementation, as universal binaries command line builds don't support precomps yet ...

2006-01-27 03:08 MW, revision 37176

Fix tex2rtf crashes showing on the tinderbox

2006-01-27 00:50 KH, revision 37175

Fix InterruptWait on wxBase; use polling on wxBase (wxStopWatch is unavailable) and also correctly restore timeout to original value after _Wait [ Slightly modified patch 1410868 ]

2006-01-27 00:49 KH, revision 37174

Fixed wxSocketBase::InterruptWait on wxBase.

2006-01-27 00:23 VZ, revision 37173

tentative compilation fix for MIPSpro 7.2

2006-01-26 23:54 KO, revision 37172

Fixes for wxMac Universal binary support. With these changes, I now get a working Universal build simply by passing --enable-universal_build to configure.

2006-01-26 22:35 JS, revision 37171

Fixed duplicate guard

2006-01-26 21:08 ABX, revision 37170

More headers for wxBase/MSW needed.

2006-01-26 19:53 ABX, revision 37169

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 19:35 ABX, revision 37168

Blind fixes for warnings in wxTinderbox.

2006-01-26 19:22 ABX, revision 37167

Blind fixes for warnings in wxTinderbox.

2006-01-26 19:06 ABX, revision 37166

Better #include

2006-01-26 18:59 ABX, revision 37165

#include moved to module.

2006-01-26 17:20 ABX, revision 37164

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 17:00 ABX, revision 37163

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 16:50 ABX, revision 37162

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 16:41 SC, revision 37161

implementing pure carbon event behaviour, getting rid of doubly executed events

2006-01-26 16:03 ABX, revision 37160

Filename correction.

2006-01-26 16:02 ABX, revision 37159

Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.

2006-01-26 15:40 ABX, revision 37158

wxBusyInfo interface moved to generic to make space for possible native implementations. wxInfoFrame moved from header to module.

2006-01-26 15:33 ABX, revision 37157

Improved preprocessor guards for numeric dialogs.

2006-01-26 15:31 ABX, revision 37156

Typo fix.

2006-01-26 15:29 ABX, revision 37155

Warning fixes after recent commits.

2006-01-26 13:15 JS, revision 37154

Suppress VC++ 2005 deprecation warnings (for now)

2006-01-26 12:28 RR, revision 37153

GTK2 RGBA has 32 bits.

2006-01-26 12:26 RR, revision 37152

GTK2 has 32-bit RGBA.

2006-01-26 12:10 RR, revision 37151

Mention wxImage::Copy() correction.

2006-01-26 12:07 RR, revision 37150

wxImage::Copy() forgot the alpha channel.

2006-01-26 00:33 RD, revision 37149

show unicode/ansi mode on startup too

2006-01-26 00:31 RD, revision 37148

Add supoprt for wxListCtrl::OnGetItemColumnImage

2006-01-26 00:29 RD, revision 37147

Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage which enables images to be specified for columns other than zero in virtual list controls. (Backport from HEAD, also used the ReservedWindowFunc9 slot in wxWindowBase for the new virtual in order to preserve ABI.)

2006-01-25 23:48 vell, revision 37146

fixed compilation failure introduced in prior commit

2006-01-25 23:40 JG, revision 37145

Calculate correct client size for windows that are using deferred sizing.

2006-01-25 23:29 RD, revision 37144

Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage which enables images to be specified for columns other than zero in virtual list controls.

2006-01-25 23:26 JG, revision 37143

Clarify wxMessageBox usage. Fixes bug #1414535.

2006-01-25 23:17 JG, revision 37142

Clarify wxMessageBox usage. Fixes bug #1414535.

2006-01-25 23:07 vell, revision 37141

cleanup - more reformatting; fixed bug introduced in prior commit

2006-01-25 20:57 vell, revision 37140

cleanup - more reformatting

2006-01-25 20:37 RD, revision 37139

Didn't need the geometry.h include, I didn't have the new version of math.h in my worksapce...

2006-01-25 20:29 RD, revision 37138

Removed wxLogNull's used to supress errors coming from wxCheckWindowWndProc

2006-01-25 20:28 RD, revision 37137

Removed wxLogNull's used to supress errors coming from wxCheckWindowWndProc.

2006-01-25 20:26 RD, revision 37136

Switched wxCheckWindowWndProc to always use the window class name for comparisons.

2006-01-25 20:07 vell, revision 37135

cleanup - major reformatting

2006-01-25 20:04 JS, revision 37134

Don't overwrite RESCOMP (fixes empty RESCOMP for Wine makefiles)

2006-01-25 19:41 JS, revision 37133

A couple of Wine compile fixes

2006-01-25 18:15 JS, revision 37132

Don't require drag and drop

2006-01-25 18:15 JS, revision 37131

WinCE fixes (in case a WinCE-friendly backend gets written one day)

2006-01-25 18:14 JS, revision 37130

Move some OLE utilities to oleutils.cpp and simplified date conversion

2006-01-25 18:14 JS, revision 37129

WinCE fixes

2006-01-25 18:12 JS, revision 37128

Updated change log

2006-01-25 17:58 SN, revision 37127

Fixed "typo".

2006-01-25 14:31 SN, revision 37126

Cleaned attempts at fixing NetBSD compilation commited in previous version.

2006-01-25 14:29 SN, revision 37125

Yet another try to fix NetBSD's problem with getservbyname_r.

2006-01-25 14:04 JS, revision 37124

First stab at adding --enable-universal_binary

2006-01-25 13:59 ABX, revision 37123

Fixes for building wxOS2 shared with OpenWatcom.

2006-01-25 13:11 SC, revision 37122

key/char event changes for inline editing (japanese/hiragana etc)

2006-01-25 12:55 SC, revision 37121

key/char event changes for inline editing (japanese/hirgana etc)

2006-01-25 12:52 SC, revision 37120

adapting comment to new implementation

2006-01-25 11:55 JS, revision 37119

Also copy acinclude.m4

2006-01-25 11:09 JS, revision 37118

Added wxHtmlHelp change log

2006-01-25 00:18 MW, revision 37117

Fixes for the GTK1 split

2006-01-24 23:11 JS, revision 37116

GetForce -> CanVeto

2006-01-24 22:59 vell, revision 37115

cleanup - reformatting

2006-01-24 22:15 VZ, revision 37114

fixed WX_DEFINE_SORTED_ARRAY_INT example

2006-01-24 20:23 ABX, revision 37113

Static build for wxMGL/DOS and little readme.

2006-01-24 19:40 ABX, revision 37112

msw/private.h needs msw/mslu.h in wxBase.

2006-01-24 13:05 SC, revision 37111

mask fixes for non-core graphics case (this build uses CopyDeepMask for painting, which apparently doesn't like 24RGB)

2006-01-24 12:58 SC, revision 37110

mask fixes for non-core graphics case (this build uses CopyDeepMask for painting, which apparently doesn't like 24RGB)

2006-01-24 12:55 JS, revision 37109

Backported WinCE fixes

2006-01-24 02:32 RD, revision 37108

fix for broken files that were recently checked in

2006-01-24 02:24 RD, revision 37107

move the nodefault option into _defs.i too.

2006-01-24 02:04 VZ, revision 37106

no changes but more comments in DoSetClientSize() (explains the change of rev 1.624 and also why we can't use AdjustWindowRect here)

2006-01-23 23:04 RD, revision 37105

reSWIGged with the new SWIG runtime

2006-01-23 23:03 RD, revision 37104

more about the downloadable swig

2006-01-23 23:01 RD, revision 37103

reSWIGged with new SWIG runtime

2006-01-23 22:55 MW, revision 37102
  • D /wxWidgets/trunk/contrib/samples/applet/Makefile.in
  • D /wxWidgets/trunk/contrib/src/applet/Makefile.in

Remove old Makefile.ins

2006-01-23 22:54 SN, revision 37101

Yet another attempt at making the getservbyname_r prototype visible.

2006-01-23 22:48 RD, revision 37100

comment fix

2006-01-23 22:44 MW, revision 37099

lndir no longer needed

2006-01-23 22:41 MW, revision 37098

Back to copying for make dist

2006-01-23 22:28 MW, revision 37097
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/samples/applet/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/src/applet/Makefile.in

Remove old Makefile.ins

2006-01-23 21:05 RD, revision 37096

reSWIGged with new SWIG runtime

2006-01-23 20:47 SN, revision 37095

Testing if using -D_REENTRANT helps compiling socket code on NetBSD.

2006-01-23 20:32 RD, revision 37094

reSWIGed with new SWIG runtime

2006-01-23 20:29 RD, revision 37093

reSWIGged with new SWIG runtime

2006-01-23 20:21 RD, revision 37092

Version number update

2006-01-23 20:12 RD, revision 37091

Version number update

2006-01-23 20:10 RD, revision 37090

fixed compile error

2006-01-23 20:06 RD, revision 37089

Clear possible exception from failed wxPyConvertSwigPtr

2006-01-23 19:57 RD, revision 37088

more about the downloadable swig

2006-01-23 19:52 MW, revision 37087

Fix for gtk1 separation

2006-01-23 19:31 MW, revision 37086

Add gtk1 files to make dist

2006-01-23 18:50 MW, revision 37085

Fixes for gtk1 separation

2006-01-23 18:12 JS, revision 37084

Only do sanity check if the stream is seekable, otherwise it'll always fail

2006-01-23 17:06 RD, revision 37083

Reverted my last change. See http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:69575:200601:mcpjehmjnnbicpomelpm

2006-01-23 16:43 VZ, revision 37082

dirty but backwards compatible fix for UI updating of MDI child menu items (bug 1214439)

2006-01-23 16:38 VZ, revision 37081

extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)

2006-01-23 15:43 VZ, revision 37080

no real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()

2006-01-23 15:40 VZ, revision 37079

added tests of update UI handlers for clipboard menu items; minor cleanup

2006-01-23 15:11 JS, revision 37078

Fixed date formatting and mktime for WinCE

2006-01-23 15:09 ABX, revision 37077

Use wxTextInputStream instead of wxSTD ifstream for reading ini file (and use wxString instead of wxChar[]).

2006-01-23 15:08 JS, revision 37076

ActiveX doesn't compile on WinCE

2006-01-23 14:29 MW, revision 37075

gtk1 fixes

2006-01-23 12:11 MW, revision 37074

Regenerate with gtk1 changes

2006-01-23 12:01 MW, revision 37073

GTK1 mods

2006-01-23 10:01 JG, revision 37072

Improve extended key handling code readability.

2006-01-23 09:40 CE, revision 37071

fix Borland part of bug 1158383

2006-01-23 07:19 vell, revision 37070

backport - improve error handling

2006-01-23 07:18 vell, revision 37069

backport - improve handling of corrupt animated GIF files

2006-01-23 04:11 vell, revision 37068

cleanup - more reformatting

2006-01-23 03:58 MR, revision 37067

Add wxGTK1 port to bakefiles files.bkl. Please review this commit.

2006-01-23 03:27 MR, revision 37066

Include gtk1 headers for non-gtk2. I don't really like this CPP logic, or more exactly __WXGTK__ without __WXGTK20__ being GTK1, oh well. Might have missed some.

2006-01-23 02:28 MR, revision 37065

Remove GTK2 specific prototypes from wx/include/gtk1. wx/gtk1/hdr into the header comments instead of wx/gtk/hdr or hdr

2006-01-23 02:10 MR, revision 37064
  • D /wxWidgets/trunk/include/wx/gtk1/gnome
  • D /wxWidgets/trunk/include/wx/gtk1/taskbarpriv.h

wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.

2006-01-23 01:14 MR, revision 37063

Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1. 57 files changed, 394 insertions(+), 6767 deletions(-)

2006-01-22 23:48 vell, revision 37062

apply patch 1411688 - suppress abort on invalid PNG files

2006-01-22 23:28 MR, revision 37061

Use g_signal* instead of deprecated gtk_signal*. Use proper casts for the arguments. Worth norting from the GTK+ docs: "For future usage, direct use of the GSignal API is recommended, this avoids significant performance hits where GtkArg structures have to be converted into GValues."

2006-01-22 21:59 vell, revision 37060

applied patch 1411688

2006-01-22 21:26 vell, revision 37059

cleanup - heavy reformatting

2006-01-22 21:00 MR, revision 37058

Nuke GTK1 from include/gtk

2006-01-22 20:37 MW, revision 37057

Update instructions to match mgl 6

2006-01-22 20:29 MR, revision 37056

Nuke GTK1 from src/gtk

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

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

2006-01-22 13:45 rgammans, revision 37054

Fix bug [1297817] - applied suggested patch

2006-01-22 13:22 RR, revision 37053

Applied MIME-types patch.

2006-01-22 13:21 RR, revision 37052

Applied MIME-type patch.

2006-01-22 11:37 SN, revision 37051

Moved os2/private.h to BASE_OS2_HDR.

2006-01-22 05:13 MR, revision 37050

Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar in 2_6_BRANCH. Closes bug #1083738.

2006-01-22 05:12 MR, revision 37049

Add a "see also" note for wxScrollWinEvent for wxWindow::SetScrollbar. Closes bug #1083738

2006-01-22 05:10 JG, revision 37048

Distinguish numpad extended keys. Fixes bug #1327720

2006-01-22 05:04 JG, revision 37047

Distinguish numpad extended keys. Fixes bug #1327720

2006-01-21 23:06 MW, revision 37046

Rebake all the VC++ project files and makefiles

2006-01-21 22:50 MW, revision 37045

Move oleacc.lib from the VC++ projects/makefiles to libraries.h

2006-01-21 22:44 MW, revision 37044

Update with location of SP3 for VC++ 5.0 (Jan Jezabek)

2006-01-21 22:39 RD, revision 37043

Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also update copyright year

2006-01-21 18:08 MR, revision 37042

Lets have a close box for the DnDShapeDialog in the dnd sample

2006-01-21 18:07 MR, revision 37041

Lets have a close box for the DnDShapeDialog in the dnd sample (2.6 branch)

2006-01-21 17:49 JS, revision 37040

Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create

2006-01-21 17:38 JS, revision 37039

Typo fix

2006-01-21 17:31 JS, revision 37038

Fix for bug [ 1335450 ] Replace all << by &lt;&lt; and >> by &gt;&gt;

2006-01-21 16:47 JS, revision 37037

Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0

2006-01-21 15:13 JS, revision 37036

Fix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter

2006-01-21 15:09 JS, revision 37035

Fix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe

2006-01-21 15:04 JS, revision 37034

Bug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical Fixed wrong orientation documentation

2006-01-21 14:45 JS, revision 37033

Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set

2006-01-21 14:45 JS, revision 37032

Applied patch [ 1407318 ] bitmap clipping / transparency mask (X11 port) By Burkhard Fischer Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set

2006-01-21 12:44 SC, revision 37031

Info.plist now uses $(PRODUCT_NAME), so that no further adoptions are necessary in this file.

2006-01-21 12:43 SC, revision 37030

universal binary projects xcode 2.2

2006-01-21 12:41 SC, revision 37029

backporting of masking fixes for intel builds

2006-01-21 12:18 SC, revision 37028

adding new event loop implementation, removing aga.cpp (outdated)

2006-01-21 12:16 SC, revision 37027

adjust subbitmap mask code to new representation

2006-01-21 09:44 SC, revision 37026

backport of 2nd SetMenuBar call support

2006-01-21 09:41 SC, revision 37025

backport of MinSize fix

2006-01-21 09:40 SC, revision 37024

backport of SInt32 fix

2006-01-21 08:08 RD, revision 37023

prevent overload abiguity in wxPyPrintPreview ctor

2006-01-21 07:07 RD, revision 37022

Since this window draws its own background, set the custom bg style.

2006-01-21 06:45 RD, revision 37021

Changes needed for SWIG 1.3.27

2006-01-21 03:25 VZ, revision 37020

document other SetValue() overloads

2006-01-21 01:34 MW, revision 37019

Remove wxGetOsDescription from MGL's utils, and add it to msdos's

2006-01-20 21:16 SC, revision 37018

using a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontmost window

2006-01-20 19:49 vell, revision 37017

fixed compilation errors in prior checkin; some minor cleanup

2006-01-20 18:18 RD, revision 37016

Added some (#ifdef'd out) wrappers to help in debugging the swig runtime swig_type_info structures.

2006-01-20 18:11 RD, revision 37015

corrections for some SWIG deprecation warnings

2006-01-20 17:32 RD, revision 37014

Patch for Bug 1409256, wxversion.py does not understand lib and lib64

2006-01-20 17:26 RD, revision 37013

Updates for CreateButtonSizer

2006-01-20 17:23 RD, revision 37012

prevent overload abiguity in wxPyPrintPreview ctor

2006-01-20 17:23 RD, revision 37011

Added ConvertToGreyscale

2006-01-20 17:17 SC, revision 37010

Supporting a SetMenuBar call when this frame is already showing its menu

2006-01-20 17:15 SC, revision 37009

allow for a range value of SInt32 instead of SInt16

2006-01-20 02:52 MW, revision 37008

Update notes on VC++ 5.0

2006-01-20 00:58 VZ, revision 37007

always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs (backport from HEAD)

2006-01-20 00:57 VZ, revision 37006

don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify) (backport from HEAD)

2006-01-20 00:55 VZ, revision 37005

always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs

2006-01-20 00:55 VZ, revision 37004

don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify)

2006-01-19 22:03 ABX, revision 37003

Checkable items in wxToolMenuBarTool supported.

2006-01-19 18:32 vell, revision 37002

cleanup - reformat

2006-01-19 15:37 JG, revision 37001

Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

2006-01-19 15:27 JG, revision 37000

Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.

2006-01-19 11:03 JS, revision 36999

Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one

2006-01-19 10:33 JS, revision 36998

Applied patch [ 1331340 ] faster Drawing of Polygons and Polylines Chris Borgolte

2006-01-19 10:28 JS, revision 36997

Applied patch [ 1381420 ] wxHTTP Basic authentication support

2006-01-19 10:16 JS, revision 36996

Applied patch [ 1374618 ] Fix wxJoystick::GetXMin/Max (bug 1374480) Ryan Norton

2006-01-19 09:55 JS, revision 36995

Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale Jamie Gadd

2006-01-19 09:42 JS, revision 36994

Applied patch [ 1355809 ] Add ability to use templates with static event tables Jamie Gadd

2006-01-19 09:36 JS, revision 36993

Added toggle event

2006-01-19 08:33 JJ, revision 36992

Committing in . Updated OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2006-01-19 07:37 JS, revision 36991

Don't use Windows handles directly in headers

2006-01-19 01:09 MR, revision 36990

Update copyright year in ctrl+alt+mclick dialog for 2.6 branch

2006-01-19 01:05 MR, revision 36989

Update copyright year in ctrl+alt+mclick dialog

2006-01-18 22:58 MW, revision 36988

Remove workaround since the problem should now be fixed

2006-01-18 22:06 JS, revision 36987

Improved mktime for WinCE

2006-01-18 22:02 JS, revision 36986

Cleanup

2006-01-18 21:14 MW, revision 36985

Regenerate

2006-01-18 20:24 JS, revision 36984

Updated version

2006-01-18 20:20 JS, revision 36983

Version change

2006-01-18 19:41 vell, revision 36982

cleanup - reformat

2006-01-18 19:25 JS, revision 36981

Bumped version to 2.6.3 and regenerated makefiles

2006-01-18 19:10 ABX, revision 36980

Warning fix.

2006-01-18 19:02 ABX, revision 36979

Warning corrections backported.

2006-01-18 17:23 JS, revision 36978

Fixed comment bug [ 1390056 ] Wrong Documentation for TransferFromWindow

2006-01-18 16:56 JS, revision 36977

Applied patch [ 1380544 ] wxCondition::WaitTimeout() return value when timeout occurs

2006-01-18 16:51 JS, revision 36976

Applied patch [ 1325857 ] CJK input method doesn't work properly(GTK, CVS)

2006-01-18 16:48 VZ, revision 36975

use Cmd-C under Mac to copy text, not Ctrl-C (backport from HEAD)

2006-01-18 16:47 VZ, revision 36974

use Cmd-C under Mac to copy text, not Ctrl-C

2006-01-18 16:45 JS, revision 36973

Reverted semicolons patch

2006-01-18 16:32 JS, revision 36972

Reverted patch 1399013

2006-01-18 16:16 JS, revision 36971

Must strip menu codes from labels before measuring (fixes bug 1400552)

2006-01-18 16:03 MW, revision 36970

Compile fix

2006-01-18 15:30 VZ, revision 36969

declare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with correct DLL decl spec (fixes DLL build warning)

2006-01-18 14:16 JS, revision 36968

Applied doc patch [ 1341459 ] wxDatePickerCtrl::SetFormat

2006-01-18 14:13 JS, revision 36967

Applied patch [ 1373215 ] Codewarrior 9 (+?) warning fixes

2006-01-18 13:27 JS, revision 36966

Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)

2006-01-18 13:20 JS, revision 36965

Applied patch [ 1334242 ] wxLogStream::DoLogString fix for unicode builds

2006-01-18 13:15 JS, revision 36964

Applied patch [ 1304191 ] support for MEMO fields Francesco Montorsi

2006-01-18 13:02 JS, revision 36963

Applied patch [ 1188724 ] missing header in carbon CFM builds

2006-01-18 12:46 JS, revision 36962

Applied patch [ 1381895 ] remove circular include dependendcy in wxchar.h

2006-01-18 12:29 JS, revision 36961

Reordering so most likely to fail are at end

2006-01-18 12:26 JS, revision 36960

Unicode

2006-01-18 12:25 JS, revision 36959

Unicode fixes

2006-01-18 12:16 JS, revision 36958

Allowed display sample to be compiled with wxUSE_DISPLAY=0

2006-01-18 11:58 JS, revision 36957

Applied patch [ 1386163 ] misquoted #include (CVS 2.6) Jose Cruanyes

2006-01-18 11:48 JS, revision 36956

Allow compilation of samples to continue with wxUSE_DISPLAY set to 0 (the default)

2006-01-18 11:46 JS, revision 36955

Applied patch [ 1399013 ] More removals of extraneous semicolons Wlodek Szafran

2006-01-18 11:25 JS, revision 36954

Applied patch [ 1394164 ] Update wxWinINetURL to use wxURI