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

2007-11-13 00:15 VZ, revision 49880

delete m_idleMutex later to avoid crashes if any windows are still left when the application exits

2007-11-12 23:46 PC, revision 49879

build fix for wxUSE_DISPLAY==0

2007-11-12 22:32 VZ, revision 49877

made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code

2007-11-12 22:31 VZ, revision 49876

removed stray include

2007-11-12 21:48 VZ, revision 49874

suppress unused parameter warning in UTF8-only build

2007-11-12 21:37 VZ, revision 49873

make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow

2007-11-12 21:36 VZ, revision 49872

compilation fix for g++ 4 after last commit (why was 3.3 happy with this?)

2007-11-12 20:55 VZ, revision 49871

flatten the single item submenus under Maemo

2007-11-12 20:39 VZ, revision 49870

use more natively looking HildonNote instead of GtkMessageDialog under Maemo

2007-11-12 19:41 VZ, revision 49869

refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too

2007-11-12 19:04 VZ, revision 49866

remove declaration of EscapeMnemonics() which doesn't exist

2007-11-12 19:03 RD, revision 49865

install tweaks for Editra

2007-11-12 19:03 RR, revision 49864

Adapt for new DC code

2007-11-12 19:03 RD, revision 49863

add some changelog notes for 2.8.7.0

2007-11-12 19:03 RR, revision 49862

add const overload for GetImpl()

2007-11-12 15:15 VZ, revision 49860

update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions, set the former to 1 by default

2007-11-12 13:58 VZ, revision 49858

add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too

2007-11-12 12:09 VZ, revision 49857

clarify wxHandleFatalExceptions() availability (bug 1830196)

2007-11-12 11:47 RR, revision 49856

small fixes

2007-11-12 10:44 RR, revision 49855

Disable GStreamer8 by ddefault, otherwise GStreamer10 is not searched for

2007-11-12 10:19 VS, revision 49854

enabled VS2005 project files

2007-11-12 10:16 VS, revision 49853

added namespaces to prevent warnings with Bakefile 0.2.3

2007-11-12 10:12 VS, revision 49852

renamed wxstd.po to wxstd.pot so that it uses standard gettext extension for catalog templates

2007-11-12 10:03 VS, revision 49851

ignore *.mo files in locale/msw too

2007-11-12 09:48 VS, revision 49850

reverted JS's commit that added lots of empty non-MSW translations that have no place here