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

2003-06-11 18:21 GD, revision 21048

backported SF patch #752538 to implement wxGetOSDirectory() for Mac

2003-06-11 18:17 GD, revision 21047

applied SF patch #752538 to implement wxGetOSDirectory() for Mac

2003-06-11 14:44 CE, revision 21046

fix SF bug report 751351

2003-06-11 14:36 CE, revision 21045

fix SF bug report 751351

2003-06-11 14:15 JS, revision 21044

Allow for multiple CHM controllers in app (don't leak dynamic libs)

2003-06-11 12:18 VZ, revision 21043

trigraph warning fixed

2003-06-11 11:55 VZ, revision 21042

multi selection test

2003-06-11 11:47 VZ, revision 21041

removed countItems parameter from ctor -- doesn't work anyhow

2003-06-11 11:40 VZ, revision 21040

implemented multiple selection

2003-06-11 11:37 VZ, revision 21039

added RefreshLines()

2003-06-11 11:36 VZ, revision 21038

removed duplicate code from SetData(), just call AddData()

2003-06-11 11:34 VZ, revision 21037

made CopySelection() always available (otherwise it wouldn't compile when wxUSE_CLIPBOARD == 0); copy double/triple clicked selection to primary X11 clipboard under Unix as well; minor code cleanup

2003-06-11 11:34 VZ, revision 21036

merged the confllict resolution (I've fixed the m_format bug independently); no real changes

2003-06-11 11:33 VZ, revision 21035

a hack to make copying double clicked words to clipboard work

2003-06-11 11:11 JS, revision 21034

Add back #endif

2003-06-11 11:02 VZ, revision 21033

made GetType() inline

2003-06-11 11:00 VZ, revision 21032

added selstore.(h|cpp)

2003-06-11 10:49 VZ, revision 21031

extracted wxSelectionStore in a separate file

2003-06-11 10:48 VZ, revision 21030

try to determine the correct SOCKLEN_T value harder

2003-06-11 10:03 JS, revision 21029

Removing vestiges of wxUSE_NEW_GRID

2003-06-11 08:34 SC, revision 21028

corrected error in last fix for insert items

2003-06-10 23:48 RD, revision 21027

Ensure that a wxMenuItem's parent menu is updated if it is removed from one and added to another menu.

2003-06-10 21:23 VS, revision 21026

fixed Content-Type lookup

2003-06-09 18:33 DE, revision 21025

Apple #pragma implementation fix (Yes, some of us do compile wxGTK on OS X)

2003-06-09 18:27 SN, revision 21024

Fixed Refresh to clip update rectangles to the visible area of a (scrolled) window. If there are many invisible/partly visible rectangles in the update region GTK+-1.2.10 starts complaining about bad match errors and soon crashes. Change corresponds to changes on WX_2_4_BRANCH from 1.408.2.21 to 1.408.2.24.