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-06-09 09:49 RR, revision 54053

blind fix for: #9549: crash in wxDataViewMainWindow::GetEndOfLastCol() after column reordering

2008-06-09 09:38 SC, revision 54052

adding correct include explicitely

2008-06-09 09:37 SC, revision 54051

clipping to empty if not visible

2008-06-09 09:36 SC, revision 54050

only available on carbon or cocoa

2008-06-09 07:44 SC, revision 54049

use 10.3 backwards compatible names for constants

2008-06-08 17:18 KO, revision 54032

svn merge -r 53824:54030 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-06-08 16:56 SC, revision 54031

removing unneeded code for osx

2008-06-08 15:54 SC, revision 54030

10.3 support

2008-06-08 15:53 SC, revision 54029

changing to c name mangling, so that glgrab.c can use it

2008-06-08 01:58 VZ, revision 54025

make list whose items are referred to by their numbers in the text really numbered; fix a few typos (#9550)

2008-06-08 01:45 VZ, revision 54024

deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)

2008-06-08 00:12 VZ, revision 54022

added multisampling (anti-aliasing) support to wxGLCanvas (#9145)

2008-06-07 16:54 VZ, revision 54021

set a global flag on shut down instead calling Delete() on all threads sequentially which could take an eternity if there were many of them

2008-06-07 16:39 VZ, revision 54020

do what we advise, not what we say is unsupported: don't log directly from worker threads to wxTextCtrl but do it from the idle handler of the main thread

2008-06-07 16:20 VZ, revision 54019

make wxLogWindow thread-safe (#8783)

2008-06-07 15:24 VZ, revision 54018

present information about key presses better; some code simplification (#9541)

2008-06-07 15:12 VZ, revision 54017

use memcpy() instead of wxTmemcpy() as the latter is defined in wx/wxcrt.h which includes wx/string.h and hence can't be used from here

2008-06-07 15:06 VZ, revision 54016

more compilation fixes for VC6 (#9492)

2008-06-07 14:26 SN, revision 54015

Compilation fix for GTK1.

2008-06-07 14:07 SN, revision 54014

Use spaces in configuration names, so they need less space in the table.

2008-06-07 09:26 SN, revision 54013

Updated information about bug tracker.

2008-06-07 02:32 VZ, revision 54012

compilation fix for PCH-less compilation after the last change

2008-06-07 02:30 VZ, revision 54011

don't show the normal context menu while editing an item (#9543)

2008-06-07 02:09 VZ, revision 54010

don't refresh the current cell in SetCellHighlightROPenWidth() if it's invalid (#9523)

2008-06-07 02:04 VZ, revision 54009

ensure that dialog gripper is always positioned below the other children, even if they're created after it (#9519)