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