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

2007-07-11 00:11 VZ, revision 47327

corrected timer.h include broken by last change

2007-07-11 00:03 VZ, revision 47326

compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0

2007-07-11 00:02 VZ, revision 47325

compilation fixes for wxUSE_MSGDLG==0

2007-07-11 00:02 VZ, revision 47324

compilation fixes for wxUSE_IMAGE==0

2007-07-11 00:00 VZ, revision 47323

check for wxUSE_TIMER in headers, not the files including them

2007-07-10 23:59 VZ, revision 47322

added missing wxUSE_XXX checks

2007-07-10 23:37 VZ, revision 47318

removed dummy variable, C++ compilers shouldn't have any troubles with empty source file

2007-07-10 23:19 VZ, revision 47317

compilation fixes for wxUSE_TIMER==0

2007-07-10 23:19 VZ, revision 47316

compilation fixes for wxUSE_LONGLONG==0

2007-07-10 23:11 VZ, revision 47315

don't include wx/unix/private/timer.h from evtloop.h, it's only needed in .cpp

2007-07-10 23:01 FM, revision 47314

small fix for wxMSW

2007-07-10 22:35 FM, revision 47313

now the CreateFrameRTTI function is fully working (and safer than before)

2007-07-10 22:33 FM, revision 47312

formatting changes (to make the code more readable)

2007-07-10 22:32 FM, revision 47311

versions updated with new COMMON sources to compile

2007-07-10 22:31 FM, revision 47310

splitted xti.h in several smaller headers; formatting changes to make it more readable; now Create() functions bridged by XTI return bool

2007-07-10 22:30 FM, revision 47309

splitted xti.h in several smaller headers; formatting changes to make it more readable; now Create() functions bridged by XTI return bool

2007-07-10 22:16 FM, revision 47307

formatting changes (to make the code more readable)

2007-07-10 22:15 FM, revision 47306

cleaned the XTI class definition

2007-07-10 20:13 VS, revision 47305

compilation fix for gcc<3.4

2007-07-10 19:02 VS, revision 47304

added support for custom bitmap depths

2007-07-10 17:00 RD, revision 47303

Switch GetHeaderButtonWidget to use a real column header button.

2007-07-10 16:59 RD, revision 47302

Switch GetHeaderButtonWidget to use a real column header button.

2007-07-10 16:49 VS, revision 47300

implemented raw bitmap access for wxDFB

2007-07-10 15:58 FM, revision 47299

fixed the XTI sample so that now is correctly created the frame (still buggy in save phase).

2007-07-10 15:19 FM, revision 47298

reordered,reformatted,cleaned frame persist/depersist code; highlighted the portion which currently fails