2013-09-16 |
Paul Cornett | remove executable property from non-executable files... |
tree | commitdiff |
2013-09-06 |
Vadim Zeitlin | Fix bug with not selecting wxAuiNotebook page when... |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | using dc Create for bitmap, for retina support |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Create new tab at the correct location in wxAuiNotebook. |
tree | commitdiff |
2013-01-27 |
Stefan Neis | No real changes, just spelling fixes. Closes #14998. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | No changes, just avoid unused variable in wxUSE_TOOLTIP... |
tree | commitdiff |
2012-12-23 |
Vadim Zeitlin | Fix wrong tab order in wxAuiNotebook after dragging. |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Disallow drop downs on AUI check buttons. |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Fix regression with wxAuiToolBar gripper and overflow... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Get rid of wxAuiToolBar::m_style and just use base... |
tree | commitdiff |
2012-10-27 |
Vadim Zeitlin | Add wxAuiToolBar::Create(). |
tree | commitdiff |
2012-10-24 |
Vadim Zeitlin | Don't use std::min(), it's not available everywhere. |
tree | commitdiff |
2012-10-22 |
Vadim Zeitlin | Fix border size computation in wxAuiTabArt. |
tree | commitdiff |
2012-10-08 |
Vadim Zeitlin | Improve wxAuiNotebook appearance when using some GTK... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Fix drawing of wxAuiNotebook with GTK theme when active... |
tree | commitdiff |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Test for wxAuiMDIClientWindow being non-NULL before... |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Merge "selected" and "active" child in wxAuiMDIParentFrame. |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | No changes, just remove unneeded variable initialziatio... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Fix AUI appearance when a maximized pane becomes floating. |
tree | commitdiff |
2012-06-30 |
Paul Cornett | support for GTK3 |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Remove redundant wxAuiNotebook methods already present... |
tree | commitdiff |
2012-05-21 |
Jouk Jansen | Allow for compilation with wxUSE_TOOLTIPS=0 |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Reset hover item when mouse leaves wxAuiToolBar. |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Added support for page tooltips to wxAuiNotebook. |
tree | commitdiff |
2012-04-03 |
Jouk Jansen | Update Makefile for OpenVMS |
tree | commitdiff |
2012-04-02 |
Vadim Zeitlin | Override DoThaw() in wxAuiNotebook correctly. |
tree | commitdiff |
2012-03-29 |
Vadim Zeitlin | Allow closing wxAuiTabCtrl pages without switching... |
tree | commitdiff |
2012-03-28 |
Stefan Csomor | adding correct behavior for move events as the are... |
tree | commitdiff |
2012-03-26 |
Vadim Zeitlin | No changes, just small cleanup in AUI GTK tab art drawi... |
tree | commitdiff |
2012-03-26 |
Vadim Zeitlin | Fix gap box coordinates in GTK AUI tab art code. |
tree | commitdiff |
2012-03-25 |
Paul Cornett | replace wxBitmap::SetPixbuf() with wxBitmap ctor taking... |
tree | commitdiff |
2012-03-25 |
Paul Cornett | build fixes |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Implement native tab art for wxAUI in wxGTK. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Refactor wxAUI: extract wxAuiTabArt in a separate file. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Explicitly include wx/aui/dockart.h from the file needi... |
tree | commitdiff |
2012-03-15 |
Vadim Zeitlin | Enable/disable "Window" menu items in AUI MDI correctly. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Add wxEVT_AUI_PANE_ACTIVATED event. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | No changes, just make wxAUI SetActivePane() a member... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Move checks for m_art != NULL before code using m_art... |
tree | commitdiff |
2012-02-06 |
Vadim Zeitlin | Return NULL from wxAuiNotebook::GetCurrentPage() if... |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | revert to using Update() |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | reenabling an Update where necessary |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | attempt to isolate which Update() calls are necessary... |
tree | commitdiff |
2011-12-25 |
Paul Cornett | restore call to GetTabSize removed in r69880, it is... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Use IsThisEnabled() to test if AUI child is enabled... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes... |
tree | commitdiff |
2011-12-01 |
Paul Cornett | remove unused variables |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Generate right click events for all kinds of items... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Change variables naming convention in wxAUI code. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Remove apparently unnecessary wxAuiMDIClientWindow... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | No changes, just remove redundant code. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Replace remaining occurrences of _T() with wxT(). |
tree | commitdiff |
2011-10-02 |
Steve Lamerton | Derive wxAuiNotebook from wxBookCtrlBase. Document... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-09 |
Vadim Zeitlin | Don't duplicate wxImage::ConvertToDisabled() in wxAUI... |
tree | commitdiff |
2011-05-15 |
Vadim Zeitlin | Allow dragging floating AUI frames by the gripper. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Fix small error in floating AUI frames client size... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Fix restoring of wxAuiManager::m_has_maximized when... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Correct the drawing of check tools with a drop down... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Reset the checked state of the first radio item in... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Check for NULL pane window in wxAuiManager. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Improve checking for the landing point when docking... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Draw wxAuiToolbar button text even if it has no bitmap. |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Take the AUI floating title bar height into account... |
tree | commitdiff |
2011-05-14 |
Vadim Zeitlin | Cancel dragging in wxAuiNotebook on capture loss. |
tree | commitdiff |
2011-04-10 |
Vadim Zeitlin | Allow customizing AUI tab colours in wxAuiTabArt. |
tree | commitdiff |
2011-04-10 |
Vadim Zeitlin | Fix off by one pixel error when drawing active tab... |
tree | commitdiff |
2011-04-06 |
Jouk Jansen | Fix for broken wxGTK1 compilation |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Always update internally stored AUI floating frame... |
tree | commitdiff |
2011-03-29 |
Paul Cornett | build fix |
tree | commitdiff |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
tree | commitdiff |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-01-28 |
Bryan Petty | Properly account for floated panes while restoring... |
tree | commitdiff |
2011-01-12 |
Vadim Zeitlin | Add support for icons in wxAUI panes title bars. |
tree | commitdiff |
2011-01-03 |
Vadim Zeitlin | Don't name variables "id" in public headers. |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Update AUI bitmaps when its colours change. |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | No changes, just clean up duplicate colour functions... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Don't dock undockable panes in wxAuiManager::LoadPerspe... |
tree | commitdiff |
2010-09-29 |
Vadim Zeitlin | Improve mouse handling code in wxAuiToolBar. |
tree | commitdiff |
2010-08-19 |
Julian Smart | Better close button placement on tabs, especially for... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Implement wxAuiDefaultTabArt::Clone() using its copy... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Ensure that wxAuiNotebook::SetArtProvider() always... |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Add support for auto-orientable toolbars to AUI. |
tree | commitdiff |
2010-07-23 |
Vadim Zeitlin | Fix mismatches between format strings and arguments. |
tree | commitdiff |
2010-07-18 |
Vadim Zeitlin | Update AUI frame capture when it changes. |
tree | commitdiff |
2010-05-31 |
Vadim Zeitlin | Update AUI floating windows position and not just size... |
tree | commitdiff |
2010-05-30 |
Vadim Zeitlin | Don't generate AUINOTEBOOK_BG_DCLICK when clicking... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Update AUI pane resizable status even when it is floating. |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Remove wxAuiProportionalBoxSizer hack and replace it... |
tree | commitdiff |
2010-03-07 |
Vadim Zeitlin | Skip wxChildFocusEvent in wxAuiNotebook handler. |
tree | commitdiff |
next |