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.

2005-11-20 09:13 RR, revision 36203

Make wxFileDialog work under GPE again.

2005-11-19 22:49 JS, revision 36202

Event coordinates should _always_ be physical, not logical, to be consistent both with other events and with the wxMSW control

2005-11-19 13:05 SC, revision 36201

patch 1352744

2005-11-19 01:21 MR, revision 36200

[2_6_BRANCH] Spelling fixes from Andreas Mohr (docs part of patch #1360064)

2005-11-19 01:07 MR, revision 36199

Spelling fixes from Andreas Mohr (patch #1360064)

2005-11-18 21:23 SC, revision 36198

patch 1306473

2005-11-18 18:40 SC, revision 36197

patch 1265473

2005-11-18 18:34 ABX, revision 36196

Follow other ports with Title/Label split.

2005-11-18 18:30 ABX, revision 36195

Update after adding palmos setup.h to family of automatically created setups.

2005-11-17 23:37 VS, revision 36194

fixed layout of tables that are first element on a page

2005-11-17 23:35 VS, revision 36193

reduced code duplication in wxHtmlWinParser::AddText (no real change)

2005-11-17 17:43 JS, revision 36192

Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown.

2005-11-17 14:36 ABX, revision 36191

Fixes for bugs #1218219 and #1218254.

2005-11-16 17:43 ABX, revision 36190

Warning fix.

2005-11-16 17:27 ABX, revision 36189

Finally removes occurences of OnMenuCommand and closes bug #1164678

2005-11-16 16:31 VZ, revision 36188

don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

2005-11-16 14:19 MW, revision 36187

Rebake for new penguin

2005-11-16 12:06 DS, revision 36186

applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

2005-11-15 23:26 DS, revision 36185

only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

2005-11-15 22:40 MR, revision 36184

Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

2005-11-15 18:05 VZ, revision 36183

unhide wxConnectionBase::Execute(wxString)

2005-11-15 15:51 MW, revision 36182

Add a length parameter for wxRegEx::Matches

2005-11-15 15:36 MW, revision 36181

rcdefs.h is a real file

2005-11-15 14:51 ABX, revision 36180

Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

2005-11-15 07:40 ABX, revision 36179

Minor cleanings.

2005-11-14 23:02 RR, revision 36178

Use generic file dialog under GPE, the new native one doesn't work. Soemthing still is wrong with layout updating, but that is one the way.

2005-11-14 23:00 RR, revision 36177

XkbSetDetactableAutoRepeat doesn't seem to exist on GPE (makes sense, there is no keyboard), although it does exist in the header of the SDKs.

2005-11-14 22:59 RR, revision 36176

Make buttons in stdsizer horizontally laid out under GPE as well.

2005-11-14 20:24 SC, revision 36175

corrected wake up code

2005-11-14 17:38 JS, revision 36174

Applied patch [ 1355355 ] Replace GPLed code in penguin sample and add features (with Unicode and scope mods) By Sandro Sigala

2005-11-14 17:03 ABX, revision 36173

Warning fix.

2005-11-14 08:55 JS, revision 36172

Removed old menu code for GTK+1

2005-11-14 08:50 JS, revision 36171

Removed old bitmap menu item code for GTK+1

2005-11-14 08:48 JS, revision 36170

Removed GTK+2 bitmap menu item code

2005-11-13 21:48 ABX, revision 36169

eVC3/PPC2002 build fix.

2005-11-13 21:47 ABX, revision 36168

Helpful references.

2005-11-13 21:26 ABX, revision 36167

Typo fix.

2005-11-13 19:51 MR, revision 36166

Typo fix in comment

2005-11-13 19:44 MR, revision 36165

Might aswell show the compile- and runtime versions of GTK+ in the ctrl+alt+mclick dialog in case of wxGTK.

2005-11-13 14:52 ABX, revision 36164

Missing #ifdef markup.

2005-11-13 11:53 ABX, revision 36163

Typo fix.

2005-11-13 11:46 ABX, revision 36162

Resize all top level windows when SIP changes visibility.

2005-11-13 05:00 KH, revision 36161

Fix MDI child windows not becoming active when created after changes to wxTopLevelWindow; BringWindowToTop added to wxMDIChildFrame

2005-11-11 19:33 MW, revision 36160

Change the name of a symbol to make it more descriptive

2005-11-11 17:22 MW, revision 36159

Make wxRegEx::Replace run in linear time

2005-11-11 16:55 MW, revision 36158

Warning fixes

2005-11-11 14:46 JS, revision 36157

Typo correction

2005-11-11 00:23 ROL, revision 36156

0.1.7-0 ------- Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and completed style flags. Test window is opened for an available parent control if no specific view defined. Better handling of exceptions (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.

2005-11-10 16:16 ABX, revision 36155

Macros for simplified testing Open Watcom version and required tweaks.

2005-11-10 12:49 ABX, revision 36154

Missing commit.