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

2003-01-29 15:23 SC, revision 19016

carbon event support completed

2003-01-29 15:21 SC, revision 19015

bug fix & carbon support

2003-01-29 15:07 SC, revision 19014

string conversion

2003-01-29 15:06 SC, revision 19013

carbon modal state

2003-01-29 15:06 SC, revision 19012

bugfix : text background when using appearance text drawing

2003-01-29 15:04 SC, revision 19011

getting rid of wxBuffer

2003-01-29 15:04 SC, revision 19010

adaptions for cleaned up string conversions & carbon events support

2003-01-29 15:03 SC, revision 19009

adaptions for cleaned up string conversions

2003-01-29 15:02 SC, revision 19008

moving string conversions at one place

2003-01-29 15:00 SC, revision 19007

removing path corrections for wxMac, we now want a correct platform string for unzOpen

2003-01-29 14:59 SC, revision 19006

moving all string conversions to private.h

2003-01-29 14:58 SC, revision 19005

moving all string conversions here

2003-01-29 14:56 SC, revision 19004

additional mac alias types

2003-01-29 14:55 SC, revision 19003

getting rid of wxBuffer

2003-01-29 11:54 JJ, revision 19002

Committing in . wxIcon creation changed -> MOTIF code had to be changed likewise the GTK version. Modified Files: wxWindows/src/common/resource.cpp ----------------------------------------------------------------------

2003-01-29 11:52 JJ, revision 19001

Committing in . OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/motif/toplevel.cpp ----------------------------------------------------------------------

2003-01-29 03:25 RD, revision 19000

SWIGged updates for wxGTK

2003-01-29 03:25 RD, revision 18999

Preload file if given on command line

2003-01-29 03:24 RD, revision 18998

Typo

2003-01-29 03:23 RD, revision 18997

Ensure object is a window before calling AddWindow, etc.

2003-01-29 03:22 RD, revision 18996

Load class into wx namespace when the module is imported.

2003-01-29 03:20 RD, revision 18995

Make wxColour, wxPoint, wxSize, and etc. picklable.

2003-01-29 03:19 RD, revision 18994

Don't use string module

2003-01-29 03:18 RD, revision 18993

Fixes to dependencies, and doesn't lose the wxgtk*-config script any longer

2003-01-29 02:54 RD, revision 18992

Demo Tweaks