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-04-10 13:25 SC, revision 45381

accomodating to new files

2007-04-10 12:49 SC, revision 45380

using info plist above, debug on native arch only

2007-04-10 12:35 SC, revision 45379

needs threads...

2007-04-10 12:23 SC, revision 45378

correcting include style

2007-04-10 11:25 SC, revision 45377

removing duplicated error message

2007-04-10 11:23 SC, revision 45376

fixing refcounting for embedded native controls

2007-04-10 09:59 SC, revision 45375

fixing refcounting for embedded native controls, backporting code for Realize

2007-04-10 08:03 RR, revision 45374

Document wxWindow::Navigate() instead of generation of a navigation event in the text on wxWANTS_CHARS.

2007-04-10 01:29 VZ, revision 45373

compilation fix after last commit

2007-04-10 00:02 VZ, revision 45372

refresh GL canvas itself, not the frame, when the GL context changes, otherwise it doesn't redraw under wxGTK1

2007-04-09 23:42 VZ, revision 45371

reverted patch 1325857 (rev 1.561): it might have fixed handling of CJK keys but broke handling of the normal keys without IM

2007-04-09 23:03 VZ, revision 45370

fix the sample to work under X11 (where a context can't be made current before the window is realized)

2007-04-09 22:54 VZ, revision 45369

1. switched to new wxGLCanvas API (not using the implicit context) 2. pruned everything not related to OpenGL, making the remaining code much more readable 3. show using the same wxGLContext with multiple wxGLCanvases

2007-04-09 22:32 VZ, revision 45368

last version was broken and died when trying to create config.status, regenerated a working one

2007-04-09 21:41 VZ, revision 45367

truncate the static box label to fit the control size (patch 1695228) [backport from HEAD]

2007-04-09 21:39 VZ, revision 45366

truncate the static box label to fit the control size (patch 1695228)

2007-04-09 21:28 VZ, revision 45365

make Enter/Return activate the default button (second version of patch 1696563)

2007-04-09 21:24 VZ, revision 45364

don't use Pango hack for drawing underlined text when using new enough version of Pango (patch 1697040) [backport from HEAD]

2007-04-09 21:21 VZ, revision 45363

don't use Pango hack for drawing underlined text when using new enough version of Pango (patch 1697040)

2007-04-09 21:19 VZ, revision 45362

don't return the next line text from GetLineText() for empty lines (patch 1697208) [backport from HEAD]

2007-04-09 21:17 VZ, revision 45361

don't return the next line text from GetLineText() for empty lines (patch 1697208)

2007-04-09 20:33 VS, revision 45360

added wxgl pseudotarget

2007-04-09 16:43 MBN, revision 45359

Replace direct calls to ProcessEvent() with GetEventHandler()->ProcessEvent().

2007-04-09 16:09 VZ, revision 45358

escape &

2007-04-09 16:04 VZ, revision 45357

fix --with-opengl formatting