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)