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

2007-05-31 13:08 VS, revision 46256

use wxString, not wxChar*, in wxCreateDynamicObject() and wxClassInfo::FindClass()

2007-05-31 11:00 VS, revision 46255

test if wxString(NULL) ctor creates empty string

2007-05-30 22:02 VS, revision 46254

use wxString, not wxChar*, in wxDataFormat ctor and SetId() method

2007-05-30 21:03 RR, revision 46253

Forgot to commit.

2007-05-30 21:02 RR, revision 46252

Experimenting with cell attributes.

2007-05-30 20:31 RR, revision 46251

Implement for selection code.

2007-05-30 14:03 VS, revision 46250

fixed to the newly added crt.h header: 1. include it in makefiles 2. add proper header and guards 3. include wxchar.h so that the things to include are maintained in just one place

2007-05-30 13:55 VS, revision 46249

changed wxGTK_CONV* macros to use utf8_str() and FromUTF8() so that we don't do any unnecessary conversions in UTF8 build

2007-05-30 13:50 VS, revision 46248

changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions

2007-05-30 13:43 VS, revision 46247

wxchar.h doesn't have to be C file anymore, it's C++

2007-05-30 13:14 VS, revision 46246

wxGTK_CONV -> wxGTK_CONV_SYS

2007-05-30 12:56 VS, revision 46245

put GtkArray into anonymous namespace, the name is too generic to risk conflicts

2007-05-30 12:53 VS, revision 46244

1. removed useless GtkStr class, wxGTK_CONV is the way to do the conversion2. don't make unnecessary copies in GtkArray in UTF8 build

2007-05-30 12:40 VS, revision 46243

changed trivial accessors to return const wxString& instead of wxString object

2007-05-30 11:58 RR, revision 46242

Add wx/crt.h redirecting to wx/wxcrtvarargs.h This should probably also be installed.

2007-05-30 11:57 VS, revision 46241

restored wxColour ctor taking C string (now in both char* and wchar_t* versions): it is needed e.g. when doing wxPen("blue",1,wxSOLID)

2007-05-30 11:40 RR, revision 46240

Correct new_order index in RowsReordered(). Only call RowsReordered() if index was not empty before. Get some more memory things right.

2007-05-30 10:29 VS, revision 46239

use wxString instead of wxChar* in wxColour::Set/FromString

2007-05-29 17:02 VS, revision 46238

compilation fix for --disable-compat28

2007-05-29 13:32 JS, revision 46237

Backported toolbar rendering fix for Vista

2007-05-29 13:15 JS, revision 46236

Give the correct colour for notebook pages under Vista with the default theme, if we're using a solid colour background. wxUxThemeEngine::GetThemeColor doesn't return the correct colour for Aero.

2007-05-29 09:03 JJ, revision 46235

OpenVMS build update Committing in . Modified Files: wxWidgets/src/common/descrip.mms

2007-05-29 08:10 RR, revision 46234

Invalidate best size after wxChoice::SetString()

2007-05-29 08:09 RR, revision 46233

Invalidate best size after string change in wxChoice.

2007-05-28 14:49 RR, revision 46232

Doc update.

2007-05-28 14:46 RR, revision 46231

Implemented dataview_model notification event to the ctrl (and then the user).

2007-05-28 13:47 RR, revision 46230

Removed wxDataViewViewColumn since it is redundant.

2007-05-28 04:22 DE, revision 46229

Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-05-28 02:31 DE, revision 46228

Include wx/filedlg.h when not WX_PRECOMP.

2007-05-27 04:52 DE, revision 46227

Allow many Objective-C classes to be uniquified at runtime.

2007-05-27 04:28 DE, revision 46226

Add implementation of Objective-C class name uniquifying.

2007-05-26 22:27 RR, revision 46225

Upport latest changes from 2_8 branch (print dialog values settable and clipping)

2007-05-26 22:06 RR, revision 46224

Correct GTK version check

2007-05-26 18:47 PC, revision 46223

restructure fullscreen code dealing with hiding bars

2007-05-26 16:40 SN, revision 46222

Another compilation fix.

2007-05-26 16:03 RR, revision 46221

Mention support for clipping in GNOME print backend.

2007-05-26 16:01 RR, revision 46220

Support clipping in GNOME print backend.

2007-05-26 15:00 VZ, revision 46219

fix typo: s/radion/radio/

2007-05-26 14:15 SN, revision 46218

Added declaration of new method (still to be implemented).

2007-05-26 14:14 SN, revision 46217

Added missing include.

2007-05-26 10:23 VZ, revision 46216

GetMenuCount() returns size_t, not int

2007-05-26 08:09 RR, revision 46215

Compilo.

2007-05-26 05:45 SC, revision 46214

mac complaining about const to non-const cast

2007-05-25 20:29 VS, revision 46213

compilation fix: can't use wxUniCharRef in switch statement

2007-05-25 19:19 RR, revision 46212

Really don't do anything (including not setting the tool's state incorrectly) if pressing on a pressed radio tool in a toolbar.

2007-05-25 19:18 RR, revision 46211

Really do nothing if pressed on an already pressed radio toolbar button tool

2007-05-25 16:51 JS, revision 46210

Fix for previous patch

2007-05-25 13:54 JS, revision 46209

Made toolbar background rebar-like on Vista. Solid grey is OK on XP but jars badly in Vista.

2007-05-25 13:20 VZ, revision 46208

compilation fix for non-PCH build, include wx/wxchar.h

2007-05-25 12:20 VS, revision 46207

implemented wxActivateEvent and restoring focus after a TLW that owned it was destroyed

2007-05-25 05:08 PC, revision 46206

Remove unneeded wxTLW child inserter function. Simplify wxFrame child inserter. Use the same signature for all the child inserters.

2007-05-25 01:19 VZ, revision 46205

deal correctly with having too few items in wxFlexGridSizer (this is not an error, more items could be added later): don't crash and don't assert

2007-05-25 00:53 VZ, revision 46204

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-25 00:52 VZ, revision 46203

added wxMSW-specific wxEntryStart() overload taking WinMain-like parameters

2007-05-25 00:46 VZ, revision 46202

fix unreachable code warning in GetUntranslatedString()

2007-05-24 23:53 VZ, revision 46201

disable clearing event tables by default, only do it if wxUSE_MEMORY_TRACING is used: this fixes the problems with events not being dispatched correctly when the library is reinitialized

2007-05-24 16:34 JS, revision 46200

Fix assert due to multiple border styles

2007-05-24 12:50 VZ, revision 46199

1. Derive wxMessageDialogBase from wxDialog (why did we use multiple inheritance here?), moved more wxMessageDialog fields into the base class 2. Added functions to set the text of message box buttons (patch 1700393, currently only implemented for wxMac) 3. Added wxMessageDialog::SetMessage() and SetExtendedMessage() and implemented them for wxMac (part of the patch), wxGTK 2.4+ and in a generic way for everybody else 4. Allow changing the dialog attributes between creating and showing it, for this the real dialog creation is now done on in ShowModal() in all ports

2007-05-24 12:42 VZ, revision 46198

fix DLL export declaration (adv, not core)

2007-05-24 12:28 VZ, revision 46197

don't create wxEventLoop in Initialize(), it's too early to do it there -- wait until it's really needed in MainLoop()

2007-05-24 10:59 VZ, revision 46196

put #if wxUSE_FFILE && wxUSE_STREAMS around functions using wxFFileStream (patch 1721939)

2007-05-24 10:58 VZ, revision 46195

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) [backport from HEAD]

2007-05-24 10:56 VZ, revision 46194

s/wxStaticIcon/wxStaticBitmap/g (bug 1724527)

2007-05-24 09:57 VZ, revision 46193

include wx/wxcrtvararg.h needed for wxSscanf() when WXWIN_COMPATIBILITY_2_8 == 0

2007-05-24 01:47 , revision 46192
  • A /wxWidgets/branches/SOC2007_WXWEB
  • D /wxWidgets/branches/SOC2007_WXWEB/contrib
  • D /wxWidgets/branches/SOC2007_WXWEB/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/branches/SOC2007_WXWEB/lib/dummy
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/internat.rc
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/internat/mondrian.ico
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/layout/expt.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/layout/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/mdi/chart.ico
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/mdi/makefile.vms
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/png/pngdemo.rc
  • D /wxWidgets/branches/SOC2007_WXWEB/samples/resource
  • R /wxWidgets/branches/SOC2007_WXWEB/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/SOC2007_WXWEB/samples/tab
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/aclocal.m4
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/configure
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/configure.in
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/expat.dsp
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/dosconfig.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/expat.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/internal.h
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/os2config.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/cross.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/horiz.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk/verti.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/cross.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/SOC2007_WXWEB/src/gtk1/verti.xbm
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/SOC2007_WXWEB/src/html/search.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/.cvsignore
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/ANNOUNCE
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/ansi2knr.1
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/ansi2knr.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/CHANGES
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/configure
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/example.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/INSTALL
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/KNOWNBUG
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/LICENSE
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpng.3
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpng.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/libpngpf.3
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/makefile.unx
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/makefile.vc
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.5
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.c
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/png.dsp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/png.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngasmrd.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngconf.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngerror.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pnggccrd.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngget.c
  • A /wxWidgets/branches/SOC2007_WXWEB/src/png/pngM8.xml
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngmem.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngpread.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngread.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrio.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrtran.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngrutil.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngset.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngtest.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngtrans.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngvcrd.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwio.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwrite.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwtran.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/pngwutil.c
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/borland
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/projects/msvc
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/README
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/SOC2007_WXWEB/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/TODO
  • R /wxWidgets/branches/SOC2007_WXWEB/src/png/Y2KINFO
  • R /wxWidgets/branches/SOC2007_WXWEB/src/regex/regfronts.c
  • D /wxWidgets/branches/SOC2007_WXWEB/src/unix/net.cpp
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/algorithm.txt
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/crc32.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/FAQ
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/INDEX
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/inflate.h
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/README
  • R /wxWidgets/branches/SOC2007_WXWEB/src/zlib/trees.h
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/SOC2007_WXWEB/utils/wxprop

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

2007-05-24 01:47 VZ, revision 46191

added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175)

2007-05-24 01:37 VZ, revision 46190

declare wxFileSelectorDefaultWildcardStr to fix compilation without PCH

2007-05-24 00:50 VZ, revision 46189

added wxAppTraits::CreateConfig() (patch 1721149)

2007-05-24 00:27 VZ, revision 46188

use a different indicator when binding parameters and columns (patch 1718474)

2007-05-24 00:14 VZ, revision 46187

deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448)

2007-05-24 00:03 VZ, revision 46186

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364) [backport from HEAD]

2007-05-23 23:58 VZ, revision 46185

fix wxODCB_PAINTING_SELECTED not being always set (patch 1719364)

2007-05-23 23:40 VZ, revision 46184

don't crash in dtor if the dialog had never been shown (patch 1723848) [backport from HEAD]

2007-05-23 23:38 VZ, revision 46183

don't crash in dtor if the dialog had never been shown (patch 1723848)

2007-05-23 19:10 VS, revision 46182

take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir

2007-05-23 09:47 SC, revision 46181

removing residual higlights in case the menu item was not handled at all (eg missing about handler)

2007-05-23 04:19 SC, revision 46180

bitmap support factored

2007-05-23 04:17 SC, revision 46179

scrap implementation changed

2007-05-22 17:33 SC, revision 46178

cocoa bridge added

2007-05-22 17:19 SC, revision 46177

cocoa bridge added

2007-05-22 17:17 SC, revision 46176

cocoa bridge file added

2007-05-22 16:15 SC, revision 46175

cocoa bridge file added

2007-05-22 16:14 SC, revision 46174

rename file to work around problem with idential object file names in gcc

2007-05-22 16:01 SC, revision 46173

cocoa bridge utils

2007-05-22 14:39 SC, revision 46172

more cgimageref support

2007-05-22 14:21 SC, revision 46171

another round for quartz bitmap fixes

2007-05-22 08:49 SC, revision 46170

adding CGImageRef support

2007-05-22 08:48 SC, revision 46169

adapting new APIs

2007-05-22 07:55 RR, revision 46168

[ 1712381 ] CRASH: closing floating panel on GTK

2007-05-22 07:49 RR, revision 46167

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 07:48 RR, revision 46166

[ 1721029 ] [GTK] memory leak in wxMenu

2007-05-22 06:35 SC, revision 46165

cgimageref support

2007-05-22 06:24 SC, revision 46164

switching to pasteboard

2007-05-22 06:05 SC, revision 46163

switching to pasteboard

2007-05-22 06:04 SC, revision 46162

64 bit workaround

2007-05-22 06:02 SC, revision 46161

scrap.h removal

2007-05-22 05:58 SC, revision 46160

scrap.h removal and 64 bit offset fix

2007-05-22 03:52 SC, revision 46159

adding support for cursor change from OnDragOver [1522063]

2007-05-22 02:30 VZ, revision 46158

don't define wxEventLoop class differently in GUI and base, this breaks the ODR and hence results in many problems in practice; instead use wxEventLoopBase whenever possible and #define wxEventLoop differently in console applications

2007-05-22 02:02 VZ, revision 46157

remove unused static function (avoids a warning about it)