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

2008-01-06 22:37 SN, revision 51054

Adopted OS/2 to DC reorganisation (r50348).

2008-01-06 22:27 VZ, revision 51053

only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts

2008-01-06 22:23 VZ, revision 51052

set DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non-MSW platforms (required moving the toolkit detection earlier in configure)

2008-01-06 21:01 VZ, revision 51048

added configure option for wxUSE_AUTOID_MANAGEMENT

2008-01-06 20:37 VZ, revision 51047

fix type in --enable-ico_cur help string

2008-01-06 19:00 VZ, revision 51046

PCH-less compilation fix after last commit

2008-01-06 19:00 VZ, revision 51045

fix crash in wxExecuteModule::OnExit() (never noticed before because it wasn't executed until the last commit)

2008-01-06 18:26 MW, revision 51044

Fix day names which were off by one (buildbot uses 0 for monday).

2008-01-06 18:24 MW, revision 51043

Move a couple of builds as thier usual machines are down.

2008-01-06 18:01 VZ, revision 51042

added wxWeakRef<T> (slightly modified patch 1860953)

2008-01-06 17:04 VZ, revision 51041

small tweak to the close icon (patch 1674689)

2008-01-06 17:01 VZ, revision 51040

fix wxExecute thread shutdown and free wxExecuteData even if the associated process is still running (bug 1863908); fix memory leaks when the asynchronously launched processes are still running in the sample too

2008-01-06 15:26 VZ, revision 51039

return false from Dispatch() if gtk_main_quit() was called (patch 1864846)

2008-01-06 15:05 VZ, revision 51038

use wxFlexGridSizer for layout of the labels in the progress dialog (patch 1829312); minor cleanup

2008-01-06 14:49 VZ, revision 51037

add check for wxUSE_AUTOID_MANAGEMENT being defined

2008-01-06 14:45 VZ, revision 51036

add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)

2008-01-06 14:38 VZ, revision 51035

use wxWindowIDRef to transparently implement auto-generated ids ref-counting (slightly modified patch 1835458)

2008-01-06 13:14 VZ, revision 51034

don't unload libgnomevfs.so, this results in a crash on exit later so keep it loaded as a lesser evil (see Gentoo bug 203389)

2008-01-06 10:25 VS, revision 51033

disable eVC makefiles for sockets (no CLI targets possible on this platform)

2008-01-06 01:30 VZ, revision 51032

add wxDL_QUIET flag; use RawGetSymbol() instead of GetSymbol() in wxDL_INIT_FUNC to avoid error messages for missing functions (this is also consistent with wxDL_INIT_FUNC_AW)

2008-01-06 00:51 VZ, revision 51031

draw the bitmap manually under Win9x and 2000 because they don't support alpha transparency (but wxDC::DrawBitmap() does) (modified patch 1761598)

2008-01-06 00:27 VZ, revision 51030

fix comparison of BYTE variable with -1 after last commit

2008-01-05 21:00 VZ, revision 51029

removed extra default clause accidentally added by last commit

2008-01-05 19:54 VS, revision 51028

explicitly request that RPM spec files have Unix line endings with bakefile 0.2.3

2008-01-05 19:07 VZ, revision 51027

clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it dynamically (as it's always done anyhow), this removes the need for ClearEventLocker() and OS/2 #ifdefs