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

2008-06-04 21:50 VS, revision 53979

wxDFB: implemented Raise() and Lower() for TLWs

2008-06-04 18:46 VZ, revision 53978

compilation fix for wxUSE_STL==1

2008-06-04 14:19 VS, revision 53977

glcmn.cpp doesn't belong in OPENGL_SRC_PLATFORM (it is incorrect syntax that was previously silently ignored)

2008-06-04 10:53 SN, revision 53976

More compilation fixes for mingw-w64.

2008-06-04 10:52 SN, revision 53975

More compilation fixes for mingw-w64.

2008-06-04 09:07 SC, revision 53974

when no prefix used, #if cannot work

2008-06-04 07:16 SC, revision 53973

guarding with wxMAC_USE_CORE_GRAPHICS

2008-06-04 07:12 SC, revision 53972

adding glgrab to project

2008-06-04 06:14 JS, revision 53971

Out by one correction

2008-06-04 06:14 JS, revision 53970

Out by one correction

2008-06-04 04:35 SC, revision 53969

to make sure the CG code never gets called when not in a CG-Build, as this method is only needed for dcgraph's blitting, no loss anyway

2008-06-03 19:49 RR, revision 53966

Remove old GTK 1.2 code

2008-06-03 16:52 BIW, revision 53965

prevent memory leak

2008-06-03 16:51 BIW, revision 53964

prevent memory leak

2008-06-03 16:14 VZ, revision 53963

removed deleted wx/gtk/treectrl.h from bakefiles as well

2008-06-03 12:45 VZ, revision 53962

fix crash when repositioning tools without labels in DoDeleteTool() (ticket #9530)

2008-06-03 12:42 VZ, revision 53961

fix unused parameter warning (ticket #9529)

2008-06-03 10:18 JS, revision 53960

Blind fix for !CG

2008-06-02 21:46 RR, revision 53958

Separate label with wx mnemonics (&) and with gtk mnemonics (_) into m_text and m_gtkText, fixes #4409

2008-06-02 20:45 VZ, revision 53956

suppress warning about casting int to a pointer of greater size

2008-06-02 20:45 RR, revision 53955

Make wxMenuItem::GetLabelText readable again

2008-06-02 20:42 VZ, revision 53954

define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run

2008-06-02 18:30 RD, revision 53930

Add a SetDoubleBuffered method for wxMSW (XP+)

2008-06-02 18:27 RD, revision 53929

Add a SetDoubleBuffered method for wxMSW (XP+)

2008-06-02 18:22 RD, revision 53928

Fallback to old API if there was an error getting the printer resolution