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

2009-06-30 21:17 MJM, revision 61262

Update dockart.cpp to use new flag names.

2009-06-30 21:12 MJM, revision 61261

Combine notebook style flags into manager style flags.

2009-06-30 21:08 MJM, revision 61260

Add Get/HasFlag member functions to aui manager.

2009-06-30 18:39 MJM, revision 61259

Add sample project "auinew" to configure.in/configure.

2009-06-30 18:24 PJC, revision 61258

Provided documentation for wxRibbonArtProvider, wxRibbonControl and wxRibbonBar.

2009-06-30 17:39 MJM, revision 61257

Modify close button event handler so that it can correctly handle close buttons that are on tabs.

2009-06-30 15:55 MJM, revision 61256

Add bitmaps to some of the panes in the sample for testing purposes. Silence msw compiler warning in framemanager.cpp

2009-06-30 15:31 VZ, revision 61255

correct wxSortedArrayString(wxArrayString) ctor documentation (closes #10944)

2009-06-30 15:19 MJM, revision 61254

Update TabHitTest to work with new handling of tab offsets that were introduced in last commit, TabHitTest also needs to know when not to apply offsets otherwise it returns incorrect results.

2009-06-30 14:51 MJM, revision 61253

Minor fix to wxAuiTabContainer handling of tab offsets, don't apply them when they are not necessary.

2009-06-30 14:38 MJM, revision 61252

Implement drag handling for notebooks so that tabs can be dragged within a notebook and will only be floated once they leave the notebook "tab area".

2009-06-30 13:49 MJM, revision 61251

Implement correct behaviour for left and right arrows buttons on notebook control. Correct selection from notebook list so that the selected items tab becomes visible if it was off screen. Add code to cache the offset(scrolling) positions for notebook tabs so that they don't get reset every time Update() is called. (e.g. we were losing tab offsets in notebooks every time a dock was resized) Remove unnecessary parameter from wxAuiTabContainer::MakeTabVisible function.

2009-06-30 00:24 MJM, revision 61249

Add a new sample project "auinew" to be used temporarily for testing the new aui code, while the old aui sample will be used to test for backwards compatibility.

2009-06-30 00:07 VZ, revision 61248

don't use wxFilePicker style when creating wxButton

2009-06-29 23:31 MJM, revision 61247

Implement drop code for notebooks, it is now possible to correctly dock a floating pane into a notebook as well as to form a new notebook by docking a floating pane onto the title bar of a docked pane. The hint only shows the area of the notebook though and not where the tab will appear, this is a problem when dragging a tab within its own notebook especially so some more work is still required here.

2009-06-29 16:28 MJM, revision 61245

Fix problems with floating of notebook tabs, crashing in some instances and in others floating pane appearing in wrong area.

2009-06-29 01:16 KO, revision 61243

Fix typo in class name.

2009-06-28 23:50 VZ, revision 61241

simplify ScrollTo()

2009-06-28 23:49 VZ, revision 61240

remove obsolete comment moved to wxBitmapButtonBase

2009-06-28 23:02 VZ, revision 61239

another compilation fix after r61232

2009-06-28 19:32 VZ, revision 61238

don't include wx/msw/winundef.h when including wx/defs.h from C code (closes #10910)

2009-06-28 19:16 VZ, revision 61237

compilation fix for wxUniv with 2.8 compatibility disabled (closes #10912)

2009-06-28 19:01 JS, revision 61236

Allow for menus when deleting a tool

2009-06-28 19:01 JS, revision 61235

Allow for menus when deleting a tool

2009-06-28 18:25 VZ, revision 61234

added wxICON_NONE and implement support for it in wxGTK (closes #2897)