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

2003-07-09 17:15 JS, revision 21798

OnIdle -> OnInternalIdle

2003-07-09 15:29 JS, revision 21797

Fixed a crash on initialization

2003-07-09 15:26 DE, revision 21796

Set m_window instead of using wxWindowDC constructor taking a wxWindow

2003-07-09 14:56 DE, revision 21795

Store a pointer to the wxWindow in the wxWindowDC class

2003-07-09 14:24 DE, revision 21794

Avoid paint event recursion when the run loop is restarted inside the paint event. Usually for the purpose of showing an assertion dialog.

2003-07-09 14:20 JS, revision 21793

Removed overloaded DoMenuUpdates function since it duplicated wxMenu::UpdateUI() Removed routing of menu commands to focus window under Windows Added routing of menu commands (but not UI updates, for efficiency reasons) to wxMenuBar before sending to frame

2003-07-09 14:10 DE, revision 21792

Remove check for other wxPaintDCs. It should be done in wxWindow instead.

2003-07-09 12:41 JS, revision 21791

Added cast to wxWindow*

2003-07-09 11:00 JS, revision 21790

Fixed missing bracket

2003-07-09 10:15 JS, revision 21789

- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code. - wxWindow::OnInternalIdle is now used in all ports, and ensures that user OnIdle events do not interfere with crucial internal processing. - wxWindow::UpdateWindowUI is now a documented function that sends wxUpdateUIEvents, and can be overridden. It has a helper function DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action. - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval, CanUpdate, to assist with optimising update event frequency. - Added functions to wxIdleEvent: Set/GetMode, CanSend, to determine whether a window should receive idle events. - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window styles for use with conservative idle and update event modes. - wxMSW and wxGTK now send menu update events only when a menu is about to be used. - Added WM_INITMENU processing instead of WM_ENTERMENULOOP, or accelerators don't always get called since menu items may still be disabled.

2003-07-08 23:19 VZ, revision 21788

compilation warning fixes (patch 625810)

2003-07-08 23:14 VZ, revision 21787

added support for wxALWAYS_SHOW_SB (finally closes patch 410865 -- first still opened...)

2003-07-08 23:02 VZ, revision 21786

deprecated and removed from our code GetUseCtl3D()/TransparentBackground()

2003-07-08 22:55 VZ, revision 21785

warnings fixes

2003-07-08 22:52 MBN, revision 21784

More MSVC fixes .

2003-07-08 22:48 VZ, revision 21783

mingw compilation fix

2003-07-08 22:30 VZ, revision 21782

updated the version

2003-07-08 22:24 MBN, revision 21781

More MSVC fixes .

2003-07-08 22:23 VZ, revision 21780

got rid of (unused since a long time) wxNO_3D and wxUSER_COLOURS

2003-07-08 22:11 VS, revision 21779

fixes to wxHTML selection code: corrected mouse navigation

2003-07-08 22:07 MBN, revision 21778

Blind fix for MSVC.

2003-07-08 21:58 MBN, revision 21777

Morec ompilation fixes.

2003-07-08 21:36 VZ, revision 21776

just some warning fixes

2003-07-08 21:19 VZ, revision 21775

removed non existing file which was preventing "make install" from working

2003-07-08 21:17 VZ, revision 21774

renamed wxScrollHelper::GetRect() to GetScrollRect() to avoid conflicts with wxWindow method

2003-07-08 20:47 VS, revision 21773

standardized WXMAKINGDLL approach

2003-07-08 20:46 VS, revision 21772

added fl bakefile

2003-07-08 20:41 MBN, revision 21771

Compilation fix.

2003-07-08 20:34 VS, revision 21770

compilation fix

2003-07-08 20:25 MBN, revision 21769

Compilation fix.

2003-07-08 19:52 MBN, revision 21768

Added --use-stl to cnfigure, wxUSE_STL to setup0.h Moved wx/datetime.inl contents to wx/datetime.h and removed inline redefinition hack. Implemented STL-like interface on top of wxList/wxArray, when wxUSE_STL=0. Implemented wxList-like and wxArray interfaces on top of std::list and std::vector, when wxUSE_STL=1. Added arrstr.h, moved wxArrayString declaration there; string.h #includes arrstr.h only if WXWIN_COMPATIBILITY_2_4 is enabled. Added WX_CLEAR_HASH_MAP, WX_CLEAR_HASH_TABLE, WX_CLEAR_LIST macros, to clear a wxHashMap, wxHashTable, wxList containing pointers: deletes pointers and makes container zero-sized. When wxUSE_STL=1, wxStringList works like a std::list<wxString>. Made wxBase compile when wxUSE_STL=1.

2003-07-08 19:18 VS, revision 21767

fixed DLL building bug

2003-07-08 19:17 VS, revision 21766

added animate bakefile

2003-07-08 19:12 VS, revision 21765

fixed animate in Unicode mode and removed use of deprecated methods

2003-07-08 19:09 VS, revision 21764

added animate contrib bakefile

2003-07-08 19:08 VS, revision 21763

added animate contrib

2003-07-08 18:44 VS, revision 21762

much better looking selection of justified paragraphs

2003-07-08 15:59 DE, revision 21761

wxBITMAP now uses XPM constructor for wxCocoa (like everything except wxMSW)

2003-07-08 15:36 DE, revision 21760

wxCocoa: allow wxUSE_NUMBERDLG

2003-07-08 15:09 DE, revision 21759

Position the status bar properly

2003-07-08 12:00 VS, revision 21758

removed gcc warning

2003-07-08 11:26 RR, revision 21757

Added Theme patch. Upported mouse click detection change.

2003-07-08 11:24 RR, revision 21756

Corrected wxTreeCtrl and wxListCtrl end_label_edit event behaviour. wxListCtrl doesn't send this event when the editing was cancelled.

2003-07-08 11:20 VZ, revision 21755

backport wxListCtrl::Refresh() fix

2003-07-08 11:19 VZ, revision 21754

Refresh() didn't work as it wasn't passed to subwindows

2003-07-08 11:18 RR, revision 21753

Upported mouse click detection change for wxChoice.

2003-07-07 20:58 VS, revision 21752

helpbest is MSW-only and init.h was missing

2003-07-07 20:46 VS, revision 21751

helpbest is MSW-only and init.h was missing

2003-07-07 20:13 GD, revision 21750

backported minor corrections for compilation with gcc 3.3 (use cast of address i nstead of address of cast)

2003-07-07 20:11 GD, revision 21749

backported minor corrections for compilation with gcc 3.3 (use cast of address instead of address of cast)