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