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-01-05 21:55 RD, revision 31253

GetSystemColour --> GetColour

2005-01-05 21:54 RD, revision 31252

Add wxRTTI and OOR info for activex classes

2005-01-05 21:52 RD, revision 31251

cleanup

2005-01-05 21:51 RD, revision 31250

More methods for wxStdDialogButtonSizer

2005-01-05 21:33 RD, revision 31249

Set the window id for key events

2005-01-05 19:25 ABX, revision 31248

Old API clearly deprecated.

2005-01-05 18:39 ABX, revision 31247

wxMSWUniv wxWindowMSW vs. wxWindow fix.

2005-01-05 18:37 ABX, revision 31246

Removed all duplicated and complicated #ifdefs for enabling Skip and Abort in progress dialog (Smartphone fixes).

2005-01-05 18:32 ABX, revision 31245

Error fix after recent changes.

2005-01-05 18:30 ABX, revision 31244

Warning fix.

2005-01-05 10:47 ABX, revision 31243

MS Smartphone fixes.

2005-01-05 07:36 MBN, revision 31242

Check for end of buffer in wxMemoryInputStream::Peek.

2005-01-05 07:29 MBN, revision 31241

Correct malloc()/delete[] mismatch.

2005-01-05 07:28 MBN, revision 31240

Additional sanity check.

2005-01-05 07:28 MBN, revision 31239

Compilation fix.

2005-01-05 07:26 MBN, revision 31238

Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.

2005-01-05 00:32 RD, revision 31237

Continued tests of drawing a widget to a DC

2005-01-04 22:22 RR, revision 31236

Commit wxFontEncoding -> MS codepage conversion code based on MSDN's docs instead of the round trip through character sets.

2005-01-04 19:43 ABX, revision 31235

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:35 ABX, revision 31234

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:19 ABX, revision 31233

Initial wxSystemSettings::GetColour() for PalmOS.

2005-01-04 18:57 VZ, revision 31232

restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs

2005-01-04 17:41 MBN, revision 31231

Untabify.

2005-01-04 17:40 MBN, revision 31230

Change FIXME in TODO and clarify its meaning.

2005-01-04 17:35 MBN, revision 31229

Deprecation warning fix.

2005-01-04 10:56 VZ, revision 31228

fixed parameters to Blit()

2005-01-04 07:03 SC, revision 31227

as we cannot handle zero commands properly, we have to warn

2005-01-04 06:45 SC, revision 31226

using lang param, to have a CFLanguage be consistent with C-Locale

2005-01-04 06:22 SC, revision 31225

falling back to wxImage handler

2005-01-04 06:20 SC, revision 31224

24 bit depth

2005-01-03 22:10 RD, revision 31223

Factor out the OnSize code so it can also be used in other places where the header window needs to be adjusted.

2005-01-03 15:47 VZ, revision 31222

added a test to check how exception handling works with Win32 SEH; corrected copyright

2005-01-03 14:20 ABX, revision 31221

GCC warning fix.

2005-01-03 13:51 VZ, revision 31220

fix to the last fix (see comments in patch 1093811)

2005-01-03 07:22 ABX, revision 31219

Pasting typo fix.

2005-01-03 07:08 ABX, revision 31218

Full support to the native progress dialog.

2005-01-03 07:03 ABX, revision 31217

Incomplete (PalmOS) setup compatibility.

2005-01-02 23:54 VZ, revision 31216

don't crash in wxStrftime() if conversion of strftime() result to Unicode fails (modified patch 1094100)

2005-01-02 23:44 VZ, revision 31215

fixed crash when setting locale failed (replaces patch 1093811)

2005-01-02 22:52 VZ, revision 31214

fixed IMPLEMENT_DYNAMIC_CLASS2 macro

2005-01-02 22:48 VZ, revision 31213

added TOOL_RCLICKED test

2005-01-02 22:46 VZ, revision 31212

pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler

2005-01-01 17:26 RR, revision 31211

Allow to set the various buttons explicitly (and not through IDs) in the wxStdButtonSizer.

2005-01-01 13:36 RR, revision 31210

Second attempt to fix a rare crash (bad mem access after deletion of a control)

2005-01-01 11:39 RR, revision 31209

German translation mostly uptodate now.

2004-12-31 23:16 RD, revision 31208

reSWIGged

2004-12-31 23:01 RD, revision 31207

Send EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard

2004-12-31 22:58 RD, revision 31206

reSWIGged

2004-12-31 22:56 RD, revision 31205

updated note about the patch

2004-12-31 22:55 RD, revision 31204

Added wxStdDialogButtonSizer, which is a a special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the buttons using the standard ID's. Then call `Finalize` and the sizer will take care of the rest.

2004-12-31 22:54 RD, revision 31203

docstring fix

2004-12-31 22:54 RD, revision 31202

Added EVT_COMMAND_TREE_ITEM_MENU

2004-12-31 22:53 RD, revision 31201

Added back wx.PD_SMOOTH

2004-12-31 22:27 RD, revision 31200

fix compilo for when there are no precompiled headers

2004-12-31 20:21 RD, revision 31199

Correct some redraw glitches in the header when resizing, and also double buffer the header to eliminate the rest of the flicker.

2004-12-31 18:57 RR, revision 31198

Applied modified form of the StdButtonSize patch. Tested on GTK2, MSW and Mac. Adapted various generic dialogs to stretch the button sizer so that the buttons don't end up centered but right aligned.

2004-12-31 13:29 SC, revision 31197

SetFocus fixed

2004-12-31 13:19 SC, revision 31196

setting focus explicitely when using showmodal

2004-12-31 10:22 RR, revision 31195

Fixes a rare crash.

2004-12-31 07:08 ABX, revision 31194

wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.

2004-12-30 15:07 ABX, revision 31193

wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.

2004-12-29 22:48 RD, revision 31192

Fix position of the movie when the immediate parent is not the top-level parent and the offset from the top-level parent origin needs to be accounted for.

2004-12-29 21:19 ABX, revision 31191

Warning fixes, source cleaning.

2004-12-29 21:15 ABX, revision 31190

Fixes to FIXME about stock IDs usage.

2004-12-29 10:10 SC, revision 31189

added RequestUserAttention

2004-12-29 09:48 ABX, revision 31188

Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.

2004-12-29 07:12 SC, revision 31187

moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

2004-12-29 04:00 DE, revision 31186

Added wxBitmap::UseAlpha() stub.

2004-12-29 03:55 DE, revision 31185

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately. NOTE: Forgot to commit this earlier.

2004-12-28 22:30 GT, revision 31184

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema. We REALLY need to add schema support...wish I had the time

2004-12-28 22:28 GT, revision 31183

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

2004-12-28 22:27 GT, revision 31182

Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

2004-12-28 22:06 DE, revision 31181

Removed old bakefile cruft by doing a bakefile_gen -f autoconf -c followed by a bakefile_gen -f autoconf. I then hand edited the file to add back in the dnl ### begin block 00_header ### line, the BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" line (confusingly only generated by a CVS copy newer than 0.1.4) and remove the dnl Conditions: line. This file's size is now less than half of what it was!

2004-12-28 21:32 GT, revision 31180

More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

2004-12-28 21:16 RD, revision 31179

Docs for [GS]etDefaultPyEncoding

2004-12-28 21:10 GT, revision 31178

Non-standard abbreviations of words in function/variable names changed to standard abbreviations or the entire word (e.g. colNo is now colNum) If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything. The function now returns a boolean to indicate if the column definition was successfully created or not

2004-12-28 21:03 GT, revision 31177

Compilation fix with last checkin....ooops

2004-12-28 20:59 GT, revision 31176

Documentation updated to reflect Unicode support Updated to show current function names

2004-12-28 20:01 GT, revision 31175

Fixed some potential buffer overruns

2004-12-28 19:22 GT, revision 31174

Implemented a fix to allow Unicode builds to work with MSACCESS. This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

2004-12-28 18:35 GT, revision 31173

Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

2004-12-28 18:32 GT, revision 31172

Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

2004-12-28 18:30 GT, revision 31171

Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

2004-12-28 18:18 DE, revision 31170

Rebaked (Bakefile 0.1.4). Corresponds to tests.bkl,1.30,1.31

2004-12-28 18:15 DE, revision 31169

Rebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8

2004-12-28 17:51 DE, revision 31168

Rebaked (Bakefile 0.1.4) * Remove installation of afm and gsafm * Remove configure during distclean * Copy *.mpg files during SAMPLES_DIST

2004-12-28 16:00 RR, revision 31167

Added TREE_ITEM_MENU event to MSW control.

2004-12-28 15:59 RR, revision 31166

Also check for range on Mac's spin controls.

2004-12-28 15:57 RR, revision 31165

Check for range on wxSpinCtrl and wxSpinButton's GetValue()

2004-12-28 14:13 RR, revision 31164

Documented the special meaning of wxID_EXIT and wxID_ABOUT under MacOS X. Documented the existence of the GNOME printing code.

2004-12-28 13:34 GT, revision 31163

Added wxODBC changes to the log

2004-12-28 12:14 ABX, revision 31162

Outdated informations refreshed.

2004-12-28 10:18 SC, revision 31161

handling wxSTAY_ON_TOP by changing the window group instead of window class

2004-12-28 10:16 SC, revision 31160

getting rid of redefines

2004-12-28 03:17 DE, revision 31159

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately.

2004-12-28 01:40 DE, revision 31158

Retain/release the NSButtonCell during user action so that if the button is deleted by the user action the program does not crash sending the setHighlighted:NO message to it.

2004-12-28 00:33 GT, revision 31157

Firebird DB support added. Basic testing is done, and appears to work fully. Need real users to test the additions please

2004-12-28 00:31 GT, revision 31156

Display message typo corrected

2004-12-27 20:48 ABX, revision 31155

Adjust documentation to implementations and alphabetical order.

2004-12-27 20:17 ABX, revision 31154

GetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32 cases only.