2011-03-29 |
Paul Cornett | GTK_WIDGET_SENSITIVE should have been converted to... |
blob | commitdiff | raw |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Václav Slavík | Include gdk/gdkkeysyms-compat.h. |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Paul Cornett | remove unneeded #includes |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Paul Cornett | simplify Enable() |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Francesco Montorsi | don't place NULL pointers in the GDK window array in... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
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 |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
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-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
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-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-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
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-04-16 |
Vadim Zeitlin | removed superfluos semicolon |
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-25 |
Vadim Zeitlin | make wxNO_BORDER work with wxRadioBox (patch 1525406) |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | unused variable |
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-08-22 |
Robert Roebling | Add the new showOnIdle code to various other |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Vadim Zeitlin | make it possible to associate context help text with... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
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-05-04 |
Vadim Zeitlin | implemented SetItemToolTip() |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | renamed m_boxes to m_buttons because, well, it contains... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Vadim Zeitlin | renamed local variable named m_radio as the m_ prefix... |
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-03-24 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | support mnemonics for wxStatic/RadioBox and made it... |
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-16 |
Robert Roebling | Allow tabbing in wxRadioBox. |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Mart Raudsepp | GTK2: gtk_radio_button_group -> _set_group; A missed... |
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 | GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_... |
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-18 |
Vadim Zeitlin | 1. changed wxControl::GetLabel() to return the original... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | 1. derive wxGTK wxRadioBox from wxRadioBoxBase now... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
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-28 |
Robert Roebling | Minimal layout change. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Robert Roebling | Implemented wxRadioBox using a GtkTable. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Włodzimierz Skiba | Old API clearly deprecated. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | 1. derived wxMSW radio box from static box because... |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Robert Roebling | Applied Andreas patch for applying the widget style |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | more GetDefaultAttributesFromGTKWidget fixes |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
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-04-01 |
Vadim Zeitlin | implemented GetBestSize() |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Robert Roebling | Small correction to radio box look. |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Robert Roebling | Fixed some probs in wxRadioBox |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2003-12-03 |
Robin Dunn | Use InheritAttributes for wxGTK widgets so they will... |
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-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
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-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Robert Roebling | Various changes to focus handling when TLW start. |
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 |
2002-02-17 |
Vadim Zeitlin | compilation fixes after the last commit |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | added SetString(), deprecated SetLabel() |
blob | commitdiff | raw | diff to current |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Vadim Zeitlin | fixed majorDim == 0 problem in wxGTK::wxRadioBox |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Julian Smart | Removed assert complaining about out-focus without... |
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-04 |
Robert Roebling | Some more drawing things, |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Václav Slavík | fixed radiobox layouting: asks GTK for best size, does... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Robert Roebling | Minor resize probs solved. |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Robert Roebling | Themes again. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Robert Roebling | ?kjashdf?aksj |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Robert Roebling | Minor changes. |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Robert Roebling | Added speed-up for font-loading (a bit simplistic), |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Robert Roebling | Compile fix in dialup, |
blob | commitdiff | raw | diff to current |
1999-10-30 |
Robert Roebling | Some work on tabbing and menu accels, |
blob | commitdiff | raw | diff to current |
next |