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

2012-06-18 22:27 SC, revision 71808

supporting promised file urls for transfer, see #14281

2012-06-18 20:45 JS, revision 71806

Fixed #14417: wxRichTextCtrl crashes on LoadFile

2012-06-18 18:11 PC, revision 71805

build fix for wxUSE_STL==1

2012-06-18 17:13 SC, revision 71804

supporting promised file urls for transfer, see #14281

2012-06-18 04:14 RD, revision 71800

Interface fixes for Phoenix

2012-06-17 23:35 VZ, revision 71799

Fixes for building wxGTK under Cygwin. Test for __WXMSW__ instead of __CYGWIN__ to not affect building non-MSW ports such as wxGTK under Cygwin. See #14382.

2012-06-17 23:35 VZ, revision 71798

Disable creation of wxDIB from wxBitmap in non-wxMSW ports. wxDIB can now be used with wxGTK under Windows, i.e. when not using wxMSW version of wxBitmap but it can't be created from wxBitmap then as it doesn't have a corresponding HBITMAP. Simply disable this functionality when not using wxMSW. Closes #14414.

2012-06-17 23:35 VZ, revision 71797

Move wxBell() from base to core library. This allows to get rid of ugly preprocessor checks due to the fact that this function could be defined in one or the other library depending on the port used and also fix a problem with it being defined differently in the base library depending on which GUI port (Carbon or Cocoa) was used under OS X. It also fixes the problem with wxBell() in wxGTK under Windows. Closes #14406.

2012-06-17 23:35 VZ, revision 71796

Disable options that don't work with wxGTK in wx/chkconf.h. When building wxGTK under Windows, some MSW-specific options can be defined but can't be implemented when using GTK, forcefully disable them. Also a few others that could be implemented but that don't work currently. Finally, forcefully enable Cairo support as wxGTK always needs it. Closes #14412.

2012-06-17 23:34 VZ, revision 71795

Define wxGTK GTK version symbols in GTK-specific setup.h. When not using configure __WXGTKxxx__ symbols should still be defined, assume we use a recent GTK 2.x version and define all of them. Closes #14411.

2012-06-17 23:34 VZ, revision 71794

Don't use Unix-specific wxGTK utility functions under non-Unix. Unix-specific functions shouldn't be used under Windows, add "#ifdef __UNIX__" guards around them. Closes #14410.

2012-06-17 23:34 VZ, revision 71793

Provide wxGetKeyState() studfor wxGTK under Windows. Under Unix this function is implemented in X11-specific code, so provide a stub under Windows to at least avoid link errors. Closes #14409.

2012-06-17 23:34 VZ, revision 71792

Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support. Compiler TLS support is broken under Win32/MSVC when used for a code which is part of a dynamically loaded DLL, so allow disabling it.

2012-06-17 19:08 PC, revision 71791

update version check for glib 2.32

2012-06-16 01:23 VZ, revision 71789

No real changes, just use wxSize::Get{Width,Height} and not Get{X,Y}. Use more readable accessors in wxGrid code to avoid confusion between wxGrid (x, y) coordinates and wxSize (x, y) fields. Closes #14347.

2012-06-16 01:23 VZ, revision 71788

Remove unnecessary base class OnPaint() call from wxGenericColourDialog. Events should be skipped instead of calling the base class event handler directly, but in this case even this is not needed as wxGenericColourDialog takes care of processing the event completely. Closes #14405.

2012-06-16 01:23 VZ, revision 71787

Remove left over conflict markers from documentation. Closes #14404.

2012-06-16 01:23 VZ, revision 71786

Fix compilation of MSW wxFSVolume with non-wxMSW ports. There is no way to construct wxIcon from HICON when not using wxMSW, just leave it unimplemented for non-wxMSW ports. Closes #14402.

2012-06-16 01:23 VZ, revision 71785

Fix harmless MSVC warning about converting pointer to bool. Compare the pointer with NULL explicitly to avoid "forcing value to bool" warning C4800 from MSVC in richtext code.

2012-06-16 01:23 VZ, revision 71784

Only use Unix sockets API under Unix in wxGTK. wxGTK can now be used under Windows where Unix sockets are not available, add a __UNIX__ preprocessor check. Closes #14407.

2012-06-15 19:48 SC, revision 71783

trying to improve appearance of gridcelltexteditor under OSX, see #14042

2012-06-15 18:57 SC, revision 71782

avoid idling in native file dialogs

2012-06-15 18:24 SC, revision 71781

better naming wxCFEventLoopPauseIdleEvents

2012-06-15 02:04 SC, revision 71779

using suppression of idle processing (delayed destruction happened too early eg when showing native message boxes)

2012-06-15 02:03 SC, revision 71778

offer suppression of idle processing (delayed destruction happened too early eg when showing native message boxes)