2007-11-09 |
Julian Smart | Fix from wxAUI forum (http://www.kirix.com/forums/viewt... |
tree | commitdiff |
2007-11-09 |
Julian Smart | Don't delete dangling pointers in destructor (ported... |
tree | commitdiff |
2007-11-07 |
Robert Roebling | Upport hint window improvement using custom GTK+ code |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
tree | commitdiff |
2007-11-06 |
Benjamin Williams | don't renumber dock rows to remove gaps |
tree | commitdiff |
2007-11-06 |
Benjamin Williams | aui dock renumbering fix |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | more unused parameters warnings (should have been part... |
tree | commitdiff |
2007-10-16 |
Benjamin Williams | check if pane still exists before closing |
tree | commitdiff |
2007-10-10 |
Benjamin Williams | added DockFixed() pane option; doc updates |
tree | commitdiff |
2007-10-09 |
Benjamin Williams | in LoadPerspective, if pane wasn't found, just skip... |
tree | commitdiff |
2007-10-06 |
Julian Smart | Fixed dangling pointer bug |
tree | commitdiff |
2007-10-01 |
Benjamin Williams | better child focus |
tree | commitdiff |
2007-09-21 |
Julian Smart | Reverted unnecessary fix |
tree | commitdiff |
2007-09-21 |
Julian Smart | Make SetFont actually do something |
tree | commitdiff |
2007-09-17 |
Julian Smart | Removed restriction that multiple centre panes can... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Avoid selecting/updating in destructor |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1736135 ] AUI: Clicking caption ignored... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied [ 1708971 ] Make a virtual function to enable... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1701723 ] wxAUI: Added event for double... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1678412 ] handling non-existent panes... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Removed unnecessary code |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1675084 ] wxAUI - Added events to be... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Fixed [ 1645203 ] Problem with resizing floating panes |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1768229 ] auibook.cpp: Fix undefined... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Fixed wxTabFrame leak by deleting all pages in the... |
tree | commitdiff |
2007-08-21 |
Julian Smart | Applied patch [ 1777700 ] call Reparent() from wxAuiNot... |
tree | commitdiff |
2007-08-18 |
Julian Smart | Avoid clash with control container event handlers |
tree | commitdiff |
2007-08-18 |
Julian Smart | A number of focus handling improvements: |
tree | commitdiff |
2007-08-16 |
Julian Smart | Implemented Firefox-like behaviour whereby clicking... |
tree | commitdiff |
2007-08-16 |
Julian Smart | Added AdvanceSelection, ShowWindowMenu and keyboard... |
tree | commitdiff |
2007-08-09 |
Julian Smart | Gave toolbars some extra height, Without which DoGetBes... |
tree | commitdiff |
2007-07-23 |
Julian Smart | Avoid a hang if we're dragging a tab to a notebook... |
tree | commitdiff |
2007-07-14 |
Benjamin Williams | fix for bug #1747890 - close button problem fixed |
tree | commitdiff |
2007-07-04 |
Paul Cornett | indentation cleanup, unused variables, constant express... |
tree | commitdiff |
2007-07-04 |
Benjamin Williams | fix for bug #1686328 |
tree | commitdiff |
2007-07-01 |
Benjamin Williams | in wxAuiNotebook, prevent unwanted page selection chang... |
tree | commitdiff |
2007-06-29 |
Benjamin Williams | applied patch 1737156 to wxAuiManager |
tree | commitdiff |
2007-06-29 |
Benjamin Williams | in wxAUI, set the hint transparency before showing... |
tree | commitdiff |
2007-06-28 |
Benjamin Williams | fix for wxAuiNotebook middle-click close (was closing... |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | added middle-click close to wxAuiNotebook |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | in wxAuiNotebook, code to reduce flicker on page close |
tree | commitdiff |
2007-06-27 |
Benjamin Williams | wxAuiNotebook::RemovePage() rewritten; fixes bugs ... |
tree | commitdiff |
2007-06-21 |
Julian Smart | Copied fonts in art Clone |
tree | commitdiff |
2007-06-21 |
Julian Smart | Added font setting and ability to determine AUI noteboo... |
tree | commitdiff |
2007-05-22 |
Robert Roebling | [ 1712381 ] CRASH: closing floating panel on GTK |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | fix warning about signed/unsigned comparison; use STL... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | no changes, just deTAbified and fixed really strange... |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Apply [ 1712381 ] CRASH: closing floating panel on GTK |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Apply [ 1710684 ] Fix wxAuiNotebook memory leak |
tree | commitdiff |
2007-04-20 |
Benjamin Williams | fixed bug when a fixed pane is resized inside a fixed... |
tree | commitdiff |
2007-04-05 |
Benjamin Williams | avoid assert in window list drop down |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added check for index validity to OnTabButton() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added SetSelectionToPage/Window() to simplify code... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't pass potentially negative index to SetSelection() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | OnTabEndDrag() didn't handle NULL src_tabs case correct... |
tree | commitdiff |
2007-03-19 |
Benjamin Williams | applied patch 1683441 |
tree | commitdiff |
2007-03-12 |
Benjamin Williams | prevent disappearing menus in tabmdi |
tree | commitdiff |
2007-03-12 |
Benjamin Williams | applied patch 1675101 - reduce flicker |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | don't delete m_pActiveChild twice in wxWINDOWCLOSEALL... |
tree | commitdiff |
2007-01-06 |
Robin Dunn | Fixes for segfaults when the parent frame is destroyed |
tree | commitdiff |
2006-12-24 |
Vadim Zeitlin | fix hint rect position for RTL (patch 1618719 from... |
tree | commitdiff |
2006-11-28 |
Benjamin Williams | added wxAuiNotebook::Split(); hooked up wxAuiMDIParentF... |
tree | commitdiff |
2006-11-28 |
Julian Smart | Added wxAuiNotebook::GetPageText, GetPageBitmap |
tree | commitdiff |
2006-11-27 |
Włodzimierz Skiba | Warning fixes and source cleaning. |
tree | commitdiff |
2006-11-27 |
Włodzimierz Skiba | Cast adjusted to expected integer range. |
tree | commitdiff |
2006-11-26 |
Benjamin Williams | selection bug fixed in wxAuiNotebook |
tree | commitdiff |
2006-11-26 |
Benjamin Williams | wxAuiNotebook minor tab art interface cleanups |
tree | commitdiff |
2006-11-24 |
Benjamin Williams | another notebook event fix |
tree | commitdiff |
2006-11-23 |
Benjamin Williams | prep flags, code indentation |
tree | commitdiff |
2006-11-23 |
Benjamin Williams | fixed notebook event bug |
tree | commitdiff |
2006-11-22 |
Benjamin Williams | removed some members from wxAuiPaneInfo which should... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | fixed typos in last check in |
tree | commitdiff |
2006-10-11 |
Robin Dunn | distrib changes to enable graphics context and add... |
tree | commitdiff |
2006-10-11 |
Robin Dunn | reSWIGged |
tree | commitdiff |
2006-10-11 |
Robin Dunn | helpers and typemaps for new GraphicsContext methods |
tree | commitdiff |
2006-10-11 |
Robin Dunn | better comments |
tree | commitdiff |
2006-11-21 |
Benjamin Williams | readded window ptr check |
tree | commitdiff |
2006-11-21 |
Benjamin Williams | assert if user tries to add pane with same name |
tree | commitdiff |
2006-11-21 |
Benjamin Williams | current page bug fix in wxAuiNotebook |
tree | commitdiff |
2006-11-20 |
Benjamin Williams | floating pane size now restores after perspective restore |
tree | commitdiff |
2006-11-20 |
Benjamin Williams | toolbar docking bug fixed |
tree | commitdiff |
2006-11-20 |
Benjamin Williams | comment improvements/fixes |
tree | commitdiff |
2006-11-19 |
Benjamin Williams | allow programmatic access to start pane dragging |
tree | commitdiff |
2006-11-17 |
Benjamin Williams | tab drawing fix for vista |
tree | commitdiff |
2006-11-17 |
Benjamin Williams | manager should always be set in pane events |
tree | commitdiff |
2006-11-17 |
Benjamin Williams | added wxAuiManager::GetManager() call |
tree | commitdiff |
2006-11-17 |
Benjamin Williams | renamed wxAUI_ART to wxAUI_DOCKART |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | notebook window list popup positioning fixes |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | minor tab drawing improvements |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | pane buttons are now vertically centered |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | removed a bunch of wxCHECK_VERSION(2,7,0)'s because... |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | use real alpha blending algorithm to avoid sickly looki... |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | consolidated duplicated static functions into one file |
tree | commitdiff |
2006-11-16 |
Benjamin Williams | docking crash fix patch applied |
tree | commitdiff |
2006-11-13 |
Benjamin Williams | corrected wrong tab colors |
tree | commitdiff |
2006-11-13 |
Benjamin Williams | minor tab height bug fix |
tree | commitdiff |
2006-11-13 |
Benjamin Williams | readded layer insert code |
tree | commitdiff |
2006-11-13 |
Benjamin Williams | tab ctrl height api fix |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | wxCocoa doesn't have multi point wxRegion ctor neither |
tree | commitdiff |
next |