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-27 11:20 MJM, revision 61208

Add a new boolean variable(allowtitlebar) to LayoutAddPane, that controls if the title bar(caption, gripper, etc.) parts get added to the layout, when adding notebook pages to the layout this will be used as notebook pages must not have a titlebar.

2009-06-27 11:14 MJM, revision 61207

Fix bug/compiler warning in PaneSortFunc

2009-06-27 11:01 MJM, revision 61206

Change the code that removes gaps in pane position sequences so that identical pane position is preserved.

2009-06-26 22:17 PJC, revision 61205

Completed implementation of scroll buttons for ribbon pages

2009-06-25 17:56 PJC, revision 61204

Beginning to implement scroll buttons for ribbon pages. Finished sizing logic for ribbon pages (though it'll need some adjustment as the scroll button implementation is worked out).

2009-06-25 01:34 BBE, revision 61202

Moved private classes to cpp files. Reflecting changes according to our discussion.

2009-06-25 00:06 BBE, revision 61200

Added new tests to test.bkl. Updating test makefiles.

2009-06-25 00:05 BBE, revision 61199

Fix from previous commit: this test broke the build

2009-06-24 23:28 KO, revision 61198

Add wxGraphicsBitmap overload for DrawBitmap.

2009-06-24 23:22 BBE, revision 61197

First version of inotify implementation. First version of test for inotify implementation.

2009-06-24 20:20 VZ, revision 61196

mention that the date passed to SetValue() must only be valid unless the control has wxDP_ALLOWNONE style

2009-06-24 19:24 MJM, revision 61195

Fix MSW compile errors due to "#if 0" being ignored as a result of precompiled headears.

2009-06-24 19:09 MJM, revision 61194

Change PaneSortFunc to sort on Page in cases where Positions are equal.

2009-06-24 19:01 MJM, revision 61193

Add new enum typePaneTab and member m_tab_container to wxAuiDockUIPart, ensure m_tab_container is set to NULL everywhere in framemanager.cpp

2009-06-24 18:51 MJM, revision 61192

Move parts of old tab code that are going to be used from auibook.h/auibook.cpp into dockart.h/dockart.cpp (wxAuiNotebookOption, wxAuiTabArt, wxAuiTabArt, wxAuiTabContainerButton and wxAuiTabContainer). Add a new function wxAuiTabContainer::DrawTabs(...) and change wxAuiTabContainer to use wxPaneInfo in place of wxAuiNotebookPage in preparation for using it from wxAuiManager.

2009-06-24 18:37 MJM, revision 61191

Add new member m_dock_bitmap and accessors. Modify operator= and copy constructor to take m_dock_bitmap into account.

2009-06-24 18:15 MJM, revision 61190

Move wxAuiPaneInfo constructors and operator= into framemanager.cpp so that programs including framemanager.h won't get unnecessary deprecation warnings.

2009-06-24 18:07 MJM, revision 61189

Temporarily define out all auibook and tabmdi related code, they will be reintroduced as appropriate after the rest of the tab changes have been implemented.

2009-06-24 16:49 VZ, revision 61188

compilation fix after wxBitmap image changes

2009-06-24 16:49 VZ, revision 61187

suppress warning about implicit conversion of literal string XmSTRING_DEFAULT_CHARSET to non-const char *

2009-06-24 12:35 JS, revision 61186

Style selection now restored after editing the style

2009-06-24 12:35 JS, revision 61185

Style selection now restored after editing the style

2009-06-24 12:28 JS, revision 61184

Made standard bullet names translatable

2009-06-24 12:28 JS, revision 61183

Made standard bullet names translatable

2009-06-23 19:39 KO, revision 61177

Build fixes after the 2.8->trunk forward port.