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-08-21 18:59 VZ, revision 35253

don't use -threads with gcc under HP-UX, it's for DCE threads and not pthreads (reverts recent commit)

2005-08-21 18:57 VZ, revision 35252

moved __STDC_EXT__ definition for HP-UX from configure to wx/platform.h, like this we can do it only if it's not alraedy defined by the compiler

2005-08-21 16:02 MBN, revision 35251

Regenerated PO files.

2005-08-21 15:27 MBN, revision 35250

Made wxMotif wxFileDialog translatable.

2005-08-21 11:14 VZ, revision 35249

fix handling of partially-specified min size

2005-08-20 15:49 VZ, revision 35248

fill in OS info in GetToolkitInfo() (patch 1256409)

2005-08-20 15:47 VZ, revision 35247

add information for Palm/CE ports (patch 1256409)

2005-08-20 15:38 VZ, revision 35246

last commit accidentally used out of date aclocal.m4 and so overwrote some previous changes, corrected

2005-08-20 15:33 VZ, revision 35245

regenerated after HP-UX fixes

2005-08-20 15:20 VZ, revision 35244

vsnprintf() tests correction: check that declaration is const-correct; merged the Metrowerks test with the one for the other compilers

2005-08-20 15:12 VZ, revision 35243

use -threads with gcc under HP-UX instead of -pthread

2005-08-20 15:10 VZ, revision 35242

only define __STDC_EXT__ in CXXFLAGS for gcc under HP-UX, it's already present in CFLAGS by default

2005-08-19 23:20 MR, revision 35241

gtk+-2.8 compatibility for WX_2_4_BRANCH.

2005-08-19 17:32 VZ, revision 35240

don't forget to modify include/msvc/wx/setup.h and include/wx/msw/chkconf.h when adding a new library

2005-08-19 17:29 VZ, revision 35239

added wxmsw26_media library

2005-08-19 17:23 VZ, revision 35238

link unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used in DLL wx builds)

2005-08-19 17:15 VZ, revision 35237

link unicows.lib automatically (and in correct order) if wxUSE_UNICODE_MSLU==1 (this is for the application and is mainly needed when using static wx libs)

2005-08-19 17:10 VZ, revision 35236

check whether unicows.dll works correctly instead of just crashing if we linked it in wrong order (i.e. not before wx libs)

2005-08-19 16:47 VZ, revision 35235

check for unicows.dll on program starup when wxUSE_UNICODE_MSLU==1

2005-08-19 16:29 SC, revision 35234

workaround because regions that were built up, were sometimes being drawn on the screen as well...

2005-08-19 13:48 MW, revision 35233

Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett

2005-08-19 13:45 MW, revision 35232

Document the current behaviour of OnDestroy

2005-08-19 13:24 MW, revision 35231

Remove duplicate code

2005-08-19 10:46 VZ, revision 35230

use wxCondition::WaitTimeout() instead of Wait() in wxSemaphore::WaitTimeout() as HEAD already does (closes bug 1263806)

2005-08-19 10:00 MBN, revision 35229

Use default GUI font for wxMessageDialog and wxFileDialog.

2005-08-19 08:14 JJ, revision 35228

Committing in . Some updates for OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/gauge.cpp wxWidgets/src/motif/xmcombo/xmcombo.c ----------------------------------------------------------------------

2005-08-19 06:46 SC, revision 35227

avoiding recursive KillEvents on the same object, in case the focus gets set to another element in the OnKillEvent Handler ...

2005-08-18 22:16 VZ, revision 35226

compilation fix for wxUnivGTK

2005-08-18 21:10 VZ, revision 35225

fixed (harmless) unused variable warning in release build

2005-08-18 21:03 VZ, revision 35224

__WXDEBUG__ must be tested with #ifdef, not #if

2005-08-18 19:58 MW, revision 35223

Fix mbstate_t from <cwchar> conflicting with that from <wchar.h> on HP-UX

2005-08-18 11:40 MW, revision 35222

wcslen and wcscmp replacements for systems that lack them, such as djgpp

2005-08-18 10:52 MW, revision 35221

Implementations for some of the stubs

2005-08-18 07:46 JJ, revision 35220

Committing in . Updated configuration for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-08-18 00:41 MBN, revision 35219

Fix the condition to always #define wxMOTIF_NEW_FONT_HANDLING (currently always defined to 0 for safety).

2005-08-18 00:35 MBN, revision 35218

Avoid some -Wundef warning. Check for __WXGTK__ using defined, not plain #if.

2005-08-17 23:13 VZ, revision 35217

tentative fix for large files compilation under HP-UX

2005-08-17 21:58 MR, revision 35216

Specify that "Backward compatibility" is a topic overview in the manual

2005-08-17 21:40 MR, revision 35215

[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not depend on a fully deprecated pangox library, which is not pulled in with gtk+-2.8.0. The pango_x_get_context call was (arguably) making font drawing on top of a wxDC slightly faster on (especially remote) X11 in case of non-antialiased fonts (I was unable to find a non-antialiased font that actually returns true for GetNoAntiAliasing()).

2005-08-17 14:24 VZ, revision 35214

added GetCurrentSelection() which is the same as GetSelection() for Mac but needed for compatibility with the other ports

2005-08-17 14:22 VZ, revision 35213

added GetCurrentSelection(); made GetSelection() behave as documented (and not as before); don't send TEXT_UPDATED events until the combobox is closed

2005-08-17 13:47 VZ, revision 35212

hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

2005-08-17 13:30 VZ, revision 35211

made wxChoice and wxComboBox::GetSelection() return only completed selection in wxMSW; added GetCurrentSelection() with the old behaviour and documented it

2005-08-17 13:13 VZ, revision 35210

also added a check of choice selection in idle time (similar to last check in for combobox)

2005-08-17 12:56 VZ, revision 35209

don't take wxID_NONE inside #if wxABI_VERSION check: it's (going to be) used inside the library itself and, anyhow, there is no harm in letting even the user code compiled with lower than current wxABI_VERSION to see it

2005-08-17 06:55 JJ, revision 35208

Committing in . Solves link problem of wxMOTIF on OpenVMS Modified Files: wxWidgets/include/wx/vms_x_fix.h

2005-08-17 02:09 DE, revision 35207

Upgrade to newest bakefile.m4 to support non-PowerPC Darwin platforms.

2005-08-17 00:56 DE, revision 35206

Allow wxWidgets to be built hosted on any architecture of Darwin.

2005-08-17 00:01 VZ, revision 35205

hacked around wxGTK wxStaticText which doesn't derive from wxStaticTextBase (argh): declare and define Wrap() directly in wxStaticText for this port

2005-08-16 23:55 VZ, revision 35204

added newsince note

2005-08-16 23:52 VZ, revision 35203

avoid gcc warning

2005-08-16 23:14 VZ, revision 35202

added wxStaticText::Wrap()

2005-08-16 20:50 ABX, revision 35201

Warning fix.

2005-08-16 20:47 ABX, revision 35200

Build fix.

2005-08-16 20:32 ABX, revision 35199

Public access to MSWWindowProc() for wxQTMediaBackend::QTWndProc() under wxUnivMSW.

2005-08-16 20:23 ABX, revision 35198

Reuse functionality of wxGetStockLabel().

2005-08-16 15:06 JS, revision 35197

Added context help styles

2005-08-16 12:13 VZ, revision 35196

added code showing that at least under Windows wxCombobox::GetSelection() return value changes even before EVT_COMBOBOX is sent

2005-08-16 10:08 VZ, revision 35195

don't use wxApp::GetAppName() in the usage message, we want the real argv[0] here

2005-08-16 10:06 VZ, revision 35194

fixed warning about mismatching dlldecl when building as DLL

2005-08-15 20:09 VZ, revision 35193

compilation fix for wxUSE_STL=1 and mingw

2005-08-15 19:53 ROL, revision 35192

0.1.6-4: replace working for sizeritems and spacers

2005-08-15 12:11 VZ, revision 35191

replaced annoying wxLogDebug()s with wxLogTrace()

2005-08-14 18:45 VZ, revision 35190

update from Dennis Prochko

2005-08-14 12:07 VZ, revision 35189

update for 2.6.1 from Dennis Prochko

2005-08-13 22:40 DE, revision 35188

Regenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from wxAutohacks build/autoconf_prepend-include/autoconf/c.m4

2005-08-13 22:38 DE, revision 35187

Bug fixes from Bakefile CVS HEAD (still using 0.1.9 version though)

2005-08-13 21:08 MW, revision 35186

Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN for NULL

2005-08-13 20:53 MW, revision 35185

Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when open fails

2005-08-13 20:47 MW, revision 35184

Make the backward compatibility section a topic overview.

2005-08-13 20:38 MW, revision 35183

Add platform specific .po and .mo files into the distribution script

2005-08-13 09:48 JS, revision 35182

Fixed dangling pointers bug; radio button was not removing itself from the cycle when deleted, so when deleting and then adding a radio button, we get a crash

2005-08-12 15:34 MW, revision 35181

Typo

2005-08-12 15:29 MW, revision 35180

Translate '&Help' to '&' for italian Windows only

2005-08-12 14:40 ROL, revision 35179

some more fixes: tree selection, replacing, wxYield calls removed (produce infinite recursion)

2005-08-12 14:16 JS, revision 35178

Adaptations for PDA-sized screens

2005-08-12 14:09 JS, revision 35177

Added support for "help" parameter (context help text).

2005-08-11 13:29 VZ, revision 35176

don't override OnIconized() in the sample, the bug this was working around is now fixed in wxMSW itself

2005-08-11 13:24 VZ, revision 35175

force update of MDI client window size after the MDI parent frame is iconized and restored, otherwise all kinds of bad things (changes in MDI children positions; possibility to move them above the toolbar and below the status bar; wrong repaining) happen

2005-08-11 13:21 VZ, revision 35174

added wxSIZE_FORCE flag for SetSize()

2005-08-11 13:10 VZ, revision 35173

check that wxUSE_DC_CACHEING is defined

2005-08-10 22:53 MW, revision 35172

Adds a title to the chart, patch 1242262 Matthew D.P.

2005-08-10 21:50 MW, revision 35171

Mention converting ANSI->Unicode, patch 1247339 Eric Kow

2005-08-10 21:24 MW, revision 35170

#define wxUSE_STD_STRING to 0 rather than #undef it, patch 1255570 from Jan van Dijk

2005-08-10 19:41 MW, revision 35169

Undo r1.52 since we get another problem. http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:sss:65211:200508:khmgllhgjjgnfkhpebip#b

2005-08-10 18:46 VS, revision 35168

make sure all licence texts are really the same

2005-08-10 15:57 ROL, revision 35167

one more fix for tree selection

2005-08-10 14:58 ROL, revision 35166

wxMSW fixes for tree control

2005-08-09 19:27 ROL, revision 35165

0.1.6-1 Support for object_ref. CreateTestWin saves all DOM in temporary memory file now, to allow reference resolution. Tree changed to multiple selection (not really supported yet), so after deleting Unselect can be used (otherwise parent item is selected automatically which results in scrolling jumps - distracting). !!! Not tested on wxMSW yet.

2005-08-09 19:21 ROL, revision 35164

SetModified updates window title ('*' is shown if modified)

2005-08-09 18:00 MR, revision 35163

2_4_BRANCH: "Include file" -> "Include files" - as in all other docs. Closes patch #1254872

2005-08-09 17:55 MR, revision 35162

"Include file" -> "Include files" - as in all other docs

2005-08-08 23:12 VZ, revision 35161

Mac compilation fixes

2005-08-08 22:29 MW, revision 35160

wxMBConv test cases, patch 1179989 from Vince Harron

2005-08-08 22:21 MW, revision 35159

Replacements for some wcsxxx funcs for systems without them like osx 10.2.

2005-08-08 22:15 VZ, revision 35158

add missing braces to quiet gcc warnings about missing braces around initializer

2005-08-08 22:05 MW, revision 35157

Comment typo fixes from Vince Harron

2005-08-08 21:51 VZ, revision 35156

removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPRECATED is not defined anywhere, this doesn't do anything but provoke gcc warnings

2005-08-08 21:49 VZ, revision 35155

removed mentions of wxUSE_OWNER_DRAWN: unless I miss something, this doesn't make any sense for Mac

2005-08-08 21:46 VZ, revision 35154

correct -Wundef warning for __MSL__