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-11 21:53 RD, revision 45406

Don't use hidden items for size calc (patch 1698314)

2007-04-11 19:53 VZ, revision 45405

remove documentation of (protected) AutoSizeColumnOrRow()

2007-04-11 15:37 SC, revision 45404

compile guard

2007-04-11 15:32 SC, revision 45403

changing the Multiple Inheritance along the Single Inheritance, patch 1623801

2007-04-11 13:55 VZ, revision 45402

add aglUpdateContext() call (doesn't seem to change anything but should be there according to the docs)

2007-04-11 13:36 VZ, revision 45401

forward declare wxDC (fixes wxMotif compilation)

2007-04-11 13:13 VS, revision 45400

fixed another place where wxString was used as bool

2007-04-11 12:13 VZ, revision 45399

derive wxStaticText from wxStaticTextBase under wxGTK1 too, in particular thi sfixes missing wxStaticText::Wrap() problem during linking

2007-04-11 11:53 VZ, revision 45398

linking fix after the one before last commit

2007-04-11 10:32 MBN, revision 45397

Added --enable-extended_rtti configure switch (defaults to disabled). Fix compilation when WXINTL_NO_GETTEXT_MACRO is defined. Added wx/flags.h to installed files. Fix XTI compilation after wxString changes. Fix 'virtual functions but non-virtual destructor' GCC warnings. Minimal XTI definition for wxOwnerDrawnComboBox (cut'n'paste from wxComboBox, will need to be completed). Requires rerunning bakefile and autoconf.

2007-04-11 00:26 VZ, revision 45396

compilation fix after last commit

2007-04-11 00:23 VZ, revision 45395

don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956)

2007-04-11 00:19 VZ, revision 45394

add support for a data tag which can be used to embed arbitrary data into the generated code (part of some forgotten patch...)

2007-04-11 00:12 VZ, revision 45393

added our own implementation of strto[u]ll() if the system doesn't have one (patch 1696533)

2007-04-10 23:56 VZ, revision 45392

send selection events when Ctrl-clicking an item repeeatedly in a multiselection tree

2007-04-10 23:48 VZ, revision 45391

added a menu command to clear log

2007-04-10 19:32 VS, revision 45390

reverted previous commit and added a comment explaining why CByteArrayFormat should be kept

2007-04-10 19:13 VS, revision 45389

don't crash if (char*)c_str() is used twice in a row on the same string and both pointers are used at the same time

2007-04-10 17:38 VZ, revision 45388

Big wxGL classes refactoring/cleanup: 1. Provide the same API, especially, but not limited to, wxGLCanvas and wxCLContext ctors (which were completely different in all ports) 2. Extracted common parts into wxGLCanvas/ContextBase classes 3. Deprecate the old API using implicitly created wxGLContext

2007-04-10 16:51 VZ, revision 45387

rename the menu to avoid conflict with a standard Mac menu

2007-04-10 16:09 SC, revision 45386

don't change the case of extensions

2007-04-10 15:43 VZ, revision 45385
  • D /wxWidgets/branches/WX_2_8_BRANCH/docs/latex/wx/dcsvg.tex
  • D /wxWidgets/branches/WX_2_8_BRANCH/include/wx/dcsvg.h
  • D /wxWidgets/branches/WX_2_8_BRANCH/src/common/dcsvg.cpp

removing the files recently added to HEAD from 2.8 branch

2007-04-10 14:55 VS, revision 45384

fixed typo: _T(), not _()

2007-04-10 14:35 VZ, revision 45383

add GetOwner() documentation

2007-04-10 13:37 VS, revision 45382

removed unused CByteArrayFormat function

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