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-07-03 00:26 VZ, revision 61293

show combobox drop down/close up events (closes #10954)

2009-07-02 18:11 VZ, revision 61288

don't use WaitOnConnect(), it doesn't make sense to use asynchronous Connect() only to block waiting for it immediately (see #10952)

2009-07-02 18:10 VZ, revision 61287

set socket state to connected when it receives a connection notification, otherwise WaitOnConnect() had to be called for asynchrnously Connect()ed sockets to work (closes #10952)

2009-07-02 16:55 SC, revision 61286

backporting r61285

2009-07-02 16:52 SC, revision 61285

fixing memory leak and unnecessary cocoa init, refs #10856

2009-07-02 16:12 SC, revision 61284

backporting r61282

2009-07-02 15:23 SC, revision 61282

reverting incorrect conversion from r52690, refs #10856

2009-07-02 15:08 PJC, revision 61281

Fix indentation (tabs -> spaces)

2009-07-02 14:59 SC, revision 61280

attempt for a different fix to focus rect refresh problems under full keyboard access

2009-07-02 11:08 VZ, revision 61279

ignore bCase parameter of wxSortedArrayString::Index() in STL build just as we do in non-STL one (it didn't work correctly anyhow)

2009-07-02 11:00 VZ, revision 61278

added X11R7 directories to X libraries search path (needed for NetBSD)

2009-07-02 10:01 JS, revision 61277

PCH compilation fix

2009-07-01 17:59 PJC, revision 61276

Added files for eventual ribbon button bar control.

2009-07-01 16:28 PJC, revision 61275

Added documentation for remaining ribbon classes. Replaced occurrences of WXDLLIMPEXP_AUI with WXDLLIMPEXP_RIBBON. Removed position and size arguments from wxRibbonPage constructors (as position and size is completely dictated by the wxRibbonBar).

2009-07-01 11:52 VZ, revision 61274

added new wx-config --query-xxx options [partial backport of r61026 from trunk]

2009-07-01 11:34 VZ, revision 61273

set the context we create in IsExtensionSupported() (see #10545)

2009-07-01 11:33 VZ, revision 61272

fixed handling of --with-opengl=auto (default value) for Mac/MSW (it behaved as --without-opengl before)

2009-07-01 11:07 VZ, revision 61271

interpret ~ specially only when it is the first character of the path (closes #10948, see #10941)

2009-07-01 11:02 VZ, revision 61270

remove _T()s and wxChars from the test making it much more readable

2009-07-01 11:02 VZ, revision 61269

ensure that we have event loop before showing a modal dialog; this allows to do it even before the main application loop starts

2009-07-01 10:56 VZ, revision 61268

make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947)

2009-06-30 23:15 MJM, revision 61267

Implement wxAUI_MGR_NB_TAB_FIXED_WIDTH style flag and add to sample. Fix an uninitialized value bug in wxAuiManager::GetNotebookFlags(). Neaten sample code up a little bit.

2009-06-30 21:56 MJM, revision 61266

Implement highlighting on hover for notebook buttons and other minor fixes.

2009-06-30 21:24 MJM, revision 61265

Implement changes necessary for tabs to appear underneath active pane instead of above it when wxAUI_MGR_NB_BOTTOM is active.

2009-06-30 21:21 MJM, revision 61264

Pass relevant style flags from manager to notebook when constructing a notebook. Add menu items to sample to toggle off/on various notebook related style options to aid in testing.

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)

2009-06-28 18:22 VZ, revision 61233

compilation fix after r61232

2009-06-28 18:14 VZ, revision 61232

always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapButton under all platforms (which required some refactoring) (hopefully really closes #10927)

2009-06-28 17:56 MJM, revision 61231

Implement drag handling for notebook tabs, it is now possible to drag a tab off a notebook and have it turn into a floating pane, it is not yet possible to drop panes back into the notebook though. Fixed a bug in previous commit that broke handling of close buttons for normal docked panes.

2009-06-28 12:44 MJM, revision 61230

Implement handling for notebook pulldown list.

2009-06-28 12:15 MJM, revision 61229

Fix problem that was causing the incorrect pane to be closed when pushing the close button on a notebook.

2009-06-28 12:05 MJM, revision 61228

Implement proper changing of page in notebook controls. Implement handler for notebook buttons, closing of notebook pages now works as well as changing of selection via right arrow buttons(left arrow button is implemented but is currently permanently greyed out) The current implementation is currently a bit hacky due to differences in how wxAuiTabContainer and wxAuiManager store buttons, this hack is temporary while other things are being implemented and should eventually fall away once wxAuiTabContainer is changed to work in a more compatible way with wxAuiManager

2009-06-28 11:59 MJM, revision 61227

Fix wxAuiTabContainer::ButtonHitTest so that it remaps x and y values to the internal rect, otherwise it won't function correctly. Change wxAuiTabContainer::SetActivePage to Hide/Show the actual windows.

2009-06-28 11:56 MJM, revision 61226

Refactor wxAuiTabContainer to work with pointers to panes instead of copying the panes, otherwise changes in the tab container don't reflect inside the main aui manager and changes of selection are lost when doing a resize etc. Replace some tab characters white spaces.

2009-06-28 09:13 MJM, revision 61225

Fix wxAuiTabContainer::TabHitTest so that it remaps x and y values to the internal rect, otherwise it won't function correctly. Start implementing OnLeftDown handler for wxAuiDockUIPart::typePaneTab, notebooks now change page correctly when tabs are selected.

2009-06-28 01:11 BBE, revision 61224

Configure updated itself.

2009-06-28 00:41 BBE, revision 61223

Converted accidental tabs => spaces

2009-06-28 00:32 BBE, revision 61222

Completed inotify file system watcher implementation. Update of build files to search for sys/inotify.h File system watcher test cleaned and improved.

2009-06-28 00:22 VZ, revision 61221

set the initial size of bitmap buttons correctly again after it was broken by r61081 (closes #10927)

2009-06-28 00:11 VZ, revision 61220

check whether we show bitmaps at all in GTKUpdateBitmap() (closes #10933)

2009-06-28 00:02 VZ, revision 61219

use the top level window parent as argument to gtk_window_set_transient_for() to fix GTK errors/crashes (closes #10929)

2009-06-27 23:35 VZ, revision 61218

correct an example which had no chance of working

2009-06-27 22:20 MJM, revision 61217

Implement layout code inside LayoutAddDock to handle notebooks when inside a fixed dock. Modify code inside LayoutAll so that panes with identical position remain identical instead of being assigned different positions.(Necessary for notebooks to be formed)

2009-06-27 19:47 MJM, revision 61216

Implement layout code inside LayoutAddDock to handle notebooks when inside a dock, currently only for non fixed docks not yet for fixed docks. Notebooks are now correctly formed but don't actually work in any way yet(None of the buttons do anything, can't drag etc..) Add a destructor to wxAuiDockUIPart so that we don't leak tab containers.

2009-06-27 17:14 MJM, revision 61215

Add a second wxRect member to wxAuiTabContainer so that the rect on the internal dc and the rect on the raw dc no longer get confused, change parts of code to use new rect member which fixes problems with drawing that were appearing.

2009-06-27 14:31 JS, revision 61214

Fix for toolbar commands not working

2009-06-27 14:31 JS, revision 61213

Fix for toolbar commands not working

2009-06-27 13:20 MJM, revision 61212

Move call to LayoutAll again, the place it was moved to in the last commit was not correct. Minor tab correction.

2009-06-27 12:05 MJM, revision 61211

Change the position of the call to LayoutAll so that it occurs after the hiding/showing of panes, this is necessary as LayoutAll will need to hide those panes that are in a notebook but not the currently active pane in that notebook.

2009-06-27 11:58 MJM, revision 61210

Add code to OnRender to draw tab parts.

2009-06-27 11:31 MJM, revision 61209

Add new state "optionActiveNotebook" to wxAuiPaneInfo

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.