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

2005-11-26 13:40 MW, revision 36253

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-26 13:09 VZ, revision 36252

added helper for visual sizers debugging

2005-11-26 13:08 VZ, revision 36251

made wxTreeTraversal and wxIDropSources dtors virtual (patch 1311828)

2005-11-25 22:09 VZ, revision 36250

implemented wxGetFreeMemory() under IRIX (patch 1360356); made wxMemorySize always 64 bit as it can overflow even in 32 bit builds otherwise

2005-11-25 21:49 VZ, revision 36249

fix warnings about casting regmatch_t struct fields to size_t

2005-11-25 05:17 DE, revision 36248

Ran make -f build/autogen.mk

2005-11-25 04:51 DE, revision 36247

Separate RESCOMP into WINDRES (for Win32) and REZ (for Mac OS). Don't check for windres as bakefile.m4 now does it properly. Rename MACRESCOMP to POSTLINK_COMMAND. Rename MACRESWXCONFIG to WXCONFIG_POSTLINK_COMMAND. Use newest bakefile.m4 (with similar changes). Add --rezflags option back to wx-config so existing user Makefiles don't break.

2005-11-24 20:34 ABX, revision 36246

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 20:16 ABX, revision 36245

Minor improvements and cleanings after recent WinCE fix.

2005-11-24 17:41 JS, revision 36244

Applied patch [ 1310251 ] Fixed a pixel depth bug converting wxImageb to wxBitmap By Mike Fahl

2005-11-24 17:31 JS, revision 36243

Fixed style

2005-11-24 17:26 JS, revision 36242

Applied patch [ 1308152 ] wxGrid XRC handler patch HEAD Start of a wxGrid handler by Agron Selimaj Applied with corrections. Needs further work for retrieving grid properties and styles.

2005-11-24 17:09 JS, revision 36241

Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets

2005-11-24 17:06 JS, revision 36240

Applied fix [ 1307056 ] [wxMSW] Focus showing fix for Win2k/XP By Jamie Gadd

2005-11-24 16:53 JS, revision 36239

Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug (sic)

2005-11-24 16:45 JS, revision 36238

Applied patch [ 1357475 ] WinCE : wxExecute does not execute programs

2005-11-23 13:57 ABX, revision 36237

[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined

2005-11-23 13:56 MW, revision 36236

Add 'wx_' prefix to builtin regfree and regerror

2005-11-23 13:49 JS, revision 36235

Copy gif and ico files for samples/html/printing

2005-11-23 12:49 ABX, revision 36234

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 12:04 ABX, revision 36233

Build and run ::wxGetUserName() silently with unusual configs.

2005-11-23 10:29 VZ, revision 36232

fixed Write() signature

2005-11-23 08:01 vell, revision 36231

Realize remap code cleanup

2005-11-23 05:10 RL, revision 36230

Minimal implementation of --rescomp option for wx-config, required for building windows resource files.

2005-11-23 02:10 VZ, revision 36229

fixed quoting in CPPFLAGS (last change broke the Unix build)

2005-11-22 17:54 SC, revision 36228

using backward compatible calls for HitTest hack

2005-11-22 16:15 vell, revision 36227

fixed memory leak

2005-11-22 16:11 vell, revision 36226

added wxMac comment

2005-11-22 11:57 ABX, revision 36225

Safe wxStrncpy usage.

2005-11-22 10:23 ABX, revision 36224

wxGetUserName for WinCE.

2005-11-22 10:14 ABX, revision 36223

wxGetUserName for WinCE.

2005-11-22 10:01 ABX, revision 36222

wxGetUserName for WinCE.

2005-11-22 09:20 ABX, revision 36221

wxGetUserName for WinCE.

2005-11-22 02:06 VZ, revision 36220

autumn cleanup of configure: 1. we now consistently use WXCONFIG_C[PP|XX]_FLAGS instead of a mix of CODE_GEN_FLAGS plus tons of ad hoc variables (TOOLCHAIN_DEFS, WX_LARGEFILE_FLAGS, WXDEBUG_DEFINE and so on) which could all be simply removed now 2. output more stuff which used to be in CFLAGS only in wx-config output: a) pthread options (they are needed for user code compilation too) b) -D__STDC__EXT needed under HP-UX, this should finally fix the build there 3. also removed GCC_PRAGMA_FLAGS which is unused any more 4. use consitent naming for a couple of other variables

2005-11-21 21:42 vell, revision 36219

removed empty block

2005-11-21 21:28 VZ, revision 36218

removed non-const wxFontData::GetColour()

2005-11-21 19:41 VZ, revision 36217

documented HasFlag()

2005-11-20 21:55 DS, revision 36216

applied patch #1356901 "Yet another removal of extra semicolons", also fixed remaining similar cases of extra semicolons

2005-11-20 21:26 VZ, revision 36215

return correct error message if NSLinkModule() fails; fixed flagrant buffer overflow

2005-11-20 21:23 VZ, revision 36214

we have dlerror() under Darwin

2005-11-20 18:11 VZ, revision 36213

script to set the install name correctly for all wx libraries from the given install prefix

2005-11-20 17:41 RR, revision 36212

Minor adaption for GPE screen.

2005-11-20 17:25 MW, revision 36211

Use re_search directly instead of regexec when using the GNU regex lib

2005-11-20 15:27 JS, revision 36210

Moved EnsureVisible to avoid spurious selection of root during idle processing (via ScrollTo/wxYieldIfNeeded)

2005-11-20 15:22 JS, revision 36209

Typo corrections

2005-11-20 15:19 VZ, revision 36208

don't cast from float to int (provoking a warning) just to cast back to float again

2005-11-20 15:18 VZ, revision 36207

fixed harmless signed/unsigned comparison warning

2005-11-20 14:26 VZ, revision 36206

corrected SeekEnd() docs

2005-11-20 09:24 RR, revision 36205

minor adaption fro GPE screen

2005-11-20 09:17 RR, revision 36204

Adapt HTML font sizes for GPE.