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-14 11:41 SC, revision 45456

fixing assert

2007-04-14 11:17 SC, revision 45455

fixing non core graphcis build

2007-04-14 11:16 SC, revision 45454

fixing assert

2007-04-14 11:04 VS, revision 45453

don't use the VC6 workaround in wxList with newer versions of VC

2007-04-14 10:45 VS, revision 45452

fixed wxUniCharRef::IsAscii() definition

2007-04-14 10:19 SC, revision 45451

fixing the shrinking embedded controls

2007-04-14 09:58 VS, revision 45450

removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)

2007-04-14 09:33 SC, revision 45449

cleaning up problems after string changes

2007-04-14 09:24 SC, revision 45448

cleaning up problems after string changes

2007-04-14 01:17 VZ, revision 45447

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004) [backport from HEAD]

2007-04-14 01:15 VZ, revision 45446

even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004)

2007-04-13 23:41 VZ, revision 45445

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000) [backport from HEAD]

2007-04-13 23:38 VZ, revision 45444

implement support for right-aligned/centered items owner-drawn items (patch 1699415) [backport from HEAD]

2007-04-13 23:36 VZ, revision 45443

fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000)

2007-04-13 23:32 VZ, revision 45442

implement support for right-aligned/centered items owner-drawn items (patch 1699415)

2007-04-13 23:26 VZ, revision 45441

removed documentation for wxStartTimer() and wxGetElapsedTime() which are only kept for backwards compatibility

2007-04-13 16:27 RR, revision 45440

Correctly handle ENTER for cell activation.

2007-04-13 14:13 VZ, revision 45439

include memory.h to help Borland compilation in Unicode mode

2007-04-13 12:06 VZ, revision 45438

rebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition

2007-04-13 02:13 VZ, revision 45437

removed contrib files from the scripts

2007-04-13 02:02 VZ, revision 45436
  • D /wxWidgets/trunk/contrib/Makefile.in
  • D /wxWidgets/trunk/contrib/samples
  • D /wxWidgets/trunk/contrib/utils

removing unnecessary makefiles, there is nothing left here

2007-04-13 02:00 VZ, revision 45435
  • D /wxWidgets/trunk/contrib/utils/convertrc

removing obsolete and not working tool

2007-04-13 01:27 VZ, revision 45434

clarifications to the ctor documentation

2007-04-12 21:15 VS, revision 45433

initial version of UTF-8 strings representation (still converting to wchar_t* a lot); it has to be explicitly enabled with --enable-utf8 for now

2007-04-12 21:13 VS, revision 45432

moved vararg handling code in wxMessageOutput to single method and added simple Output(wxString) virtual method instead of DoPrintf(format,...)

2007-04-12 19:51 RD, revision 45431

Forward declare new wxPy classes

2007-04-12 17:47 VS, revision 45430

removed unneeded wxChar* cast, we already have wxString one

2007-04-12 15:00 VZ, revision 45429

removed the code to manually send wxNavigationEvents, it's not needed any more

2007-04-12 14:57 VZ, revision 45428

avoid code duplication by using helper functions

2007-04-12 14:28 VZ, revision 45427

modify the listbox item in place instead of deleting and inserting it back in SetString(), this gets rid of confusing listbox selection events for invalid item when SetString() is called

2007-04-12 00:56 RD, revision 45426

reSWIGged

2007-04-12 00:54 RD, revision 45425

wx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and wx.HVScrolledWindow classes have been added.

2007-04-12 00:53 RD, revision 45424

SetCanFocus

2007-04-12 00:52 RD, revision 45423

wizard classes don't take resource parameter anymore

2007-04-12 00:51 RD, revision 45422

wxNullIconBundle

2007-04-12 00:50 RD, revision 45421

Add wxEXEC_NOEVENTS

2007-04-12 00:49 RD, revision 45420

update wx.IconBundle methods and docstrings

2007-04-12 00:45 RD, revision 45419

SetDefault returns the former default widget

2007-04-12 00:44 RD, revision 45418

wx.IconBundle support

2007-04-12 00:44 RD, revision 45417

wxMac: The get-url apple event is now supported, simply override wx.App.MacOpenURL to receive it.

2007-04-12 00:41 RD, revision 45416

Add wx.Position

2007-04-12 00:38 RD, revision 45415

STC is not a separate library anymore

2007-04-12 00:37 RD, revision 45414

tweaks needed for new GLCanvas API

2007-04-12 00:36 RD, revision 45413

trim whitespace

2007-04-12 00:35 RD, revision 45412

Test EVT_TREE_ITEM_ACTIVATED

2007-04-12 00:34 RD, revision 45411

All platforms have the same GLCanvas API now

2007-04-12 00:23 RD, revision 45410

Use the wxWANTS_CHARS style

2007-04-12 00:23 RD, revision 45409

Don't use stc lib if building monolithic

2007-04-12 00:13 RD, revision 45408

Adjust output dir for wxPython file

2007-04-11 21:54 RD, revision 45407

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

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