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.

2003-06-09 18:21 SN, revision 21023

Restore original behaviour if m_wxwindow == NULL.

2003-06-09 17:33 SN, revision 21022

Moved include to wx/module.h out of #ifndef WX_PRECOMP.

2003-06-09 17:06 VS, revision 21021

compilation fix for VisualAge C++

2003-06-09 16:35 SN, revision 21020

Moved include to wx/module.h out of #ifndef WX_PRECOMP.

2003-06-09 16:27 SN, revision 21019

Fixed typos as reported by Adrian Gschwend.

2003-06-09 12:42 SN, revision 21018

Updated configure scripts for OS/2 (new version number - 2.4.1, minor fixes).

2003-06-09 08:52 VS, revision 21017

compilation fix

2003-06-09 08:45 VS, revision 21016

samples/shaped doesn't have .h files, make dist failed

2003-06-09 05:06 JS, revision 21015

Only bring the window to the top in Show() if we're a top-level window, else we mess up z-order/tab order

2003-06-08 23:56 JS, revision 21014

Only bring the window to the top in Show() if we're a top-level window, else we mess up z-order/tab order

2003-06-08 21:47 JS, revision 21013

Some project file corrections Test for correct symbol in resource sample

2003-06-08 21:39 SC, revision 21012

corrected include for Apple's Dev Tools

2003-06-08 20:04 JS, revision 21011

Some fixes to project files

2003-06-08 18:20 MBN, revision 21010

wxMessageDialog and ::wxMessageBox don't support wxCENTRE: remove it from documentation.

2003-06-08 17:49 JS, revision 21009

Added shaped sample copying

2003-06-08 17:43 JS, revision 21008

shaped sample is in 2.4, too

2003-06-08 07:57 JS, revision 21007

Updated month in readme

2003-06-08 03:25 , revision 21006

This commit was manufactured by cvs2svn to create branch 'BAKEFILE_BRANCH'.

2003-06-08 03:25 DE, revision 21005

Restored Objective-C typesafety while retaining proper C++ name mangling

2003-06-08 01:58 DE, revision 21004

Mention RFC 1738, in particular file://hostname/path/to/file

2003-06-07 23:31 VS, revision 21003

use 'I' cursor when over text

2003-06-07 21:55 SC, revision 21002

GetId was accessing the m_format var incorrectly

2003-06-07 21:40 SC, revision 21001

Accepts Focus was incorrectly returning FALSE for a panel w/o children on mac because of the two implicit scrollbars...

2003-06-07 21:04 SC, revision 21000

cast correction Profiler

2003-06-07 21:02 SC, revision 20999

cleanup