| 2012-06-30 |  Paul Cornett | support for GTK3 | blob | commitdiff | raw | 
| 2011-12-24 |  Vadim Zeitlin | Implement wxNotebook::CalcSizeFromPage() for wxGTK. | blob | commitdiff | raw | diff to current | 
| 2011-10-25 |  Paul Cornett | avoid GTK3 warning "GtkNotebook %p is mapped but visibl... | blob | commitdiff | raw | diff to current | 
| 2011-09-10 |  Steve Lamerton | Merge in from trunk r68684 - r69046 | blob | commitdiff | raw | diff to current | 
| 2011-08-21 |  Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... | blob | commitdiff | raw | diff to current | 
| 2011-04-06 |  Paul Cornett | avoid GCC warning "suggest braces around empty body... | blob | commitdiff | raw | diff to current | 
| 2011-03-28 |  Paul Cornett | avoid deprecated functions and direct struct access | blob | commitdiff | raw | diff to current | 
| 2011-01-07 |  Stefan Csomor | common rtti in nbkbase.cpp | blob | commitdiff | raw | diff to current | 
| 2010-10-27 |  Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... | blob | commitdiff | raw | diff to current | 
| 2010-10-27 |  Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... | blob | commitdiff | raw | diff to current | 
| 2009-08-21 |  Vadim Zeitlin | No changes, just removed hard tabs and trailing white... | blob | commitdiff | raw | diff to current | 
| 2009-07-23 |  Vadim Zeitlin | Globally replace _T() with wxT(). | blob | commitdiff | raw | diff to current | 
| 2009-02-13 |  Robert Roebling | More GTK prefixing for internal methods | blob | commitdiff | raw | diff to current | 
| 2008-08-29 |  Paul Cornett | replace m_insertCallback with a virtual function, contr... | blob | commitdiff | raw | diff to current | 
| 2008-08-26 |  Paul Cornett | Hold a reference on m_widget for the life of the associ... | blob | commitdiff | raw | diff to current | 
| 2008-08-19 |  Paul Cornett | remove text field from page data, add much more useful... | blob | commitdiff | raw | diff to current | 
| 2008-08-15 |  Paul Cornett | fix for page change not working after veto, #3808 | blob | commitdiff | raw | diff to current | 
| 2008-08-13 |  Paul Cornett | move notebook event definition to common code | blob | commitdiff | raw | diff to current | 
| 2008-08-01 |  Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... | blob | commitdiff | raw | diff to current | 
| 2008-06-03 |  Robert Roebling | Remove old GTK 1.2 code | blob | commitdiff | raw | diff to current | 
| 2008-03-27 |  Vadim Zeitlin | don't use gtk_notebook_insert_page() return value as... | blob | commitdiff | raw | diff to current | 
| 2008-03-14 |  Paul Cornett | fix for infinite sizing loop (partial patch 1907189) | blob | commitdiff | raw | diff to current | 
| 2008-02-17 |  Vadim Zeitlin | fix wxNotebook::GetPage{Text,Image}() when they were... | blob | commitdiff | raw | diff to current | 
| 2008-01-07 |  Robert Roebling | [ 1865141 ] wxNotebook::DeletePage can result in invali... | blob | commitdiff | raw | diff to current | 
| 2007-12-20 |  Julian Smart | Corrected wxRTTI for wxNotebook so dynamic casting... | blob | commitdiff | raw | diff to current | 
| 2007-10-23 |  Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... | blob | commitdiff | raw | diff to current | 
| 2007-06-27 |  Paul Cornett | block signal handlers, instead of disconnecting, to... | blob | commitdiff | raw | diff to current | 
| 2007-06-14 |  Paul Cornett | remove gtk1 code | blob | commitdiff | raw | diff to current | 
| 2007-05-25 |  Paul Cornett | Remove unneeded wxTLW child inserter function. | blob | commitdiff | raw | diff to current | 
| 2007-04-23 |  Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... | blob | commitdiff | raw | diff to current | 
| 2007-04-19 |  Paul Cornett | Reorganize idle system code. | blob | commitdiff | raw | diff to current | 
| 2007-03-26 |  Vadim Zeitlin | use native TAB traversal for GTK+ 2 | blob | commitdiff | raw | diff to current | 
| 2007-03-07 |  Vadim Zeitlin | no changes, just removed TABs/trailing spaces | blob | commitdiff | raw | diff to current | 
| 2006-11-04 |  Robert Roebling | Reorder event things a little. | blob | commitdiff | raw | diff to current | 
| 2006-11-04 |  Robert Roebling | Reenabled page selection event when page in notebook | blob | commitdiff | raw | diff to current | 
| 2006-10-15 |  Robert Roebling | [ 1577675 ] Fix for GTK warnings in wxNotebook::DoRemo... | blob | commitdiff | raw | diff to current | 
| 2006-10-15 |  Paul Cornett | replace use of deprecated GtkPixmap, gtk_container_bord... | blob | commitdiff | raw | diff to current | 
| 2006-10-09 |  Vadim Zeitlin | no changes, just replaced C comment with a C++ one | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Julian Smart | Strip menu codes out from notebook page labels | blob | commitdiff | raw | diff to current | 
| 2006-09-13 |  Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... | blob | commitdiff | raw | diff to current | 
| 2006-08-27 |  Paul Cornett | returning true is sufficient to stop signal emission | blob | commitdiff | raw | diff to current | 
| 2006-08-26 |  Paul Cornett | use "event" signal emission hook to install idle handle... | blob | commitdiff | raw | diff to current | 
| 2006-08-25 |  Vadim Zeitlin | Many changes: | blob | commitdiff | raw | diff to current | 
| 2006-07-05 |  Włodzimierz Skiba | wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve... | blob | commitdiff | raw | diff to current | 
| 2006-06-14 |  Vadim Zeitlin | fill in flags parameter of HitTest() for all book contr... | blob | commitdiff | raw | diff to current | 
| 2006-06-14 |  Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-06-06 |  Julian Smart | Reverted last wxBookCtrl change and added alignment... | blob | commitdiff | raw | diff to current | 
| 2006-05-25 |  Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-04 |  Włodzimierz Skiba | Include wx/panel.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-02 |  Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-26 |  Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... | blob | commitdiff | raw | diff to current | 
| 2006-04-25 |  Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-03-09 |  Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... | blob | commitdiff | raw | diff to current | 
| 2006-03-06 |  Mart Raudsepp | Remove semicolon after if statmce that can potentially... | blob | commitdiff | raw | diff to current | 
| 2006-02-23 |  Mart Raudsepp | Test the commit announcement bot some more by fixing... | blob | commitdiff | raw | diff to current | 
| 2006-02-20 |  Mart Raudsepp | Make everything compile with GTK_DISABLE_DEPRECATED... | blob | commitdiff | raw | diff to current | 
| 2006-02-03 |  Mart Raudsepp | GTK2: gtk_container_children -> gtk_container_get_children | blob | commitdiff | raw | diff to current | 
| 2006-02-03 |  Mart Raudsepp | GTK2: gtk_notebook_set_page -> gtk_notebook_set_current... | blob | commitdiff | raw | diff to current | 
| 2006-02-03 |  Mart Raudsepp | GTK2: gtk_label_set -> gtk_label_set_text | blob | commitdiff | raw | diff to current | 
| 2006-02-03 |  Mart Raudsepp | Remove obsolete GTK1 compatibility macros. Patch #14134... | blob | commitdiff | raw | diff to current | 
| 2006-01-22 |  Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... | blob | commitdiff | raw | diff to current | 
| 2006-01-22 |  Mart Raudsepp | Nuke GTK1 from src/gtk | blob | commitdiff | raw | diff to current | 
| 2005-12-13 |  Mart Raudsepp | Fix HitTest to return the proper tab index in case... | blob | commitdiff | raw | diff to current | 
| 2005-10-26 |  Mart Raudsepp | Compilation fix... | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | removed more extraneous semicolons | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | position is always unsigned in InsetPage(), no need... | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-09-11 |  Vadim Zeitlin | use given position for page insertion instead of trying... | blob | commitdiff | raw | diff to current | 
| 2005-08-08 |  Mart Raudsepp | Expand tabs, identation/whitespace fixes | blob | commitdiff | raw | diff to current | 
| 2005-03-21 |  Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) | blob | commitdiff | raw | diff to current | 
| 2005-02-27 |  Julian Smart | Added GetBitmap, GetIcon to wxImageList | blob | commitdiff | raw | diff to current | 
| 2004-10-05 |  Robert Roebling | Make wxComboBox spit out a bit fewer surplis | blob | commitdiff | raw | diff to current | 
| 2004-08-14 |  Václav Slavík | gtk notebook page style fixes (patch 984864) | blob | commitdiff | raw | diff to current | 
| 2004-08-06 |  Robin Dunn | A better workaround for Bug# 901694 that works with... | blob | commitdiff | raw | diff to current | 
| 2004-07-30 |  Vadim Zeitlin | invalidate m_selection in DoRemovePage(), not in Delete... | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | compilation warning fix | blob | commitdiff | raw | diff to current | 
| 2004-07-25 |  Vadim Zeitlin | invalidate selection when deleting the page changes... | blob | commitdiff | raw | diff to current | 
| 2004-07-03 |  Robin Dunn | Invalidate notebook best size when pages are added... | blob | commitdiff | raw | diff to current | 
| 2004-06-27 |  Václav Slavík | don't mess with the fonts if not asked to | blob | commitdiff | raw | diff to current | 
| 2004-06-14 |  Václav Slavík | fixed GTK styles handling: | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-05-06 |  Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls | blob | commitdiff | raw | diff to current | 
| 2004-05-04 |  Robin Dunn | Added wxControl::PostCreation for wxGTK.  Moved calls to | blob | commitdiff | raw | diff to current | 
| 2004-03-20 |  Robert Roebling | Applied notebook font patch. | blob | commitdiff | raw | diff to current | 
| 2004-02-22 |  Václav Slavík | added reference to the bug in case somebody wanted... | blob | commitdiff | raw | diff to current | 
| 2004-02-22 |  Robert Roebling | Commit mentioned fix/hack to enable controls | blob | commitdiff | raw | diff to current | 
| 2004-01-22 |  Vadim Zeitlin | implemented HitTest() (modified patch 875957) | blob | commitdiff | raw | diff to current | 
| 2004-01-22 |  Vadim Zeitlin | fix what seems to be a big memory leaks in SetPageImage() | blob | commitdiff | raw | diff to current | 
| 2004-01-11 |  Julian Smart | Applied patch [ 838940 ] notebook labels are not shown... | blob | commitdiff | raw | diff to current | 
| 2003-10-15 |  Vadim Zeitlin | update the selection properly after deleting the page | blob | commitdiff | raw | diff to current | 
| 2003-09-01 |  Jouk Jansen | Committing in . | blob | commitdiff | raw | diff to current | 
| 2003-08-21 |  Mattia Barbon | wxGTK compilation fixes. | blob | commitdiff | raw | diff to current | 
| 2003-08-09 |  Václav Slavík | added support for gcc precompiled headers | blob | commitdiff | raw | diff to current | 
| 2003-07-10 |  Mattia Barbon | STL-ification patch for wxMSW and wxGTK. | blob | commitdiff | raw | diff to current | 
| 2003-06-01 |  Julian Smart | Fix for [ 688754 ] wxNotebook::SetSelection(-1) will... | blob | commitdiff | raw | diff to current | 
| 2003-03-01 |  Robert Roebling | Upported combobox changes and another fix. | blob | commitdiff | raw | diff to current | 
| 2003-02-14 |  Vadim Zeitlin | compilation fix (missing header) | blob | commitdiff | raw | diff to current | 
| next |