2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
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-10 |
Paul Cornett | add control items from child inserter, so that correct... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Paul Cornett | fix tool referencing, remove dropdown element in DoDele... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Julian Smart | Only update the toolbar buttons if the toolbar is visible |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Paul Cornett | remove gratuitous junk which had nothing to do with... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
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-10-20 |
Paul Cornett | use a GtkAlignment to set size of toolbar controls... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | fix asserts for dropdown items |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Paul Cornett | fix reparenting a control into wxToolBar |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Robert Roebling | Really don't do anything (including not setting the |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Václav Slavík | compilation fix: wxcrt.h, not crt.h |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Robert Roebling | Implemented dropdown items in wxToolBar for wxGTK. |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Robert Roebling | [ 1718338 ] wxToolBarGTK: Implement tool right-click... |
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-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Robert Roebling | Moved allocate size correction code from combobox |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robert Roebling | Remove left-over code. |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added wxTB_RIGHT style for right-aligned toolbars ... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Paul Cornett | remove obsolete checks, minor cleanup |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Paul Cornett | replace use of deprecated GtkPixmap |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Robert Roebling | Return toolbars "own" GdkWindow, required among |
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-22 |
Robert Roebling | Forgot this one. |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Paul Cornett | remove redundant GdkBitmap representation from wxBitmap |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Vadim Zeitlin | call gtk_toolbar_set_tooltips() from GtkSetStyle()... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added wxTB_NO_TOOLTIPS (heavily modified patch 1458009) |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Włodzimierz Skiba | Include wx/frame.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-02-20 |
Mart Raudsepp | Make everything compile with GTK_DISABLE_DEPRECATED... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_... |
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-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Robin Dunn | Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos |
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-03-07 |
Robert Roebling | Use GtkPixmap instead of GtkImage as the latter incor... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Václav Slavík | added alpha channel support |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | respect GTK+'s theme tooltip colour settings |
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 |
2003-09-26 |
Vadim Zeitlin | fixes to radio button handling (patch 803360) |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Robin Dunn | Initialize default values for the tool button size |
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-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Mattia Barbon | Always initialize variable. |
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-07-10 |
Vadim Zeitlin | GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Robert Roebling | Corrected GTK2 creation of default font. |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Robert Roebling | Font work. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Vadim Zeitlin | fix for creating radio items in a toolbar with non... |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Robin Dunn | Allow wxGTK's wxToolbar to catch the standard window... |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Robert Roebling | Added scrolling of widgets to GTK 2.0. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Vadim Zeitlin | radio toolbar buttons finally work |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | implemented (but it doesn't work yet) the radio buttons... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | compilation fix for WXWIN_COMPATIBILITY_2_2 |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2001-11-17 |
Robert Roebling | More changes to various controls for more reliably |
blob | commitdiff | raw | diff to current |
2001-09-23 |
Mattia Barbon | * Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER... |
blob | commitdiff | raw | diff to current |
2001-05-03 |
Vadim Zeitlin | fix InsertSeparator() (patch 420987) |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Robert Roebling | Applied colour patch for better 8-bit support, |
blob | commitdiff | raw | diff to current |
2000-11-24 |
Vadim Zeitlin | 1. added wxGTK::wxToolBar::SetToolShortHelp() and test... |
blob | commitdiff | raw | diff to current |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Robert Roebling | Minor corrections to new theme code. |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | Use GTK_OBJECT_GET_CLASS macro. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Robert Roebling | Added mono bitmap to image conversion. |
blob | commitdiff | raw | diff to current |
1999-12-26 |
Vadim Zeitlin | 1. misc compilation (errors, warnings) fixes (from... |
blob | commitdiff | raw | diff to current |
next |