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 |
2010-03-07 |
Vadim Zeitlin | Show pages icons in window list menu in wxAuiNotebook. |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Reset wxAuiNotebook selection to wxNOT_FOUND if it... |
tree | commitdiff |
2009-12-15 |
Vadim Zeitlin | Avoid GTK+ errors when using AUI wxPseudoTransparentFra... |
tree | commitdiff |
2009-12-08 |
Julian Smart | Speed up adding pages during freezing |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-12-02 |
Bryan Petty | Removed hard-coded timer Id in wxAUI for the transparen... |
tree | commitdiff |
2009-11-16 |
Bryan Petty | Fix crash when dragging toolbars in wxAuiManager::OnFlo... |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | moving themeing include to private.h |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Fix recurring typo in "theming". |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Removed commented out code. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Added #if wxUSE_TOOLBAR around use of wxToolBar. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | use wxAutoBufferedPaintDC to avoid needlessly double... |
tree | commitdiff |
2009-05-14 |
Benjamin Williams | in wxAuiToolBar, make certain that IsChecked() returns... |
tree | commitdiff |
2009-05-02 |
Benjamin Williams | fix for crash when undocking AUI toolbars (same as... |
tree | commitdiff |
2009-04-30 |
Vadim Zeitlin | compilation fix after wxMouseState changes (closes... |
tree | commitdiff |
2009-04-16 |
Benjamin Williams | implement default width for toolbar labels |
tree | commitdiff |
2009-04-15 |
Julian Smart | Fixed a bug whereby setting one element size set all... |
tree | commitdiff |
2009-03-31 |
Benjamin Williams | undock/float toolbar if it's dragged right or south... |
tree | commitdiff |
2009-03-30 |
Benjamin Williams | missing header fixed |
tree | commitdiff |
2009-03-30 |
Benjamin Williams | don't allow docks to be resized such that panes overlap |
tree | commitdiff |
next |