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-01-31 21:56 RR, revision 19041

Uncommented warning that causes crashes while reading .mime.types.

2003-01-31 16:48 SC, revision 19040

Show corrected

2003-01-31 16:29 SC, revision 19039

was still containing binary data

2003-01-31 16:04 SC, revision 19038

was committed using macbin, corrected

2003-01-31 16:01 SC, revision 19037

backported fixes

2003-01-31 15:52 SC, revision 19036

using SelectWindow for Raise Implementation

2003-01-31 15:50 SC, revision 19035

added AppleEvent Handler, somehow the standard event handler does not take care of all of them..

2003-01-31 14:55 RR, revision 19034

Typo.

2003-01-31 14:45 RR, revision 19033

Compile fix.

2003-01-31 10:31 RR, revision 19032

Removed unnecessary SET_STYLE.. macros.

2003-01-31 10:31 RR, revision 19031

Corrected GTK2 creation of default font. Removed ugly SET_STYLE_FONT code.

2003-01-30 23:40 RR, revision 19030

Printing update for Pango (GTK2 and X11-Unicode).

2003-01-30 23:10 VS, revision 19029

don't indent text body

2003-01-30 19:49 VS, revision 19028

restored #ifndef wxUSE_UNICODE accidentaly removed by my previous commit

2003-01-30 18:44 ROL, revision 19027

fixed a problem with default selection

2003-01-30 18:37 ROL, revision 19026

changed to .txt

2003-01-30 18:16 ROL, revision 19025

xxxParamBitmap, support for wxArtProvider bitmaps

2003-01-30 10:36 ROL, revision 19024

fixed a small file selection problem

2003-01-30 10:21 ROL, revision 19023

changed toggle to bool type for xxxTool

2003-01-30 02:27 RD, revision 19022

1. If EVT_LIST_DELETE_ALL_ITEMS was not handled then the post-processing code to prevent LVN_DELETEITEM messages was not getting executed. Changed it so the post processing always happens. 2. It's possible with some versions of comctl32 that garbage values can be passed in nmLV->lParam so don't try to get the internal item data pointer from it. This should close bug# 659939

2003-01-30 01:53 RD, revision 19021

1. Added m_count and maintain its value in InsertItem, RemoveItem etc. and return it from GetItemCount to save so many calls to ListView_GetItemCount. 2. If EVT_LIST_DELETE_ALL_ITEMS was not handled then the post-processing code to prevent LVN_DELETEITEM messages was not getting executed. Changed it so the post processing always happens. 3. It's possible with some versions of comctl32 that garbage values can be passed in nmLV->lParam so don't try to get the internal item data pointer from it. This should close bug# 659939 4. Added FreeAllInternalData from DeleteAllItems, (part of patch #672065) and also guard against processing LVN_CHANG* messages while freeing the internal data.

2003-01-30 01:51 RD, revision 19020

Revert last change so the right log message gets put on the file. (I did the last check in just a wee bit too fast...)

2003-01-30 01:48 RD, revision 19019

Fix for export warning when compiling a DLL.

2003-01-29 23:45 VS, revision 19018

added MSLU reference to wxUSE_UNICODE

2003-01-29 23:29 VS, revision 19017

added MSLU reference to wxUSE_UNICODE