Remove use of "size-request" signal for wxWindow sizing.
[wxWidgets.git] / src / gtk / win_gtk.cpp
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-04  Vadim ZeitlinFix precompiled headers use with MSVC in wxGTK sources.
2012-01-31  Paul Cornetthandle theme change which changes window border width
2011-03-29  Paul Cornettmust use deprecated function for gtk2
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2010-06-25  Paul Cornettinvalidate border area when showing or hiding a pizza...
2010-05-30  Paul CornettRemove pizza backing window.
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2010-02-28  Vadim ZeitlinNo real changes, just remove an unused variable.
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Paul Cornettremove unused data member
2009-09-22  Julian SmartFixed wxBORDER_THEME breakage
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-23  Robert RoeblingDon't pretend to be a GtkTreeView where it isn't required
2009-01-23  Robert RoeblingNot calling _size_allocate() breaks a.o. the native...
2009-01-23  Robert RoeblingPrevent surplus calls of _size_allocate() if no change
2009-01-23  Robert RoeblingTried hard to get the selection/focus rectangle drawn...
2009-01-22  Robert RoeblingTrying again to improve border type guessing
2009-01-22  Robert RoeblingTry to be smarter about querying the border witdh
2009-01-08  Robert RoeblingUpdate allocation of all child widgets after scrolling
2009-01-07  Paul Cornettbuild fix for GTK+ 2.12 and earlier
2009-01-07  Paul Cornettdo minimal invalidations to get border to redraw properly
2008-12-25  Robert RoeblingAvoid redraw artifacts from the border after resizing
2008-11-16  Paul Cornettsimplify wxPizza a bit by always drawing the border...
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-04-20  Paul Cornettfix child window redraw glitches during scrolling ...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2007-12-17  Paul CornettMake sizing logic clearer, at the expense of a few...
2007-12-16  Robert RoeblingDisable any refresh in backing window (set_back_pixmap...
2007-12-06  Paul Cornettsetting style on backing window should not be necessary...
2007-12-02  Paul Cornettdon't set resize mode to QUEUE, it seems to be wrong...
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Paul Cornettfix border glitches after rev 49907
2007-11-13  Julian SmartGetting borders working
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Robert RoeblingTrying to get these drawing right (little success)
2007-11-06  Paul CornettNew "pizza" widget implementation (should have been...