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

2004-09-01 23:38 RD, revision 29003

notes about recent changes

2004-09-01 23:26 RD, revision 29002

Added demo for Stock Buttons

2004-09-01 23:22 RD, revision 29001

If wxGetStockGtkID returns NULL (such as with wx.ID_INDENT on GTK 2.2) then fall back to normal label setting

2004-09-01 22:54 RD, revision 29000

reSWIGged

2004-09-01 22:52 RD, revision 28999

Some more "wxWindows" --> "wxWidgets"

2004-09-01 22:00 RD, revision 28998

Added wx.lib.ticker.Ticker class from Chris Mellon.

2004-09-01 19:47 RD, revision 28997

Updated generic window styles

2004-09-01 19:32 RD, revision 28996

Added [GS]etBackgroundStyle

2004-09-01 19:30 RD, revision 28995

updates to support stock buttons

2004-09-01 19:29 RD, revision 28994

doc updates

2004-09-01 19:24 RD, revision 28993

Add a column for GetUnicodeKey

2004-09-01 19:23 RD, revision 28992

Demo the 3-state checkbox and also right-alignment

2004-09-01 19:22 RD, revision 28991

Added 3-state checkbox and toggle button support

2004-09-01 19:04 RD, revision 28990

rebaked, for addition of xh_tglbtn

2004-09-01 19:02 RD, revision 28989

Add 3-state styles, and wxALIGN_RIGHT

2004-09-01 18:24 JS, revision 28988

Added wxToggleButton handler

2004-09-01 17:47 JS, revision 28987

Added toggle button handler header

2004-09-01 13:39 CE, revision 28986

fix menu switching between children

2004-09-01 09:16 CE, revision 28985

mdi menu updates fixed (after SF 1012653)

2004-08-31 22:13 VZ, revision 28984

no real changes, just rewrote ChoiceEditor::EndEdit() in a slightly more concise/clear way

2004-08-31 22:12 VZ, revision 28983

removed apparently useless (and provoking a dummy event) code in ChoiceEditor::EndEdit() resetting the choice to 0 index

2004-08-31 19:56 RD, revision 28982

Version number bump, with preview flag

2004-08-31 19:54 RD, revision 28981

Don't hide the panel for non-MSW platforms.

2004-08-31 18:54 SC, revision 28980

fix for not sending a native click to a control if it is not enabled (does an enable itself)

2004-08-31 17:26 RD, revision 28979

fixed compile error

2004-08-31 17:24 RD, revision 28978

stockitem.h needs installed too.

2004-08-31 16:31 RD, revision 28977

Fixes to allow DoGetBestSize to work before CreateGrid has been called.

2004-08-31 14:54 RD, revision 28976

Adding DrawnShape (patch from Pierre Hjälm)

2004-08-31 13:59 ABX, revision 28975

some wxUSE_* macros not used consistently (patch #992456) with source cleaning (blind changes).

2004-08-31 12:44 ABX, revision 28974

Fix of memory leak with generic file dialog (Patch #1017938)

2004-08-31 12:38 ABX, revision 28973

Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-31 11:39 ABX, revision 28972

Generic dialogs not available in shared nonUniv builds due to their adjustement to SHARED switch of wxWidgets.

2004-08-31 07:53 JS, revision 28971

Added wxToggleButton handler

2004-08-30 22:31 VS, revision 28970

load icons from current icon theme under GTK >= 2.4, too

2004-08-30 21:31 VS, revision 28969

dllexport buffer classes used by wxString

2004-08-30 16:42 VS, revision 28968

(partially) fixed splitter sash rendering under GTK2

2004-08-30 14:42 VS, revision 28967

new stock buttons API

2004-08-30 10:18 ABX, revision 28966

Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !!, TRUE/true, FALSE/false, whitespaces, tabs.

2004-08-30 07:40 SC, revision 28965

correcting a source for double event delivery

2004-08-30 07:07 SC, revision 28964

adapting textctrl position to window theme

2004-08-30 06:49 SC, revision 28963

setting the mac theme font only in VARIANT_NORMAL

2004-08-30 06:46 SC, revision 28962

supporting hidden status bar

2004-08-29 20:09 SN, revision 28961

Untabified (TABs seem to cause strange problems with autoconf-2.59, at least on OS/2.)

2004-08-29 18:52 SC, revision 28960

fixing retval for SetFont

2004-08-29 18:27 VS, revision 28959

don't include strings that shouldn't be translated in gettext output

2004-08-29 18:25 SC, revision 28958

metal appearance supported under 10.3

2004-08-29 15:53 SC, revision 28957

fixing repositioning problem for statusbar

2004-08-29 14:30 VS, revision 28956

removed wx-specific fix, it's already fixed in upstream sources

2004-08-29 13:55 JS, revision 28955

Don't draw flat box unless background style is system

2004-08-29 13:32 JS, revision 28954

SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize background erase on wxGTK (no-op on other platforms)