Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / checkbox.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-26  Paul Cornettdisconnect "toggled" signal in dtor when style has...
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-03  Mart RaudseppGTK2: gtk_toggle_button_set_state -> gtk_toggle_button_...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2006-01-14  Mart RaudseppRemove stray whitespaces
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-11-17  Robert Roebling More changes to various controls for more reliably
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2000-01-06  Robert Roebling Themes again.
2000-01-04  Robert Roebling New colour, font, theme and size code..
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-14  Ove KaavenThis seems to be compiling.
1999-03-22  Vadim Zeitlinhack to implement right aligned checkboxes
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Vadim ZeitlinThe checkbox doesn't eat the first "toggled" event...
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-12  Robert Roebling More colour finetuning
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-09-07  Julian SmartFixed wxCheckBox on wxGTK (SetLabel called before widge...
1998-09-07  Robert Roebling wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT
1998-09-06  Robert Roebling Fillid in many more missing functions (such as Enable())
1998-09-06  Robert Roebling SetFont() the second
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-09-05  Robert Roebling Fixed two small things in wxListCtrl
1998-08-15  Vadim Zeitlin'&' are removed from checkbox labels (all controls...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
next