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

2003-01-29 02:53 RD, revision 18991

Use the existing pythonw as a template, rather than a hard coded one. Other fixes for when making the dist

2003-01-29 02:50 RD, revision 18990

Added more tools for building distributions, and new scripts for the wxPythonOSX dist.

2003-01-29 02:43 RD, revision 18989

The validator is already set in CreateBase, doing it twice causes problems for wxPython

2003-01-28 23:21 DW, revision 18988

listctrl update

2003-01-28 22:26 GD, revision 18987

added definition of TARGET_CARBON when compiling with non generated setup.h using Project Builder

2003-01-28 22:23 GD, revision 18986

moved definition of TARGET_CARBON to generated setup.h when compiling with Apple Developer Tools

2003-01-28 21:02 MBN, revision 18985

Regenerate makefiles.

2003-01-28 16:45 SC, revision 18984

only handling inContent CarbonEvents if we are the active window

2003-01-28 12:29 SC, revision 18983

CarbonEvents Added

2003-01-28 12:27 SC, revision 18982

Review, Carbon Events support

2003-01-28 12:26 SC, revision 18981

static box parent warning added

2003-01-28 08:30 SC, revision 18980

no new install of event handler

2003-01-28 08:27 SC, revision 18979

cleanup, Carbon Events

2003-01-28 08:25 SC, revision 18978

clipping before redraw in the setbackground callback

2003-01-28 08:24 SC, revision 18977

closer clipping

2003-01-28 08:23 SC, revision 18976

mini-patch for better layout under OSX

2003-01-28 08:22 SC, revision 18975

new menu code

2003-01-28 08:22 SC, revision 18974

not neede anymore

2003-01-28 07:55 SC, revision 18973

corrected Yes/No

2003-01-28 07:55 SC, revision 18972

wxMenu Review, added Carbon Events and full OSX Support

2003-01-28 07:01 SC, revision 18971

Carbon Events

2003-01-28 07:00 SC, revision 18970

formatting

2003-01-28 06:54 SC, revision 18969

wxMenu Review, added Carbon Events and full OSX Support

2003-01-28 06:53 SC, revision 18968

not needed anymore

2003-01-28 06:49 SC, revision 18967

added WXEVENTHANDLERREF for Mac

2003-01-28 03:49 RL, revision 18966

fix broken doc build.

2003-01-28 02:52 RL, revision 18965

typo

2003-01-28 02:10 RL, revision 18964

Added wxPy/distutils to the source package and try again for 2.4.0.3

2003-01-27 22:18 GD, revision 18963

improved Mac resource creation step in order to allow samples to provide specific Rez options (used in docview sample) added separate Mac Finder flag modification step (using SetFile)

2003-01-27 21:41 MBN, revision 18962

Remove some redefinition warnings.

2003-01-27 11:27 JS, revision 18961

Corrected printing docs

2003-01-27 09:09 RL, revision 18960

Add SetScrollbars patch, assuming this one really fixes things.

2003-01-27 09:02 RL, revision 18959

Fixed bug in FlexGridSizer mods that prevented them from ever shrinking. Reverted the earlier SetScrollbars patch and fixed a bug in GetVirtualSize that was hopefully the real cause of all the preceding woe. Added a comment and a kludge for a most unusual bug manifesting in the scrollsub sample. If it is resized quickly size events appear to get lost and the scrollbar is set incorrectly. Adding an extra call to AdjustScrollbars masks the problem, though its clearly superfluous since the FitInside above already calls it. This seems to be a brand new problem (on both Gtk and msw) as of some time prior to this patch and it should be looked into further.

2003-01-27 01:13 VZ, revision 18958

added Add/InsertTool() (patch 672032)

2003-01-27 01:04 VZ, revision 18957

the string 'Goto...' should be translated (patch 674569)

2003-01-27 00:19 VZ, revision 18956

updated sample evrsion from Greg Chicares

2003-01-27 00:18 VZ, revision 18955

fixed a crash in socket server test and added quit command to the server

2003-01-26 23:20 VS, revision 18954

fixed someone's typo

2003-01-26 23:20 VS, revision 18953

added wxHtmlWindow::LoadFile

2003-01-26 23:19 VS, revision 18952

1. added wxHtmlWindow::LoadFile 2. interpret LoadPage's argument as filename if it fails as URL

2003-01-26 23:19 VS, revision 18951

added wxSplitterWindow to XRC

2003-01-26 21:04 RR, revision 18950

Now scaling doesn't scale GetTextExtent() anymore. This make print previewing look fine for now. Next is actually printing what you preview :-)

2003-01-26 20:56 VS, revision 18949

fixed loading of GNOME2 mime icons (still not working as desired)

2003-01-26 20:54 VS, revision 18948

use all MIME data sources on Unix, not only mailcap/mime.types

2003-01-26 19:04 JS, revision 18947

Fixed problem with kill focus event getting sent to control that is getting the focus.

2003-01-26 19:02 JS, revision 18946

Fixed problem where kill focus event was sent to control getting the focus.

2003-01-26 16:22 VS, revision 18945

compilation fixes (bug #672413)

2003-01-26 16:16 VS, revision 18944

compilation fixes (bug #672413)

2003-01-26 16:15 VS, revision 18943

eliminate __WIN32__ only code

2003-01-26 14:11 VZ, revision 18942

moved OLE files group under MSW files -- this is more logical