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-18 14:23 VZ, revision 29203

oops, compilation fix after moving code around

2004-09-18 14:21 VZ, revision 29202

use 4K buffer instead of reading characters one by one in ReadLine()

2004-09-18 14:16 CE, revision 29201

fix compile break for unknown FLASHWINFO

2004-09-18 13:21 VS, revision 29200

moving XRC to the core

2004-09-18 13:03 VS, revision 29199

fixed corrupted file, checked in as text file now

2004-09-18 12:36 VZ, revision 29198

removed unneeded (after patch 1027243) disable.bmp

2004-09-18 12:34 VZ, revision 29197

construct brush used for painting disabled bitmap buttons dynamically (heavily modified patch 1027243)

2004-09-18 12:09 VZ, revision 29196

fixed crash when closing window that contains STC (patch 1017268)

2004-09-18 11:54 VZ, revision 29195

fixed signature of wxTimerProc to be conformant to what Windows expects it to be

2004-09-18 11:34 VZ, revision 29194

moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR from GTK_HDR (should fix 1016249)

2004-09-18 11:03 VZ, revision 29193

fixed SetWindowStyleFlag() to not remove WS_VISIBLE; also refresh the control automatically (closes bug 1019440)

2004-09-18 11:01 VZ, revision 29192

added test for toggling wxLC_[HV]RULES styles

2004-09-18 09:59 VZ, revision 29191

compilation fix

2004-09-18 09:53 VZ, revision 29190

added GetMenu() (closes bug 1026662)

2004-09-18 09:46 VZ, revision 29189

replaced wxLogLastError with an assert when checking an item not attached to a menu (see bug 1030141)

2004-09-18 09:27 VZ, revision 29188

compilation fix

2004-09-18 08:53 VS, revision 29187

moving XRC to the core

2004-09-18 08:19 VS, revision 29186
  • D /wxWidgets/trunk/src/xrc/Makefile.in
  • D /wxWidgets/trunk/src/xrc/xrcM8.xml

moving XRC to the core

2004-09-17 22:23 ABX, revision 29185

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

2004-09-17 22:20 VZ, revision 29184

added possibility to specify printer bin (patch 910272)

2004-09-17 22:09 VZ, revision 29183

do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalidated anyhow

2004-09-17 21:44 VZ, revision 29182

rewrote some sizer code using wxSizerFlags

2004-09-17 21:42 VZ, revision 29181

added wxSizerFlags

2004-09-17 19:26 VZ, revision 29180

compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__ (replaces patch 1025268)

2004-09-17 19:12 VZ, revision 29179

fixed rounding errors in variable status bar panes widths computation (patch 1030021)