Make GTK callbacks passed to GTKConnectWidget() extern "C".
[wxWidgets.git] / include / wx / gtk / window.h
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return something (albeit...
2010-07-11  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() for all ports.
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-05  Vadim Zeitlinremove wxFindFocusedChild() declaration too as g++...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2007-11-20  Paul Cornettbuild fixes
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-04-26  Robert Roebling Added IsOfStandardClass() as per wxMSW.
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling The usual missing commit.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-06-03  Paul Cornettdon't generate a scroll event when setting scroll posit...
2006-05-28  Vadim Zeitlinadded SetDoubleBuffered() (patch 1491093)
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-05  Paul Cornettcorrect access for virtuals
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-11-28  Vadim Zeitlinfix unused parameter warning
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-11-04  Włodzimierz SkibaSource cleaning.
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-24  Vadim Zeitlinfix for -Wundef warning for HAVE_XIM under GTK1
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-02  Michael WetherellAdd import/export attributes
2004-08-29  Julian SmartSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used...
2004-07-18  Václav SlavíkHAVE_XIM is disabled in GTK2 build, don't include usele...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
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
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-13  Robert Roebling New code for Update() under GTK 2.0. Added
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
next