Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

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

wxstringbufferlen stl fixup

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

wxdocmpnocase fixup

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

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

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

dll dec

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

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

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

Added printing images.

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

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

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

Forgot to commit header.

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

fix typos

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

bump RC number

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

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

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

Applied patch to show title bar changes immidiately in wxMiniFrame

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

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

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

wxMax instead of max, former is always around

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

correcting allocated buffer size

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

added corefoundation and base classes

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

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

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

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

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

Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa

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

Adapted printing samples makefiles.

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

Added gprint.cpp to bakefiles.

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

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

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

OnGetItemText is const

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

Increment RC number

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

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

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

define EXTRALIBS_GNOMEPRINT

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

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

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

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

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

warning fix for 10.2

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

Avoid the IsVisible assert in GetNextVisible

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

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

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

Added missing functions and variable

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

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

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

wxListCtrl::InsertItem() ignored the column.

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

Rebake after MacOS CarbonLib additions

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

switching to defines not having a value for __WXMAC__

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

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

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

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

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

HACK: Add PLATFORM_MACOS as an option

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

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

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

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

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

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

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

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

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

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

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

Do not use framework includes in CFM builds.

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

Removed debug output.

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

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

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

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

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

Fixed "pragma interface" handling.

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

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

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

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

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

Copyright notice.

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

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

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

added 'icon' property to wxFrame and wxDialog in XRC

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

compilation fixes for gcc-3.4 + Unicode

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

fixed spelling of -checkcurleybraces (patch #1054304)

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

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

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

fix const error on sane (not msvc) compilers

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

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

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

Rename some tests to avoid conflicts with project builder GUI debugger

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

PNG Alpha is working on wxGTK2 now too.

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

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

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

fixed typo causing a syntax error

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

Ensure the first EVT_SIZE has happened before the first EVT_PAINT

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

Remove non-ascii characters

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

Use wx.FULL_PAINT_ON_RESIZE

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

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

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

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

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

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

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

wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase

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

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

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

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

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

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

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

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

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

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

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

Make wxString::WorstEncodingCase take a const wxMBConv&

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

mark incompat and depreciated changes for wxURL, add UTF7 mention

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

Better alphabetized the event handler macros

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

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

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

Added wxStandardPaths for wxMac and wxCocoa.

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

Add wxString::WorstEncodingCase, other various cleanups

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

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

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

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

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

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

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

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

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

version number

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

Set "rc1" in version

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

Use $ on variables!!!

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

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

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

Save a reference to the async sound object

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

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

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

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

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

Handle bad conversions correctly. Add Bad UTF8 test.

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

check if conversion to UTF7 works

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

Handle invalid conversion slightly better, ecapsulate literal chars with wxT

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

Remove erronues file

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

add some asserts for wxStringBufferLength

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

increase worst case for UTF8 to *4

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

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

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

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