support for GTK3
[wxWidgets.git] / src / gtk / control.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-02-27  Paul Cornettuse 0 (== GTK_STATE_NORMAL) for state parameter default
2012-02-27  Paul Cornettavoid making copy of font description
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinDon't call base class SetLabel() from GTKSetLabelForLab...
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2008-12-14  Paul Cornettdon't call size_request to get best size of a non-nativ...
2008-05-30  Julian SmartTypo correction
2008-05-30  Julian SmartDon't update UI if hidden
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-10  Paul Cornettuse simpler color ctor
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-08-25  Vadim Zeitlindon't set cursor for not realized (and not only hidden...
2006-08-25  Vadim Zeitlinshouldn't update cursor for hidden windows
2006-08-25  Vadim Zeitlinforgot GTKSetDelayedFocusIfNeeded() call in the last...
2006-08-25  Vadim ZeitlinMany changes:
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-12-24  Vadim Zeitlinfixed labels under GTK+ 1 after recent changes (remove...
2005-12-19  Vadim Zeitlinfix for compilation without PCH
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-08-15  Václav Slavíkstyle obtained from a widget not associated with screen...
2004-08-14  Václav Slavíkattributes inheritance fix; apply style to both m_wxwin...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
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
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-05  Václav Slavíkfix compilation for GTK1
2003-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-07-19  Ove KaavenUse GTK_OBJECT_GET_CLASS macro.
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-04  Robert Roebling Compilation fix,
2000-01-03  Robert Roebling Corrected spin control, which ignored hand typed...
2000-01-01  Robert Roebling Some Resize/GetBestSize() changes.
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-18  Vadim ZeitlinwxControl and wxChoice derive from the base classes...
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  Vadim ZeitlinwxGTK compilation fixes
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-04-14  Ove KaavenThis seems to be compiling.
1999-04-09  Robert Roebling Here it comes:
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-07-23  Vadim Zeitlinremoves "&" from wxControl's label (also for buttons...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision