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

2005-03-25 19:55 RD, revision 33053

Moved some of the linux builds to a new build host

2005-03-25 19:54 RD, revision 33052

Added GetCount, GetCountRGB, and GetCountColour methods to wx.ImageHistogram.

2005-03-25 17:42 SC, revision 33051

adding font fallbacks for non existing glyphs

2005-03-25 17:40 ABX, revision 33050

Warning fix.

2005-03-25 17:31 SC, revision 33049

add the mac specific encodings correctly

2005-03-25 17:23 RR, revision 33048

Create wxPopUpWindow hidden initially (like MSW, where this happens since it derives from wxTLW, I think).

2005-03-25 16:34 SC, revision 33047

create a true empty string and not a null CFStringRef

2005-03-25 16:32 MW, revision 33046

configure fix for OS/2 from Dave Parsons and David Webster

2005-03-25 13:40 RR, revision 33045

Applied wxPopWindow less flicker patch.

2005-03-25 13:36 RR, revision 33044

Initialized vars to something in wxToolBarBase.

2005-03-25 11:45 VZ, revision 33043

reversed disabling of deferred resizing in the last check in

2005-03-25 11:44 VZ, revision 33042

fixed child window resizing

2005-03-25 11:04 VZ, revision 33041

more cosmetic changes: type-safe Connect()s, removed unnecessary ifdefs

2005-03-24 23:48 MW, revision 33040

Fix wxZipInputStream::SeekI (returns wxInvalidOffset before first read) patch 1169934 by Artur Kornacki

2005-03-24 23:35 VZ, revision 33039

don't call SetSize() twice in ResizeChild(), this is useless

2005-03-24 22:29 VZ, revision 33038

fix handling Alt-key events in wxComboBox

2005-03-24 20:37 RD, revision 33037

Delay some of the cascading resizes to work around a bug with defered resizes in wxMSW.

2005-03-24 20:07 ABX, revision 33036

Warning fix.

2005-03-24 20:01 ABX, revision 33035

Fix for ambiguities which happen in STL=1 mode under DigitalMars C++.

2005-03-24 17:51 ABX, revision 33034

winundef.h serves for other compilators too with STL turned on.

2005-03-24 17:51 RD, revision 33033

reSWIGged

2005-03-24 17:49 ABX, revision 33032

Incomplete wxUSE_* warning fix.

2005-03-24 17:42 RD, revision 33031

reSWIGged

2005-03-24 17:34 RD, revision 33030

Applied patch [ 1170019 ] Fix for wxGTK drop button in datectlg.cpp

2005-03-24 16:51 RD, revision 33029

version number update

2005-03-24 16:48 RD, revision 33028

docstring update

2005-03-24 16:47 RD, revision 33027

Added IsFalse()

2005-03-24 16:47 RD, revision 33026

Tile() now has a parameter

2005-03-24 16:45 RD, revision 33025

Only use locale.getdefaultlocale()[1] if sys.getdefaultencoding() is still "ascii"

2005-03-24 16:44 RD, revision 33024

use wxEventType instead of enum

2005-03-24 16:42 RD, revision 33023

copy *.py files too

2005-03-24 16:41 RD, revision 33022

fix string substitution

2005-03-24 13:23 CE, revision 33021

remove erroneous comment

2005-03-24 13:21 CE, revision 33020

fix icoinse bug

2005-03-24 10:44 VZ, revision 33019

cleanup/reformatting

2005-03-24 10:29 JS, revision 33018

version.rc fix regeneration

2005-03-24 10:27 VZ, revision 33017

cleanup: define events correctly, define type-safe event macros, reformatted

2005-03-24 09:28 JS, revision 33016

Switch deferred sizing off by default

2005-03-24 02:49 VZ, revision 33015

file dialog with wxMULTIPLE style still doesn't allow to select multiple files but at least it does return the single file which it does allow to select now

2005-03-24 02:42 VZ, revision 33014

lame temporary "fix" for file names which are not UTF-8 encoded

2005-03-24 00:59 VZ, revision 33013

added wxConvFileName which is a variable, not define as wxConvFile; added comments explaining what different wxConvXXXs are for

2005-03-24 00:40 VZ, revision 33012

don't forget cards drawn on the canvas; general cleanup (patch 1164209)

2005-03-24 00:37 VZ, revision 33011

removed pragma interface/implementation (useless and they were in wrong order provoking gcc 3.4 warning)

2005-03-24 00:22 VZ, revision 33010

added wxRendererNative::DrawDropArrow (patch 1166596)

2005-03-23 23:49 VZ, revision 33009

src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as otherwise we may fail to convert the result of libc functions (and, presumably, they might not accept what we give them on input) in Unicode build, see patch 1168341

2005-03-23 23:45 VZ, revision 33008

fixed broken wxCtime() implementation (wrong buffer size count, wrong conversion)

2005-03-23 21:29 VZ, revision 33007

Wait() should now return correct exit code even if thread state was EXITED (replaces patch 1166425)

2005-03-23 21:11 VZ, revision 33006

simplifications of checks for themed-background sysopt and compilation fixes for wxUSE_UXTHEME == 0

2005-03-23 20:59 VZ, revision 33005

adjust the rectangle before calling DrawThemeBackground() (patch 1158282)

2005-03-23 20:48 VZ, revision 33004

added IsFalse() to simplify code doing HasOption(very-long-option-name) && !GetOptionInt(the-same-very-long-option-name) elsewhere

2005-03-23 20:04 VZ, revision 33003

use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which is not defined in older GTK versions

2005-03-23 17:54 RD, revision 33002

Fix wxRTTI for wxGnomePrintDC

2005-03-23 17:53 RD, revision 33001

Initialize m_privData before doign the assignment

2005-03-23 16:45 JS, revision 33000

Further srcdir -> top_srcdir corrections

2005-03-23 13:43 JS, revision 32999

use default position, not 0, 0

2005-03-23 13:11 JS, revision 32998

Use top_srcdir for finding version.rc

2005-03-23 13:05 JS, revision 32997

Updated version to 2.5.5

2005-03-23 11:36 JS, revision 32996

Elliptic arc fix for getting bounds

2005-03-23 11:31 JS, revision 32995

Assert fix

2005-03-23 11:28 JS, revision 32994

wxUSE_DEPRECATED set to 0 by default

2005-03-23 05:51 DE, revision 32993

GCC 4.0 (Apple 4059) is a little bit pickier than 3.3.

2005-03-23 05:48 DE, revision 32992

Comment out extraneous include wx/wxprec.h (part of other commented out stuff)

2005-03-23 05:12 DE, revision 32991

Blind bug fix to bug reported by Angel Kry.

2005-03-23 00:18 VZ, revision 32990

wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available (replaces patch 1160809)

2005-03-23 00:17 VZ, revision 32989

clear m_aTypes array in Clear() as well (patch 1165866)

2005-03-22 21:02 JS, revision 32988

We need wxUSE_COMMON_DIALOGS for PPC

2005-03-22 20:56 JS, revision 32987

Removed unreadable/out of date guidelines.txt (any wisdom can go into the wxWinCE topic in the manual instead) Added note about builds for different SDKs using same lib names

2005-03-22 20:17 VZ, revision 32986

corrected GetAppName() link

2005-03-22 20:15 VZ, revision 32985

added debugrpt sample

2005-03-22 19:39 ABX, revision 32984

Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.

2005-03-22 19:28 ABX, revision 32983

Build fixes.

2005-03-22 15:02 JS, revision 32982

Include frame.h to get wxFRAME_SHAPED

2005-03-22 12:59 ABX, revision 32981

Fix for accessing environment variable with Watcom format.

2005-03-22 10:38 JS, revision 32980

DEBUGREPORT

2005-03-22 10:34 JS, revision 32979

Do the right thing for Smartphone if creating button sizer

2005-03-22 09:41 JS, revision 32978

Don't use debug report under CE

2005-03-22 08:15 JS, revision 32977

wxUSE_COMMON_DIALOGS must be 0 for eVC++ 3

2005-03-21 23:49 VZ, revision 32976

more about GetRect() (patch 1158730)

2005-03-21 23:46 VZ, revision 32975

fixed unused function warning in GTK+ 2 compilation

2005-03-21 23:42 VZ, revision 32974

GTK+ callbacks must have C linkage (patch 1157384)

2005-03-21 23:35 VZ, revision 32973

speed up SetColumnWidth() by caching max column width (patch 1156866)

2005-03-21 23:25 VZ, revision 32972

fixed wxTE_WORDWRAP description; wxTE_LINEWRAP supported in wxGTK2

2005-03-21 23:23 VZ, revision 32971

added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR for wxTE_WORDWRAP instead of GTK_WRAP_WORD (parts of patch 1156507)

2005-03-21 23:05 VZ, revision 32970

document (and check for it with assert) that wxGetKeyState(WXK_[LMR]BUTTON) doesn't work (patch 1156279)

2005-03-21 22:57 VZ, revision 32969

support wxFRAME_SHAPED, it works for dialogs too (patch 1153757)

2005-03-21 22:52 VZ, revision 32968

use WXDLLIMPEXP_FL with event types declarations (patch 1076516)

2005-03-21 22:46 VZ, revision 32967

remove odbc lib to prevent rpm errors about unpackaged files (patch 1151783)

2005-03-21 22:18 JS, revision 32966

Adapt lib to eVC++ 3/4/PPC

2005-03-21 20:24 VZ, revision 32965

fixed library order (important for static linking under Unix

2005-03-21 20:22 ABX, revision 32964

More wxWidgets in wxPoem demo code.

2005-03-21 20:21 VZ, revision 32963

build debugrpt sample if wxUSE_DEBUGREPORT

2005-03-21 19:36 VZ, revision 32962

define USE_QA so that qa library is built

2005-03-21 19:27 VZ, revision 32961

fixed Context_Current spelling

2005-03-21 18:40 VZ, revision 32960

added links to wxDebugReport

2005-03-21 18:28 VZ, revision 32959

documented wxDebugReport and related classes

2005-03-21 17:30 ABX, revision 32958

Sanity check.

2005-03-21 17:29 ABX, revision 32957

Dummy warning fix.

2005-03-21 17:25 ABX, revision 32956

32 bit range for wxSlider (#1166390).

2005-03-21 16:09 ABX, revision 32955

Check for empty page location to avoid crash in lack of selected book (solves bug #1121381).

2005-03-21 16:06 VZ, revision 32954

fixed path to wx/debugrpt.h header (had extra include subdir)